HomeSort by relevance Sort by last modified time
    Searched full:tries (Results 676 - 700 of 2764) sorted by null

<<21222324252627282930>>

  /prebuilts/gdb/darwin-x86/include/python2.7/
stringobject.h 28 Interning strings (ob_sstate) tries to ensure that only one string
  /prebuilts/gdb/linux-x86/include/python2.7/
stringobject.h 28 Interning strings (ob_sstate) tries to ensure that only one string
  /prebuilts/go/darwin-x86/src/cmd/pprof/
pprof.go 34 // If the source is a local binary, it tries using symbolizer and obj.
  /prebuilts/go/darwin-x86/src/cmd/trace/
main.go 135 // startBrowser tries to open the URL in a browser
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate.go 165 tries := d.chain
168 tries >>= 2
176 for i := prevHead; tries > 0; tries-- {
  /prebuilts/go/darwin-x86/src/net/
lookup.go 140 // LookupSRV tries to resolve an SRV query of the given service,
  /prebuilts/go/darwin-x86/src/sort/
search.go 34 // To complete the example above, the following code tries to find the value
  /prebuilts/go/darwin-x86/test/stress/
runstress.go 7 // It runs forever and should never fail. It tries to stress the garbage collector,
  /prebuilts/go/linux-x86/src/cmd/pprof/
pprof.go 34 // If the source is a local binary, it tries using symbolizer and obj.
  /prebuilts/go/linux-x86/src/cmd/trace/
main.go 135 // startBrowser tries to open the URL in a browser
  /prebuilts/go/linux-x86/src/compress/flate/
deflate.go 165 tries := d.chain
168 tries >>= 2
176 for i := prevHead; tries > 0; tries-- {
  /prebuilts/go/linux-x86/src/net/
lookup.go 140 // LookupSRV tries to resolve an SRV query of the given service,
  /prebuilts/go/linux-x86/src/sort/
search.go 34 // To complete the example above, the following code tries to find the value
  /prebuilts/go/linux-x86/test/stress/
runstress.go 7 // It runs forever and should never fail. It tries to stress the garbage collector,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
stringobject.h 28 Interning strings (ob_sstate) tries to ensure that only one string
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
stringobject.h 28 Interning strings (ob_sstate) tries to ensure that only one string
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 246 * By default this tries to return an icon based on the XML name of the element.
247 * If this fails, it tries to return the default Android logo as defined in the
280 * By default this tries to return an image based on the XML name of the element.
281 * If this fails, it tries to return the default Android logo as defined in the
  /system/core/adb/
OVERVIEW.TXT 49 or a script. It first tries to locate the ADB server on the host machine,
SYNC.TXT 1 This file tries to document file related requests a client can make
  /system/core/logcat/tests/
logcat_test.cpp 156 int tries = 3; // in case run too soon after system start or buffer clear local
178 } while ((count < 3) && --tries && (sleep(1), true));
206 int tries = 3; // in case run too soon after system start or buffer clear local
227 } while ((count < num) && --tries && (sleep(1), true));
  /system/keymaster/
nist_curve_key_exchange_test.cpp 68 * This test tries a key agreement with a false public key (i.e. with
  /system/security/keystore/
test-keystore 209 expect "13 Wrong password (4 tries left)"
  /toolchain/binutils/binutils-2.25/bfd/
cpu-i960.c 26 /* This routine is provided a string, and tries to work out if it
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/
undefined.exp 96 # reference occurs. Unfortunately this tries to use the dwarf2 debug
  /external/libxml2/doc/html/
libxml-nanoftp.html 59 </pre><p>Tries to open a control connection</p>
61 </pre><p>Tries to open a control connection to the given server/port</p>
63 </pre><p>Tries to change the remote directory</p>
65 </pre><p>Tries to delete an item (file or directory) from server</p>
89 </pre><p>This function tries to read @len bytes from the existing FTP connection and saves them in @dest. This is a blocking call.</p>

Completed in 1103 milliseconds

<<21222324252627282930>>