/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
InterruptionUtil.java | 41 * Runnable which will interrupt the target thread repeatedly when run.
|
/external/icu/icu4c/source/i18n/ |
number_formatimpl.h | 28 * Builds a "safe" MicroPropsGenerator, which is thread-safe and can be used repeatedly.
|
/external/libchrome/components/timers/ |
alarm_timer_chromeos.h | 87 // A RepeatingAlarmTimer takes a task and delay and repeatedly runs the task
|
/external/libevent/include/event2/ |
bufferevent_compat.h | 46 Once initialized, the bufferevent structure can be used repeatedly with
|
/external/libmojo/mojo/edk/system/ |
message_pipe_perftest.cc | 159 // Repeatedly sends messages as previous one got replied by the child.
|
/external/libvpx/libvpx/ |
usage_dx.dox | 44 vpx_codec_get_frame repeatedly until it returns NULL, indicating that all
|
/external/libxml2/ |
testOOMlib.c | 231 * situations. Calls the function repeatedly, failing a different
|
/external/llvm/include/llvm/IR/ |
PredIteratorCache.h | 26 /// predecessor iterator queries. This is useful for code that repeatedly
|
/external/ltp/testcases/cve/ |
cve-2017-2671.c | 30 * This test repeatedly 'connects' a ping socket correctly then calls
|
/external/ltp/testcases/kernel/controllers/memcg/regression/ |
memcg_test_3.c | 23 * being entered repeatedly, this results in a BUG_ON().
|
/external/ltp/testcases/kernel/syscalls/fork/ |
fork13.c | 6 * A program that repeatedly forks and waits is susceptible to having
|
/external/ltp/testcases/kernel/syscalls/mprotect/ |
mprotect03.c | 32 * process (as sigsegv would repeatedly be generated). The testcase
|
/external/ltp/tools/pounder21/test_scripts/ |
nfs | 3 # Repeatedly copy files to NFS server.
|
/external/skia/bench/ |
Benchmark.h | 74 // timer. When a benchmark is repeatedly drawn, this should be called once
|
/external/skia/gm/ |
SkAnimTimer.h | 19 * are consistent if called repeatedly, as they only reflect the time since the last
|
/external/skia/src/shaders/gradients/ |
Sk4fGradientPriv.h | 50 // - store(count) Store the Sk4f value repeatedly to dest, count times.
|
/external/skqp/bench/ |
Benchmark.h | 74 // timer. When a benchmark is repeatedly drawn, this should be called once
|
/external/skqp/gm/ |
SkAnimTimer.h | 19 * are consistent if called repeatedly, as they only reflect the time since the last
|
/external/skqp/src/shaders/gradients/ |
Sk4fGradientPriv.h | 50 // - store(count) Store the Sk4f value repeatedly to dest, count times.
|
/external/tensorflow/tensorflow/compiler/aot/ |
test.cc | 73 // Simple benchmark that repeatedly runs the generated function.
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
export_strategy.py | 41 result for that checkpoint. This export_fn() may be run repeatedly during
|
/external/tensorflow/tensorflow/core/common_runtime/ |
device_set.cc | 43 // TODO(jeff): If we are going to repeatedly lookup the set of devices
|
/external/tensorflow/tensorflow/core/debug/ |
debug_grpc_testlib.h | 72 // Poll a gRPC debug server by sending a small tensor repeatedly till success.
|
/external/tensorflow/tensorflow/core/kernels/ |
adjust_contrast_op.cc | 246 // This algorithm repeatedly folds each image plane by half, until 255 // Sum the input(i, :, k) into mean(i, k). Repeatedly splits the input 325 // This algorithm repeatedly increases the area to be copied, and leads to 354 // Repeatedly increases the number of elements to copy so they have
|
/external/tensorflow/tensorflow/docs_src/api_guides/python/ |
contrib.layers.md | 40 a layer repeatedly.
|