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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/v8/test/mjsunit/
md5.js 33 // See http://pajhome.org.uk/crypt/md5 for more info.
202 Once more, on pain of death, all men depart.\n"
debug-constructed-by.js 52 // Create 10 more instances making for 11.
  /external/doclava/src/com/google/doclava/
Comment.java 36 "@more",
124 // if there are no more tags
204 // maybe i wanna make this more elegant
213 * no more starts.
217 * no more starts.
373 // look for "@more" tag, which means that we might go past the first sentence.
374 int more = -1; local
376 if (mInlineTagsList.get(i).name().equals("@more")) {
377 more = i;
380 if (more >= 0)
    [all...]
  /external/elfutils/
elfutils.spec 266 - libebl, libdwfl: backend register name support extended with more info
301 - elflint: more tests.
306 - elflint: more tests.
347 - strip: add some more compatibility with binutils.
359 - elfcmp: some more relaxation.
360 - elflint: many more tests, especially regarding to symbol versioning.
418 - More Makefile and spec file cleanups.
454 - upgrade to 0.83 (fix invalid ELf handle on *.so strip, more).
469 - upgrade to 0.79 (correct formats for size_t, more of libdw "works").
  /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/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');
  /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/help/
help.js 81 this.maybeSetOnClick_($('more-info-expander'),
194 * Toggles the visible state of the 'More Info' section.
198 var moreInfo = $('more-info-container');
203 $('more-info-expander').textContent = visible ?
287 // when user explicitly decides to update to a more stable
404 * Sets the value of the "Build Date" field of the "More Info" section.
  /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/content/test/data/media/
webrtc_test_audio.js 37 // TODO(phoglund): Make a more sophisticated curve-fitting algorithm. We want
  /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/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.

Completed in 2589 milliseconds

1 2 3 4 5 67 8 91011>>