HomeSort by relevance Sort by last modified time
    Searched refs:regexp (Results 201 - 225 of 721) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 157 "regexp": {"L2", "regexp/syntax"},
158 "regexp/syntax": {"L2"},
180 "go/doc": {"L4", "go/ast", "go/token", "regexp", "text/template"},
239 "index/suffixarray": {"L4", "regexp"},
359 "net/http/cgi": {"L4", "NET", "OS", "crypto/tls", "net/http", "regexp"},
  /external/libxml2/python/
types.c 775 libxml_xmlRegexpPtrWrap(xmlRegexpPtr regexp)
780 printf("libxml_xmlRegexpPtrWrap: regexp = %p\n", regexp);
782 if (regexp == NULL) {
787 PyCapsule_New((void *) regexp,
  /external/regex-re2/re2/testing/
tester.cc 12 #include "re2/regexp.h"
14 DEFINE_bool(dump_prog, false, "dump regexp program");
16 DEFINE_bool(dump_rprog, false, "dump reversed regexp program");
19 "maximum number of regexp test failures (-1 = unlimited)");
21 DEFINE_string(regexp_engines, "", "pattern to select regexp engines to test");
135 Regexp::ParseFlags parse_flags;
139 static const Regexp::ParseFlags single_line =
140 Regexp::LikePerl;
141 static const Regexp::ParseFlags multi_line =
142 static_cast<Regexp::ParseFlags>(Regexp::LikePerl & ~Regexp::OneLine)
    [all...]
  /external/v8/src/regexp/
regexp-macro-assembler.h 9 #include "src/regexp/regexp-ast.h"
143 // Return whether the matching (with a global regexp) will be restarted.
155 // a failure in a global regexp may still mean success overall.
180 // Result of calling generated native RegExp code.
195 static Result Match(Handle<Code> regexp,
203 // Called from generated RegExp code.
209 // Called from RegExp if the backtrack stack limit is hit.
227 // Used by generated RegExp code.
  /external/v8/test/mjsunit/harmony/
regexp-sticky.js 97 var stickyglobal2 = new RegExp("foo.bar", "gy");
113 sticky.lastIndex = -1; // Causes sticky regexp to fail fast
117 sticky.lastIndex = -1; // Causes sticky regexp to fail fast
  /prebuilts/go/darwin-x86/src/cmd/cover/
profile.go 16 "regexp"
115 var lineRe = regexp.MustCompile(`^(.+):([0-9]+).([0-9]+),([0-9]+).([0-9]+) ([0-9]+) ([0-9]+)$`)
  /prebuilts/go/darwin-x86/test/stress/
parsego.go 194 "regexp",
195 "regexp/syntax",
  /prebuilts/go/linux-x86/src/cmd/cover/
profile.go 16 "regexp"
115 var lineRe = regexp.MustCompile(`^(.+):([0-9]+).([0-9]+),([0-9]+).([0-9]+) ([0-9]+) ([0-9]+)$`)
  /prebuilts/go/linux-x86/test/stress/
parsego.go 194 "regexp",
195 "regexp/syntax",
  /external/libxml2/
xmlregexp.c 2 * regexp.c: generic and extensible Regular Expression engine
313 xmlRegexpPtr comp; /* the compiled regexp */
368 * Regexp memory error handler *
380 const char *regexp = NULL; local
382 regexp = (const char *) ctxt->string;
387 regexp, NULL, 0, 0,
400 const char *regexp = NULL; local
404 regexp = (const char *) ctxt->string;
410 regexp, NULL, idx, 0,
425 * Allocate a new regexp and fill it with the result from the parse
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go 22 return "error parsing regexp: " + e.Code.String() + ": `" + e.Expr + "`"
30 ErrInternalError ErrorCode = "regexp/syntax: internal error"
52 // Flags control the behavior of the parser and record information about regexp context.
64 WasDollar // regexp OpEndText was $, not \z
65 Simple // regexp contains no counted repetition
81 stack []*Regexp // stack of parsed expressions
82 free *Regexp
88 func (p *parser) newRegexp(op Op) *Regexp {
92 *re = Regexp{}
94 re = new(Regexp)
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go 22 return "error parsing regexp: " + e.Code.String() + ": `" + e.Expr + "`"
30 ErrInternalError ErrorCode = "regexp/syntax: internal error"
52 // Flags control the behavior of the parser and record information about regexp context.
64 WasDollar // regexp OpEndText was $, not \z
65 Simple // regexp contains no counted repetition
81 stack []*Regexp // stack of parsed expressions
82 free *Regexp
88 func (p *parser) newRegexp(op Op) *Regexp {
92 *re = Regexp{}
94 re = new(Regexp)
    [all...]
  /external/v8/benchmarks/
run.js 35 load('regexp.js');
  /external/v8/test/mjsunit/compiler/
literals-assignment.js 97 // Test regexp literals.
  /external/v8/test/mjsunit/es6/
regexp-constructor.js 5 // Flags: --harmony-regexp-subclass
14 var r = new RegExp("biep");
15 assertTrue(r === RegExp(r));
16 assertFalse(r === new RegExp(r));
20 assertFalse(r === RegExp(r));
24 class A extends RegExp {
30 var r2 = RegExp(r);
35 assertTrue(RegExp.prototype === r2.__proto__);
37 var r3 = RegExp(r);
61 var r = RegExp(match)
    [all...]
  /external/v8/test/mjsunit/
regexp-compile.js 28 // Test that we don't cache the result of a regexp match across a
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);
string-replace-with-empty.js 63 // Clear the regexp cache to allow the GC to work.
  /external/v8/test/mjsunit/regress/
regress-233.js 29 // A stack overflow detected by a global regexp match wasn't handled correctly.
string-split-monkey-patching.js 28 // Test that String.prototype.split with an regexp does not call the
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 11 "regexp"
47 // Regexp for Go identifiers
50 // Regexp for URLs
59 var matchRx = regexp.MustCompile(`(` + urlRx + `)|(` + identRx + `)`)
134 // match against first parenthesized sub-regexp; must be match against urlRx
260 var nonAlphaNumRx = regexp.MustCompile(`[^a-zA-Z0-9]`)
  /prebuilts/go/darwin-x86/src/html/template/
js_test.go 24 // A block followed by a statement starting with a RegExp is
33 // statement, expect a regexp.
49 // This is not airtight. In (g = ++/h/i) a regexp follows a
60 // return followed by a slash returns the regexp literal or the
61 // slash starts a regexp literal in an expression statement that
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 11 "regexp"
47 // Regexp for Go identifiers
50 // Regexp for URLs
59 var matchRx = regexp.MustCompile(`(` + urlRx + `)|(` + identRx + `)`)
134 // match against first parenthesized sub-regexp; must be match against urlRx
260 var nonAlphaNumRx = regexp.MustCompile(`[^a-zA-Z0-9]`)
  /prebuilts/go/linux-x86/src/html/template/
js_test.go 24 // A block followed by a statement starting with a RegExp is
33 // statement, expect a regexp.
49 // This is not airtight. In (g = ++/h/i) a regexp follows a
60 // return followed by a slash returns the regexp literal or the
61 // slash starts a regexp literal in an expression statement that
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 191 final Pattern regexp = local
213 Matcher m = regexp.matcher(line);

Completed in 1251 milliseconds

1 2 3 4 5 6 7 891011>>