/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/ |
H A D | VideoCallTest.java | 143 new Work() { in testReceiveSessionModifyRequest() method 356 new Work() { in testReceiveVideoQuality() method 366 new Work() { in testReceiveVideoQuality() method 392 new Work() { in testReceiveCallSessionEvent() method 402 new Work() { in testReceiveCallSessionEvent() method 412 new Work() { in testReceiveCallSessionEvent() method 422 new Work() { in testReceiveCallSessionEvent() method 432 new Work() { in testReceiveCallSessionEvent() method 442 new Work() { in testReceiveCallSessionEvent() method 452 new Work() { in testReceiveCallSessionEvent() method [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | algorithm.cc | 33 struct Work { in DFSFromHelper() struct 34 T node; in DFSFromHelper() 35 bool leave; // Are we entering or leaving n? in DFSFromHelper() 130 struct Work { in ReverseDFSFromHelper() struct 131 T node; in ReverseDFSFromHelper() 132 bool leave; // Are we entering or leaving n? in ReverseDFSFromHelper()
|
/aosp_15_r20/external/stressapptest/src/ |
H A D | worker.cc | 380 bool WorkerThread::Work() { in Work() function in WorkerThread 528 bool FillThread::Work() { in Work() function in FillThread 1430 bool CheckThread::Work() { in Work() function in CheckThread 1476 bool CopyThread::Work() { in Work() function in CopyThread 1540 bool InvertThread::Work() { in Work() function in InvertThread 1935 bool FileThread::Work() { in Work() function in FileThread 2184 bool NetworkThread::Work() { in Work() function in NetworkThread 2307 bool NetworkListenThread::Work() { in Work() function in NetworkListenThread 2366 bool NetworkSlaveThread::Work() { in Work() function in NetworkSlaveThread 2427 bool ErrorPollThread::Work() { in Work() function in ErrorPollThread [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | compose.hpp | 401 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_allocate() argument 415 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_deallocate() argument 426 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_is_continuation() argument 437 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_invoke() argument 450 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_invoke() argument
|
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/ |
H A D | scheduler.h | 438 struct Work { struct 441 std::atomic<uint64_t> num = {0}; // tasks.size() + fibers.size() 469 MARL_DECLARE_THREAD_LOCAL(Worker*, current); argument
|
/aosp_15_r20/external/perfetto/docs/design-docs/ |
H A D | heapprofd-design.md | 237 ### simpleperf 241 ### malloc-debug 245 ### Feature Matrix
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/ |
D | README.md | 750 ### Assembler and disassembler 759 ### Validator 763 ### Linker
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/ |
H A D | README.md | 754 ### Assembler and disassembler 763 ### Validator 767 ### Linker
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/ |
H A D | README.md | 756 ### Assembler and disassembler 765 ### Validator 769 ### Linker
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | issue48047.go | 17 func (a *A[T]) Work(t T) { func 23 func (b BImpl) Work(s string) {} func
|
D | issue48056.go | 14 func (b *BImpl[T]) Work() { func
|
/aosp_15_r20/libcore/ojluni/src/test/java/awt/font/NumericShaper/ |
H A D | MTTest.java | 111 private static class Work implements Runnable { class in MTTest 115 Work(NumericShaper ns, char[] expectedText) { in Work() method in MTTest.Work
|
/aosp_15_r20/external/dtc/Documentation/ |
H A D | dtc-paper.tex | 514 \subsection{Board ports} 526 \subsection{\dtc features}
|
/aosp_15_r20/external/emboss/doc/design_docs/archive/ |
H A D | alternate_enum_cases.md | 323 ### The `name` attribute 365 ### Deprecated Cases/Names
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/ |
H A D | unpickler.cpp | 37 struct Work { in restoreAccurateTypeTags() struct 38 TypePtr type; in restoreAccurateTypeTags() 39 IValue value; in restoreAccurateTypeTags()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/ |
H A D | ev_epoll1_linux.cc | 523 Poller::WorkResult Epoll1Poller::Work( in Work() function in grpc_event_engine::experimental::Epoll1Poller 614 Poller::WorkResult Epoll1Poller::Work( in Work() function in grpc_event_engine::experimental::Epoll1Poller
|
H A D | ev_poll_posix.cc | 640 Poller::WorkResult PollPoller::Work( in Work() function in grpc_event_engine::experimental::PollPoller 874 Poller::WorkResult PollPoller::Work( in Work() function in grpc_event_engine::experimental::PollPoller
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/ |
D | ev_epoll1_linux.cc | 529 Poller::WorkResult Epoll1Poller::Work( in Work() function in grpc_event_engine::experimental::Epoll1Poller 620 Poller::WorkResult Epoll1Poller::Work( in Work() function in grpc_event_engine::experimental::Epoll1Poller
|
D | ev_poll_posix.cc | 640 Poller::WorkResult PollPoller::Work( in Work() function in grpc_event_engine::experimental::PollPoller 865 Poller::WorkResult PollPoller::Work( in Work() function in grpc_event_engine::experimental::PollPoller
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
H A D | segment.cc | 254 struct Work { in StableDFS() struct 255 const SimpleNode* node; in StableDFS() 256 bool leave; // Are we entering or leaving n? in StableDFS()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | encapsulate_subgraphs_pass.cc | 380 struct Work { in TopologicalClusterSort() struct 381 string cluster; in TopologicalClusterSort() 382 bool leave; in TopologicalClusterSort()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | work_sharder.h | 92 typedef std::function<void(int64_t, int64_t)> Work; typedef
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/media/c2/aidl/android.hardware.media.c2-V1-ndk-source/gen/include/aidl/android/hardware/media/c2/ |
D | WorkBundle.h | 26 class Work; variable
|
/aosp_15_r20/frameworks/native/libs/renderengine/threaded/ |
H A D | RenderEngineThreaded.h | 106 using Work = std::function<void(renderengine::RenderEngine&)>; variable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/par/ |
D | work.go | 17 type Work[T comparable] struct { type
|