/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/ |
D | 2-1.c | 215 char timed; in child() local 226 timed = td->count1 & 1; in child() 228 if (timed) { in child() 239 if (timed) in child() 273 timed = td->count2 & 1; in child() 275 if (timed) { in child() 286 if (timed) in child()
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | GeneratedMonitorTest.java | 623 boolean timed = isTimed(method); in doCall() 624 Object[] arguments = new Object[(guarded ? 1 : 0) + (timed ? 2 : 0)]; in doCall() 628 if (timed) { in doCall() 714 final boolean timed = isTimed(method); // Not going to bother with all timeouts, just 0ms. in generateGuardWithWrongMonitorTestCase() 715 return new TestCase(method.getName() + (timed ? "(0ms)" : "()") + "/WrongMonitor->IMSE") { in generateGuardWithWrongMonitorTestCase() 722 (timed ? new Object[] {guard, 0L, TimeUnit.MILLISECONDS} : new Object[] {guard}); in generateGuardWithWrongMonitorTestCase() 749 final boolean timed = isTimed(method); // Not going to bother with all timeouts, just 0ms. 753 + (timed ? "(0ms)" : "()") 761 (timed ? new Object[] {guard, 0L, TimeUnit.MILLISECONDS} : new Object[] {guard});
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
D | 1-2.c | 212 char timed; in child() local 223 timed = td->count & 1; in child() 225 if (timed) { in child() 236 if (timed) in child() 242 timed, td->predicate, ret); in child()
|
/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
D | xrt_state_ops.h | 176 auto timed = monitoring::MakeTimed(xrt_metrics::GetAllocateCell()); in Compute() local 230 auto timed = in Compute() local 303 auto timed = in Compute() local 373 auto timed = monitoring::MakeTimed(xrt_metrics::GetSubTupleCell()); in Compute() local 424 auto timed = monitoring::MakeTimed(xrt_metrics::GetMakeTupleCell()); in Compute() local 495 auto timed = monitoring::MakeTimed(xrt_metrics::GetReadLiteralCell()); in Compute() local 546 auto timed = monitoring::MakeTimed(xrt_metrics::GetReadToTensorCell()); in Compute() local 630 auto timed = monitoring::MakeTimed(xrt_metrics::GetWriteLiteralCell()); in Compute() local 681 auto timed = monitoring::MakeTimed(xrt_metrics::GetReleaseAllocationCell()); in Compute() local 710 auto timed = in Compute() local [all …]
|
D | tpu_compile_ops.cc | 122 auto timed = monitoring::MakeTimed(xrt_metrics::GetCompileCell()); in Compute() local 242 auto timed = monitoring::MakeTimed(xrt_metrics::GetReleaseCompilationCell()); in Compute() local
|
D | xrt_compile_ops.cc | 189 auto timed = monitoring::MakeTimed(xrt_metrics::GetCompileCell()); in Compute() local 261 auto timed = monitoring::MakeTimed(xrt_metrics::GetReleaseCompilationCell()); in Compute() local
|
D | tpu_execute_op.cc | 281 auto timed = monitoring::MakeTimed(xrt_metrics::GetExecuteCell()); in DoWork() local 402 auto timed = monitoring::MakeTimed(xrt_metrics::GetExecuteChainedCell()); in DoWork() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
D | 2-3.c | 163 int timed; in child() local 173 timed = td->count & 1; in child() 175 if (timed) { in child() 184 if (timed) in child() 190 timed, td->predicate, ret); in child()
|
D | 1-2.c | 174 char timed; in child() local 184 timed = td->count & 1; in child() 186 if (timed) { in child() 196 if (timed) in child() 202 timed, td->predicate, ret); in child()
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | BUILD | 30 name = "timed", 32 "timed.h", 211 "timed.h", 227 "timed.h",
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | MoreExecutors.java | 732 boolean timed, in invokeAnyImpl() argument 736 executorService, tasks, timed, toNanosSaturated(timeout), TimeUnit.NANOSECONDS); in invokeAnyImpl() 747 boolean timed, in invokeAnyImpl() argument 769 long lastTime = timed ? System.nanoTime() : 0; in invokeAnyImpl() 785 } else if (timed) { in invokeAnyImpl()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | main.py | 178 '%.2f' % (timed / times[-1]) for timed in times[:-1]
|
D | write.py | 282 '%.2f' % (timed / time) for timed in times[:-1]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | main.py | 180 '%.2f' % (timed / times[-1]) for timed in times[:-1]
|
D | write.py | 281 '%.2f' % (timed / time) for timed in times[:-1]
|
/external/curl/tests/data/ |
D | test272 | 22 FTP timed conditioned get file with identical time stamp
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | GeneratedMonitorTest.java | 740 final boolean timed = isTimed(method); // Not going to bother with all timeouts, just 0ms. in generateGuardWithWrongMonitorTestCase() 741 return new TestCase(method.getName() + (timed ? "(0ms)" : "()") + "/WrongMonitor->IMSE") { in generateGuardWithWrongMonitorTestCase() 782 final boolean timed = isTimed(method); // Not going to bother with all timeouts, just 0ms. 786 + (timed ? "(0ms)" : "()")
|
/external/pigweed/pw_sync/ |
D | backend.gni | 25 # Backend for the pw_sync module's timed mutex.
|
/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt_memory_manager.cc | 105 auto timed = monitoring::MakeTimed(xrt_metrics::GetMemoryCompactCell()); in CompactAllocations() local 153 auto timed = monitoring::MakeTimed(xrt_metrics::GetTryFreeMemoryCell()); in TryFreeMemory() local
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
D | cpuhotplug01.sh | 26 usage: $0 -c cpu -l loop -n timeon -f timeoff -e timed
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | MoreExecutors.java | 672 boolean timed, in invokeAnyImpl() argument 694 long lastTime = timed ? System.nanoTime() : 0; in invokeAnyImpl() 710 } else if (timed) { in invokeAnyImpl()
|
/external/walt/ |
D | README.md | 15 the screen is timed using an accelerometer mounted on the probe.
|
/external/tcpdump/win32/prj/ |
D | GNUmakefile | 136 ../../print-timed.o \
|
/external/scapy/test/tls/ |
D | tests_tls_netaccess.uts | 60 raise RuntimeError("Test timed out")
|
/external/python/cpython3/Doc/library/ |
D | timeit.rst | 101 The constructor takes a statement to be timed, an additional statement used 113 The execution time of *setup* is excluded from the overall timed execution run. 187 Helper to print a traceback from the timed code.
|