HomeSort by relevance Sort by last modified time
    Searched full:regexp (Results 451 - 475 of 1409) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/tool/
soak1.tcl 37 if {[regexp {^ *#? *OPTS[ =+]} $line]} {
  /external/chromium_org/tools/page_cycler/common/
start.js 25 var r = new RegExp('^' + name + '=');
  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.cc 36 #include "regexp-stack.h"
38 #include "regexp-macro-assembler.h"
39 #include "arm/regexp-macro-assembler-arm.h"
48 * for a global regexp.
58 * RegExp registers.
111 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
114 * area is overwritten with the LR register by the RegExp code. When doing a
687 // Global regexp restarts matching here.
694 if (num_saved_registers_ > 0) { // Always is, if generated from a regexp.
809 // Skip sp past regexp registers and local variables.
    [all...]
  /external/chromium_org/v8/src/ia32/
simulator-ia32.h 45 // Call the generated regexp code directly. The code at the entry address should
  /external/chromium_org/v8/src/
regexp-macro-assembler-irregexp.cc 31 #include "regexp-macro-assembler.h"
32 #include "regexp-macro-assembler-irregexp.h"
33 #include "regexp-macro-assembler-irregexp-inl.h"
210 return false; // Restart matching for global regexp not supported.
regexp-macro-assembler.cc 31 #include "regexp-stack.h"
32 #include "regexp-macro-assembler.h"
115 // No allocations before calling the regexp, but we can't use
184 // We detected a stack overflow (on the backtrack stack) in RegExp code,
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 36 #include "regexp-stack.h"
38 #include "regexp-macro-assembler.h"
39 #include "x64/regexp-macro-assembler-x64.h"
51 * for a global regexp.
59 * RegExp registers.
70 * kRootRegister) aren't special during execution of RegExp code (they don't
91 * - success counter (only useful for global regexp to count matches)
711 __ push(Immediate(0)); // Number of successful matches in a global regexp.
786 // Global regexp restarts matching here.
    [all...]
simulator-x64.h 45 // Call the generated regexp code directly. The code at the entry address should
  /external/chromium_org/v8/test/mjsunit/
fuzz-accessors.js 45 RegExp,
string-replace-with-empty.js 63 // Clear the regexp cache to allow the GC to work.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1620.js 49 // Handle unicode escapes in regexp flags correctly.
regress-2032.js 30 // Case independent regexp that ends on the first character in a block.
regress-52801.js 36 // RegExp caching doesn't set lastIndex correctly.
  /external/chromium_org/v8/test/webkit/fast/js/kde/
prototype_length-expected.txt 36 PASS RegExp.prototype.length is undefined
prototype_length.js 32 shouldBe("RegExp.prototype.length","undefined");
prototype_proto-expected.txt 36 PASS RegExp.prototype.__proto__ is Object.prototype
  /external/chromium_org/v8/test/webkit/fast/js/
stack-overflow-arrity-catch.js 43 var dummy = new RegExp('a|b|c');
  /external/chromium_org/v8/test/webkit/
regexp-backreferences-expected.txt 24 Test to ensure correct behaviour when using backreferences in a RegExp
regexp-in-and-foreach-handling-expected.txt 24 Test for bug 31689: RegExp#exec's returned Array-like object behaves differently from regular Arrays
regexp-in-and-foreach-handling.js 24 description("Test for bug 31689: RegExp#exec's returned Array-like object behaves differently from regular Arrays");
regexp-negative-special-characters-expected.txt 24 This test checks Unicode in negative RegExp character classes.
  /external/chromium_org/win8/metro_driver/ime/
input_scope.cc 55 STDMETHOD(GetRegularExpression)(BSTR* regexp) OVERRIDE {
  /external/jsilver/src/com/google/streamhtmlparser/impl/
JavascriptParserImpl.java 137 * text (except for slashes that close comments or regexp literals).
148 * regexp literal, in which case we assume the current '/' is part of a
158 * <p>If we ruled out the previous token to be a valid regexp preceding
244 * the beginning of a comment, a division operator, or a regexp.
  /external/regex-re2/re2/testing/
exhaustive2_test.cc 22 // Test escaped versions of regexp syntax.
  /external/v8/src/ia32/
simulator-ia32.h 45 // Call the generated regexp code directly. The code at the entry address should

Completed in 1132 milliseconds

<<11121314151617181920>>