Home
last modified time | relevance | path

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

1234567891011

/external/perfetto/protos/perfetto/trace/ftrace/
Dworkqueue.proto9 optional uint64 work = 1; field
12 optional uint64 work = 1; field
16 optional uint64 work = 1; field
20 optional uint64 work = 1; field
/external/v4l2_codec2/components/
DDecodeComponent.cpp93 bool isWorkDone(const C2Work& work) { in isWorkDone()
113 bool isNoShowFrameWork(const C2Work& work, const C2WorkOrdinalStruct& currOrdinal) { in isNoShowFrameWork()
336 void DecodeComponent::queueTask(std::unique_ptr<C2Work> work) { in queueTask()
391 const C2Work* work = pendingWork.get(); in pumpPendingWorks() local
416 void DecodeComponent::processCSDWork(const int32_t bitstreamId, const C2Work* work) { in processCSDWork()
451 void DecodeComponent::processWork(const int32_t bitstreamId, const C2Work* work) { in processWork()
479 C2Work* work = it->second.get(); in onDecodeDone() local
520 C2Work* work = it->second.get(); in onOutputFrameReady() local
553 const C2Work* work = kv.second.get(); in detectNoShowFrameWorksAndReportIfFinished() local
608 std::unique_ptr<C2Work> work = std::move(it->second); in reportWorkIfFinished() local
[all …]
DEncodeComponent.cpp414 void EncodeComponent::queueTask(std::unique_ptr<C2Work> work) { in queueTask()
539 C2Work* work = mInputConverterQueue.back().get(); in drainTask() local
549 C2Work* work = mWorkQueue.back().get(); in drainTask() local
570 mWorkQueue.cbegin(), mWorkQueue.cend(), [](const std::unique_ptr<C2Work>& work) { in onDrainDone()
603 std::unique_ptr<C2Work> work = std::move(mInputConverterQueue.front()); in flushTask() local
751 std::unique_ptr<C2Work> work = std::move(mInputConverterQueue.front()); in flush() local
758 std::unique_ptr<C2Work> work = std::move(mWorkQueue.front()); in flush() local
796 C2Work* work = getWorkByIndex(index); in onInputBufferDone() local
816 std::unique_ptr<C2Work> work = std::move(mInputConverterQueue.front()); in onInputBufferDone() local
856 C2Work* work = mWorkQueue.front().get(); in onOutputBufferDone() local
[all …]
/external/wpa_supplicant_8/src/crypto/
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
/external/trusty/lk/lib/dpc/
Ddpc.c50 void dpc_work_init(struct dpc* work, dpc_callback cb, uint32_t flags) { in dpc_work_init()
58 int dpc_enqueue_work(struct dpc_queue* q, struct dpc* work, bool resched) { in dpc_enqueue_work()
80 struct dpc* work; in dpc_thread_routine() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
DPercentile.java275 double[] work; in evaluate() local
309 private double select(final double[] work, final int[] pivotsHeap, final int k) { in select()
359 int medianOf3(final double[] work, final int begin, final int end) { in medianOf3()
396 private int partition(final double[] work, final int begin, final int end, final int pivot) { in partition()
433 private void insertionSort(final double[] work, final int begin, final int end) { in insertionSort()
/external/wpa_supplicant_8/wpa_supplicant/aidl/
Daidl_return_util.h33 ObjT* obj, SupplicantStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCall()
47 ObjT* obj, SupplicantStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCall()
/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/sort/
Dsort_constexpr_comp.pass.cpp36 T work[N] = {}; in test() local
54 T *work[N] = {}; in test_pointers() local
Dsort_constexpr.pass.cpp35 T work[N] = {}; in test() local
53 T *work[N] = {}; in test_pointers() local
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dworkqueues.h40 struct work_struct work; member
49 static inline bool schedule_work(struct work_struct *work) in schedule_work()
55 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on()
62 struct work_struct *work) in queue_work()
/external/pigweed/pw_tokenizer/
Dtokenization.rst515 .. _module-pw_tokenizer-gcc-template-bug:
517 GCC bug: tokenization in template functions
540 64-bit tokenization
553 Tokenization in headers
/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
Drun_handler_concurrent_work_queue.cc79 void RunHandlerThreadWorkQueue::AddTask(TaskFunction work) { in AddTask()
84 TaskFunction work, bool allow_queuing) { in AddBlockingTask()
/external/sdv/vsomeip/third_party/boost/filesystem/example/
Dmbpath.cpp39 boost::scoped_array<char> work( new char[ work_size ] ); in to_external() local
58 boost::scoped_array<wchar_t> work( new wchar_t[ work_size ] ); in to_internal() local
/external/tensorflow/tensorflow/core/lib/core/
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
/external/skia/src/core/
DSkExecutor.cpp38 void add(std::function<void(void)> work) override { in add()
94 void add(std::function<void(void)> work) override { in add()
114 std::function<void(void)> work; in do_work() local
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/executors/
Dscheduler.hpp63 typedef typename Scheduler::work work; typedef in boost::executors::resubmit_at_executor
125 typedef typename Scheduler::work work; typedef in boost::executors::scheduler_executor_wrapper
170 typedef typename Scheduler::work work; typedef in boost::executors::at_executor
229 typedef typename detail::scheduled_executor_base<Clock>::work work; typedef in boost::executors::scheduler
Dgeneric_executor_ref.hpp32 typedef executors::work work; typedef in boost::executors::executor_ref
99 typedef executors::work work; typedef in boost::executors::generic_executor_ref
/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
DKthSelector.java78 public double select(final double[] work, final int[] pivotsHeap, final int k) { in select()
125 private int partition(final double[] work, final int begin, final int end, final int pivot) { in partition()
/external/tensorflow/tensorflow/core/kernels/
Ddense_update_functor.cc39 auto work = [&params, &update](int64_t start, int64_t end) { in operator ()() local
48 auto work = [&params, &update](int64_t start, int64_t end) { in operator ()() local
/external/tensorflow/tensorflow/core/util/
Dwork_sharder.cc33 int64_t cost_per_unit, std::function<void(int64_t, int64_t)> work) { in Shard() argument
57 void Sharder::Do(int64_t total, int64_t cost_per_unit, const Work& work, in Do()
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dio_service.hpp110 inline io_service::work::work(asio::io_service& io_service) in work() function in asio::io_service::work
116 inline io_service::work::work(const work& other) in work() function in asio::io_service::work
/external/tensorflow/tensorflow/core/tfrt/runtime/
Dtf_threadpool_concurrent_work_queue.cc48 void TfThreadPoolWorkQueue::AddTask(tfrt::TaskFunction work) { in AddTask()
58 tfrt::TaskFunction work, bool allow_queuing) { in AddBlockingTask()
Dwork_queue_interface.cc36 void AddTask(tfrt::TaskFunction work) override { in AddTask()
41 tfrt::TaskFunction work, bool allow_queuing) override { in AddBlockingTask()
/external/rust/crates/async-stream/tests/ui/
Dyield_bad_expr_in_macro.rs4 async fn work() {} in main() function
/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/rank/
DPercentile.java351 final double[] work = getWorkArray(values, begin, length); in evaluate() local
373 int medianOf3(final double[] work, final int begin, final int end) { in medianOf3()
443 final double[] work; in getWorkArray() local
1000 protected double estimate(final double[] work, final int[] pivotsHeap, in estimate()
1035 protected double evaluate(final double[] work, final int[] pivotsHeap, final double p, in evaluate()
1059 public double evaluate(final double[] work, final double p, final KthSelector selector) { in evaluate()

1234567891011