/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSyncTests.cpp | 105 bool is_timeout = false; in iterate() local 167 is_timeout = true; in iterate() 220 if (is_timeout) in iterate()
|
/external/AFLplusplus/src/ |
D | afl-fuzz-bitmap.c | 295 u8 is_timeout = 0; in describe_op() local 300 is_timeout = 1; in describe_op() 337 if (is_timeout) { size_left -= strlen(",+tout"); } in describe_op() 383 if (is_timeout) { strcat(ret, ",+tout"); } in describe_op() 462 u8 new_bits = 0, keeping = 0, res, classified = 0, is_timeout = 0; in save_if_interesting() local 502 describe_op(afl, new_bits + is_timeout, in save_if_interesting() 614 is_timeout = 0x80; in save_if_interesting()
|
/external/pigweed/pw_rpc/nanopb/ |
D | synchronous_call_test.cc | 158 EXPECT_TRUE(result.is_timeout()); in TEST_F() 168 EXPECT_TRUE(result.is_timeout()); in TEST_F() 221 EXPECT_TRUE(result.is_timeout()); in TEST_F() 231 EXPECT_TRUE(result.is_timeout()); in TEST_F()
|
/external/pigweed/pw_rpc/pwpb/ |
D | synchronous_call_test.cc | 161 EXPECT_TRUE(result.is_timeout()); in TEST_F() 171 EXPECT_TRUE(result.is_timeout()); in TEST_F() 224 EXPECT_TRUE(result.is_timeout()); in TEST_F() 234 EXPECT_TRUE(result.is_timeout()); in TEST_F()
|
/external/autotest/client/common_lib/cros/ |
D | retry.py | 229 is_timeout, result = timeout(func, args, kwargs, 231 if not is_timeout:
|
/external/pigweed/pw_rpc/public/pw_rpc/ |
D | synchronous_call_result.h | 105 [[nodiscard]] constexpr bool is_timeout() const; 174 constexpr bool SynchronousCallResult<Response>::is_timeout() const { in is_timeout() function
|
/external/rust/crates/crossbeam-channel/src/ |
D | err.rs | 266 pub fn is_timeout(&self) -> bool { in is_timeout() method 348 pub fn is_timeout(&self) -> bool { in is_timeout() method
|
/external/autotest/server/ |
D | site_crashcollect.py | 114 is_timeout, _ = retry.timeout(_symbolicate_minidump_with_devserver, 117 if is_timeout:
|
/external/libchrome-gestures/src/ |
D | immediate_interpreter.cc | 2604 bool is_timeout = (now - tap_to_click_state_entered_ > in UpdateTapState() local 2719 if (is_timeout) { in UpdateTapState() 2766 } else if (is_timeout) { in UpdateTapState() 2773 if (!is_timeout && !hwstate) { in UpdateTapState() 2790 if (is_timeout || tap_record_.Moving(*hwstate, tap_move_dist_.val_)) { in UpdateTapState() 2792 if (is_timeout) { in UpdateTapState() 2855 } else if (is_timeout) { in UpdateTapState() 2873 if (is_timeout) { in UpdateTapState()
|
/external/rust/crates/crossbeam-channel/ |
D | CHANGELOG.md | 108 - Add methods `is_disconnected()`, `is_timeout()`, `is_empty()`, and `is_full()` on error types.
|
/external/python/httplib2/python2/httplib2/ |
D | __init__.py | 2195 is_timeout = isinstance(e, socket.timeout) 2196 if is_timeout: 2207 elif is_timeout:
|
/external/autotest/utils/frozen_chromite/third_party/python2/httplib2/ |
D | __init__.py | 2138 is_timeout = isinstance(e, socket.timeout) 2139 if is_timeout: 2150 elif is_timeout:
|
/external/autotest/utils/frozen_chromite/third_party/python3/httplib2/ |
D | __init__.py | 1960 is_timeout = isinstance(e, socket.timeout) 1961 if is_timeout:
|
/external/python/httplib2/python3/httplib2/ |
D | __init__.py | 1997 is_timeout = isinstance(e, socket.timeout) 1998 if is_timeout:
|
/external/pigweed/pw_rpc/ |
D | docs.rst | 1236 } else if (result.is_timeout()) { 1251 if (result.is_timeout()) {
|