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

<<11121314151617181920>>

  /external/regex-re2/re2/testing/
regexp_generator.h 41 virtual void HandleRegexp(const string& regexp) = 0;
43 // The egrep regexp operators: * + ? | and concatenation.
  /external/v8/src/regexp/
regexp-macro-assembler-tracer.h 8 #include "src/regexp/regexp-macro-assembler.h"
regexp-macro-assembler.cc 5 #include "src/regexp/regexp-macro-assembler.h"
9 #include "src/regexp/regexp-stack.h"
88 // retry the RegExp forcing the call through the runtime system.
109 // code cannot be used, and we need to restart regexp matching from
135 // No allocations before calling the regexp, but we can't use
197 // We detected a stack overflow (on the backtrack stack) in RegExp code,
  /external/v8/test/mjsunit/
function-without-prototype.js 53 var regexp = /abc/g; variable
54 testConstruction("regexp.test");
search-string-multiple.js 28 // Test search and replace where we search for a string, not a regexp.
32 var re = new RegExp(regexp_source, flags);
stack-traces-2.js 72 testTraceNativeConversion(RegExp); // Does ToString on argument.
75 testTraceNativeConstructor(RegExp); // Does ToString on argument.
  /external/v8/test/mjsunit/regress/
regress-87.js 28 // In Issue 87, we allowed unicode escape sequences in RegExp flags.
30 // verbatim to the RegExp constructor.
  /external/v8/test/webkit/fast/js/kde/
object_prototype_tostring.js 43 var _regexp = new RegExp();
45 shouldBe("_regexp.toString()","\"[object RegExp]\"");
  /external/v8/test/webkit/
regexp-backreferences.js 24 description("Test to ensure correct behaviour when using backreferences in a RegExp");
37 re = new RegExp("[^b]*((..)|(\\2))+Sz", "i");
  /external/v8/tools/
jsmin.py 90 """Rewrites bits of the program selected by a regexp.
237 # A regexp that matches a literal string surrounded by "double quotes".
238 # This regexp can handle embedded backslash-escaped characters including
241 # A regexp that matches a literal string surrounded by 'single quotes'.
243 # A regexp that matches a template string
245 # A regexp that matches a regexp literal surrounded by /slashes/.
246 # Don't allow a regexp to have a ) before the first ( since that's a
  /prebuilts/go/darwin-x86/doc/articles/wiki/
final-noclosure.go 12 "regexp"
86 var validPath = regexp.MustCompile("^/(edit|save|view)/([a-zA-Z0-9]+)$")
final-parsetemplate.go 11 "regexp"
73 var validPath = regexp.MustCompile("^/(edit|save|view)/([a-zA-Z0-9]+)$")
final.go 11 "regexp"
70 var validPath = regexp.MustCompile("^/(edit|save|view)/([a-zA-Z0-9]+)$")
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
stringer.go 19 "regexp"
29 var Are = regexp.MustCompile(`^\tA([A-Z0-9]+)`)
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata_test.go 11 "regexp"
17 testBody := regexp.MustCompile("\n").ReplaceAllString(message, "\r\n")
  /prebuilts/go/linux-x86/doc/articles/wiki/
final-noclosure.go 12 "regexp"
86 var validPath = regexp.MustCompile("^/(edit|save|view)/([a-zA-Z0-9]+)$")
final-parsetemplate.go 11 "regexp"
73 var validPath = regexp.MustCompile("^/(edit|save|view)/([a-zA-Z0-9]+)$")
final.go 11 "regexp"
70 var validPath = regexp.MustCompile("^/(edit|save|view)/([a-zA-Z0-9]+)$")
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
stringer.go 19 "regexp"
29 var Are = regexp.MustCompile(`^\tA([A-Z0-9]+)`)
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata_test.go 11 "regexp"
17 testBody := regexp.MustCompile("\n").ReplaceAllString(message, "\r\n")
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/
ant-testutil-1.8.2.pom 62 <include>org/apache/tools/ant/util/regexp/RegexpMatcherTest*</include>
63 <include>org/apache/tools/ant/util/regexp/RegexpTest*</include>
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/hppa/
objdump.exp 65 if [regexp $want $got] then {
91 if [regexp $want $got] then {
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/m68k/
objdump.exp 48 if [regexp $want $got] then {
74 if [regexp $want $got] then {
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
size.exp 52 if ![regexp $want $got all text data bss dtot hextot] then {
71 if ![regexp $want $got all textname textsize dataname datasize] then {
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/vax/
objdump.exp 54 if [regexp $want1 $got] then {
59 if [regexp $want2 $got] then {

Completed in 483 milliseconds

<<11121314151617181920>>