HomeSort by relevance Sort by last modified time
    Searched refs:regexp (Results 101 - 121 of 121) sorted by null

1 2 3 45

  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 131 # The regexp compilation caching is inlined in all regexp functions for
138 """Matches the string with the pattern, caching the compiled regexp."""
145 """Searches the string for the pattern, caching the compiled regexp."""
152 """Substitutes occurrences of a pattern, caching the compiled regexp."""
159 """Substitutes occurrences of a pattern, caching the compiled regexp."""
    [all...]
  /external/dnsmasq/src/
rfc1035.c     [all...]
option.c     [all...]
  /external/v8/src/
debug-debugger.js 499 // value. If it is a regexp and there is a unique script whose name matches
515 // Return the unique script matching the regexp. If there are more
    [all...]
messages.js 154 regexp_flags: ["Cannot supply flags when constructing one RegExp from another"],
199 duplicate_regexp_flag: ["Duplicate RegExp flag ", "%0"],
200 invalid_regexp: ["Invalid RegExp pattern /", "%0", "/"],
498 // TODO(608): the spaces in a regexp below had to be escaped as \040
    [all...]
mirror-debugger.js 154 const REGEXP_TYPE = 'regexp';
1011 * @param {RegExp} value The RegExp object reflected by this mirror
    [all...]
d8.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 91 var natives = {'Array': Array, 'Date': Date, 'Function': Function, 'Number': Number, 'RegExp': RegExp, 'String': String};
709 return ((typeof regex == 'string') ? new RegExp(regex, params) : regex).test(this);
775 substitute: function(object, regexp){
776 return this.replace(regexp || (/\\?\{([^{}]+)\}/g), function(match, name){
    [all...]
  /external/v8/benchmarks/
regexp.js 31 // on the web and logging all regexp operations performed. Each
37 // scrambled to exercise the regexp engine on different input strings.
40 var RegExp = new BenchmarkSuite('RegExp', 910985, [
41 new Benchmark("RegExp", RegExpRun, RegExpSetup, RegExpTearDown)
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp     [all...]
  /external/libxml2/
relaxng.c 382 xmlRegExecCtxtPtr elem; /* the current element regexp */
385 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
390 * outside the regexp */
    [all...]
xmlschemas.c 986 xmlRegExecCtxtPtr regexp; member in struct:_xmlSchemaValidCtxt
    [all...]
xmlschemastypes.c     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 121 * The first regexp to match the file name determines the icon type
219 if (value instanceof RegExp) {
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-regexp.js 31 // on the web and logging all regexp operations performed. Each
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-regexp.js 31 // on the web and logging all regexp operations performed. Each
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-regexp.js 31 // on the web and logging all regexp operations performed. Each
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 871 .console-formatted-string, .console-formatted-regexp {
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 437 milliseconds

1 2 3 45