/external/chromium_org/third_party/re2/ |
re2.target.linux-arm.mk | 39 third_party/re2/re2/regexp.cc \
|
re2.target.linux-mips.mk | 39 third_party/re2/re2/regexp.cc \
|
re2.target.linux-x86.mk | 39 third_party/re2/re2/regexp.cc \
|
/external/chromium_org/tools/valgrind/ |
memcheck_analyze.py | 98 for regexp in _BORING_CALLERS: 99 if re.match("^%s$" % regexp, frame_dict[FUNCTION_NAME]):
|
/external/chromium_org/v8/src/ |
factory.h | 140 // UTF8 strings are pretenured when used for regexp literal patterns and 151 // characters of the string are uninitialized. Currently used in regexp code 541 // atom regexp and stores it in the regexp. 542 void SetRegExpAtomData(Handle<JSRegExp> regexp, 549 // irregexp regexp and stores it in the regexp. 550 void SetRegExpIrregexpData(Handle<JSRegExp> regexp,
|
log.cc | [all...] |
/external/chromium_org/v8/test/mjsunit/ |
regexp.js | 37 // Test containing null char in regexp. 39 var re = new RegExp(s); 89 // From ecma_3/RegExp/regress-334158.js 263 re = new RegExp("", "g"); 269 re = new RegExp(); 271 // giving a syntactically legal regexp literal). 273 re = new RegExp(void 0); 281 // Check for lazy RegExp literal creation 291 re = new RegExp("(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)"); 296 re = new RegExp("foo(.)") [all...] |
string-external-cached.js | 62 // Test regexp and short substring.
|
unicodelctest-no-optimization.js | 29 // This regexp should pick up all lower case characters. The non-BMP 113 var re = new RegExp(prefix + cc + "]"); [all...] |
unicodelctest.js | 28 // This regexp should pick up all lower case characters. The non-BMP 111 var re = new RegExp(prefix + cc + "]"); [all...] |
/external/regex-re2/ |
Makefile | 73 re2/regexp.h\ 106 obj/re2/regexp.o\
|
/external/v8/src/ |
factory.h | 119 // UTF8 strings are pretenured when used for regexp literal patterns and 130 // characters of the string are uninitialized. Currently used in regexp code 463 // atom regexp and stores it in the regexp. 464 void SetRegExpAtomData(Handle<JSRegExp> regexp, 471 // irregexp regexp and stores it in the regexp. 472 void SetRegExpIrregexpData(Handle<JSRegExp> regexp,
|
jsregexp.cc | 41 #include "regexp-macro-assembler.h" 42 #include "regexp-macro-assembler-tracer.h" 43 #include "regexp-macro-assembler-irregexp.h" 44 #include "regexp-stack.h" 48 #include "ia32/regexp-macro-assembler-ia32.h" 50 #include "x64/regexp-macro-assembler-x64.h" 52 #include "arm/regexp-macro-assembler-arm.h" 54 #include "mips/regexp-macro-assembler-mips.h" 111 // Generic RegExp methods. Dispatches to implementation specific methods. 159 // Compilation succeeded so the data is set on the regexp [all...] |
runtime.cc | 1945 Handle<Object> regexp = local [all...] |
/external/v8/test/mjsunit/ |
regexp-multiline-stack-trace.js | 33 * @fileoverview Check that various regexp constructs work as intended. 87 var a = new RegExp("^" + lc + "$"); 89 a = new RegExp("^" + lc + "$", "i"); 92 var A = new RegExp("^" + uc + "$"); 94 A = new RegExp("^" + uc + "$", "i"); 97 a = new RegExp("^[" + lc + "]$"); 99 a = new RegExp("^[" + lc + "]$", "i"); 102 A = new RegExp("^[" + uc + "]$"); 104 A = new RegExp("^[" + uc + "]$", "i"); 116 assertThrows("a = new RegExp('[z-a]');") [all...] |
regexp.js | 37 // Test containing null char in regexp. 39 var re = new RegExp(s); 89 // From ecma_3/RegExp/regress-334158.js 263 re = new RegExp("", "g"); 269 re = new RegExp(); 271 // giving a syntactically legal regexp literal). 273 re = new RegExp(void 0); 281 // Check for lazy RegExp literal creation 291 re = new RegExp("(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)"); 296 re = new RegExp("foo(.)") [all...] |
string-external-cached.js | 62 // Test regexp and short substring.
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
AsmAnalyzer.java | 225 * The glob pattern is not a regexp. It only accepts the "*" keyword to mean 238 Pattern regexp = getPatternFromGlob(globPattern); local 242 if (regexp.matcher(class_name).matches()) { 249 // transforms the glob pattern in a regexp:
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
MatcherTest.java | 705 String regexp = "\\p{P}"; local 708 Pattern pattern = Pattern.compile(regexp);
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
schemasInternals.h | 833 xmlRegexpPtr regexp; /* The regex for patterns */ member in struct:_xmlSchemaFacet
|
/external/chromium_org/v8/test/webkit/fast/regex/ |
parentheses.js | 106 var regexp27 = new RegExp( 132 var regexp28 = new RegExp( 163 var regexp33 = RegExp('^(?:(?:(a)(xyz|[^>"\'\s]*)?)|(/?>)|.[^\w\s>]*)'); 238 /* The regexp on the prior line confuses Xcode syntax highlighting, this coment fixes it! */ 242 /* The regexp on the prior line confuses Xcode syntax highlighting, this coment fixes it! */ 251 var regexp51 = new RegExp(s);
|
/external/libxml2/include/libxml/ |
schemasInternals.h | 833 xmlRegexpPtr regexp; /* The regex for patterns */ member in struct:_xmlSchemaFacet
|
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/ |
qunit.js | 375 // expected is a regexp 376 } else if (QUnit.objectType(expected) === "regexp") { 597 case 'RegExp': 1005 "regexp": function (b, a) { 1006 return QUnit.objectType(b) === "regexp" && 1172 } else if (QUnit.is("RegExp", obj)) { 1173 type = "regexp"; [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
b.c | 47 #define ELEAF case EMPTYRE: /* empty string in regexp */ 612 /* GNU compatibility: an empty regexp matches anything */ 617 np = regexp(); 623 Node *regexp(void) /* top-level parse of reg expr */ function 666 np = regexp();
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pprof | 61 # sample that match the --list=<regexp> pattern. The listing is 66 # sample that match the --disasm=<regexp> pattern. The listing is 197 --list=<regexp> Generate source listing of matching routines 198 --disasm=<regexp> Generate disassembly of matching routines 225 --focus=<regexp> Focus on nodes matching <regexp> 226 --ignore=<regexp> Ignore nodes matching <regexp> [all...] |