HomeSort by relevance Sort by last modified time
    Searched refs:Match (Results 226 - 250 of 252) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/v8/src/
jsregexp.cc 472 NativeRegExpMacroAssembler::Match(code,
513 IrregexpResult result = IrregexpInterpreter::Match(isolate,
539 PrintF("\n\nRegexp match: /%s/\n\n", *(pattern->ToCString()));
604 // match in more than one way. For example on entry to an
613 // These attempt to match some element part of the input string.
618 // a successful match or failing to find a match.
627 // fails to find a match and needs to try an alternative.
684 // A quantifier like /.*foo/m will greedily match the whole input. It will
685 // then need to backtrack to a point where it can match "foo". The naiv
    [all...]
parser.cc 231 // Guaranteed to only match an empty string.
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js 50 var match = quickExpr.exec( selector );
52 // Verify a match, and that no context was specified for #id
53 if ( match && (match[1] || !context) ) {
56 if ( match[1] )
57 selector = jQuery.clean( [ match[1] ], context );
61 var elem = document.getElementById( match[3] );
67 if ( elem.id != match[3] )
    [all...]
  /external/bison/
maint.mk 759 # Match lines like the following, but where there is only one space
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 913 // Determine which sets of properties a row needs to match on to be
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
code-load.js     [all...]
  /external/chromium_org/v8/src/
parser.cc 233 // Guaranteed to only match an empty string.
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 722 // because the strings are sorted with strzcmp16(). So to match
745 STRING_POOL_NOISY(ALOGI("MATCH!"));
768 STRING_POOL_NOISY(ALOGI("MATCH!"));
791 STRING_POOL_NOISY(ALOGI("MATCH!"));
810 STRING_POOL_NOISY(ALOGI("MATCH!"));
2047 bool ResTable_config::match(const ResTable_config& settings) const { function in class:android::ResTable_config
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 770 /// A record of the rules used to Match a token sequence. The tokens
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp     [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_matching.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp     [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 97 navigator.userAgent.match(/\bMSIE ([678])\./);
407 var charsetParts = charSet.substring(1, charSet.length - 1).match(
483 var parts = regex.source.match(
540 // Remove any prefix anchors so that the output will match anywhere.
541 // ^^ really does mean an anchored match though.
684 var matches = s.match(pr_chunkPattern);
690 var match = matches[i];
691 if (match.length > 1 && match.charAt(0) === '<') {
692 if (pr_commentPrefix.test(match)) { continue;
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 97 navigator.userAgent.match(/\bMSIE ([678])\./);
407 var charsetParts = charSet.substring(1, charSet.length - 1).match(
483 var parts = regex.source.match(
540 // Remove any prefix anchors so that the output will match anywhere.
541 // ^^ really does mean an anchored match though.
684 var matches = s.match(pr_chunkPattern);
690 var match = matches[i];
691 if (match.length > 1 && match.charAt(0) === '<') {
692 if (pr_commentPrefix.test(match)) { continue;
    [all...]

Completed in 803 milliseconds

1 2 3 4 5 6 7 8 91011