Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 1093) sorted by relevance

12345678910>>...44

/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/work/work-runtime/2.10.0-rc01/androidx.work_work-runtime/android_common_apex33/aar/
Dlint.jar ... work/ androidx/work/lint/ androidx/work/lint/BadConfigurationProviderIssueDetector$Companion.class BadConfigurationProviderIssueDetector.
Dclasses.jar ... work/ androidx/work/impl/ androidx/work/impl/background/ androidx/work/impl
Dandroidx.work_work-runtime.jar ... work/ androidx/work/impl/ androidx/work/impl/background/ androidx/work/impl
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/work/work-runtime/2.10.0-rc01/androidx.work_work-runtime/android_common_apex34/aar/
Dlint.jar ... work/ androidx/work/lint/ androidx/work/lint/BadConfigurationProviderIssueDetector$Companion.class BadConfigurationProviderIssueDetector.
Dandroidx.work_work-runtime.jar ... work/ androidx/work/impl/ androidx/work/impl/background/ androidx/work/impl
Dclasses.jar ... work/ androidx/work/impl/ androidx/work/impl/background/ androidx/work/impl
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/work/work-runtime/2.10.0-rc01/androidx.work_work-runtime/android_common_apex30/aar/
Dlint.jar ... work/ androidx/work/lint/ androidx/work/lint/BadConfigurationProviderIssueDetector$Companion.class BadConfigurationProviderIssueDetector.
Dclasses.jar ... work/ androidx/work/impl/ androidx/work/impl/background/ androidx/work/impl
Dandroidx.work_work-runtime.jar ... work/ androidx/work/impl/ androidx/work/impl/background/ androidx/work/impl
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/work/work-runtime/2.10.0-rc01/androidx.work_work-runtime/android_common/aar/
Dlint.jar ... work/ androidx/work/lint/ androidx/work/lint/BadConfigurationProviderIssueDetector$Companion.class BadConfigurationProviderIssueDetector.
Dclasses.jar ... work/ androidx/work/impl/ androidx/work/impl/background/ androidx/work/impl
Dandroidx.work_work-runtime.jar ... work/ androidx/work/impl/ androidx/work/impl/background/ androidx/work/impl
/aosp_15_r20/external/pytorch/test/cpp/c10d/
H A DProcessGroupMPITest.cpp20 for (auto& work : works) { in waitWork() local
37 for (auto& work : works) { in waitFuture() local
67 c10::intrusive_ptr<::c10d::Work> work = pg->allreduce(tensors); in testAllreduce() local
102 c10::intrusive_ptr<::c10d::Work> work = pg->broadcast(tensors); in testBroadcast() local
128 c10::intrusive_ptr<::c10d::Work> work = pg->reduce(tensors); in testReduce() local
170 c10::intrusive_ptr<::c10d::Work> work = pg->allgather(outputs, tensors); in testAllgather() local
212 c10::intrusive_ptr<::c10d::Work> work = pg->gather(outputs, tensors); in testGather() local
262 c10::intrusive_ptr<::c10d::Work> work = pg->scatter(tensors, inputs); in testScatter() local
296 c10::intrusive_ptr<::c10d::Work> work = pg->send(sendTensors[i], 1, 0); in testSendRecv() local
304 c10::intrusive_ptr<::c10d::Work> work = pg->recv(recvTensors, 0, 0); in testSendRecv() local
[all …]
H A DProcessGroupNCCLTest.cpp114 c10::intrusive_ptr<c10d::Work>& work, in wait()
411 auto work = test.run(); in testAllreduce() local
432 auto work = test.run(); in testSparseAllreduce() local
483 auto work = test.run(); in testSparseAllreduceLarge() local
538 auto work = test.run(rootRank, rootTensor); in testBroadcast() local
565 auto work = test.run(rootRank, rootTensor); in testReduce() local
589 auto work = test.run(); in testAllgather() local
613 auto work = test.run(); in testAllgatherBase() local
634 auto work = test.run(); in testReduceScatterBase() local
656 auto work = test.run(); in testReduceScatter() local
[all …]
/aosp_15_r20/external/v4l2_codec2/components/
H A DDecodeComponent.cpp93 bool isWorkDone(const C2Work& work) { in isWorkDone()
113 bool isNoShowFrameWork(const C2Work& work, const C2WorkOrdinalStruct& currOrdinal) { in isNoShowFrameWork()
340 void DecodeComponent::queueTask(std::unique_ptr<C2Work> work) { in queueTask()
395 const C2Work* work = pendingWork.get(); in pumpPendingWorks() local
420 void DecodeComponent::processCSDWork(const int32_t bitstreamId, const C2Work* work) { in processCSDWork()
455 void DecodeComponent::processWork(const int32_t bitstreamId, const C2Work* work) { in processWork()
483 C2Work* work = it->second.get(); in onDecodeDone() local
524 C2Work* work = it->second.get(); in onOutputFrameReady() local
557 const C2Work* work = kv.second.get(); in detectNoShowFrameWorksAndReportIfFinished() local
612 std::unique_ptr<C2Work> work = std::move(it->second); in reportWorkIfFinished() local
[all …]
H A DEncodeComponent.cpp419 void EncodeComponent::queueTask(std::unique_ptr<C2Work> work) { in queueTask()
553 C2Work* work = mInputConverterQueue.back().get(); in drainTask() local
563 C2Work* work = mWorkQueue.back().get(); in drainTask() local
584 mWorkQueue.cbegin(), mWorkQueue.cend(), [](const std::unique_ptr<C2Work>& work) { in onDrainDone()
618 std::unique_ptr<C2Work> work = std::move(mInputConverterQueue.front()); in flushTask() local
788 std::unique_ptr<C2Work> work = std::move(mInputConverterQueue.front()); in flush() local
795 std::unique_ptr<C2Work> work = std::move(mWorkQueue.front()); in flush() local
834 C2Work* work = getWorkByIndex(index); in onInputBufferDone() local
854 std::unique_ptr<C2Work> work = std::move(mInputConverterQueue.front()); in onInputBufferDone() local
894 C2Work* work = mWorkQueue.front().get(); in onOutputBufferDone() local
[all …]
/aosp_15_r20/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
H A DEnqueueJobWorkTest.java79 JobWorkItem work = received.get(i); in compareWork() local
110 TestWorkItem[] work = new TestWorkItem[] { new TestWorkItem(work1) }; in testEnqueueOneWork() local
136 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueMultipleWork() local
172 TestWorkItem[] work = new TestWorkItem[]{ in testEnqueueMultipleSubWork() local
198 TestWorkItem[] work = new TestWorkItem[] { in testEnqueuedWorkNewConstraints() local
230 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueParallel2Work() local
252 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueParallel2ReverseWork() local
279 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueMultipleParallelWork() local
445 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueMultipleUriGrantWork() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DFunctional.cpp18 const c10::intrusive_ptr<c10d::Work>& work) { in register_work()
34 auto work = it->second; in pop_work() local
75 const c10::intrusive_ptr<c10d::Work>& work) { in register_work()
114 auto work = group->allreduce(inputs, opts); in all_reduce_() local
137 auto work = group->allreduce_coalesced(inputs, opts); in all_reduce_coalesced_() local
180 auto work = group->allgather_into_tensor_coalesced(outputs, inputs); in all_gather_into_tensor_coalesced() local
204 auto work = group->_allgather_base(output, input, opts); in all_gather_into_tensor_out() local
240 auto work = group->reduce_scatter_tensor_coalesced(outputs, inputs, opts); in reduce_scatter_tensor_coalesced() local
269 auto work = group->alltoall_base( in all_to_all_single() local
286 auto work = group->broadcast(inputs, opts); in broadcast_() local
[all …]
H A DProcessGroupNCCL.cpp1616 void ProcessGroupNCCL::logWorkStart(WorkNCCL& work) { in logWorkStart()
1628 void ProcessGroupNCCL::logWorkEnd(WorkNCCL& work) { in logWorkEnd()
1698 const c10::intrusive_ptr<Work> work, in verifyWorkTimeoutForTest()
1772 auto& work = *it; in watchdogHandler() local
1944 const WorkNCCL& work = *it; in runHookLoop() local
2527 const c10::intrusive_ptr<ProcessGroupNCCL::WorkNCCL>& work, in checkForNCCLErrorsInternal()
2541 c10::intrusive_ptr<ProcessGroupNCCL::WorkNCCL> work) { in checkForNCCLErrorsInternal()
2615 auto work = in checkForNCCLErrorsInternal() local
2713 auto work = in checkForNCCLErrorsInternal() local
2896 auto work = initWork( in checkForNCCLErrorsInternal() local
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebra.cpp855 …, c10::complex<double> *a, int lda, c10::complex<double> *tau, c10::complex<double> *work, int lwo… in lapackGeqrf()
859 …t n, c10::complex<float> *a, int lda, c10::complex<float> *tau, c10::complex<float> *work, int lwo… in lapackGeqrf()
863 template<> void lapackGeqrf<double>(int m, int n, double *a, int lda, double *tau, double *work, in… in lapackGeqrf()
867 template<> void lapackGeqrf<float>(int m, int n, float *a, int lda, float *tau, float *work, int lw… in lapackGeqrf()
871 …, c10::complex<double> *a, int lda, c10::complex<double> *tau, c10::complex<double> *work, int lwo… in lapackOrgqr()
875 …t k, c10::complex<float> *a, int lda, c10::complex<float> *tau, c10::complex<float> *work, int lwo… in lapackOrgqr()
879 …ckOrgqr<double>(int m, int n, int k, double *a, int lda, double *tau, double *work, int lwork, int… in lapackOrgqr()
883 template<> void lapackOrgqr<float>(int m, int n, int k, float *a, int lda, float *tau, float *work,… in lapackOrgqr()
887 …, c10::complex<double> *tau, c10::complex<double> *c, int ldc, c10::complex<double> *work, int lwo… in lapackOrmqr()
891 …lda, c10::complex<float> *tau, c10::complex<float> *c, int ldc, c10::complex<float> *work, int lwo… in lapackOrmqr()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/
Dtest.go84 type work struct { struct
85 dt *distTest // unique test name, etc.
86 cmd *exec.Cmd // must write stdout/stderr to out
87 flush func() // if non-nil, called after cmd.Run
88 start chan bool // a true means to start, a false means to skip
89 out bytes.Buffer // combined stdout/stderr from cmd
90 err error // work result
91 end chan struct{} // a value means cmd ended (or was skipped)
95 func (w *work) printSkip(t *tester, msg string) {
1678 func isUnsupportedVMASize(w *work) bool {
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Ddes-internal.c320 u32 work, right, leftt; in desfunc() local
403 u32 ek[32], work[2]; in des_encrypt() local
437 u32 work[2]; in des_block_encrypt() local
448 u32 work[2]; in des_block_decrypt() local
471 u32 work[2]; in des3_encrypt() local
485 u32 work[2]; in des3_decrypt() local
/aosp_15_r20/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.cpp530 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
543 const std::unique_ptr<C2Work> &work, in finishWork()
551 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork()
571 void C2SoftGav1Dec::process(const std::unique_ptr<C2Work> &work, in process()
644 const std::unique_ptr<C2Work> &work) { in getHDRStaticParams()
682 const std::unique_ptr<C2Work> &work) { in getHDR10PlusInfoData()
745 void C2SoftGav1Dec::setError(const std::unique_ptr<C2Work> &work, c2_status_t error) { in setError()
777 const std::unique_ptr<C2Work> &work) { in outputBuffer()
1115 const std::unique_ptr<C2Work> &work) { in drainInternal()
/aosp_15_r20/frameworks/av/media/codec2/components/dav1d/
H A DC2SoftDav1dDec.cpp577 void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork()
589 void C2SoftDav1dDec::finishWork(uint64_t index, const std::unique_ptr<C2Work>& work, in finishWork()
598 auto fillWork = [buffer, index, img, this](const std::unique_ptr<C2Work>& work) { in finishWork()
621 void C2SoftDav1dDec::process(const std::unique_ptr<C2Work>& work, in process()
779 const std::unique_ptr<C2Work>& work) { in getHDRStaticParams()
843 const std::unique_ptr<C2Work>& work) { in getHDR10PlusInfoData()
925 void C2SoftDav1dDec::setError(const std::unique_ptr<C2Work>& work, c2_status_t error) { in setError()
944 const std::unique_ptr<C2Work>& work) { in outputBuffer()
1156 const std::unique_ptr<C2Work>& work) { in drainInternal()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/core/
H A Dthreadpool_test.cc46 std::atomic<bool> work[kWorkItems]; in TEST() local
71 std::vector<std::atomic<bool>> work(total); in RunWithFixedBlockSize() local
123 std::vector<std::atomic<bool>> work(total); in RunWithFixedBlockSizeTransformRangeConcurrently() local
209 std::vector<std::atomic<bool>> work(total); in RunFixedBlockSizeShardingWithWorkerId() local
269 std::atomic<bool> work[kWorkItems]; in TEST() local
295 std::atomic<bool> work[kWorkItems]; in TEST() local
324 std::atomic<bool> work[kWorkItems]; in TEST() local
382 std::function<void()> work = [&pool, &count, &done_lock, &done_flag, in BM_Sequential() local

12345678910>>...44