HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 151 - 175 of 763) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMultisetTest.java 196 Set<String> more = ImmutableSet.of("c", "d", "e"); local
197 assertTrue(ms.addAll(more));
203 Multiset<String> more = HashMultiset.create( local
205 assertTrue(ms.addAll(more));
  /external/libvorbis/doc/
Vorbis_I_spec.tex 70 % Fake some more DocBook elements
76 % Redefine \~ to generate something that looks more appropriate when used in text.
  /external/skia/tools/
compare_baselines.py 5 Launch with --help to see more information.
178 raise Exception('%s\nRun with --help for more detail.' % (
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 90 (Read perl source for more explanations)
  /external/v8/test/mjsunit/
debug-receiver.js 124 'one or more tests did not enter the debugger');
126 'one or more tests did not have its result checked');
debug-constructed-by.js 52 // Create 10 more instances making for 11.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 663 * @param more whether there are more bigrams after this one.
670 /* package */ static final int makeBigramFlags(final boolean more, final int offset,
672 int bigramFlags = (more ? FormatSpec.FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT : 0)
    [all...]
  /external/chromium_org/third_party/zlib/
deflate.c 19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
67 need_more, /* block not completed, need more input or more output */
69 finish_started, /* finish started, need only more output at next deflate */
70 finish_done /* finish done, accept no more input or output */
487 * This function could be more sophisticated to provide closer upper bounds for
797 * more output space, but possibly with both pending and
815 /* User must not provide more input after the first FINISH: *
1453 unsigned more; \/* Amount of free space at the end of the window. *\/ local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
67 need_more, /* block not completed, need more input or more output */
69 finish_started, /* finish started, need only more output at next deflate */
70 finish_done /* finish done, accept no more input or output */
484 * This function could be more sophisticated to provide closer upper bounds
761 * more output space, but possibly with both pending and
779 /* User must not provide more input after the first FINISH: *
1271 unsigned more; \/* Amount of free space at the end of the window. *\/ local
    [all...]
  /external/zlib/src/
deflate.c 19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
67 need_more, /* block not completed, need more input or more output */
69 finish_started, /* finish started, need only more output at next deflate */
70 finish_done /* finish done, accept no more input or output */
561 * This function could be more sophisticated to provide closer upper bounds for
874 * more output space, but possibly with both pending and
892 /* User must not provide more input after the first FINISH: *
1395 unsigned more; \/* Amount of free space at the end of the window. *\/ local
    [all...]
  /bootable/recovery/
Android.mk 66 # TODO: Build the ramdisk image in a more principled way.
  /external/chromium_org/chrome/browser/resources/safe_browsing/
malware_block_v2.css 79 #learn-more-link {
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
chromeframe.js 71 // Look for CF in the User Agent before trying more expensive checks
  /external/chromium_org/content/test/data/indexeddb/
index_test.js 76 debug('Successfully added more data.');
quota_test.js 45 "have more if snappy is used or LevelDB is about to compact.");
  /external/chromium_org/native_client_sdk/src/build_tools/
template.mk 6 # See README.Makefiles for more details.
  /external/chromium_org/tools/perf/measurements/
page_cycler.js 16 // a much more accurate timer resolution than other browsers do. This results
  /external/chromium_org/v8/test/mjsunit/
debug-constructed-by.js 52 // Create 10 more instances making for 11.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1184.js 30 // catcher as it doesn't catch original exception any more.
regress-regexp-codeflush.js 31 // internally calls RegExpImpl::IrregexpExecOnce more than once without
  /external/chromium_org/v8/test/webkit/
dfg-patchable-get-by-id-after-watchpoint.js 66 P2.prototype.h = 59; // Not necessary, but what the heck - this resets the GetById even more.
regexp-non-bmp.js 27 + 'And given that we store strings as UTF-16, it is also more efficient to implement. '
  /external/chromium_org/v8/test/webkit/fast/js/
numeric-escapes-in-string-literals.js 52 // Octal literals may be 1-3 digits long. In strict more all multi-digit sequences are illegal.
  /external/v8/test/mjsunit/regress/
regress-1184.js 30 // catcher as it doesn't catch original exception any more.
regress-regexp-codeflush.js 31 // internally calls RegExpImpl::IrregexpExecOnce more than once without

Completed in 2243 milliseconds

1 2 3 4 5 67 8 91011>>