Home
last modified time | relevance | path

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

12345678910>>...17

/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/llvm-project/llvm/test/Transforms/Inline/
Ddevirtualize-5.ll1 ; RUN: opt -abort-on-max-devirt-iterations-reached -passes='cgscc(devirt<1>(inline,instcombine))' -…
2 ; RUN: opt -abort-on-max-devirt-iterations-reached -passes='default<O2>' -S < %s | FileCheck %s
Ddevirtualize-6.ll2 ; RUN: opt -abort-on-max-devirt-iterations-reached -passes='cgscc(devirt<0>(inline))' -S < %s | Fil…
/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/igt-gpu-tools/lib/
Digt_alsa.c422 bool reached; in alsa_run() local
437 reached = true; in alsa_run()
440 reached = false; in alsa_run()
500 } while (!reached); in alsa_run()
/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/llvm-project/clang/test/PCH/
Dchain-staticvar-instantiation.cpp40 #warning reached main file
/external/perfetto/protos/perfetto/config/
Dstress_test_config.proto38 // - trace_config.duration_ms is reached.
39 // - max_events is reached.
/external/llvm-project/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/libevent/
DMETADATA2 …ck function when a specific event occurs on a file descriptor or after a timeout has been reached."
/external/e2fsprogs/lib/ss/
Dss_err.et22 "End-of-file reached"
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dmessages.proto52 // The server must fill in "fallback" if it detects that the RPC reached
54 // that the RPC reached the server via "gRPCLB backend" path (i.e. if it got
60 // Indicates that a client reached a server via gRPCLB fallback.
62 // Indicates that a client reached a server as a gRPCLB-given backend.
/external/curl/docs/cmdline-opts/
Dretry-max-time.d9 limit. Notice that if the timer hasn't reached the limit, the request will be
/external/llvm/test/CodeGen/X86/
Dundef-label.ll4 ; be reached via fall through and would therefore omit the label.
/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.
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dguarantee-all-funcs-one-use.mlir49 // expected-error @+1 {{reached cloning limit}}
/external/grpc-grpc/doc/
Dwait-for-ready.md14 as the channel is `SHUTDOWN` or the RPC's deadline is reached.
/external/llvm-project/llvm/test/Analysis/BasicAA/
D2014-03-18-Maxlookup-reached.ll5 ; limit was reached).
/external/llvm/test/Analysis/BasicAA/
D2014-03-18-Maxlookup-reached.ll5 ; limit was reached).

12345678910>>...17