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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/v8/tools/gyp/
v8_base.target.darwin-arm.mk 190 v8/src/regexp-macro-assembler-irregexp.cc \
191 v8/src/regexp-macro-assembler-tracer.cc \
192 v8/src/regexp-macro-assembler.cc \
193 v8/src/regexp-stack.cc \
239 v8/src/arm/regexp-macro-assembler-arm.cc \
v8_base.target.linux-arm.mk 190 v8/src/regexp-macro-assembler-irregexp.cc \
191 v8/src/regexp-macro-assembler-tracer.cc \
192 v8/src/regexp-macro-assembler.cc \
193 v8/src/regexp-stack.cc \
239 v8/src/arm/regexp-macro-assembler-arm.cc \
  /external/bison/
maint.mk 65 # You can override this variable in cfg.mk to set your own regexp
104 this-vc-tag-regexp = v$(VERSION_REGEXP)
109 this-vc-tag-regexp = $(this-vc-tag)
143 # Select which lines of NEWS are searched for $(news-check-regexp).
145 # lines 1..10 of NEWS for $(news-check-regexp).
148 news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)'
221 # grep-E-style regexp selecting the files to check. For in_vc_files,
222 # the regexp is used to select matching files from the list of all
229 # Select the files (non) containing strings matching this regexp.
530 # 'print Regexp::Assemble->new(file => "/dev/stdin")->as_string'|sed 's/\?://g
    [all...]
  /external/lldb/test/
dotest.py 219 regexp = None variable
410 global regexp
447 group.add_argument('-p', metavar='pattern', help='Specify a regexp filename pattern for inclusion in the test suite')
618 regexp = args.p
    [all...]
  /external/chromium_org/components/password_manager/core/browser/
login_database.cc 587 // possible matches based on public suffix domain matching. Using a regexp
593 sql_query + "OR signon_realm REGEXP ? ";
606 // For a signon realm such as http://foo.bar/, this regexp will match
610 std::string regexp = "^(" + scheme + ":\\/\\/)([\\w-]+\\.)*" + local
613 s.BindString(1, regexp);
  /external/chromium_org/sync/tools/testserver/
xmppserver.py 135 def _ProcessBuffer(self, regexp, xml_suffix=''):
136 """If the buffer matches the given regexp, removes the match from
141 Whether or not the buffer matched the given regexp.
143 results = regexp.match(self._buffer)
  /external/chromium_org/third_party/re2/
Makefile 73 re2/regexp.h\
106 obj/re2/regexp.o\
re2.target.darwin-arm64.mk 39 third_party/re2/re2/regexp.cc \
re2.target.darwin-mips.mk 39 third_party/re2/re2/regexp.cc \
re2.target.darwin-mips64.mk 39 third_party/re2/re2/regexp.cc \
re2.target.darwin-x86.mk 39 third_party/re2/re2/regexp.cc \
re2.target.darwin-x86_64.mk 39 third_party/re2/re2/regexp.cc \
re2.target.linux-arm64.mk 39 third_party/re2/re2/regexp.cc \
re2.target.linux-mips.mk 39 third_party/re2/re2/regexp.cc \
re2.target.linux-mips64.mk 39 third_party/re2/re2/regexp.cc \
re2.target.linux-x86.mk 39 third_party/re2/re2/regexp.cc \
re2.target.linux-x86_64.mk 39 third_party/re2/re2/regexp.cc \
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 98 for regexp in _BORING_CALLERS:
99 if re.match("^%s$" % regexp, frame_dict[FUNCTION_NAME]):
  /external/chromium_org/v8/test/mjsunit/
regexp.js 37 // Test containing null char in regexp.
39 var re = new RegExp(s);
89 // From ecma_3/RegExp/regress-334158.js
263 re = new RegExp("", "g");
269 re = new RegExp();
271 // giving a syntactically legal regexp literal).
273 re = new RegExp(void 0);
281 // Check for lazy RegExp literal creation
291 re = new RegExp("(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)");
296 re = new RegExp("foo(.)")
    [all...]
string-external-cached.js 62 // Test regexp and short substring.
unicodelctest-no-optimization.js 29 // This regexp should pick up all lower case characters. The non-BMP
113 var re = new RegExp(prefix + cc + "]");
    [all...]
unicodelctest.js 28 // This regexp should pick up all lower case characters. The non-BMP
111 var re = new RegExp(prefix + cc + "]");
    [all...]
  /external/libedit/src/
search.c 51 #elif defined(REGEXP)
52 #include <regexp.h>
95 #ifdef REGEXP
119 #elif defined (REGEXP)
120 regexp *rp;
139 #elif defined(REGEXP)
  /external/regex-re2/
Makefile 73 re2/regexp.h\
106 obj/re2/regexp.o\
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 228 * The glob pattern is not a regexp. It only accepts the "*" keyword to mean
241 Pattern regexp = getPatternFromGlob(globPattern); local
245 if (regexp.matcher(class_name).matches() &&
253 // transforms the glob pattern in a regexp:
    [all...]

Completed in 3815 milliseconds

1 2 3 4 5 6 7 891011>>