/external/skia/tests/ |
D | TracingTest.cpp | 77 static void do_work(int howMuchWork) { in do_work() function 97 do_work(500); in test_trace_simple() 105 do_work(500); in test_trace_simple() 120 do_work(10); in test_trace_counters() 132 do_work(10); in test_trace_counters() 146 do_work(10); in test_trace_counters() 159 do_work(100); in test_trace_objects() 164 do_work(100); in test_trace_objects() 175 do_work(100); in test_trace_objects()
|
/external/skqp/tests/ |
D | TracingTest.cpp | 76 static void do_work(int howMuchWork) { in do_work() function 96 do_work(500); in test_trace_simple() 104 do_work(500); in test_trace_simple() 119 do_work(10); in test_trace_counters() 133 do_work(10); in test_trace_counters() 149 do_work(10); in test_trace_counters() 162 do_work(100); in test_trace_objects() 167 do_work(100); in test_trace_objects() 178 do_work(100); in test_trace_objects()
|
/external/python/cpython2/Lib/test/crashers/ |
D | warnings_del_crasher.py | 22 def do_work(): function 27 t = threading.Thread(target=do_work)
|
/external/ltp/testcases/realtime/func/sched_jitter/ |
D | sched_jitter.c | 104 void do_work(int runs) in do_work() function 129 do_work(1); /* warm cache */ in thread_worker() 133 do_work(NUMLOOPS); in thread_worker()
|
/external/skqp/src/core/ |
D | SkExecutor.cpp | 96 SkAssertResult(this->do_work()); in borrow() 102 bool do_work() { in do_work() function in SkThreadPool 122 } while (pool->do_work()); in Loop()
|
/external/skia/src/core/ |
D | SkExecutor.cpp | 103 SkAssertResult(this->do_work()); in borrow() 109 bool do_work() { in do_work() function in SkThreadPool 129 } while (pool->do_work()); in Loop()
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | unused-nonnull.ll | 23 br i1 %2, label %done, label %do_work 25 do_work: 34 %retval = phi i32 [0, %entry], [%1, %do_work], [%1, %null]
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | prediction_ops.cc | 121 auto do_work = [&resource, &bucketized_features, &cached_tree_ids, in Compute() local 187 /*cost_per_unit=*/cost, do_work); in Compute() 239 auto do_work = [&resource, &bucketized_features, &output_logits, last_tree, in Compute() local 277 /*cost_per_unit=*/cost, do_work); in Compute() 342 auto do_work = [&resource, &bucketized_features, &output_debug_info, in Compute() local 394 /*cost_per_unit=*/cost, do_work); in Compute()
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | log_io_test.py | 32 def do_work(): function 38 do_work()
|
/external/ltp/testcases/kernel/sched/eas/ |
D | sched_boost.c | 44 static void do_work(void) in do_work() function 79 do_work(); in test_fn() 82 do_work(); in test_fn()
|
/external/ltp/testcases/kernel/syscalls/perf_event_open/ |
D | perf_event_open02.c | 137 static void do_work(int mult) in do_work() function 167 do_work(1); in count_hardware_counters() 170 do_work(1); in count_hardware_counters() 313 do_work(8); in verify()
|
D | perf_event_open01.c | 134 static void do_work(void) in do_work() function 177 do_work(); in verify()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 1-6.c | 57 void *do_work(void *arg) in do_work() function 124 ret = pthread_create(&threads[i], &attr, do_work, NULL); in run_hp_threads()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_cross_op.cc | 736 auto do_work = [&columns, crosser, updater](int64 begin, int64 end) { in Compute() local 753 kCostPerUnit, do_work); in Compute() 798 auto do_work = [&columns, crosser, updater](int64 begin, int64 end) { in Compute() local 815 kCostPerUnit, do_work); in Compute() 867 auto do_work = [&columns, crosser, updater, strong_hash](int64 begin, in Compute() local 885 kCostPerUnit, do_work); in Compute()
|
D | sdca_ops.cc | 268 auto do_work = [&](const int64 begin, const int64 end) { in Compute() local 286 weights_inputs.size(), kCostPerUnit, do_work); in Compute()
|
D | parameterized_truncated_normal_op.cc | 71 auto do_work = [samples_per_batch, num_elements, &ctx, &means, &stddevs, in operator ()() local 309 batchCost, do_work); in operator ()() 334 auto do_work = [num_batches, samples_per_batch, &ctx, &bcast, &means, in operator ()() local 599 batchCost, do_work); in operator ()()
|
D | ragged_cross_op.cc | 363 auto do_work = [&output_writer](int64 begin, int64 end) { in Compute() local 371 thread_pool->ParallelFor(batch_size, cost_per_batch, do_work); in Compute()
|
/external/skia/experimental/ddlbench/ |
D | ddlbench.cpp | 165 bool do_work(ThreadInfo* threadInfo) { in do_work() function in GrThreadPool 193 } while (pool->do_work(threadInfo)); in Loop()
|
/external/python/cpython3/Doc/library/ |
D | multiprocessing.shared_memory.rst | 245 ... p1 = Process(target=do_work, args=(sl, 0, 1000)) 246 ... p2 = Process(target=do_work, args=(sl, 1000, 2000))
|
/external/python/cpython3/Lib/test/ |
D | test_gc.py | 652 def do_work(): function 659 do_work()
|
/external/python/cpython2/Doc/library/ |
D | queue.rst | 185 do_work(item)
|