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

1 2 3

  /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) {
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLCollection12.js 79 searches for a node with a matching id attribute. If it doesn't find
80 one, it then searches for a Node with a matching name attribute, but only
82 a matching node the method returns null.
HTMLCollection10.js 79 searches for a node with a matching id attribute. If it doesn't find
80 one, it then searches for a Node with a matching name attribute, but only
HTMLCollection11.js 79 searches for a node with a matching id attribute. If it doesn't find
80 one, it then searches for a Node with a matching name attribute, but only
HTMLOptionsCollection03.js 83 for a node with a matching id attribute. If it doesn't find one, it
84 then searches for a Node with a matching name attribute, but only
HTMLOptionsCollection04.js 83 for a node with a matching id attribute. If it doesn't find one, it
84 then searches for a Node with a matching name attribute, but only
HTMLOptionsCollection05.js 83 for a node with a matching id attribute. If it doesn't find one, it
84 then searches for a Node with a matching name attribute, but only
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLCollection12.js 79 searches for a node with a matching id attribute. If it doesn't find
80 one, it then searches for a Node with a matching name attribute, but only
82 a matching node the method returns null.
HTMLCollection10.js 79 searches for a node with a matching id attribute. If it doesn't find
80 one, it then searches for a Node with a matching name attribute, but only
HTMLCollection11.js 79 searches for a node with a matching id attribute. If it doesn't find
80 one, it then searches for a Node with a matching name attribute, but only
HTMLOptionsCollection03.js 83 for a node with a matching id attribute. If it doesn't find one, it
84 then searches for a Node with a matching name attribute, but only
HTMLOptionsCollection04.js 83 for a node with a matching id attribute. If it doesn't find one, it
84 then searches for a Node with a matching name attribute, but only
HTMLOptionsCollection05.js 83 for a node with a matching id attribute. If it doesn't find one, it
84 then searches for a Node with a matching name attribute, but only
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 130 # Regex for matching source file path and line number in the compiler's errors.
145 """Diagnoses the given disease by pattern matching.
153 for matching regex).
281 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
283 clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching function for '
302 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for call to '
304 clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching '
327 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
330 clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching function '
417 r'.*error: no matching function for call to \'ImplicitCast_\(
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 177 corresponding matching sub-expressions in the
254 Match lines matching the regular expression
258 Match lines matching the regular expression
  /external/wpa_supplicant_8/src/utils/
trace.c 55 char **matching; local
69 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) {
71 free(matching);
  /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/experimental/LoaderApp/src/com/android/loaderapp/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 37 * A regex for matching a CSV field.
44 * A regex for matching a double quote.
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 29 // ensures that exactly one view will have the matching URL.
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 34 # File name extensions for inference rule matching.
  /external/markdown/markdown/
inlinepatterns.py 189 """ Return a `<code>` element containing the matching text. """
  /external/webkit/Tools/Scripts/
run-sunspider 60 --tests Only run tests matching provided pattern
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 993 UiViewElementNode matching = null; local
    [all...]
  /packages/inputmethods/LatinIME/native/src/
correction.cpp 525 // We do this in this branch of the 'if traverseAllNodes' because we are still matching
526 // characters to input; the other branch is not matching them but searching for
    [all...]

Completed in 700 milliseconds

1 2 3