HomeSort by relevance Sort by last modified time
    Searched refs:regexp (Results 76 - 100 of 680) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/regexp/syntax/
parse_test.go 15 Regexp string
266 re, err := Parse(tt.Regexp, flags)
268 t.Errorf("Parse(%#q): %v", tt.Regexp, err)
277 t.Errorf("Parse(%#q).Dump() = %#q want %#q", tt.Regexp, d, tt.Dump)
282 // dump prints a string representation of the regexp showing
284 func dump(re *Regexp) string {
312 // dumpRegexp writes an encoding of the syntax tree for the regexp re to b.
315 func dumpRegexp(b *bytes.Buffer, re *Regexp) {
385 re := &Regexp{Op: OpCharClass}
509 for _, regexp := range invalidRegexps
    [all...]
  /external/autotest/server/cros/dynamic_suite/
control_file_getter.py 113 regexp = re.compile(os.path.join(test_name, 'control$'))
115 regexp = re.compile(test_name + '$')
116 candidates = filter(regexp.search, self._files)
163 regexp = re.compile(self._CONTROL_PATTERN)
173 if regexp.search(name):
  /external/autotest/client/cros/
kernel_trace.py 15 results = trace.read(regexp=r'frequency=(\d+)')
25 - tuples if regexp provided
178 def read(self, regexp=None):
183 if regexp is None:
186 results = re.findall(regexp, ln)
  /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/libxml2/include/libxml/
xmlregexp.h 52 xmlRegexpCompile (const xmlChar *regexp);
53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp);
59 xmlRegexpPtr regexp);
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
xmethods.py 23 def validate_xm_regexp(part_name, regexp):
25 return re.compile(regexp)
27 raise SyntaxError("Invalid %s regexp: %s", part_name, regexp)
180 Usage: info xmethod [locus-regexp [name-regexp]]
182 LOCUS-REGEXP is a regular expression matching the location of the
189 NAME-REGEXP is a regular expression matching the names of xmethod
192 managed by a single matcher, the name regexp can be specified as
193 matcher-name-regexp;xmethod-name-regexp
    [all...]
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
xmethods.py 23 def validate_xm_regexp(part_name, regexp):
25 return re.compile(regexp)
27 raise SyntaxError("Invalid %s regexp: %s", part_name, regexp)
180 Usage: info xmethod [locus-regexp [name-regexp]]
182 LOCUS-REGEXP is a regular expression matching the location of the
189 NAME-REGEXP is a regular expression matching the names of xmethod
192 managed by a single matcher, the name regexp can be specified as
193 matcher-name-regexp;xmethod-name-regexp
    [all...]
  /build/blueprint/gotestmain/
gotestmain.go 90 "regexp"
103 var matchRe *regexp.Regexp
108 matchRe, err = regexp.Compile(matchPat)
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
script_injector.py 88 for regexp in (HEAD_RE, HTML_RE, DOCTYPE_RE):
89 matchobj = regexp.search(content)
  /external/v8/
Android.v8.mk 70 src/builtins/builtins-regexp.cc \
350 src/regexp/interpreter-irregexp.cc \
351 src/regexp/jsregexp.cc \
352 src/regexp/regexp-ast.cc \
353 src/regexp/regexp-macro-assembler-irregexp.cc \
354 src/regexp/regexp-macro-assembler-tracer.cc \
355 src/regexp/regexp-macro-assembler.cc
    [all...]
  /external/webrtc/webrtc/tools/e2e_quality/audio/
run_audio_test.py 49 parser.add_option('--regexp',
112 if options.compare and options.regexp:
121 value = ''.join(re.findall(options.regexp, output))
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover_test.go 15 "regexp"
90 if got, err := regexp.MatchString(".*\n//go:nosplit\nfunc someFunction().*", string(file)); err != nil || !got {
94 if got, err := regexp.MatchString(`.*go\:linkname some\_name some\_name.*`, string(file)); err != nil || !got {
100 if got, err := regexp.MatchString(c, string(file)); err != nil || got {
  /prebuilts/go/linux-x86/src/cmd/cover/
cover_test.go 15 "regexp"
90 if got, err := regexp.MatchString(".*\n//go:nosplit\nfunc someFunction().*", string(file)); err != nil || !got {
94 if got, err := regexp.MatchString(`.*go\:linkname some\_name some\_name.*`, string(file)); err != nil || !got {
100 if got, err := regexp.MatchString(c, string(file)); err != nil || got {
  /external/autotest/server/cros/servo/
pd_console.py 85 def send_pd_command_get_output(self, cmd, regexp):
89 @param regexp: regular expression for desired output
91 return self.console.send_command_get_output(cmd, regexp)
145 for key, regexp in self.PD_STATE_DICT.iteritems():
146 value = re.search(regexp, m[0][0])
  /external/regex-re2/doc/
mksyntaxgo 4 out=$GOROOT/src/pkg/regexp/syntax/doc.go
27 facilities of package regexp (such as Compile and Match) instead of this package.
  /external/regex-re2/re2/testing/
exhaustive_tester.h 18 // then check that NFA, DFA, and PCRE agree about whether each regexp matches
22 // of random regexp and strings, allowing testing of larger expressions
46 void HandleRegexp(const string& regexp);
57 string wrapper_; // Regexp wrapper - either empty or has one %s.
58 string topwrapper_; // Regexp top-level wrapper.
60 int tests_; // Number of regexp tests.
  /external/webrtc/tools/matlab/
parseLog.m 34 colheaders = regexp(table.textdata{1}, ',', 'split');
41 m = regexp(colheaders{i}, '([\w\t]+)\[(\d+)\]', 'tokens');
  /prebuilts/go/darwin-x86/doc/articles/wiki/
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/test/fixedbugs/
issue7690.go 15 "regexp"
30 re := regexp.MustCompile(`(?m)^main\.main\(\)\n.*/issue7690.go:([0-9]+)`)
  /prebuilts/go/linux-x86/doc/articles/wiki/
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/test/fixedbugs/
issue7690.go 15 "regexp"
30 re := regexp.MustCompile(`(?m)^main\.main\(\)\n.*/issue7690.go:([0-9]+)`)
  /external/testng/src/main/java/org/testng/internal/
MethodHelper.java 74 String regexp = null; local
80 regexp = fullyQualifiedRegexp.replace("$", "\\$");
81 boolean usePackage = regexp.indexOf('.') != -1;
82 Pattern pattern = Pattern.compile(regexp);
90 Pair<String, String> cacheKey = Pair.create(regexp, methodName);
110 Method maybeReferringTo = findMethodByName(m, regexp);
116 + "() depends on nonexistent method " + regexp);
127 * @param regExp regex representing a method and/or related class name
129 private static Method findMethodByName(ITestNGMethod testngMethod, String regExp) {
130 if (regExp == null) {
    [all...]
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
filter.go 9 import "regexp"
13 // Returns true is the corresponding regexp matched at least one sample.
14 func (p *Profile) FilterSamplesByName(focus, ignore, hide *regexp.Regexp) (fm, im, hm bool) {
60 func (loc *Location) matchesName(re *regexp.Regexp) bool {
76 func (loc *Location) unmatchedLines(re *regexp.Regexp) []Line {

Completed in 1353 milliseconds

1 2 34 5 6 7 8 91011>>