/external/regex-re2/re2/ |
prefilter_tree.cc | 165 // Add the top level nodes of each regexp prefilter. 271 // For top level nodes, populate regexp id. 322 VLOG(10) << "Regexp triggered: " << entry.regexps[i];
|
/external/v8/src/ |
log.cc | 965 // Emits the source code of a regexp. Used by regexp events. 966 void LogRegExpSource(Handle<JSRegExp> regexp, Isolate* isolate, 972 Object::GetProperty(isolate, regexp, "source").ToHandleChecked(); 978 switch (regexp->TypeTag()) { 991 Object::GetProperty(isolate, regexp, "global").ToHandleChecked(); 997 Object::GetProperty(isolate, regexp, "ignoreCase").ToHandleChecked(); 1003 Object::GetProperty(isolate, regexp, "multiline").ToHandleChecked(); 1011 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) { 1014 msg.Append("regexp-compile,") [all...] |
flag-definitions.h | 208 V(harmony_regexp_subclass, "harmony regexp subclassing") \ 213 V(harmony_regexp_lookbehind, "harmony regexp lookbehind") [all...] |
v8threads.cc | 12 #include "src/regexp/regexp-stack.h"
|
/external/v8/src/regexp/ |
regexp-ast.h | 28 #define FORWARD_DECLARE(Name) class RegExp##Name; 41 virtual void* Visit##Name(RegExp##Name*, void* data) = 0; 202 virtual RegExp##Name* As##Name(); \
|
regexp-parser.cc | 5 #include "src/regexp/regexp-parser.h" 11 #include "src/regexp/jsregexp.h" 167 // regexp atom. 538 // the entire regexp and find the number of capturing parentheses. However we 539 // don't want to scan the regexp twice unless it is necessary. This mini-parser [all...] |
regexp-macro-assembler-tracer.cc | 5 #include "src/regexp/regexp-macro-assembler-tracer.h"
|
/external/v8/tools/ |
stats-viewer.py | 68 name_filter: The regexp filter to apply to counter names. 456 name_filter: The regexp filter to apply to counter names. 466 help=("regexp filter for counter names "
|
run_perf.py | 23 "results_regexp": <optional regexp>, 29 "results_regexp": <optional more specific regexp>, 195 self.errors.append("Regexp \"%s\" returned a non-numeric for test %s." 198 self.errors.append("Regexp \"%s\" didn't match for test %s." 208 self.errors.append("Regexp \"%s\" didn't match for test %s." 403 # regexp and the current suite has none, a string place holder for the
|
/external/regex-re2/re2/testing/ |
backtrack.cc | 20 // implementation for the more complicated regexp packages. 28 #include "re2/regexp.h"
|
/external/v8/test/mjsunit/ |
messages.js | 128 Object.getOwnPropertyDescriptor(RegExp.prototype, "flags").get.call(1); 129 }, "RegExp.prototype.flags getter called on non-object 1", TypeError);
|
stack-traces.js | 294 testTraceNativeConversion(RegExp); // Does ToString on argument. 297 testTraceNativeConstructor(RegExp); // Does ToString on argument.
|
/external/vulkan-validation-layers/ |
genvk.py | 115 # Turn a list of strings into a regexp string matching exactly those strings 119 # Descriptive names for various regexp patterns used to select
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
vendor_test.go | 14 "regexp" 103 re := regexp.MustCompile(`cannot find package "notfound" in any of:
|
/prebuilts/go/darwin-x86/src/go/types/ |
example_test.go | 28 "regexp" 76 rx := regexp.MustCompile(` 0x[a-fA-F0-9]*`)
|
/prebuilts/go/darwin-x86/src/html/template/ |
context.go | 111 // stateJSRegexp occurs inside a JavaScript regexp literal. 258 // jsCtxRegexp occurs where a '/' would start a regexp literal.
|
/prebuilts/go/darwin-x86/src/regexp/ |
backtrack.go | 15 package regexp package 17 import "regexp/syntax"
|
/prebuilts/go/linux-x86/src/cmd/go/ |
vendor_test.go | 14 "regexp" 103 re := regexp.MustCompile(`cannot find package "notfound" in any of:
|
/prebuilts/go/linux-x86/src/go/types/ |
example_test.go | 28 "regexp" 76 rx := regexp.MustCompile(` 0x[a-fA-F0-9]*`)
|
/prebuilts/go/linux-x86/src/html/template/ |
context.go | 111 // stateJSRegexp occurs inside a JavaScript regexp literal. 258 // jsCtxRegexp occurs where a '/' would start a regexp literal.
|
/prebuilts/go/linux-x86/src/regexp/ |
backtrack.go | 15 package regexp package 17 import "regexp/syntax"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
AdtStartup.java | 191 final Pattern regexp = local 213 Matcher m = regexp.matcher(line);
|
/system/extras/tests/net_test/ |
net_test.py | 369 regexp = re.compile(r" *(\d+): " # bucket 388 _, _, uid, _, _, refcnt, _, extra) = regexp.match(line).groups()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/ |
plugin.exp | 49 regexp -line "^objdir=.*$" "$lt_config" lt_objdir 84 if { [regexp "_func" "$plugin_nm_output"] } {
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-unique/ |
unique.exp | 72 if { ![regexp "\n\[ \]*OS/ABI:\[ \]*(.+)\n\[ \]*ABI" \ 103 if { ![regexp ".*\[ \]*OBJECT\[ \]+UNIQUE\[ \]+DEFAULT\[ \]+\[UND0-9\]+\[ \]+\[ab\]\n" [file_contents readelf.out]] } {
|