Home
last modified time | relevance | path

Searched defs:do_work (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Lib/test/crashers/
Dwarnings_del_crasher.py22 def do_work(): function
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog_io_test.py32 def do_work(): function
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dprediction_ops.cc121 auto do_work = [&resource, &bucketized_features, &cached_tree_ids, in Compute() local
239 auto do_work = [&resource, &bucketized_features, &output_logits, last_tree, in Compute() local
342 auto do_work = [&resource, &bucketized_features, &output_debug_info, in Compute() local
/external/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open01.c134 static void do_work(void) in do_work() function
Dperf_event_open02.c137 static void do_work(int mult) in do_work() function
/external/ltp/testcases/kernel/sched/eas/
Dsched_boost.c44 static void do_work(void) in do_work() function
/external/ltp/testcases/realtime/func/sched_jitter/
Dsched_jitter.c104 void do_work(int runs) in do_work() function
/external/skqp/src/core/
DSkExecutor.cpp102 bool do_work() { in do_work() function in SkThreadPool
/external/skia/src/core/
DSkExecutor.cpp109 bool do_work() { in do_work() function in SkThreadPool
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-6.c57 void *do_work(void *arg) in do_work() function
/external/skia/tests/
DTracingTest.cpp77 static void do_work(int howMuchWork) { in do_work() function
/external/skqp/tests/
DTracingTest.cpp76 static void do_work(int howMuchWork) { in do_work() function
/external/tensorflow/tensorflow/core/kernels/
Dparameterized_truncated_normal_op.cc71 auto do_work = [samples_per_batch, num_elements, &ctx, &means, &stddevs, in operator ()() local
334 auto do_work = [num_batches, samples_per_batch, &ctx, &bcast, &means, in operator ()() local
Dsdca_ops.cc268 auto do_work = [&](const int64 begin, const int64 end) { in Compute() local
Dsparse_cross_op.cc736 auto do_work = [&columns, crosser, updater](int64 begin, int64 end) { in Compute() local
798 auto do_work = [&columns, crosser, updater](int64 begin, int64 end) { in Compute() local
867 auto do_work = [&columns, crosser, updater, strong_hash](int64 begin, in Compute() local
Dragged_cross_op.cc363 auto do_work = [&output_writer](int64 begin, int64 end) { in Compute() local
/external/skia/experimental/ddlbench/
Dddlbench.cpp165 bool do_work(ThreadInfo* threadInfo) { in do_work() function in GrThreadPool
/external/python/cpython3/Lib/test/
Dtest_gc.py652 def do_work(): function