HomeSort by relevance Sort by last modified time
    Searched refs:regexp (Results 51 - 75 of 136) sorted by null

1 23 4 5 6

  /external/regex-re2/
Android.mk 5 # Android makefile for the re2 regexp library.
32 re2/regexp.cc \
  /external/v8/
Android.v8common.mk 71 src/regexp-macro-assembler.cc \
72 src/regexp-macro-assembler-irregexp.cc \
73 src/regexp-stack.cc \
121 src/arm/regexp-macro-assembler-arm.cc \
142 src/ia32/regexp-macro-assembler-ia32.cc \
151 src/regexp-macro-assembler-tracer.cc
175 src/regexp.js
  /external/v8/src/
string.js 182 function StringMatch(regexp) {
188 if (IS_REGEXP(regexp)) {
189 if (!regexp.global) return RegExpExecNoTests(regexp, subject, 0);
190 %_Log('regexp', 'regexp-match,%0S,%1r', [subject, regexp]);
191 // lastMatchInfo is defined in regexp.js.
192 return %StringMatch(subject, regexp, lastMatchInfo);
194 // Non-regexp argument
    [all...]
regexp-macro-assembler.h 182 // Result of calling generated native RegExp code.
197 static Result Match(Handle<Code> regexp,
205 // Called from generated RegExp code.
211 // Called from RegExp if the backtrack stack limit is hit.
223 // Used by generated RegExp code.
log.h 49 // --log-api, --log-code, --log-gc, and --log-regexp.
62 // --log-regexp
64 // --log-regexp implies --log.
128 V(REG_EXP_TAG, "RegExp") \
233 // Emits a code create event for a RegExp.
265 // ==== Events logged by --log-regexp ====
266 // Regexp compilation and execution events.
268 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
329 // Emits the source code of a regexp. Used by regexp events
    [all...]
  /external/v8/test/mjsunit/
string-slices-regexp.js 28 var foo = "lsdfj sldkfj sdklfj læsdfjl sdkfjlsdk fjsdl fjsdljskdj flsj flsdkj flskd regexp: /foobar/\nldkfj sdlkfj sdkl";
30 assertTrue(/^([a-z]+): (.*)/.test(foo.substring(foo.indexOf("regexp:"))));
31 assertEquals("regexp", RegExp.$1, "RegExp.$1");
35 var r = new RegExp(re)
function-without-prototype.js 53 var regexp = /abc/g; variable
54 testConstruction("regexp.test");
lazy-load.js 32 // Check that regexp literals use original RegExp (non-ECMA-262).
33 RegExp = 42;
regexp-cache-replace.js 28 // Tests that regexp caching isn't messing things up.
32 assertEquals("o", RegExp.$1);
34 assertEquals("x", RegExp.$1);
36 assertEquals("o", RegExp.$1);
mirror-regexp.js 70 assertEquals('regexp', mirror.type());
83 assertEquals('regexp', fromJSON.type);
84 assertEquals('RegExp', fromJSON.className);
regexp-compile.js 28 // Test that we don't cache the result of a regexp match across a
  /external/webkit/Source/WebCore/inspector/front-end/
inspectorSyntaxHighlight.css 65 .webkit-javascript-string, .webkit-javascript-regexp {
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 59 for regexp, port_name in self._builder_name_to_port_name.items():
60 if re.match(regexp, builder_name):
  /external/v8/test/mjsunit/regress/
regress-1472.js 28 // Avoid excessive expansions of regexp repetitions inside regexp repetitions.
regress-regexp-codeflush.js 30 // Regression test for regexp that has multiple matches and which
32 // ensuring that the regexp is compiled.
36 var re = new RegExp('(s)', "g");
regress-233.js 29 // A stack overflow detected by a global regexp match wasn't handled correctly.
  /external/icu4c/i18n/unicode/
regex.h 354 * The matcher will retain a reference to the supplied input string, and all regexp
655 * @param regexp The Regular Expression to be compiled.
661 RegexMatcher(const UnicodeString &regexp, uint32_t flags, UErrorCode &status);
671 * @param regexp The regular expression to be compiled.
678 RegexMatcher(UText *regexp, uint32_t flags, UErrorCode &status);
688 * The matcher will retain a reference to the supplied input string, and all regexp
693 * @param regexp The Regular Expression to be compiled.
701 RegexMatcher(const UnicodeString &regexp, const UnicodeString &input,
712 * The matcher will make a shallow clone of the supplied input text, and all regexp
717 * @param regexp The Regular Expression to be compiled
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 71 regexp: /\.(jpe?g|gif|png|cr2?|tiff)$/i,
76 regexp: /\.(jpe?g|png|cr2?|tiff)$/i,
90 if (candidateTasks[taskIndex].regexp.test(urlList[i]))
  /external/libvpx/examples/includes/geshi/
geshi.php 131 // Advanced regexp handling constants, used in language files
146 for this regexp's html tag class */
1980 $regexp = $rxdata; variable
1990 $regexp = implode("|", $rxuse); variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
35 the resulting compiled subprinter regexp is None if not provided.
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
65 raise SyntaxError("invalid name regexp: %s" % name_regexp)
70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
93 NAME-REGEXP matches the name of the pretty-printer
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
35 the resulting compiled subprinter regexp is None if not provided.
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
65 raise SyntaxError("invalid name regexp: %s" % name_regexp)
70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
93 NAME-REGEXP matches the name of the pretty-printer
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 
  /external/libxml2/
xmlregexp.c 2 * regexp.c: generic and extensible Regular Expression engine
309 xmlRegexpPtr comp; /* the compiled regexp */
364 * Regexp memory error handler *
376 const char *regexp = NULL; local
378 regexp = (const char *) ctxt->string;
383 regexp, NULL, 0, 0,
396 const char *regexp = NULL; local
400 regexp = (const char *) ctxt->string;
406 regexp, NULL, idx, 0,
421 * Allocate a new regexp and fill it with the result from the parse
    [all...]
  /external/v8/benchmarks/
run.js 35 load('regexp.js');
  /external/v8/test/mjsunit/compiler/
literals-assignment.js 97 // Test regexp literals.

Completed in 485 milliseconds

1 23 4 5 6