HomeSort by relevance Sort by last modified time
    Searched refs:tries (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-protocol.js 63 // Firefox 3.5.2 tries to build a hierarchical URL.
  /external/webkit/LayoutTests/storage/
multiple-transactions-on-different-handles.js 38 // Execute a write statement to make sure SQLite tries to acquire an exclusive lock on the DB file
  /dalvik/libdex/
DexSwapVerify.cpp 1752 DexTry* tries = (DexTry*) dexGetTries(code); local
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 804 Code.Try[] tries = code.getTries(); local
806 codeOut.writeUnsignedShort(tries.length);
824 if (tries.length > 0) {
830 * We can't write the tries until we've written the catch handlers.
835 codeOut.skip(tries.length * SizeOf.TRY_ITEM);
837 transformTries(triesSection, tries, offsets);
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 422 int tries = 0; local
429 (tries++ < 5))
434 tries = 0;
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 82 int tries = 0; local
108 tries++;
111 if (errno == EADDRINUSE && tries < 2) {
  /external/llvm/utils/
codegen-diff 91 B<codegen-diff> is a program that tries to show you the differences
  /system/extras/tests/bionic/libc/
Android.mk 189 # This test tries to see if the static constructors in a
208 # This test tries to see if static destructors are called
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 421 int tries = 0;
442 if (++tries > 10) {
  /external/qemu/hw/
bt-hci.c 728 int tries = HCI_HANDLES_MAX; local
732 while (hci->lm.handle[++ hci->lm.last_handle].link && -- tries)
736 tries);
738 if (!tries) {
832 int tries = HCI_HANDLES_MAX; local
850 while (hci->lm.handle[++ hci->lm.last_handle].link && -- tries)
854 tries);
856 if (!tries) {
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 663 Int n, tries, fd; local
677 tries = 0;
679 if (tries++ > 10)
    [all...]
  /external/chromium/testing/gmock/scripts/
upload.py 247 authentication cookie. If login was successful, it tries to redirect
316 tries = 0
318 tries += 1
331 if tries > 3:
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 247 authentication cookie. If login was successful, it tries to redirect
316 tries = 0
318 tries += 1
331 if tries > 3:
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
upload.py 247 authentication cookie. If login was successful, it tries to redirect
316 tries = 0
318 tries += 1
331 if tries > 3:
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 280 unsigned int tries; member in struct:wps_ap_info
  /external/chromium/base/
process_util_posix.cc 234 int tries = 60; local
237 while (tries-- > 0) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 19 REM tries to work on both Win9x and WinNT-based systems. If we could abandon '9x
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 167 ; The Microsoft assembler tries to impose a certain amount of type safety in
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 497 CodeItem.TryItem[] tries = encodedMethod.codeItem.getTries(); local
503 if (tries != null) {
518 if (currentTry == null && triesIndex < tries.length) {
519 CodeItem.TryItem tryItem = tries[triesIndex];
1772 CodeItem.TryItem[] tries = encodedMethod.codeItem.getTries(); local
1803 CodeItem.TryItem[] tries = encodedMethod.codeItem.getTries(); local
    [all...]
  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g 482 List<CodeItem.TryItem> tries = temp.first;
522 if ((tries != null && tries.size() > 0) || (handlers != null && handlers.size() > 0)) {
562 tries,
    [all...]
  /external/v8/test/mjsunit/
debug-setbreakpoint.js 212 // Creates the eval script and tries to set the breakpoint.
double-equals.js 194 // Doesn't just call toString, but uses ToPrimitive which tries toString first
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 805 int tries = 0; local
    [all...]
  /external/dnsmasq/src/
network.c 635 int tries = ports_avail < 30 ? 3 * ports_avail : 100; local
643 while(tries--)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 353 int tries = 0; local
354 while (tries++ < PERSIST_TRIES) {
    [all...]

Completed in 1063 milliseconds

1 23 4