Home
last modified time | relevance | path

Searched defs:Work (Results 1 – 25 of 96) sorted by relevance

1234

/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/
H A DVideoCallTest.java143 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 Dalgorithm.cc33 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 Dworker.cc380 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/
Dcompose.hpp401 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 Dscheduler.h438 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 Dheapprofd-design.md237 ### simpleperf
241 ### malloc-debug
245 ### Feature Matrix
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/
DREADME.md750 ### Assembler and disassembler
759 ### Validator
763 ### Linker
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/
H A DREADME.md754 ### Assembler and disassembler
763 ### Validator
767 ### Linker
/aosp_15_r20/external/angle/third_party/spirv-tools/src/
H A DREADME.md756 ### Assembler and disassembler
765 ### Validator
769 ### Linker
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue48047.go17 func (a *A[T]) Work(t T) { func
23 func (b BImpl) Work(s string) {} func
Dissue48056.go14 func (b *BImpl[T]) Work() { func
/aosp_15_r20/libcore/ojluni/src/test/java/awt/font/NumericShaper/
H A DMTTest.java111 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 Ddtc-paper.tex514 \subsection{Board ports}
526 \subsection{\dtc features}
/aosp_15_r20/external/emboss/doc/design_docs/archive/
H A Dalternate_enum_cases.md323 ### The `name` attribute
365 ### Deprecated Cases/Names
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dunpickler.cpp37 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 Dev_epoll1_linux.cc523 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 Dev_poll_posix.cc640 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/
Dev_epoll1_linux.cc529 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
Dev_poll_posix.cc640 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 Dsegment.cc254 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 Dencapsulate_subgraphs_pass.cc380 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 Dwork_sharder.h92 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/
DWorkBundle.h26 class Work; variable
/aosp_15_r20/frameworks/native/libs/renderengine/threaded/
H A DRenderEngineThreaded.h106 using Work = std::function<void(renderengine::RenderEngine&)>; variable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/par/
Dwork.go17 type Work[T comparable] struct { type

1234