Home
last modified time | relevance | path

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

12345678910

/external/libchrome/base/
Dlogging_unittest.cc467 bool reached = false; in TEST_F() local
471 DCHECK_EQ(true, reached = true); // Reached, passed. in TEST_F()
472 ASSERT_EQ(DCHECK_IS_ON() ? true : false, reached); in TEST_F()
479 bool reached = false; in TEST_F() local
483 CHECK_EQ(true, reached = true); // Reached, passed. in TEST_F()
484 ASSERT_TRUE(reached); 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/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/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''``.
Dqueue.rst36 block once this size has been reached, until queue items are consumed. If
44 block once this size has been reached, until queue items are consumed. If
52 block once this size has been reached, until queue items are consumed. If
/external/e2fsprogs/lib/ss/
Dss_err.et22 "End-of-file reached"
/external/llvm/test/CodeGen/MIR/X86/
Dmissing-closing-quote.mir18 ; CHECK: [[@LINE+1]]:48: end of machine instruction reached before the closing '"'
/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.
Dragreedy-last-chance-recoloring.ll27 ; CHECK-INTERF: error: register allocation failed: maximum interference for recoloring reached
28 ; CHECK-DEPTH: error: register allocation failed: maximum depth for recoloring reached
29 …STIVE-NOT: error: register allocation failed: maximum {{depth|interference}} for recoloring reached
/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/ltp/testcases/network/nfsv4/acl/
DREADME17 …acl.py: try to "build" ACLs of different length. Stop when the specified maximum length is reached.
/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.
Dapi_def_Stage.pbtxt14 on the container will block when the capacity is reached.
/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/llvm/test/Analysis/BasicAA/
D2014-03-18-Maxlookup-reached.ll5 ; limit was reached).
/external/python/cpython2/Doc/library/
Dqueue.rst36 block once this size has been reached, until queue items are consumed. If
43 block once this size has been reached, until queue items are consumed. If
52 block once this size has been reached, until queue items are consumed. If
/external/clang/test/Analysis/
Dobjc-message.m16 // so this should not be reached.
/external/perfetto/protos/perfetto/config/
Dtrace_config.proto126 // reached, even if |duration_ms| has not been reached yet.
/external/python/cpython2/Lib/
Dpdb.doc113 the count is decremented each time the breakpoint is reached
129 is reached or it returns.
133 current one is reached or until the current frame returns.

12345678910