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

1 2 3 4 5 6 78 91011>>

  /external/regex-re2/re2/
prefilter.cc 144 // regexps, matching ab will already allow this regexp to be a
196 // Information about a regexp used during computation of Prefilter.
242 // match for this regexp is guaranteed to match.
487 class Prefilter::Info::Walker : public Regexp::Walker<Prefilter::Info*> {
492 Regexp* re, Info* parent_arg,
497 Regexp* re,
506 Prefilter::Info* Prefilter::BuildInfo(Regexp* re) {
511 bool latin1 = re->parse_flags() & Regexp::Latin1;
524 Regexp* re, Prefilter::Info* parent_arg) {
531 Regexp* re, Prefilter::Info* parent_arg
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
canvasProfiler.css 160 .canvas-formatted-regexp {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py 228 for regexp in regexps:
229 if regexp.search(line):
  /external/chromium_org/v8/src/
log.h 28 // --log-api, --log-code, --log-gc, and --log-regexp.
41 // --log-regexp
43 // --log-regexp implies --log.
130 V(REG_EXP_TAG, "RegExp") \
246 // Emits a code create event for a RegExp.
328 // ==== Events logged by --log-regexp ====
329 // Regexp compilation and execution events.
331 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
384 // Emits the source code of a regexp. Used by regexp events
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-literals.js 85 TestRegExpLiteral("a-", "reg", "exp", "regexp-");
  /external/chromium_org/v8/test/mjsunit/harmony/
set-prototype-of.js 37 /regexp/,
  /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
  /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/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 89 static Result Match(Handle<Code> regexp,
104 // Called from RegExp if the stack-guard is triggered.
130 // one set of capture results. For the case of non-global regexp, we ignore
149 // one set of capture results. For the case of non-global regexp, we ignore
196 // 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/lldb/source/Symbol/
Symtab.cpp 712 Symtab::AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regexp, SymbolType symbol_type, std::vector<uint32_t>& indexes)
726 if (regexp.Execute (name))
736 Symtab::AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regexp, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes)
753 if (regexp.Execute (name))
    [all...]
  /external/lldb/test/
lldbutil.py 371 def run_break_set_by_regexp (test, regexp, extra_options=None, num_expected_locations=-1):
374 command = 'breakpoint set -r "%s"'%(regexp)
384 def run_break_set_by_source_regexp (test, regexp, extra_options=None, num_expected_locations=-1):
386 command = 'breakpoint set -p "%s"'%(regexp)
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/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
  /ndk/sources/host-tools/nawk-20071023/
proto.h 63 extern Node *regexp(void);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
tts_background.js 77 * regexp:(RegExp),
88 regexp: /[-$#"()*;:<>\n\\\/+='~`@_]/g,
98 regexp: /[$#"*<>\\\/\{\}+=~`%]/g,
108 regexp: /[-$#"()*;:<>\n\\\/\{\}\[\]+='~`!@_.,?%]/g,
547 text.replace(pE.regexp, this.createPunctuationReplace_(pE.clear));
  /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/components/password_manager/core/browser/
login_database.cc 517 // possible matches based on public suffix domain matching. Using a regexp
523 sql_query + "OR signon_realm REGEXP ? ";
536 // For a signon realm such as http://foo.bar/, this regexp will match
540 std::string regexp = "^(" + scheme + ":\\/\\/)([\\w-]+\\.)*" + local
543 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\

Completed in 2547 milliseconds

1 2 3 4 5 6 78 91011>>