/external/autotest/client/common_lib/ |
site_utils.py | 57 def ping(host, deadline=None, tries=None, timeout=60): 63 Per 'man ping', if you specify BOTH |deadline| and |tries|, ping only 64 returns 0 if we get responses to |tries| pings within |deadline| seconds. 70 @param deadline: seconds within which |tries| pings must succeed. 71 @param tries: number of pings to send. 78 if tries: 79 args.append('-c%d' % tries) 674 The method tries to locate the wireless ssid in the same subnet of given
|
/external/autotest/server/site_tests/brillo_BootLoader/ |
brillo_BootLoader.py | 160 """Checks bootloader fallback if slot made active runs out of tries. 167 'runs out of tries.')
|
/external/compiler-rt/include/sanitizer/ |
asan_interface.h | 85 // If global or stack, tries to also return the variable name, address and 86 // size. If heap, tries to return the chunk address and size. 'name' should
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
CharsTrieBuilder.java | 51 * <p>Multiple calls to build() or buildCharSequence() return tries or sequences 68 * <p>Multiple calls to build() or buildCharSequence() return tries or sequences
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
BytesTrieBuilder.java | 67 * <p>Multiple calls to build() or buildByteBuffer() return tries or buffers 87 * <p>Multiple calls to build() or buildByteBuffer() return tries or buffers
|
CharsTrieBuilder.java | 52 * <p>Multiple calls to build() or buildCharSequence() return tries or sequences 70 * <p>Multiple calls to build() or buildCharSequence() return tries or sequences
|
/external/llvm/include/llvm/Support/ |
MemoryBuffer.h | 69 /// changing, e.g. when libclang tries to parse while the user is 86 /// changing, e.g. when libclang tries to parse while the user is
|
/external/llvm/lib/MC/MCDisassembler/ |
MCExternalSymbolizer.cpp | 23 // This function tries to add a symbolic operand in place of the immediate 147 // This function tries to add a comment as to what is being referenced by a load
|
/external/mesa3d/src/mesa/main/ |
getstring.c | 97 * Tries to get the string from dd_function_table::GetString, otherwise returns 197 * Tries to get the specified pointer via dd_function_table::GetPointerv,
|
/external/v8/src/base/platform/ |
mutex.h | 51 // Tries to lock the given mutex. Returns whether the mutex was 150 // Tries to lock the given mutex. Returns whether the mutex was
|
/frameworks/base/docs/html/training/sync-adapters/ |
creating-stub-provider.jd | 41 If the sync adapter framework tries to run your sync adapter, and your app doesn't have a 153 stub provider to the system, nothing tries to access the provider itself.
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/ |
FileOperations.java | 66 * Tries to start the activity. Returns the job id. 87 * Tries to start the activity. Returns the job id.
|
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/ |
SystemBarHelperTest.java | 145 // Initial peek + 3 retries = 4 tries total 147 assertEquals("Peek decor view should give up after 4 tries", 4,
|
/libcore/ojluni/src/main/java/java/io/ |
SequenceInputStream.java | 153 * tries to read one character from the current substream. If it 181 * tries to read the data from the current substream. If it fails to
|
/packages/apps/Nfc/src/com/android/nfc/ |
BeamShareActivity.java | 43 * ACTION_SHARE intents. It tries to parse data contained 46 * it tries to parse texts and URLs to store them in a simple
|
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 85 // If global or stack, tries to also return the variable name, address and 86 // size. If heap, tries to return the chunk address and size. 'name' should
|
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 85 // If global or stack, tries to also return the variable name, address and 86 // size. If heap, tries to return the chunk address and size. 'name' should
|
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 85 // If global or stack, tries to also return the variable name, address and 86 // size. If heap, tries to return the chunk address and size. 'name' should
|
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/ |
asan_interface.h | 85 // If global or stack, tries to also return the variable name, address and 86 // size. If heap, tries to return the chunk address and size. 'name' should
|
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 85 // If global or stack, tries to also return the variable name, address and 86 // size. If heap, tries to return the chunk address and size. 'name' should
|
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 85 // If global or stack, tries to also return the variable name, address and 86 // size. If heap, tries to return the chunk address and size. 'name' should
|
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 85 // If global or stack, tries to also return the variable name, address and 86 // size. If heap, tries to return the chunk address and size. 'name' should
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/ |
asan_interface.h | 85 // If global or stack, tries to also return the variable name, address and 86 // size. If heap, tries to return the chunk address and size. 'name' should
|
/system/connectivity/shill/ |
process_manager.h | 162 // |tries| times. The interval of waiting time grows exponentially from 167 int tries);
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_cp.py | 179 @Retry(StorageResponseError, tries=5, timeout_secs=1) 327 @Retry(AssertionError, tries=3, timeout_secs=1) 341 @Retry(AssertionError, tries=3, timeout_secs=1) 356 @Retry(AssertionError, tries=3, timeout_secs=1) 367 @Retry(AssertionError, tries=3, timeout_secs=1) 383 @Retry(AssertionError, tries=3, timeout_secs=1) 393 @Retry(AssertionError, tries=3, timeout_secs=1) 409 @Retry(AssertionError, tries=3, timeout_secs=1) 429 @Retry(AssertionError, tries=3, timeout_secs=1) 439 @Retry(AssertionError, tries=3, timeout_secs=1 [all...] |