HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 176 - 200 of 885) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 83 '/one/more/path'];
120 $('supervised-user-learn-more-done'),
121 $('supervised-user-learn-more-done'));
123 document.querySelector('#supervised-user-learn-more-text a'),
124 document.querySelector('#supervised-user-learn-more-text a'));
388 checkDialog('It\'s "<HTML> injection" & more!',
389 'It\'s "<HTML> injection" & more!',
392 'It\'s "&lt;HTML&gt; injection" &amp; more!');
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
FileBasedSearchResultsPane.js 171 var showMoreMatchesText = WebInspector.UIString("Show all matches (%d more).", matchesLeftCount);
174 this._showMoreMatchesTreeElement.listItemElement.classList.add("show-more-matches");
  /external/chromium_org/tools/vim/
ninja-build.vim 33 # it is, the more likely it's wrong (checking for just "build/common.gypi"
35 # exists). The longer it is, the more likely it is to break when we rename
  /external/chromium_org/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');
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.
375 // look for "@more" tag, which means that we might go past the first sentence.
376 int more = -1; local
378 if (mInlineTagsList.get(i).name().equals("@more")) {
379 more = i;
382 if (more >= 0)
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONTokener.java 110 public boolean more() throws JSONException { method in class:JSONTokener
212 * @return A character, or 0 if there are no more characters.
  /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/kernel-headers/original/uapi/asm-mips/asm/
inst.h 6 * for more details.
64 msub_op, msubu_op, /* more unused ops */
480 #define BITFIELD_FIELD(field, more) \
482 more
486 #define BITFIELD_FIELD(field, more) \
487 more \
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 22 instruction-pointer (IP) instead of a cursor. This is more flexible
25 is more flexible, it also tends to run slower (and often much slower)
  /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)
  /frameworks/compile/slang/tests/
test.py 180 ' -v, --verbose Verbose output. Enter multiple -v to get more verbose.\n'
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 624 * @param more whether there are more bigrams after this one.
631 /* package */ static final int makeBigramFlags(final boolean more, final int offset,
633 int bigramFlags = (more ? FormatSpec.FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT : 0)
700 * @param more whether there are more attributes after this one.
704 static final int makeShortcutFlags(final boolean more, final int frequency) {
705 return (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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_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 */
560 * This function could be more sophisticated to provide closer upper bounds for
873 * more output space, but possibly with both pending and
891 /* User must not provide more input after the first FINISH: *
1394 unsigned more; \/* Amount of free space at the end of the window. *\/ local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
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...]
  /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...]
  /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/third_party/WebKit/Source/devtools/front_end/
responsiveDesignView.css 358 .responsive-design-more-button-container {
366 .responsive-design-more-button {
376 .responsive-design-more-button:hover {
380 .responsive-design-more-button:active {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1184.js 30 // catcher as it doesn't catch original exception any more.
regress-165637.js 48 // Should never take more than 3 seconds (if the bug is fixed, the test takes
regress-regexp-codeflush.js 31 // internally calls RegExpImpl::IrregexpExecOnce more than once without

Completed in 990 milliseconds

1 2 3 4 5 6 78 91011>>