Home
last modified time | relevance | path

Searched refs:TimeoutValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/bugpoint/
Dbugpoint.cpp46 TimeoutValue("timeout", cl::init(300), cl::value_desc("seconds"), variable
163 BugDriver D(argv[0], FindBugs, TimeoutValue, MemoryLimit, in main()
/external/llvm-project/llvm/tools/bugpoint/
Dbugpoint.cpp50 static cl::opt<unsigned> TimeoutValue( variable
199 BugDriver D(argv[0], FindBugs, TimeoutValue, MemoryLimit, UseValgrind, in main()
/external/grpc-grpc/doc/
DPROTOCOL-HTTP2.md31 * **Timeout** → "grpc-timeout" TimeoutValue TimeoutUnit
32 * **TimeoutValue** → {_positive integer as ASCII string of at most 8 digits_}
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-misc.cc140 TEST_F(DefaultChannelTest, TimeoutValue) { in TEST_F() argument