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

1 2

  /external/easymock/src/org/easymock/internal/
ErrorMessage.java 20 private final boolean matching; field in class:ErrorMessage
26 public ErrorMessage(boolean matching, String message, int actualCount) {
27 this.matching = matching;
33 return matching;
46 if (matching) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 191 int matching = 0; local
197 matching++;
204 matching = Math.max(matching, lessMatching);
207 return matching >= 2;
209 return matching > minLength / 2;
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 63 private boolean matching; field in class:InstructionSequenceMatcher
95 * Starts matching from the first instruction again next time.
107 return matching;
195 // Check if the instruction sequence is matching now.
217 // Check if the instruction sequence is matching now.
240 // Check if the instruction sequence is matching now.
262 // Check if the instruction sequence is matching now.
290 // Check if the instruction sequence is matching now.
316 // Check if the instruction sequence is matching now.
589 // Remember the offset of the matching instruction
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
Sources.java 252 final ArrayList<Account> matching = Lists.newArrayList(); local
261 matching.add(account);
264 return matching;
268 * Find the best {@link DataKind} matching the requested
278 // Try finding source and kind matching request
  /external/v8/tools/
csvparser.js 42 * A regex for matching a CSV field.
49 * A regex for matching a double quote.
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 34 # File name extensions for inference rule matching.
  /external/webkit/WebKitTools/Scripts/
run-sunspider 59 --tests Only run tests matching provided pattern
  /external/webkit/SunSpider/
sunspider 57 --tests Only run tests matching provided pattern
200 print STDERR "Found " . scalar(@tests) . " tests matching '" . $testsPattern . "'\n";
  /development/scripts/app_engine_server/
memcache_zipserve.py 444 We say that file1 is lexigraphically before file2 if the last non-matching
  /external/v8/test/mjsunit/
regexp-static.js 129 // String.prototype.replace must interleave matching and replacing when a
  /external/v8/src/
d8.js 88 // The different types of scripts matching enum ScriptType in objects.h.
94 // The different types of script compilations matching enum
101 // The different types of scopes matching constants runtime.cc.
    [all...]
debug-debugger.js 58 // The different types of scripts matching enum ScriptType in objects.h.
63 // The different types of script compilations matching enum
439 // Return the unique script matching the regexp. If there are more
    [all...]
date.js 95 // Returns an equivalent year in the range [2008-2035] matching
    [all...]
string.js 374 // must be interleaved with the regexp matching (contrary to ECMA-262
mirror-debugger.js     [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 623 Ignore case when matching options. Default is 1 unless the option
  /external/iproute2/doc/
ip-tunnels.tex 316 local address \verb|S|, kernel searches for matching tunnels
ip-cref.tex 695 --- only list addresses matching this prefix.
699 --- only list addresses with labels matching the \verb|PATTERN|.
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 470 </\2> # the matching end tag
480 </\3> # the matching end tag
490 /?> # the matching end tag
712 \6 # matching quote
837 \6 # matching quote
    [all...]
  /build/core/
main.mk 25 # pattern matching probles when make strips off the
  /dalvik/docs/
prettify.js 466 // ignored. Continue walking the list until we see a matching end
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]

Completed in 894 milliseconds

1 2