/external/libchrome/base/android/orderfile/ |
D | orderfile_instrumentation_perftest.cc | 69 auto reached = GetOrderedOffsetsForTesting(); in TEST_F() local 70 EXPECT_EQ(2UL, reached.size()); in TEST_F() 71 EXPECT_EQ(first - kStartOfTextForTesting, reached[0]); in TEST_F() 72 EXPECT_EQ(second - kStartOfTextForTesting, reached[1]); in TEST_F() 83 auto reached = GetOrderedOffsetsForTesting(); in TEST_F() local 84 ASSERT_EQ(2UL, reached.size()); in TEST_F() 85 ASSERT_EQ(first - kStartOfTextForTesting, reached[0]); in TEST_F() 86 ASSERT_EQ(second - kStartOfTextForTesting, reached[1]); in TEST_F()
|
/external/cros/system_api/dbus/power_manager/ |
D | idle.proto | 16 // If true, the screen-dim timeout has been reached. 24 // If true, the screen-off timeout has been reached.
|
/external/iptables/extensions/ |
D | libxt_limit.man | 2 A rule using this extension will match until this limit is reached. 17 recharged by one every time the limit specified above is not reached,
|
/external/libchrome/base/ |
D | logging_unittest.cc | 651 bool reached = false; in TEST_F() local 655 DCHECK_EQ(true, reached = true); // Reached, passed. in TEST_F() 656 ASSERT_EQ(DCHECK_IS_ON() ? true : false, reached); in TEST_F() 663 bool reached = false; in TEST_F() local 667 CHECK_EQ(true, reached = true); // Reached, passed. in TEST_F() 668 ASSERT_TRUE(reached); in TEST_F()
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_parallel_shader_compile.txt | 76 is TRUE. Set the loop timeout to 1s and fail test if timeout reached. 79 is TRUE. Set the loop timeout to 1s and fail test if timeout reached.
|
/external/clang/test/PCH/ |
D | chain-staticvar-instantiation.cpp | 40 #warning reached main file
|
/external/honggfuzz/socketfuzzer/ |
D | README.md | 23 * "New!": HonggFuzz tells FFW that new basic blocks have been reached 39 basic blocks have been reached.
|
/external/python/cpython3/Doc/library/ |
D | bz2.rst | 188 bytes of decompressed data. If this limit is reached and further 199 Attempting to decompress data after the end of stream is reached 208 ``True`` if the end-of-stream marker has been reached. 218 reached, its value will be ``b''``.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/ |
D | missing-closing-quote.mir | 18 ; CHECK: [[@LINE+1]]:48: end of machine instruction reached before the closing '"'
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | missing-closing-quote.mir | 18 ; CHECK: [[@LINE+1]]:48: end of machine instruction reached before the closing '"'
|
/external/e2fsprogs/lib/ss/ |
D | ss_err.et | 22 "End-of-file reached"
|
/external/libevent/ |
D | METADATA | 2 …ck function when a specific event occurs on a file descriptor or after a timeout has been reached."
|
/external/curl/docs/cmdline-opts/ |
D | retry-max-time.d | 8 limit. Notice that if the timer hasn't reached the limit, the request will be
|
/external/python/cpython3/Doc/c-api/ |
D | file.rst | 58 is returned if the end of the file is reached immediately. If *n* is less than 60 raised if the end of the file is reached immediately.
|
/external/llvm/test/CodeGen/X86/ |
D | undef-label.ll | 4 ; be reached via fall through and would therefore omit the label.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | undef-label.ll | 4 ; be reached via fall through and would therefore omit the label.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | PR17073.ll | 4 ; The first test confirms that we don't do that when the trapping op is reached by the current BB (… 5 ; The second test confirms that we don't do that when the trapping op is reached by the previous BB…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | PR17073.ll | 4 ; The first test confirms that we don't do that when the trapping op is reached by the current BB (… 5 ; The second test confirms that we don't do that when the trapping op is reached by the previous BB…
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MapStage.pbtxt | 20 on the container will block when the capacity is reached.
|
D | api_def_OrderedMapStage.pbtxt | 20 on the container will block when the capacity is reached.
|
/external/ltp/testcases/network/nfsv4/acl/ |
D | README | 17 …acl.py: try to "build" ACLs of different length. Stop when the specified maximum length is reached.
|
/external/u-boot/doc/ |
D | README.mpc83xx.ddrecc | 152 reached Single-Bit Error Threshold. Multiple Memory Errors bit is also 'on', that 153 is Counter reached Threshold more than one time (it wraps back after reaching
|
/external/okhttp/okio/ |
D | CHANGELOG.md | 29 the deadline was reached. Now it throws `InterruptedIOException` in both 118 * Use the watchdog to interrupt sockets that have reached deadlines.
|
/external/grpc-grpc/doc/ |
D | wait-for-ready.md | 14 as the channel is `SHUTDOWN` or the RPC's deadline is reached.
|
/external/v8/src/wasm/ |
D | function-body-decoder-impl.h | 474 bool reached; member 476 Merge(bool reached = false) : reached(reached) {} in reached() function 1631 c->br_merge()->reached = true; in DecodeFunctionBody() 1646 c->br_merge()->reached = true; in DecodeFunctionBody() 1692 control_at(depth)->br_merge()->reached = true; in DecodeFunctionBody() 2092 c->start_merge.reached = c->reachable(); in PushControl() 2113 bool reached = c->end_merge.reached; in PopControl() local 2117 if (!control_.empty() && !reached && control_.back().reachable()) { in PopControl() 2298 if (implicit && c->end_merge.reached) c->reachability = kReachable; in DoReturn() 2370 c->end_merge.reached = true; in FallThruTo()
|