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

1 2 3 4 5 6 7 891011

  /external/chromium_org/v8/test/cctest/
test-regexp.cc 426 const int kMaxCaptures = 1 << 16; // Must match RegExpParser::kMaxCaptures.
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 419 const int kMaxCaptures = 1 << 16; // Must match RegExpParser::kMaxCaptures.
    [all...]
  /ndk/build/core/
build-binary.mk 161 # Match the default GCC C++ extensions.
  /external/chromium/chrome/browser/history/
history_backend_unittest.cc 340 std::vector<TextDatabase::Match> text_matches;
    [all...]
history_backend.cc 776 // for the most recent match only, and the user won't get snippets. This is
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.cc     [all...]
  /external/chromium_org/v8/src/
ast.cc 121 // Ideally CONST-ness should match. However, this is very hard to achieve
267 ZoneHashMap table(Literal::Match, ZoneHashMap::kDefaultHashMapCapacity,
    [all...]
d8.cc 173 bool CounterMap::Match(void* key1, void* key2) {
    [all...]
preparser.cc 1050 // member expression parser, which is only allowed to match argumen
    [all...]
serialize.cc 600 : encodings_(Match),
    [all...]
string.js 111 // Match ES3 and Safari
182 ["String.prototype.match"]);
191 %_Log('regexp', 'regexp-match,%0S,%1r', [subject, regexp]);
227 // ........ no need to circumvent last match info override
228 // ........ need to circument last match info override
249 var match = DoRegExpExec(search, subject, 0);
250 if (match == null) {
255 return %_SubString(subject, 0, match[CAPTURE0]) +
256 %_SubString(subject, match[CAPTURE1], subject.length)
259 %_SubString(subject, 0, match[CAPTURE0]))
    [all...]
ast.h     [all...]
jsregexp.cc 537 // if the match succeeds. This way those registers are not clobbered
538 // when we set the last match info from last successful match.
572 // match. We can use that to set the last match info lazily.
574 NativeRegExpMacroAssembler::Match(code,
611 // has been a match so that we can use those capture results to set the
612 // last match info.
618 IrregexpResult result = IrregexpInterpreter::Match(isolate,
648 PrintF("\n\nRegexp match: /%s/\n\n", *(pattern->ToCString()))
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 801 // be able to match now.
    [all...]
SemaOverload.cpp 904 NamedDecl *&Match, bool NewIsUsingDecl) {
936 Match = *I;
949 Match = *I;
5070 bool Sema::ICEConvertDiagnoser::match(QualType T) { function in class:clang::Sema::ICEConvertDiagnoser
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 722 BOOL IMAGEAPI SymMatchFileName(PSTR FileName,PSTR Match,PSTR *FileNameStop,PSTR *MatchStop);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 722 BOOL IMAGEAPI SymMatchFileName(PSTR FileName,PSTR Match,PSTR *FileNameStop,PSTR *MatchStop);
    [all...]
  /external/v8/src/
d8.cc 127 bool CounterMap::Match(void* key1, void* key2) {
    [all...]
preparser.cc 1009 // member expression parser, which is only allowed to match argument
    [all...]
serialize.cc 517 : encodings_(Match),
    [all...]
string.js 113 // Match ES3 and Safari
185 ["String.prototype.match"]);
190 %_Log('regexp', 'regexp-match,%0S,%1r', [subject, regexp]);
298 var m = NUMBER_OF_CAPTURES(matchInfo) >> 1; // Includes the match.
310 } else if (peek == 38) { // $& - match
483 // Compute the parameter list consisting of the match, captures, index,
485 // The number of captures plus one for the match.
490 // No captures, only the match, which is always valid.
528 var match = DoRegExpExec(regexp, TO_STRING_INLINE(this), 0);
529 if (match) {
    [all...]
ast.h     [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 2193 milliseconds

1 2 3 4 5 6 7 891011