/external/chromium_org/v8/test/mjsunit/ |
regexp-multiline.js | 29 * @fileoverview Check that various regexp constructs work as intended. 83 var a = new RegExp("^" + lc + "$"); 85 a = new RegExp("^" + lc + "$", "i"); 88 var A = new RegExp("^" + uc + "$"); 90 A = new RegExp("^" + uc + "$", "i"); 93 a = new RegExp("^[" + lc + "]$"); 95 a = new RegExp("^[" + lc + "]$", "i"); 98 A = new RegExp("^[" + uc + "]$"); 100 A = new RegExp("^[" + uc + "]$", "i"); 112 assertThrows("a = new RegExp('[z-a]');") [all...] |
regexp-standalones.js | 28 /* Many of the Mozilla regexp tests used 'toSource' to test their 33 // Tests from ecma_3/RegExp/regress-78156.js 58 // Tests from ecma_3/RegExp/regress-72964.js
|
/external/chromium_org/v8/test/webkit/fast/js/ |
regexp-ranges-and-escaped-hyphens.js | 28 // Basic test for ranges - one to three and five are in regexp, four is not, and '-' should not match
|
/external/v8/src/ |
log.cc | 660 void Logger::LogRegExpSource(Handle<JSRegExp> regexp) { 665 Handle<Object> source = GetProperty(regexp, "source"); 671 switch (regexp->TypeTag()) { 683 Handle<Object> global = GetProperty(regexp, "global"); 688 Handle<Object> ignorecase = GetProperty(regexp, "ignoreCase"); 693 Handle<Object> multiline = GetProperty(regexp, "multiline"); 702 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) { 705 msg.Append("regexp-compile,"); 706 LogRegExpSource(regexp); [all...] |
jsregexp.h | 46 // Whether V8 is compiled with native regexp support or not. 63 // Implements RegExp.prototype.toString, see ECMA-262 section 15.10.6.4. 67 // Parses the RegExp pattern and prepares the JSRegExp object with 77 static Handle<Object> Exec(Handle<JSRegExp> regexp, 94 static Handle<Object> AtomExec(Handle<JSRegExp> regexp, 101 // Prepare a RegExp for being executed one or more times (using 103 // This ensures that the regexp is compiled for the subject, and that 106 // as its "registers" argument. If the regexp cannot be compiled, 108 static int IrregexpPrepare(Handle<JSRegExp> regexp, 117 static IrregexpResult IrregexpExecOnce(Handle<JSRegExp> regexp, [all...] |
/external/v8/test/mjsunit/ |
regexp-multiline.js | 29 * @fileoverview Check that various regexp constructs work as intended. 83 var a = new RegExp("^" + lc + "$"); 85 a = new RegExp("^" + lc + "$", "i"); 88 var A = new RegExp("^" + uc + "$"); 90 A = new RegExp("^" + uc + "$", "i"); 93 a = new RegExp("^[" + lc + "]$"); 95 a = new RegExp("^[" + lc + "]$", "i"); 98 A = new RegExp("^[" + uc + "]$"); 100 A = new RegExp("^[" + uc + "]$", "i"); 112 assertThrows("a = new RegExp('[z-a]');") [all...] |
regexp-standalones.js | 28 /* Many of the Mozilla regexp tests used 'toSource' to test their 33 // Tests from ecma_3/RegExp/regress-78156.js 58 // Tests from ecma_3/RegExp/regress-72964.js
|
/ndk/sources/host-tools/sed-4.2.1/ |
bootstrap.sh | 144 ${CC} -DHAVE_CONFIG_H -I.. -I. -I../lib -c regexp.c || exit 1
|
bootstrap.sh.in | 144 ${CC} -DHAVE_CONFIG_H -I.. -I. -I../lib -c regexp.c || exit 1
|
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/ |
APPRTCAppClient.m | 97 NSRegularExpression *regexp = 106 [regexp matchesInString:self.roomHtml options:0 range:fullRange];
|
/external/chromium_org/third_party/re2/re2/testing/ |
unicode_test.py | 7 """Unittest for the util/regexp/re2/unicode.py module.""" 13 from google3.util.regexp.re2 import unicode
|
/external/chromium_org/third_party/sqlite/src/test/ |
collate1.test | 38 set lhs_ishex [regexp {^(0x|)[1234567890abcdefABCDEF]+$} $lhs] 39 set rhs_ishex [regexp {^(0x|)[1234567890abcdefABCDEF]+$} $rhs]
|
/external/chromium_org/v8/src/x64/ |
regexp-macro-assembler-x64.h | 112 static Result Match(Handle<Code> regexp, 127 // Called from RegExp if the stack-guard is triggered. 153 // one set of capture results. For the case of non-global regexp, we ignore 171 // one set of capture results. For the case of non-global regexp, we ignore 218 // The rbp-relative location of a regexp register.
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
RegExp.js | 25 shouldBe("(new RegExp()).source", "'(?:)'"); 26 shouldBe("Boolean(new RegExp())", "true"); 27 shouldBeTrue("isNaN(Number(new RegExp()))"); 29 // RegExp constructor called as a function 30 shouldBe("RegExp(/x/).source", "'x'"); 31 //shouldBe("RegExp(/x/, 'g').source", "'/x/'"); // can't supply flags when constructing one RegExp from another, says mozilla 32 shouldBe("RegExp('x', 'g').global", "true"); 33 shouldBe("RegExp('x').source", "'x'"); 35 // RegExp constructo [all...] |
/external/regex-re2/re2/testing/ |
unicode_test.py | 7 """Unittest for the util/regexp/re2/unicode.py module.""" 13 from google3.util.regexp.re2 import unicode
|
/external/v8/src/x64/ |
regexp-macro-assembler-x64.h | 109 static Result Match(Handle<Code> regexp, 124 // Called from RegExp if the stack-guard is triggered. 206 // The rbp-relative location of a regexp register.
|
/ndk/sources/host-tools/nawk-20071023/ |
proto.h | 63 extern Node *regexp(void);
|
/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/chromium_org/chrome/browser/password_manager/ |
login_database.cc | 412 // possible matches based on public suffix domain matching. Using a regexp 418 sql_query + "OR signon_realm REGEXP ? "; 431 // For a signon realm such as http://foo.bar/, this regexp will match 435 std::string regexp = "^(" + scheme + ":\\/\\/)([\\w-]+\\.)*" + local 438 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/WebKit/Source/devtools/front_end/ |
AdvancedSearchController.js | 455 var regexp = new RegExp(pattern, "g"); 456 var queryParts = this.query.match(regexp) || []; 758 * @param {!RegExp} regex
|
/external/chromium_org/third_party/re2/ |
Makefile | 73 re2/regexp.h\ 106 obj/re2/regexp.o\
|
re2.target.darwin-arm.mk | 39 third_party/re2/re2/regexp.cc \
|
re2.target.darwin-mips.mk | 39 third_party/re2/re2/regexp.cc \
|
re2.target.darwin-x86.mk | 39 third_party/re2/re2/regexp.cc \
|