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

<<21222324252627282930>>

  /prebuilts/go/linux-x86/test/bench/garbage/
parser.go 254 "regexp",
255 "regexp/syntax",
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
crossref.exp 89 if [regexp "prohibited cross reference from .* to `.*foo' in" $exec_output] {
113 if [regexp "prohibited cross reference from .* to `.*' in" $exec_output] {
  /external/v8/src/parsing/
scanner.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/
legacy_profile.go 16 "regexp"
22 countStartRE = regexp.MustCompile(`\A(\w+) profile: total \d+\n\z`)
23 countRE = regexp.MustCompile(`\A(\d+) @(( 0x[0-9a-f]+)+)\n\z`)
25 heapHeaderRE = regexp.MustCompile(`heap profile: *(\d+): *(\d+) *\[ *(\d+): *(\d+) *\] *@ *(heap[_a-z0-9]*)/?(\d*)`)
26 heapSampleRE = regexp.MustCompile(`(-?\d+): *(-?\d+) *\[ *(\d+): *(\d+) *] @([ x0-9a-f]*)`)
28 contentionSampleRE = regexp.MustCompile(`(\d+) *(\d+) @([ x0-9a-f]*)`)
30 hexNumberRE = regexp.MustCompile(`0x[0-9a-f]+`)
32 growthHeaderRE = regexp.MustCompile(`heap profile: *(\d+): *(\d+) *\[ *(\d+): *(\d+) *\] @ growthz`)
34 fragmentationHeaderRE = regexp.MustCompile(`heap profile: *(\d+): *(\d+) *\[ *(\d+): *(\d+) *\] @ fragmentationz`)
36 threadzStartRE = regexp.MustCompile(`--- threadz \d+ ---`
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/
legacy_profile.go 16 "regexp"
22 countStartRE = regexp.MustCompile(`\A(\w+) profile: total \d+\n\z`)
23 countRE = regexp.MustCompile(`\A(\d+) @(( 0x[0-9a-f]+)+)\n\z`)
25 heapHeaderRE = regexp.MustCompile(`heap profile: *(\d+): *(\d+) *\[ *(\d+): *(\d+) *\] *@ *(heap[_a-z0-9]*)/?(\d*)`)
26 heapSampleRE = regexp.MustCompile(`(-?\d+): *(-?\d+) *\[ *(\d+): *(\d+) *] @([ x0-9a-f]*)`)
28 contentionSampleRE = regexp.MustCompile(`(\d+) *(\d+) @([ x0-9a-f]*)`)
30 hexNumberRE = regexp.MustCompile(`0x[0-9a-f]+`)
32 growthHeaderRE = regexp.MustCompile(`heap profile: *(\d+): *(\d+) *\[ *(\d+): *(\d+) *\] @ growthz`)
34 fragmentationHeaderRE = regexp.MustCompile(`heap profile: *(\d+): *(\d+) *\[ *(\d+): *(\d+) *\] @ fragmentationz`)
36 threadzStartRE = regexp.MustCompile(`--- threadz \d+ ---`
    [all...]
  /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/v8/src/regexp/
interpreter-irregexp.cc 7 #include "src/regexp/interpreter-irregexp.h"
10 #include "src/regexp/bytecodes-irregexp.h"
11 #include "src/regexp/jsregexp.h"
12 #include "src/regexp/regexp-macro-assembler.h"
  /prebuilts/gdb/darwin-x86/lib/python2.7/
csv.py 218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
219 matches = regexp.findall(data)
230 n = regexp.groupindex['quote'] - 1
235 n = regexp.groupindex['delim'] - 1
242 n = regexp.groupindex['space'] - 1
  /prebuilts/gdb/linux-x86/lib/python2.7/
csv.py 218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
219 matches = regexp.findall(data)
230 n = regexp.groupindex['quote'] - 1
235 n = regexp.groupindex['delim'] - 1
242 n = regexp.groupindex['space'] - 1
  /prebuilts/go/darwin-x86/doc/articles/
go_command.html 192 code.google.com/p/codesearch/regexp
207 ok code.google.com/p/codesearch/regexp 0.021s
218 $ cd $GOPATH/src/code.google.com/p/codesearch/regexp
220 code.google.com/p/codesearch/regexp
229 ok code.google.com/p/codesearch/regexp 0.021s
  /prebuilts/go/darwin-x86/src/cmd/go/
generate.go 16 "regexp"
25 UsageLine: "generate [-run regexp] [file.go... | packages]",
130 generateRunRE *regexp.Regexp // compiled expression for -run
141 generateRunRE, err = regexp.Compile(generateRunFlag)
  /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/doc/articles/
go_command.html 192 code.google.com/p/codesearch/regexp
207 ok code.google.com/p/codesearch/regexp 0.021s
218 $ cd $GOPATH/src/code.google.com/p/codesearch/regexp
220 code.google.com/p/codesearch/regexp
229 ok code.google.com/p/codesearch/regexp 0.021s
  /prebuilts/go/linux-x86/src/cmd/go/
generate.go 16 "regexp"
25 UsageLine: "generate [-run regexp] [file.go... | packages]",
130 generateRunRE *regexp.Regexp // compiled expression for -run
141 generateRunRE, err = regexp.Compile(generateRunFlag)
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
219 matches = regexp.findall(data)
230 n = regexp.groupindex['quote'] - 1
235 n = regexp.groupindex['delim'] - 1
242 n = regexp.groupindex['space'] - 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
219 matches = regexp.findall(data)
230 n = regexp.groupindex['quote'] - 1
235 n = regexp.groupindex['delim'] - 1
242 n = regexp.groupindex['space'] - 1
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14-sources.jar 
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers.exp 280 if [regexp "^#.*$" $line] then {
289 if [regexp "^#.*$" $line] then {
304 if [regexp $line_a $line_b] then {
375 if [regexp "^#.*$" $line] then {
384 if [regexp "^#.*$" $line] then {
402 if [regexp "hide" $line_b] then {
411 # systems, so we must check each regexp. When we find a
412 # regexp, we null it out, so we don't match it twice.
416 if [regexp $line_a $line_b] then {
475 if { ![regexp "^#.*$" $l2] } then
    [all...]
  /build/kati/
expr.go 22 "regexp"
716 *regexp.Regexp
721 Regexp: regexp.MustCompile(s),
725 func (r literalRE) String() string { return r.Regexp.String() }
752 re := patre.Regexp
  /external/ltrace/testsuite/lib/
ltrace.exp 75 if [regexp {^shlib=(.*)} $opt dummy_var shlib_name] {
150 if { [ regexp "^#" "$cppline" ] } {
152 } elseif { [ regexp "^\[\n\r\t \]*$" "$cppline" ] } {
154 } elseif { [ regexp "^\[\n\r\t \]*set\[\n\r\t \]" "$cppline" ] } {
293 if {![regexp -indices {(X{3,})} $pat m]} {
618 if [regexp -- $re $line] {
820 if [ regexp "syntax error" $output ] then {
  /prebuilts/devtools/tools/lib/
annotations-12.0.jar 
  /prebuilts/go/darwin-x86/misc/cgo/testshared/
shared_test.go 23 "regexp"
282 func AssertIsLinkedToRegexp(t *testing.T, path string, re *regexp.Regexp) {
292 AssertIsLinkedToRegexp(t, path, regexp.MustCompile(regexp.QuoteMeta(lib)))
475 libgoRE := regexp.MustCompile("libgo.so.[0-9]+")
509 libgoRE := regexp.MustCompile("libgo.so.[0-9]+")
  /prebuilts/go/linux-x86/misc/cgo/testshared/
shared_test.go 23 "regexp"
282 func AssertIsLinkedToRegexp(t *testing.T, path string, re *regexp.Regexp) {
292 AssertIsLinkedToRegexp(t, path, regexp.MustCompile(regexp.QuoteMeta(lib)))
475 libgoRE := regexp.MustCompile("libgo.so.[0-9]+")
509 libgoRE := regexp.MustCompile("libgo.so.[0-9]+")
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
annotations-12.0.jar 

Completed in 2385 milliseconds

<<21222324252627282930>>