Home
last modified time | relevance | path

Searched refs:reached (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/external/libchrome/base/android/orderfile/
Dorderfile_instrumentation_perftest.cc69 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/
Didle.proto16 // If true, the screen-dim timeout has been reached.
24 // If true, the screen-off timeout has been reached.
/external/iptables/extensions/
Dlibxt_limit.man2 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/
Dlogging_unittest.cc651 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/
DCTS_ARB_parallel_shader_compile.txt76 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/
Dchain-staticvar-instantiation.cpp40 #warning reached main file
/external/honggfuzz/socketfuzzer/
DREADME.md23 * "New!": HonggFuzz tells FFW that new basic blocks have been reached
39 basic blocks have been reached.
/external/python/cpython3/Doc/library/
Dbz2.rst188 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/
Dmissing-closing-quote.mir18 ; CHECK: [[@LINE+1]]:48: end of machine instruction reached before the closing '"'
/external/llvm/test/CodeGen/MIR/X86/
Dmissing-closing-quote.mir18 ; CHECK: [[@LINE+1]]:48: end of machine instruction reached before the closing '"'
/external/e2fsprogs/lib/ss/
Dss_err.et22 "End-of-file reached"
/external/libevent/
DMETADATA2 …ck function when a specific event occurs on a file descriptor or after a timeout has been reached."
/external/curl/docs/cmdline-opts/
Dretry-max-time.d8 limit. Notice that if the timer hasn't reached the limit, the request will be
/external/python/cpython3/Doc/c-api/
Dfile.rst58 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/
Dundef-label.ll4 ; be reached via fall through and would therefore omit the label.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dundef-label.ll4 ; be reached via fall through and would therefore omit the label.
/external/llvm/test/Transforms/SimplifyCFG/
DPR17073.ll4 ; 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/
DPR17073.ll4 ; 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/
Dapi_def_MapStage.pbtxt20 on the container will block when the capacity is reached.
Dapi_def_OrderedMapStage.pbtxt20 on the container will block when the capacity is reached.
/external/ltp/testcases/network/nfsv4/acl/
DREADME17 …acl.py: try to "build" ACLs of different length. Stop when the specified maximum length is reached.
/external/u-boot/doc/
DREADME.mpc83xx.ddrecc152 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/
DCHANGELOG.md29 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/
Dwait-for-ready.md14 as the channel is `SHUTDOWN` or the RPC's deadline is reached.
/external/v8/src/wasm/
Dfunction-body-decoder-impl.h474 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()

12345678910>>...13