Home
last modified time | relevance | path

Searched refs:do_work (Results 1 – 25 of 28) sorted by relevance

12

/external/skqp/tests/
DTracingTest.cpp76 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/skia/tests/
DTracingTest.cpp76 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/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dparallel_for.cc24 std::function<void(int64, int64)> do_work) { in ParallelFor() argument
27 do_work(0, batch_size); in ParallelFor()
38 thread_pool->Schedule([&do_work, &counter, start, end]() { in ParallelFor()
39 do_work(start, end); in ParallelFor()
45 do_work(0, std::min(block_size, batch_size)); in ParallelFor()
Dparallel_for.h27 std::function<void(int64, int64)> do_work);
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dprediction_ops.cc114 auto do_work = [&resource, &batch_bucketized_features, &cached_tree_ids, in Compute() local
172 /*cost_per_unit=*/cost, do_work); in Compute()
228 auto do_work = [&resource, &batch_bucketized_features, &output_logits, in Compute() local
266 /*cost_per_unit=*/cost, do_work); in Compute()
335 auto do_work = [&resource, &batch_bucketized_features, &output_debug_info, in Compute() local
386 /*cost_per_unit=*/cost, do_work); in Compute()
/external/ltp/testcases/realtime/func/sched_jitter/
Dsched_jitter.c104 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/python/cpython2/Lib/test/crashers/
Dwarnings_del_crasher.py22 def do_work(): function
27 t = threading.Thread(target=do_work)
/external/skia/src/core/
DSkExecutor.cpp96 SkAssertResult(this->do_work()); in borrow()
102 bool do_work() { in do_work() function in SkThreadPool
122 } while (pool->do_work()); in Loop()
/external/skqp/src/core/
DSkExecutor.cpp96 SkAssertResult(this->do_work()); in borrow()
102 bool do_work() { in do_work() function in SkThreadPool
122 } while (pool->do_work()); in Loop()
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog_io_test.py34 def do_work(): function
42 do_work()
/external/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open02.c129 static void do_work(void) in do_work() function
177 do_work(); in count_hardware_counters()
302 do_work(); in verify()
Dperf_event_open01.c134 static void do_work(void) in do_work() function
177 do_work(); in verify()
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
Dpitest-1.c79 void do_work(unsigned granularity_top, volatile unsigned *progress) in do_work() function
117 do_work(5, &tp->progress); in thread_fn()
156 do_work(5, &tp->progress); in thread_tl()
Dpitest-5.c80 void do_work(unsigned granularity_top, volatile unsigned *progress) in do_work() function
120 do_work(5, &tp->progress); in thread_fn()
160 do_work(5, &tp->progress); in thread_tl()
Dpitest-6.c78 void do_work(unsigned granularity_top, volatile unsigned *progress) in do_work() function
117 do_work(5, &tp->progress); in thread_fn()
157 do_work(5, &tp->progress); in thread_tl()
Dpitest-2.c81 void do_work(unsigned granularity_top, volatile unsigned *progress) in do_work() function
119 do_work(5, &tp->progress); in thread_fn()
157 do_work(5, &tp->progress); in thread_tl()
Dpitest-3.c82 void do_work(unsigned granularity_top, volatile unsigned *progress) in do_work() function
122 do_work(5, &tp->progress); in thread_fn()
163 do_work(5, &tp->progress); in thread_tl()
Dpitest-4.c82 void do_work(unsigned granularity_top, volatile unsigned *progress) in do_work() function
124 do_work(5, &tp->progress); in thread_fn()
/external/ltp/testcases/kernel/sched/eas/
Dsched_boost.c43 static void do_work(void) in do_work() function
77 do_work(); in test_fn()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-6.c57 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/
Dsdca_ops.cc267 auto do_work = [&](const int64 begin, const int64 end) { in Compute() local
285 weights_inputs.size(), kCostPerUnit, do_work); in Compute()
Dsparse_cross_op.cc330 auto do_work = [&columns, crosser, updater](int64 begin, int64 end) { in Compute() local
346 kCostPerUnit, do_work); in Compute()
/external/u-boot/drivers/mtd/ubi/
Dwl.c193 static int do_work(struct ubi_device *ubi) in do_work() function
542 err = do_work(ubi); in ubi_do_worker()
1470 err = do_work(ubi);
1821 err = do_work(ubi);
Dfastmap-wl.c187 err = do_work(ubi); in produce_free_peb()
/external/tensorflow/tensorflow/contrib/layers/kernels/
Dsparse_feature_cross_kernel.cc373 auto do_work = [this, &columns, crosser, updater](int64 begin, int64 end) { in Compute() local
389 kCostPerUnit, do_work); in Compute()

12