Searched
full:regexp (Results
451 -
475 of
1552) sorted by null
<<11121314151617181920>>
/external/v8/src/ |
log.h | 33 // --log-api, --log-code, --log-gc, and --log-regexp. 46 // --log-regexp 48 // --log-regexp implies --log. 134 V(REG_EXP_TAG, "RegExp") \ 245 // Emits a code create event for a RegExp. 301 // ==== Events logged by --log-regexp ==== 302 // Regexp compilation and execution events. 304 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
|
/external/v8/src/regexp/ |
regexp-macro-assembler-irregexp.h | 8 #include "src/regexp/regexp-macro-assembler.h"
|
/external/v8/test/cctest/ |
test-regexp.cc | 37 #include "src/regexp/jsregexp.h" 38 #include "src/regexp/regexp-macro-assembler.h" 39 #include "src/regexp/regexp-macro-assembler-irregexp.h" 40 #include "src/regexp/regexp-parser.h" 44 #include "src/regexp/interpreter-irregexp.h" 50 #include "src/regexp/arm/regexp-macro-assembler-arm.h [all...] |
/external/v8/test/mjsunit/compiler/ |
literals.js | 41 assertEquals("\\x1\\/", RegExp("\\x1/").source); 42 assertEquals("\\u111\\/", RegExp("\\u111/").source);
|
/external/v8/test/mjsunit/ |
function-names.js | 102 // RegExp.prototype functions. 105 TestFunctionNames(RegExp.prototype, regExpPrototypeFunctions);
|
/external/v8/test/mjsunit/regress/ |
regress-1472.js | 28 // Avoid excessive expansions of regexp repetitions inside regexp repetitions.
|
regress-254.js | 30 // RegExp with global flag: exec and test updates lastIndex. 45 // RegExp without global flag: exec and test leavs lastIndex at zero.
|
/external/v8/test/mjsunit/tools/ |
csvparser.js | 78 ['code-creation','RegExp','0xf6c21c00','826','NccyrJroXvg\\/([^,]*)'], 79 parser.parseLine('code-creation,RegExp,0xf6c21c00,826,"NccyrJroXvg\\/([^,]*)"'));
|
/external/v8/test/webkit/fast/regex/ |
lastIndex-expected.txt | 24 This page tests that a RegExp object's lastIndex behaves like a regular property. 30 PASS 'use strict'; delete /x/.lastIndex threw exception TypeError: Cannot delete property 'lastIndex' of [object RegExp].
|
/external/v8/test/webkit/ |
regexp-negative-special-characters.js | 25 "This test checks Unicode in negative RegExp character classes." 29 var result = eval('"' + str + '"').replace(new RegExp(pattern, 'img'), '');
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
stringer.go | 22 "regexp" 32 var Are = regexp.MustCompile(`^\tA([A-Z0-9]+)`)
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolz/ |
symbolz.go | 14 "regexp" 22 symbolzRE = regexp.MustCompile(`(0x[[:xdigit:]]+)\s+(.*)`)
|
/prebuilts/go/darwin-x86/src/go/doc/ |
doc_test.go | 17 "regexp" 84 rx, err := regexp.Compile(*files)
|
headscan.go | 27 "regexp" 38 var html_h = regexp.MustCompile(`<h3 id="[^"]*">`)
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
make_perl_groups.pl | 40 my $regexp = "[$class]"; 44 if ($i <= 128 && chr($i) =~ $regexp) {
|
/prebuilts/go/darwin-x86/src/runtime/pprof/ |
mprof_test.go | 10 "regexp" 95 if !regexp.MustCompile(test).Match(buf.Bytes()) {
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_linux_test.go | 13 "regexp" 83 matches := regexp.MustCompile("([0-9]+).([0-9]+)").FindSubmatch(bytes)
|
/prebuilts/go/darwin-x86/test/stress/ |
parsego.go | 194 "regexp", 195 "regexp/syntax",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
stringer.go | 22 "regexp" 32 var Are = regexp.MustCompile(`^\tA([A-Z0-9]+)`)
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolz/ |
symbolz.go | 14 "regexp" 22 symbolzRE = regexp.MustCompile(`(0x[[:xdigit:]]+)\s+(.*)`)
|
/prebuilts/go/linux-x86/src/go/doc/ |
doc_test.go | 17 "regexp" 84 rx, err := regexp.Compile(*files)
|
headscan.go | 27 "regexp" 38 var html_h = regexp.MustCompile(`<h3 id="[^"]*">`)
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
make_perl_groups.pl | 40 my $regexp = "[$class]"; 44 if ($i <= 128 && chr($i) =~ $regexp) {
|
/prebuilts/go/linux-x86/src/runtime/pprof/ |
mprof_test.go | 10 "regexp" 95 if !regexp.MustCompile(test).Match(buf.Bytes()) {
|
/prebuilts/go/linux-x86/src/syscall/ |
exec_linux_test.go | 13 "regexp" 83 matches := regexp.MustCompile("([0-9]+).([0-9]+)").FindSubmatch(bytes)
|
Completed in 734 milliseconds
<<11121314151617181920>>