HomeSort by relevance Sort by last modified time
    Searched refs:possible (Results 1 - 25 of 267) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
jquery.hotkeys.js 36 // Only care when a possible input has been specified
54 key, modif = "", possible = {};
75 possible[ modif + special ] = true;
78 possible[ modif + character ] = true;
79 possible[ modif + jQuery.hotkeys.shiftNums[ character ] ] = true;
83 possible[ jQuery.hotkeys.shiftNums[ character ] ] = true;
88 if ( possible[ keys[i] ] ) {
  /device/htc/flounder/audio/hal/
Android.mk 10 # TODO: remove resampler if possible when AudioFlinger supports downsampling from 48 to 8
  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
key.js 8 * Enum of possible key types (subset of WebCrypto.KeyType).
17 * Enum of possible key usages (subset of WebCrypto.KeyUsage).
  /external/llvm/test/MC/X86/AlignedBundling/
long-nop-pad.s 4 # Test that long nops are generated for padding where possible.
  /external/chromium_org/mojo/public/js/bindings/
support.js 19 * complete. See MojoWait for possible result codes.
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
mkfts2amal.tcl 32 ** that would not be possible if the files were compiled separately. It also
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
mkfts3amal.tcl 32 ** that would not be possible if the files were compiled separately. It also
  /external/chromium_org/v8/test/mjsunit/compiler/
expression-trees.js 41 // Split the leaves into left and right subtrees in all possible
42 // ways. For each split recursively compute all possible subtrees.
46 // Adjoin every possible left and right subtree.
58 // All possible bitwise OR trees with six leaves, i.e. CatalanNumber[5] = 42,
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 9 * so that it is possible to use jemalloc in conjunction with another allocator
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/
karma.conf.js 61 // possible values: 'dots', 'progress'
72 // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
results.py 86 possible = self.arc_possibilities()
89 p for p in possible
97 possible = self.arc_possibilities()
104 if e not in possible
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 336 unsigned possible = 0; local
356 possible += 64*64;
378 debug_printf("this tile total: %u possible %u: percentage: %f\n",
380 possible,
381 total * 100.0 / (float)possible);
384 _possible += possible;
386 debug_printf("overall total: %llu possible %llu: percentage: %f\n",
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 336 unsigned possible = 0; local
356 possible += 64*64;
378 debug_printf("this tile total: %u possible %u: percentage: %f\n",
380 possible,
381 total * 100.0 / (float)possible);
384 _possible += possible;
386 debug_printf("overall total: %llu possible %llu: percentage: %f\n",
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 378 //String possible = (String) it2.next();
379 //UnicodeString *possible = new UnicodeString(*((UnicodeString *)(ne2->value.pointer)));
380 UnicodeString possible(*((UnicodeString *)(ne2->value.pointer)));
382 nfd.normalize(possible, attempt, status);
386 //if (PROGRESS) printf("Adding Permutation: %s\n", UToS(Tr(*possible)));
388 result.put(possible, new UnicodeString(possible), status); //add(possible);
390 //if (PROGRESS) printf("-Skipping Permutation: %s\n", UToS(Tr(*possible)));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_high_intrapred_sse2.asm 279 psubw m3, m2 ; max possible value
280 pxor m4, m4 ; min possible value
321 psubw m3, m2 ; max possible value
322 pxor m4, m4 ; min possible value
367 psubw m7, m5 ; max possible value
368 pxor m8, m8 ; min possible value
423 psubw m10, m5 ; max possible value
424 pxor m11, m11 ; min possible value
  /external/icu/icu4c/source/common/
caniter.cpp 378 //String possible = (String) it2.next();
379 //UnicodeString *possible = new UnicodeString(*((UnicodeString *)(ne2->value.pointer)));
380 UnicodeString possible(*((UnicodeString *)(ne2->value.pointer)));
382 nfd.normalize(possible, attempt, status);
386 //if (PROGRESS) printf("Adding Permutation: %s\n", UToS(Tr(*possible)));
388 result.put(possible, new UnicodeString(possible), status); //add(possible);
390 //if (PROGRESS) printf("-Skipping Permutation: %s\n", UToS(Tr(*possible)));
  /external/libunwind/doc/
unw_get_fpreg.tex 27 frames, it is normally possible to access only the preserved
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
unw_get_reg.tex 27 frames, it is normally possible to access only the preserved
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
unw_set_fpreg.tex 27 frames, it is normally possible to access only the preserved
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
unw_set_reg.tex 27 frames, it is normally possible to access only the preserved
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 60 and then either try another possible decision path or
69 # as flexible as possible, these exceptions are not created with strings,
319 an integer token type value) that falls into a range of possible values, but
344 possible symbol values, but the current symbol does not match.
383 A recognizer must choose between multiple possible recognition paths based
385 the input does not suit any of the possible recognition alternatives.
392 the multiple possible paths to follow by checking a number of future input
394 not fit any of the possible paths.
397 choose between all possible token rules. If raised by +tokens+, it means the
  /external/chromium_org/chrome/renderer/resources/extensions/
tag_watcher.js 40 // after. On the other hand, we intend to do this as early as possible so that
  /external/chromium_org/v8/test/mjsunit/
delete-in-with.js 28 // It should be possible to delete properties of 'with' context
  /external/chromium_org/v8/test/webkit/
dfg-to-string-on-value.js 24 description("Tests that ToString on a possible-non-cell value works.");
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.rl 66 reph = (Ra H | Repha); # possible reph

Completed in 1465 milliseconds

1 2 3 4 5 6 7 8 91011