/external/chromium_org/v8/test/mjsunit/regress/ |
regress-latin-1.js | 36 assertEquals(['\xfc\xdc', '\xfc'], new RegExp('(\xdc)\\1', 'i').exec('\xfc\xdc')); 48 base_result = new RegExp('(' + escaped + ')\\1', 'i').exec(base + base); 50 lo_result = new RegExp('(' + escaped + ')\\1', 'i').exec(base + lo);
|
regress-87.js | 28 // In Issue 87, we allowed unicode escape sequences in RegExp flags. 30 // verbatim to the RegExp constructor.
|
/external/libxml2/include/libxml/ |
xmlregexp.h | 52 xmlRegexpCompile (const xmlChar *regexp); 53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp); 59 xmlRegexpPtr regexp);
|
/external/oprofile/libregex/ |
op_regex.h | 86 // when this regexp is matched 87 regex_t regexp; member in struct:regular_expression_replace::replace_t 93 bool do_execute(std::string & str, replace_t const & regexp) const;
|
/external/regex-re2/re2/ |
filtered_re2.h | 19 // regexp matches. 52 // Returns the index of the first matching regexp. 58 // Returns the index of the first matching regexp.
|
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/v8/test/mjsunit/ |
mirror-regexp.js | 70 assertEquals('regexp', mirror.type()); 83 assertEquals('regexp', fromJSON.type); 84 assertEquals('RegExp', fromJSON.className);
|
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
|
function-without-prototype.js | 53 var regexp = /abc/g; variable 54 testConstruction("regexp.test");
|
get-prototype-of.js | 62 // actual prototype object. Also test for Functions and RegExp. 67 GetPrototypeOfObject(RegExp);
|
search-string-multiple.js | 28 // Test search and replace where we search for a string, not a regexp. 32 var re = new RegExp(regexp_source, flags);
|
/external/chromium_org/tools/checkdeps/ |
rules.py | 107 for regexp, rules in self._specific_rules.iteritems(): 109 regexp, '\n'.join(' %s' % x for x in rules))) 127 for regexp, rules in self._specific_rules.iteritems(): 128 AddDependencyTuplesImpl(deps, rules, "/" + regexp) 170 for regexp, specific_rules in self._specific_rules.iteritems(): 171 if re.match(regexp, dependee_filename):
|
/external/chromium_org/tools/code_coverage/ |
example.croc | 71 # * It must contaihn a 'regexp' entry. Filenames which match this
100 'regexp' : '^(SCT|HAMMER)/',
105 'regexp' : '.*/(\\.svn|\\.hg)/',
111 'regexp' : '',
115 'regexp' : '.*_(test|test_mac|unittest)\\.',
121 'regexp' : '.*\\.py$',
|
/external/strace/linux/ |
ioctlent.sh | 53 regexp='^[[:space:]]*#[[:space:]]*define[[:space:]]\+[A-Z][A-Z0-9_]*[[:space:]]\+0x'"$type"'..\>' 54 (cd "$dir" && grep "$regexp" "$@" /dev/null 2>/dev/null) | 95 regexp='^[[:space:]]*#[[:space:]]*define[[:space:]]\+[A-Z][A-Z0-9_]*[[:space:]]\+_S\?\(IO\|IOW\|IOR\|IOWR\)\>' 96 (cd $dir && grep $regexp $files 2>/dev/null) | \ 118 regexp="^[[:space:]]*#[[:space:]]*define[[:space:]]\+$base" 119 line=$( (cd $dir && grep -h $regexp 2>/dev/null $files) | grep -v '\<_IO')
|
/external/chromium_org/third_party/re2/re2/testing/ |
regexp_generator.h | 41 virtual void HandleRegexp(const string& regexp) = 0; 43 // The egrep regexp operators: * + ? | and concatenation.
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_filter.py | 63 help='Use only pages whose URLs match the given filter regexp.') 65 help='Exclude pages whose URLs match the given filter regexp.')
|
/external/chromium_org/v8/test/mjsunit/ |
function-without-prototype.js | 53 var regexp = /abc/g; variable 54 testConstruction("regexp.test");
|
get-prototype-of.js | 62 // actual prototype object. Also test for Functions and RegExp. 67 GetPrototypeOfObject(RegExp);
|
search-string-multiple.js | 28 // Test search and replace where we search for a string, not a regexp. 32 var re = new RegExp(regexp_source, flags);
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
object_prototype_tostring.js | 43 var _regexp = new RegExp(); 45 shouldBe("_regexp.toString()","\"[object RegExp]\"");
|
/external/chromium_org/v8/test/webkit/ |
regexp-backreferences.js | 24 description("Test to ensure correct behaviour when using backreferences in a RegExp"); 37 re = new RegExp("[^b]*((..)|(\\2))+Sz", "i");
|
/external/regex-re2/ |
Android.mk | 5 # Android makefile for the re2 regexp library. 31 re2/regexp.cc \
|
/external/regex-re2/re2/testing/ |
regexp_generator.h | 41 virtual void HandleRegexp(const string& regexp) = 0; 43 // The egrep regexp operators: * + ? | and concatenation.
|
/external/v8/test/mjsunit/regress/ |
regress-87.js | 28 // In Issue 87, we allowed unicode escape sequences in RegExp flags. 30 // verbatim to the RegExp constructor.
|
/external/chromium_org/third_party/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...] |