HomeSort by relevance Sort by last modified time
    Searched full:tries (Results 351 - 375 of 2577) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
mbo_getopt.c 106 /* Check if the guy tries to do a -: kind of flag */
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 169 tries = 3
170 while tries:
202 tries -= 1
203 if not tries:
  /external/chromium_org/ui/views/widget/
drop_helper.h 67 // the coordinate system of the rootview. This tries to avoid continually
  /external/chromium_org/url/
url_canon_stdstring.h 9 // strings. Because the canonicalizer tries not to be dependent on the STL,
  /external/chromium_org/webkit/browser/fileapi/
mount_points.h 61 // Creates a FileSystemURL with the given origin, type and path and tries to
  /external/clang/bindings/python/tests/cindex/
test_type.py 322 tries=[(['-target','i386-linux-gnu'],(4,16,0,32,35,64)),
326 for flags, values in tries:
358 tries=[(['-target','i386-linux-gnu'],(4,16,0,32,64)),
362 for flags, values in tries:
  /external/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 57 /// Similar the \c constructMatcher() above, but it then tries to bind the
  /external/compiler-rt/cmake/Modules/
AddCompilerRT.cmake 5 # Tries to add "object library" target for a given architecture
  /external/eigen/bench/
bench_norm.cpp 217 for (int k=0; k<tries; ++k) { \
222 for (int k=0; k<tries; ++k) { \
227 for (int k=0; k<std::max(1,tries/3); ++k) { \
274 int tries = 10; local
  /external/eigen/bench/btl/generic_bench/timers/
portable_perf_analyzer.hh 56 for (int i=1; i<BtlConfig::Instance.tries; ++i)
  /external/emma/core/java14/com/vladium/util/
IJREVersion.java 17 * the core classes only and tries to minimize the number of security-sensitive
  /external/expat/lib/
expat_external.h 14 /* Expat tries very hard to make the API boundary very specifically
  /external/libxml2/
xlink.c 117 * but tries to detect and return the appropriate link type.
  /external/llvm/include/llvm/Analysis/
Verifier.h 15 // instead it just tries to ensure that code is well formed.
  /external/llvm/include/llvm/IR/
GlobalAlias.h 71 /// resolveAliasedGlobal() - This method tries to ultimately resolve the alias
  /external/llvm/include/llvm/Support/
Threading.h 48 /// on a separate thread or honoring the requested stack size, but tries to do
  /external/llvm/test/CodeGen/AArch64/
tail-call.ll 54 ; above %a on the stack. If it tries to go below incoming-SP then the
  /external/llvm/test/CodeGen/ARM/
sjlj-prepare-critical-edge.ll 2 ; Just make sure no one tries to make the assumption that the normal edge of an
  /external/lzma/C/
Lzma86.h 42 SZ_FILTER_AUTO - it tries both alternatives to select best.
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 101 unsigned tries = 0; local
112 ++tries;
151 debug_printf("%s: cache %s after %u tries (bucket %d)\n", __FUNCTION__,
152 handle ? "hit" : "miss", tries, bucket);
  /external/openssh/
auth-rh-rsa.c 62 * Tries to authenticate the user using the .rhosts file and the host using
  /external/qemu/android/
charmap.h 76 * This routine tries to find a charmap by name. This will compare the
  /external/qemu/
dynlink.h 74 /* now define a function that tries to load all dynlink function
  /external/regex-re2/re2/
filtered_re2.h 54 // Does not do any filtering: simply tries to Match the
  /external/replicaisland/src/com/replica/replicaisland/
EnemyAnimationComponent.java 21 * characters behave similarly, so this code tries to decide which animation bets fits their current

Completed in 1098 milliseconds

<<11121314151617181920>>