Searched
full:regexp (Results
401 -
425 of
1552) sorted by null
<<11121314151617181920>>
/external/v8/test/mjsunit/harmony/ |
species.js | 15 let classesWithSpecies = [RegExp, Array, TypedArray, ArrayBuffer, Map, Set, Promise];
|
/external/v8/test/mjsunit/regress/ |
regress-escape-preserve-smi-representation.js | 12 if (objectClass === "RegExp") { return (a.toString() === b.toString()); }
|
/external/v8/test/preparser/ |
strict-octal-regexp.js | 28 // Strict mode with octal escape in RegExp literal.
|
/external/v8/test/webkit/ |
regexp-character-match-out-of-order.js | 24 description('Test to ensure RegExp generates single character matches in the correct order');
|
regexp-compile-crash.js | 24 description("Test regexp compiling to make sure it doens't crash like bug 16127");
|
/external/webrtc/webrtc/tools/e2e_quality/audio/ |
README | 27 --codec=L16 --compare="comparison-tool" --regexp="(\d\.\d{3})"
|
/prebuilts/go/darwin-x86/doc/progs/ |
run.go | 16 "regexp" 78 // and checks that the output matches the regexp want. 105 match, err := regexp.Match(want, out) 107 return fmt.Errorf("failed to parse regexp %q: %v", want, err)
|
/prebuilts/go/darwin-x86/misc/nacl/ |
testzip.proto | 125 regexp
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
simplify_test.go | 10 Regexp string 141 re, err := Parse(tt.Regexp, MatchNL|Perl&^OneLine) 143 t.Errorf("Parse(%#q) = error %v", tt.Regexp, err) 148 t.Errorf("Simplify(%#q) = %#q, want %#q", tt.Regexp, s, tt.Simple)
|
/prebuilts/go/linux-x86/doc/progs/ |
run.go | 16 "regexp" 78 // and checks that the output matches the regexp want. 105 match, err := regexp.Match(want, out) 107 return fmt.Errorf("failed to parse regexp %q: %v", want, err)
|
/prebuilts/go/linux-x86/misc/nacl/ |
testzip.proto | 125 regexp
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
simplify_test.go | 10 Regexp string 141 re, err := Parse(tt.Regexp, MatchNL|Perl&^OneLine) 143 t.Errorf("Parse(%#q) = error %v", tt.Regexp, err) 148 t.Errorf("Simplify(%#q) = %#q, want %#q", tt.Regexp, s, tt.Simple)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/cfi/ |
ilp32.exp | 25 return [regexp "targets:.*elf32-x86-64" [lindex $status 1]];
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/ |
ilp32.exp | 25 return [regexp "targets:.*elf32-x86-64" [lindex $status 1]];
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
ilp32.exp | 25 return [regexp "targets:.*elf32-x86-64" [lindex $status 1]];
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/lns/ |
ilp32.exp | 25 return [regexp "targets:.*elf32-x86-64" [lindex $status 1]];
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/ |
rx.exp | 25 regexp ".*/(.*)\.sm" $test rxjunk rxbase
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
mismatch.exp | 24 # The suggested regexp argument to dg-error is "mismatch|<arch>".
|
/external/v8/src/regexp/x64/ |
regexp-macro-assembler-x64.h | 9 #include "src/regexp/regexp-macro-assembler.h" 90 static Result Match(Handle<Code> regexp, 105 // Called from RegExp if the stack-guard is triggered. 131 // one set of capture results. For the case of non-global regexp, we ignore 150 // one set of capture results. For the case of non-global regexp, we ignore 197 // The rbp-relative location of a regexp register.
|
/prebuilts/go/darwin-x86/src/index/suffixarray/ |
suffixarray.go | 23 "regexp" 212 func (x *Index) FindAllIndex(r *regexp.Regexp, n int) (result [][]int) { 223 // if regexp is a literal just use Lookup and convert its 269 // regexp has a non-empty literal prefix; Lookup(lit) computes 272 // (regexp "^" matches beginning of input, not beginning of line) 273 r = regexp.MustCompile("^" + r.String()) // compiles because r compiled
|
/prebuilts/go/linux-x86/src/index/suffixarray/ |
suffixarray.go | 23 "regexp" 212 func (x *Index) FindAllIndex(r *regexp.Regexp, n int) (result [][]int) { 223 // if regexp is a literal just use Lookup and convert its 269 // regexp has a non-empty literal prefix; Lookup(lit) computes 272 // (regexp "^" matches beginning of input, not beginning of line) 273 r = regexp.MustCompile("^" + r.String()) // compiles because r compiled
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
objdump.exp | 48 # Create regexp 55 if [regexp $want $got] then { 79 if ![regexp $want $got] then { 91 if ![regexp $want $got all text_name text_size data_name data_size] then { 121 while {[regexp "(\[a-z\]*_symbol)(.*)" $got all symbol rest]} { 141 if [regexp $want $got] then { 153 if [regexp $want $got] then {
|
/external/regex-re2/re2/testing/ |
regexp_generator.cc | 8 // The regexp generator first generates a sequence of commands in a simple 21 // and passes the regexp to HandleRegexp. 32 // Returns a vector of the egrep regexp operators. 210 printf("Bad regexp program:\n"); 219 LOG(FATAL) << "Bad regexp program.";
|
/external/v8/src/regexp/arm/ |
regexp-macro-assembler-arm.h | 10 #include "src/regexp/regexp-macro-assembler.h" 91 // Called from RegExp if the stack-guard is triggered. 147 // The ebp-relative location of a regexp register. 161 // regexp registers are addressed relative to this.
|
/external/v8/src/regexp/ia32/ |
regexp-macro-assembler-ia32.h | 10 #include "src/regexp/regexp-macro-assembler.h" 88 // Called from RegExp if the stack-guard is triggered. 108 // one set of capture results. For the case of non-global regexp, we ignore 141 // The ebp-relative location of a regexp register.
|
Completed in 5552 milliseconds
<<11121314151617181920>>