/external/openssl/crypto/perlasm/ |
D | x86_64-xlate.pl | 104 sub re { subroutine 183 sub re { subroutine 212 sub re { subroutine 293 sub re { subroutine 331 sub re { subroutine 397 sub re { subroutine 423 sub re { subroutine
|
/external/v8/test/mjsunit/ |
D | regexp.js | 39 var re = new RegExp(s); variable 263 re = new RegExp("", "g"); variable 269 re = new RegExp(); variable 273 re = new RegExp(void 0); variable 291 re = new RegExp("(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)"); variable 296 re = new RegExp("foo(.)"); variable 480 function assertRegExpTest(re, input, test) { argument
|
D | regexp-lookahead.js | 35 function testRE(re, input, expected_result) { argument 44 function execRE(re, input, expected_result) { argument 51 var re = /^(?=a)/; variable
|
D | regexp-static.js | 29 var re = /((\d+)\.(\d+))/; variable 139 var re = new RegExp(re_text); variable
|
D | regexp-compile.js | 30 var re = /x/; variable
|
D | lazy-load.js | 34 var re = /test/; variable
|
/external/regex-re2/re2/ |
D | walker-inl.h | 98 template<typename T> T Regexp::Walker<T>::PreVisit(Regexp* re, in PreVisit() 104 template<typename T> T Regexp::Walker<T>::PostVisit(Regexp* re, in PostVisit() 124 Regexp* re; // The regexp member 155 template<typename T> T Regexp::Walker<T>::WalkInternal(Regexp* re, T top_arg, in WalkInternal() 170 Regexp* re = s->re; in WalkInternal() local 227 template<typename T> T Regexp::Walker<T>::Walk(Regexp* re, T top_arg) { in Walk() 236 template<typename T> T Regexp::Walker<T>::WalkExponential(Regexp* re, T top_arg, in WalkExponential()
|
D | mimics_pcre.cc | 43 bool ShortVisit(Regexp* re, bool a) { in ShortVisit() 53 bool PCREWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit() 120 bool ShortVisit(Regexp* re, bool a) { in ShortVisit() 134 bool EmptyStringWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit() 180 static bool CanBeEmptyString(Regexp* re) { in CanBeEmptyString()
|
D | simplify.cc | 21 Regexp* re = Parse(src, flags, status); in SimplifyRegexp() local 154 Regexp* SimplifyWalker::Copy(Regexp* re) { in Copy() 158 Regexp* SimplifyWalker::ShortVisit(Regexp* re, Regexp* parent_arg) { in ShortVisit() 165 Regexp* SimplifyWalker::PreVisit(Regexp* re, Regexp* parent_arg, bool* stop) { in PreVisit() 173 Regexp* SimplifyWalker::PostVisit(Regexp* re, in PostVisit() 299 Regexp* re = new Regexp(kRegexpConcat, parse_flags); in Concat2() local 313 Regexp* SimplifyWalker::SimplifyRepeat(Regexp* re, int min, int max, in SimplifyRepeat() 381 Regexp* SimplifyWalker::SimplifyCharClass(Regexp* re) { in SimplifyCharClass()
|
D | regexp.cc | 121 Regexp* re = stack; in Destroy() local 166 Regexp* re = new Regexp(kRegexpHaveMatch, flags); in HaveMatch() local 174 Regexp* re = new Regexp(kRegexpPlus, flags); in Plus() local 183 Regexp* re = new Regexp(kRegexpStar, flags); in Star() local 192 Regexp* re = new Regexp(kRegexpQuest, flags); in Quest() local 211 Regexp* re = sub[0]; in ConcatOrAlternate() local 221 Regexp* re = new Regexp(op, flags); in ConcatOrAlternate() local 233 Regexp* re = new Regexp(op, flags); in ConcatOrAlternate() local 256 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture() local 264 Regexp* re = new Regexp(kRegexpRepeat, flags); in Repeat() local [all …]
|
D | parse.cc | 181 for (Regexp* re = stacktop_; re != NULL; re = next) { in ~ParseState() local 193 Regexp* Regexp::ParseState::FinishRegexp(Regexp* re) { in FinishRegexp() 210 bool Regexp::ParseState::PushRegexp(Regexp* re) { in PushRegexp() 372 Regexp* re = new Regexp(kRegexpCharClass, flags_ & ~FoldCase); in PushLiteral() local 393 Regexp* re = new Regexp(kRegexpLiteral, flags_); in PushLiteral() local 432 Regexp* re = new Regexp(kRegexpCharClass, flags_ & ~FoldCase); in PushDot() local 441 Regexp* re = new Regexp(op, flags_); in PushSimpleOp() local 458 Regexp* re = new Regexp(op, fl); in PushRepeatOp() local 485 Regexp* re = new Regexp(kRegexpRepeat, fl); in PushRepetition() local 505 Regexp* re = new Regexp(kLeftParen, flags_); in DoLeftParen() local [all …]
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/ |
D | exec.js | 49 var re = new RegExp('3.{4}8'); variable 58 re = new RegExp('3.{4}8'); variable
|
/external/v8/test/mjsunit/regress/ |
D | regress-219.js | 39 function assertFlags(re, global, multiline, ignoreCase) { argument 46 var re = /a/; variable
|
D | regress-58740.js | 30 var re = /.+/g; variable
|
D | regress-45469.js | 30 var re = /x/g; variable
|
D | regress-52801.js | 39 var re = /a/g; variable
|
D | regress-254.js | 31 var re = /x/g; variable
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
D | regress-85721.js | 53 var re = ''; variable 254 re = new RegExp($mailbox, "g"); variable
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t037rulePropertyRef.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t034tokenLabelPropertyRef.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t036multipleReturnValues.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t041parameters.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t035ruleLabelPropertyRef.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t043synpred.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t039labels.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|