HomeSort by relevance Sort by last modified time
    Searched full:regexp (Results 476 - 500 of 1552) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/test/stress/
parsego.go 194 "regexp",
195 "regexp/syntax",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleAttribute.java 88 private static final Pattern REGEXP =
92 Matcher m = REGEXP.matcher(value);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
errors.exp 25 # regexp command, to decide if the warning string was emitted by
39 if {[regexp "Error: $warnpattern" $comp_output]} {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
sec-to-seg.exp 52 if {! [regexp ".*.sec1 .sec2" $exec_output] } {
57 if { [regexp ".*.sec1 .sec2" $exec_output] } {
  /external/regex-re2/re2/testing/
re2_test.cc 15 #include "re2/regexp.h"
98 const char *regexp; member in struct:re2::ReplaceTest
177 VLOG(1) << StringPrintf("\"%s\" =~ s/%s/%s/g", t->original, t->regexp, t->rewrite);
179 CHECK(RE2::Replace(&one, t->regexp, t->rewrite));
182 CHECK_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count)
188 static void TestCheckRewriteString(const char* regexp, const char* rewrite,
191 RE2 exp(regexp);
463 RE2 re_simple("simple regexp");
464 RE2 re_medium("medium.*regexp");
465 RE2 re_complex("hard.{1,128}regexp");
1190 const char *regexp; member in struct:re2::ErrorTest
1221 const char* regexp; member in struct:re2::NeverTest
    [all...]
  /external/autotest/client/cros/
cros_logging.py 65 def set_start_by_regexp(self, index, regexp):
68 @param index: line matching regexp to start at, earliest log at 0.
71 regexp_compiled = re.compile(regexp)
136 patterns: A regexp or a list of regexps to search the logs with.
  /external/autotest/server/cros/servo/
chrome_ec.py 73 def set_uart_regexp(self, regexp):
74 if self._cached_uart_regexp == regexp:
76 self._cached_uart_regexp = regexp
77 self._servo.set('ec_uart_regexp', regexp)
  /external/icu/icu4c/source/test/intltest/
regextst.h 58 // The following functions are internal to the regexp tests.
  /external/libxml2/python/tests/
Makefile.am 24 regexp.py \
  /external/libxml2/test/regexp/
xpath 18 # the previous regexp from the Schemas for Schemas was broken
  /external/testng/src/test/java/test/failures/
BaseFailuresTest.java 36 * @return true if the file contains at least one occurrence of each regexp
  /external/v8/benchmarks/
run.js 35 load('regexp.js');
  /external/v8/src/regexp/
jsregexp-inl.h 13 #include "src/regexp/jsregexp.h"
  /external/v8/test/mjsunit/bugs/
bug-617.js 36 RegExp.prototype.exec = make_sure_we_dont_get_here;
  /external/v8/test/mjsunit/
regexp-captures.js 29 var r = new RegExp(re)
regexp-compile.js 28 // Test that we don't cache the result of a regexp match across a
typeof.js 31 var r = new RegExp;
unicode-case-overoptimization.js 33 var re = new RegExp("[" + c + "-" + c2 + "]", "i");
  /external/v8/test/mjsunit/regress/
regress-1748.js 29 // Bug in x64 caused it to match when executing the RegExp on a part
regress-2058.js 36 assertEquals(RegExp.$1, " ");
regress-233.js 29 // A stack overflow detected by a global regexp match wasn't handled correctly.
regress-crbug-170856.js 28 r = new RegExp("a");
short-circuit.js 31 arr.push(new RegExp("prefix" + i.toString() + i.toString() + i.toString()));
string-split-monkey-patching.js 28 // Test that String.prototype.split with an regexp does not call the
  /external/v8/test/webkit/fast/js/kde/
constructor_length-expected.txt 36 PASS RegExp.length is 2

Completed in 2026 milliseconds

<<11121314151617181920>>