/toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/ |
load-hazards.exp | 26 # regexp command, to decide if the warning string was emitted by 40 if {[regexp "Warning: $warnpattern" $comp_output]} {
|
yield.exp | 25 # regexp command, to decide if the error string was emitted by 39 if {[regexp "Error: $pattern" $comp_output]} {
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
weak.exp | 71 if {[regexp $weak_regexp_big $exec_output] \ 72 || [regexp $weak_regexp_little $exec_output] } then {
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/ |
lcall.exp | 87 if [regexp "l32r" $line] { 103 if [regexp "^00000004 <label1>:" $line] {
|
/external/v8/src/js/ |
string.js | 14 var GlobalRegExp = global.RegExp; 172 // Non-regexp argument. 173 var regexp = new GlobalRegExp(pattern); 174 return RegExpExecNoTests(regexp, subject, 0); 203 // the needle is a string rather than a regexp. In this case we can't update 205 // RegExp object. 216 // .. regexp search 237 // Non-global regexp search, string replace. 252 // Global regexp search, string replace. 259 // Global regexp search, function replace [all...] |
harmony-species.js | 20 var GlobalRegExp = global.RegExp;
|
/external/v8/tools/gyp/ |
v8.gyp | [all...] |
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/ |
driver.go | 17 "regexp" 225 func compileFocusIgnore(focus, ignore, hide string) (f, i, h *regexp.Regexp, err error) { 227 if f, err = regexp.Compile(focus); err != nil { 228 return nil, nil, nil, fmt.Errorf("parsing focus regexp: %v", err) 233 if i, err = regexp.Compile(ignore); err != nil { 234 return nil, nil, nil, fmt.Errorf("parsing ignore regexp: %v", err) 239 if h, err = regexp.Compile(hide); err != nil { 240 return nil, nil, nil, fmt.Errorf("parsing hide regexp: %v", err) 251 ui.PrintErr("Interpreted '", filter, "' as range, not regexp") [all...] |
/prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/ |
driver.go | 17 "regexp" 225 func compileFocusIgnore(focus, ignore, hide string) (f, i, h *regexp.Regexp, err error) { 227 if f, err = regexp.Compile(focus); err != nil { 228 return nil, nil, nil, fmt.Errorf("parsing focus regexp: %v", err) 233 if i, err = regexp.Compile(ignore); err != nil { 234 return nil, nil, nil, fmt.Errorf("parsing ignore regexp: %v", err) 239 if h, err = regexp.Compile(hide); err != nil { 240 return nil, nil, nil, fmt.Errorf("parsing hide regexp: %v", err) 251 ui.PrintErr("Interpreted '", filter, "' as range, not regexp") [all...] |
/external/autotest/client/tests/kernel_sysrq_info/ |
control | 15 Fail if any "show-*" SysRq command doesn't match the regexp in the
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
base-form.html | 29 str = str.replace(new RegExp(find, 'g'), data[key]);
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
list_ports_linux.py | 52 def re_group(regexp, text): 53 """search for regexp in text, return 1st group on match""" 55 m = re.search(regexp, text) 58 m = re.search(regexp, text.decode('ascii', 'replace'))
|
/external/icu/icu4c/source/i18n/ |
regexst.h | 45 UnicodeSet fRuleSets[10]; // Sets used while parsing regexp patterns.
|
/external/libxml2/result/regexp/ |
bug316338 | 0 Regexp: (((C|c)(([\s]*\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?){3})+[\s]*))+ 7 Regexp: (((C|c)(([\s]+\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?){3})+[\s]*))+ 13 Regexp: (((C|c)(([\s]+\-?[0-9]+(\.[0-9]+)?[\s]*,[\s]*\-?[0-9]+(\.[0-9]+)?){3})+[\s]*))+ 19 Regexp: (((M|m)([\s]+\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?[\s]*,[\s]*\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?)[\s]*)|((L|l)([\s]+\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?[\s]*,[\s]*\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?)+[\s]*)|((H|h)([\s]+\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?)+[\s]*)|((V|v)([\s]+\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?)+[\s]*)|((C|c)(([\s]+\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?[\s]*,[\s]*\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?){3})+[\s]*)|((Q|q)(([\s]+\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?[\s]*,[\s]*\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?){2})+[\s]*)|((S|s)(([\s]+\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?[\s]*,[\s]*\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?){2})+[\s]*)|((A|a)([\s]+\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?[\s]*,[\s]*\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?[\s]*\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?[\s]+[0-1][\s]+[0-1][\s]+\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?[\s]*,[\s]*\-?[0-9]+(\.[0-9]+)?((e|E)\-?[0-9]+)?)+[\s]*)|((Z|z)[\s]*))*
|
/external/regex-re2/re2/ |
prefilter_tree.h | 6 // that would trigger each regexp. The 'prefilter' of each regexp is 33 // Adds the prefilter for the next regexp. Note that we assume that 55 // nodes of the prefilter of the regexp.
|
/external/selinux/libsemanage/include/semanage/ |
fcontext_record.h | 35 /* Regexp */
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/ |
ResolverTest.java | 42 Pattern regexp = Pattern.compile("\\d\\d-\\d\\d-\\d\\d\\d"); local 43 yaml.addImplicitResolver(new Tag(Tag.PREFIX + "Phone"), regexp, "0123456789"); 63 Pattern regexp = Pattern.compile("\\d\\d-\\d\\d-\\d\\d\\d"); local 64 yaml.addImplicitResolver(new Tag(Tag.PREFIX + "Phone"), regexp, "\0");
|
ResolverTupleTest.java | 28 assertEquals("Tuple tag=dice regexp=\\d+", tuple.toString());
|
/external/v8/benchmarks/ |
README.txt | 35 Version 3 adds a new benchmark, RegExp. The RegExp benchmark is 37 logging all regexp operations performed. Each operation is given a 73 increasing pressure on the memory subsystem. Changed the RegExp
|
revisions.html | 33 increasing pressure on the memory subsystem. Changed the RegExp 65 <p>Version 3 adds a new benchmark, <i>RegExp</i>. The RegExp 67 web and logging all regexp operations performed. Each operation is
|
/external/v8/src/ia32/ |
simulator-ia32.h | 22 // Call the generated regexp code directly. The code at the entry address should
|
/external/v8/src/regexp/ |
regexp-macro-assembler-irregexp-inl.h | 9 #include "src/regexp/bytecodes-irregexp.h"
|
/external/v8/src/x64/ |
simulator-x64.h | 22 // Call the generated regexp code directly. The code at the entry address should
|
/external/v8/src/x87/ |
simulator-x87.h | 22 // Call the generated regexp code directly. The code at the entry address should
|
/external/v8/test/mjsunit/es6/ |
prototype-ordinary-objects.js | 18 // RegExp,
|