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

<<11121314151617181920>>

  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-profiler.c 63 /* Tries to determine the most common value among its inputs. Checks if the
142 /* Tries to determine the most common value among its inputs. */
203 /* Tries to determine the most common value among its inputs. */
247 /* Tries to keep track the most frequent N values in the counters where
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-profiler.c 63 /* Tries to determine the most common value among its inputs. Checks if the
142 /* Tries to determine the most common value among its inputs. */
203 /* Tries to determine the most common value among its inputs. */
247 /* Tries to keep track the most frequent N values in the counters where
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-profiler.c 63 /* Tries to determine the most common value among its inputs. Checks if the
142 /* Tries to determine the most common value among its inputs. */
203 /* Tries to determine the most common value among its inputs. */
247 /* Tries to keep track the most frequent N values in the counters where
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
concept_check.h 62 // BinaryPredicateConcept. The preprocessor tries to split things up on
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
concept_check.h 62 // BinaryPredicateConcept. The preprocessor tries to split things up on
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
concept_check.h 62 // BinaryPredicateConcept. The preprocessor tries to split things up on
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-profiler.c 63 /* Tries to determine the most common value among its inputs. Checks if the
142 /* Tries to determine the most common value among its inputs. */
203 /* Tries to determine the most common value among its inputs. */
247 /* Tries to keep track the most frequent N values in the counters where
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-profiler.c 63 /* Tries to determine the most common value among its inputs. Checks if the
142 /* Tries to determine the most common value among its inputs. */
203 /* Tries to determine the most common value among its inputs. */
247 /* Tries to keep track the most frequent N values in the counters where
  /prebuilts/go/darwin-x86/doc/play/
solitaire.go 72 // solve tries to find a sequence of moves such that
  /prebuilts/go/darwin-x86/src/io/ioutil/
tempfile.go 17 // chance the file doesn't exist yet - keeps the number of tries in
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host_test.go 387 tries := 0
388 for tries < 25 && childRunning() {
389 time.Sleep(50 * time.Millisecond * time.Duration(tries))
390 tries++
  /prebuilts/go/darwin-x86/test/
solitaire.go 75 // solve tries to find a sequence of moves such that there is only one peg left
  /prebuilts/go/linux-x86/doc/play/
solitaire.go 72 // solve tries to find a sequence of moves such that
  /prebuilts/go/linux-x86/src/io/ioutil/
tempfile.go 17 // chance the file doesn't exist yet - keeps the number of tries in
  /prebuilts/go/linux-x86/src/net/http/cgi/
host_test.go 387 tries := 0
388 for tries < 25 && childRunning() {
389 time.Sleep(50 * time.Millisecond * time.Duration(tries))
390 tries++
  /prebuilts/go/linux-x86/test/
solitaire.go 75 // solve tries to find a sequence of moves such that there is only one peg left
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
concept_check.h 62 // BinaryPredicateConcept. The preprocessor tries to split things up on
  /system/connectivity/shill/
pending_activation_store.h 65 // Tries to open the underlying store interface from the given file path.
  /toolchain/binutils/binutils-2.25/config/
proginstall.m4 23 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  /toolchain/binutils/binutils-2.25/ld/
README 52 because the GNU linker tries to present the same interface for all
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
phdrs.exp 64 # loaded into a BFD based tool the code tries to reconstruct the
  /external/c-ares/
ares_init.c 110 x->tries > -1)
155 channel->tries = -1;
349 options->tries = channel->tries;
427 if ((optmask & ARES_OPT_TRIES) && channel->tries == -1)
428 channel->tries = options->tries;
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 824 Code.Try[] tries = code.getTries(); local
826 codeOut.writeUnsignedShort(tries.length);
841 if (tries.length > 0) {
847 * We can't write the tries until we've written the catch handlers.
    [all...]
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 678 // Tries to insert this record into the table. This should fail and drop into the
693 // Tries to delete a record from a data model that is empty.
701 // Tries to delete rows matching the selection criteria from the data model.
712 // Tries to delete an existing record. Repeats the previous subtest, but inserts data first.
727 // Tests that the record no longer exists. Tries to get it from the table, and
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullService.java 85 * A block that tries to connect to the Picasa featured picture URL passed as the "data"
94 * Tries to open a connection to the URL. If an IO error occurs, this throws an

Completed in 2144 milliseconds

<<11121314151617181920>>