/prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/ |
plugin.go | 12 "regexp" 111 Symbols(r *regexp.Regexp, addr uint64) ([]*Sym, error)
|
/prebuilts/go/darwin-x86/src/html/template/ |
error.go | 138 // ErrPartialCharset: "unfinished JS regexp charset in ..." 172 // ErrSlashAmbig: '/' could start a division or regexp. 182 // regexp literal.
|
/prebuilts/go/darwin-x86/test/ |
run.go | 26 "regexp" 293 var packageRE = regexp.MustCompile(`(?m)^package (\w+)`) 839 tmpRe := regexp.MustCompile(`autotmp_[0-9]+`) 921 re *regexp.Regexp 928 errRx = regexp.MustCompile(`// (?:GC_)?ERROR (.*)`) 929 errQuotesRx = regexp.MustCompile(`"([^"]*)"`) 930 lineRx = regexp.MustCompile(`LINE(([+-])([0-9]+))?`) 934 cache := make(map[string]*regexp.Regexp) [all...] |
/prebuilts/go/linux-x86/src/cmd/doc/ |
doc_test.go | 12 "regexp" 315 re, err := regexp.Compile(yes) 325 re, err := regexp.Compile(no)
|
/prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
disasm.go | 13 "regexp" 107 func (d *Disasm) Print(w io.Writer, filter *regexp.Regexp, start, end uint64) {
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/ |
plugin.go | 12 "regexp" 111 Symbols(r *regexp.Regexp, addr uint64) ([]*Sym, error)
|
/prebuilts/go/linux-x86/src/html/template/ |
error.go | 138 // ErrPartialCharset: "unfinished JS regexp charset in ..." 172 // ErrSlashAmbig: '/' could start a division or regexp. 182 // regexp literal.
|
/prebuilts/go/linux-x86/test/ |
run.go | 26 "regexp" 293 var packageRE = regexp.MustCompile(`(?m)^package (\w+)`) 839 tmpRe := regexp.MustCompile(`autotmp_[0-9]+`) 921 re *regexp.Regexp 928 errRx = regexp.MustCompile(`// (?:GC_)?ERROR (.*)`) 929 errQuotesRx = regexp.MustCompile(`"([^"]*)"`) 930 lineRx = regexp.MustCompile(`LINE(([+-])([0-9]+))?`) 934 cache := make(map[string]*regexp.Regexp) [all...] |
/external/autotest/tko/migrations/ |
030_add_afe_job_id_to_jobs.py | 7 WHERE tag REGEXP '^[0-9]+-.+/.+$';
|
/external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/ |
bus_parser.html | 41 var re = new RegExp('bus=(\\S+) rw_bytes=(\\d+) r_bytes=(\\d+) ' +
|
disk_parser.html | 167 var event = new RegExp( 183 var event = new RegExp('dev = \\((\\d+,\\d+)\\), ino = (\\d+), checkpoint is (\\S+), ' + // @suppress longLineCheck 237 var event = new RegExp('(\\d+,\\d+) (F)?([DWRN])(F)?(A)?(S)?(M)? ' + 286 var event = new RegExp('(\\d+,\\d+) (F)?([DWRN])(F)?(A)?(S)?(M)? ' +
|
kfunc_parser.html | 42 var funcEnterRE = new RegExp('func=(.+)');
|
/external/chromium-trace/catapult/tracing/tracing/extras/importer/ |
trace2html_importer.html | 33 new RegExp('^<\s*script id="viewer-data" ' +
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
JavascriptParserImpl.java | 137 * text (except for slashes that close comments or regexp literals). 148 * regexp literal, in which case we assume the current '/' is part of a 158 * <p>If we ruled out the previous token to be a valid regexp preceding 244 * the beginning of a comment, a division operator, or a regexp.
|
/external/libxml2/ |
testRegexp.c | 66 printf("Regexp: %s\n", pattern) ; 73 printf("Regexp: %s\n", expression) ; 266 fprintf(stderr, " --input filename: use the given filename for regexp\n"); 399 printf("%s : Regexp support not compiled in\n", argv[0]);
|
/external/regex-re2/re2/testing/ |
exhaustive2_test.cc | 22 // Test escaped versions of regexp syntax.
|
/external/testng/src/test/java/test/ |
Test1.java | 111 public void regexp() { method in class:Test1
|
/external/v8/src/regexp/arm/ |
regexp-macro-assembler-arm.cc | 7 #include "src/regexp/arm/regexp-macro-assembler-arm.h" 13 #include "src/regexp/regexp-macro-assembler.h" 14 #include "src/regexp/regexp-stack.h" 24 * for a global regexp. 34 * RegExp registers. 87 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro 90 * area is overwritten with the LR register by the RegExp code. When doing [all...] |
/external/v8/src/regexp/arm64/ |
regexp-macro-assembler-arm64.cc | 7 #include "src/regexp/arm64/regexp-macro-assembler-arm64.h" 13 #include "src/regexp/regexp-macro-assembler.h" 14 #include "src/regexp/regexp-stack.h" 41 * RegExp registers. 63 * - fp[88] lr Return from the RegExp code. 102 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro 105 * area is overwritten with the LR register by the RegExp code. When doing [all...] |
regexp-macro-assembler-arm64.h | 10 #include "src/regexp/regexp-macro-assembler.h" 96 // Called from RegExp if the stack-guard is triggered. 184 // regexp registers are addressed relative to this.
|
/external/v8/src/regexp/ppc/ |
regexp-macro-assembler-ppc.cc | 7 #include "src/regexp/ppc/regexp-macro-assembler-ppc.h" 14 #include "src/regexp/regexp-macro-assembler.h" 15 #include "src/regexp/regexp-stack.h" 25 * for a global regexp. 34 * RegExp registers. 89 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro 92 * area is overwritten with the LR register by the RegExp code. When doing [all...] |
/external/v8/src/regexp/x64/ |
regexp-macro-assembler-x64.cc | 7 #include "src/regexp/x64/regexp-macro-assembler-x64.h" 12 #include "src/regexp/regexp-macro-assembler.h" 13 #include "src/regexp/regexp-stack.h" 26 * for a global regexp. 34 * RegExp registers. 45 * during execution of RegExp code (it doesn't hold the value assumed when 65 * - success counter (only useful for global regexp to count matches [all...] |
/external/v8/test/mjsunit/compiler/ |
osr-block-scope.js | 17 return body.replace(new RegExp("function " + name + "\\(\\) {"),
|
/external/v8/test/mjsunit/ |
fuzz-accessors.js | 45 RegExp,
|
get-prototype-of.js | 95 RegExp,
|