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

1 2 3 4 5 6 7 891011>>

  /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/src/
log.cc 1137 void Logger::LogRegExpSource(Handle<JSRegExp> regexp) {
1143 isolate_, regexp, "source").ToHandleChecked();
1149 switch (regexp->TypeTag()) {
    [all...]
  /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...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 654 String regexp = "\\p{P}"; local
657 Pattern pattern = Pattern.compile(regexp);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 336 // We split the second stage into 4 regexp operations in order to work
337 // around crippling inefficiencies in IE's and Safari's regexp engines.
  /external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h 833 xmlRegexpPtr regexp; /* The regex for patterns */ member in struct:_xmlSchemaFacet
  /external/chromium_org/v8/test/webkit/fast/regex/
parentheses.js 106 var regexp27 = new RegExp(
132 var regexp28 = new RegExp(
163 var regexp33 = RegExp('^(?:(?:(a)(xyz|[^>"\'\s]*)?)|(/?>)|.[^\w\s>]*)');
238 /* The regexp on the prior line confuses Xcode syntax highlighting, this coment fixes it! */
242 /* The regexp on the prior line confuses Xcode syntax highlighting, this coment fixes it! */
251 var regexp51 = new RegExp(s);
  /external/libxml2/include/libxml/
schemasInternals.h 833 xmlRegexpPtr regexp; /* The regex for patterns */ member in struct:_xmlSchemaFacet
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.js 375 // expected is a regexp
376 } else if (QUnit.objectType(expected) === "regexp") {
597 case 'RegExp':
1005 "regexp": function (b, a) {
1006 return QUnit.objectType(b) === "regexp" &&
1172 } else if (QUnit.is("RegExp", obj)) {
1173 type = "regexp";
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 47 #define ELEAF case EMPTYRE: /* empty string in regexp */
612 /* GNU compatibility: an empty regexp matches anything */
617 np = regexp();
623 Node *regexp(void) /* top-level parse of reg expr */ function
666 np = regexp();
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 61 # sample that match the --list=<regexp> pattern. The listing is
66 # sample that match the --disasm=<regexp> pattern. The listing is
197 --list=<regexp> Generate source listing of matching routines
198 --disasm=<regexp> Generate disassembly of matching routines
225 --focus=<regexp> Focus on nodes matching <regexp>
226 --ignore=<regexp> Ignore nodes matching <regexp>
    [all...]
  /external/jemalloc/bin/
pprof 61 # sample that match the --list=<regexp> pattern. The listing is
66 # sample that match the --disasm=<regexp> pattern. The listing is
197 --list=<regexp> Generate source listing of matching routines
198 --disasm=<regexp> Generate disassembly of matching routines
225 --focus=<regexp> Focus on nodes matching <regexp>
226 --ignore=<regexp> Ignore nodes matching <regexp>
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/
lint-api-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.1/
lint-api-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.3/
lint-api-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.8.0/
lint-api-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.9.2/
lint-api-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.1/
lint-api-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.2/
lint-api-23.0.2.jar 

Completed in 1127 milliseconds

1 2 3 4 5 6 7 891011>>