Home
last modified time | relevance | path

Searched refs:regexps (Results 1 – 25 of 28) sorted by relevance

12

/external/regex-re2/re2/testing/
Dregexp_generator.cc181 stack<string> regexps; in RunPostfix() local
187 regexps.push(post[i]); in RunPostfix()
190 string a = regexps.top(); in RunPostfix()
191 regexps.pop(); in RunPostfix()
192 regexps.push("(?:" + StringPrintf(post[i].c_str(), a.c_str()) + ")"); in RunPostfix()
196 string b = regexps.top(); in RunPostfix()
197 regexps.pop(); in RunPostfix()
198 string a = regexps.top(); in RunPostfix()
199 regexps.pop(); in RunPostfix()
200 regexps.push("(?:" + in RunPostfix()
[all …]
Dfiltered_re2_test.cc63 const char* regexps[20]; member
133 void AddRegexpsAndCompile(const char* regexps[], in AddRegexpsAndCompile() argument
138 v->f.Add(regexps[i], v->opts, &id); in AddRegexpsAndCompile()
179 for (nregexp = 0; nregexp < arraysize(t->regexps); nregexp++) in TEST()
180 if (t->regexps[nregexp] == NULL) in TEST()
185 AddRegexpsAndCompile(t->regexps, nregexp, &v); in TEST()
218 for (nregexp = 0; nregexp < arraysize(t->regexps); nregexp++) in TEST()
219 if (t->regexps[nregexp] == NULL) in TEST()
221 AddRegexpsAndCompile(t->regexps, nregexp, &v); in TEST()
237 for (nregexp = 0; nregexp < arraysize(t->regexps); nregexp++) in TEST()
[all …]
Dpossible_match_test.cc177 int regexps() { return regexps_; } in regexps() function in re2::PossibleMatchTester
236 LOG(INFO) << t.regexps() << " regexps, " in TEST()
Dexhaustive_tester.h41 int regexps() { return regexps_; } in regexps() function
Drandom_test.cc39 t.regexps(), t.tests(), t.failures(), maxstrlen, (int)stralphabet.size()); in RandomTest()
Dexhaustive_tester.cc165 t.regexps(), t.tests(), t.failures(), maxstrlen, (int)stralphabet.size()); in ExhaustiveTest()
/external/regex-re2/re2/
Dfiltered_re2.cc71 vector<int> regexps; in FirstMatch() local
72 prefilter_tree_->RegexpsGivenStrings(atoms, &regexps); in FirstMatch()
73 for (int i = 0; i < regexps.size(); i++) in FirstMatch()
74 if (RE2::PartialMatch(text, *re2_vec_[regexps[i]])) in FirstMatch()
75 return regexps[i]; in FirstMatch()
84 vector<int> regexps; in AllMatches() local
85 prefilter_tree_->RegexpsGivenStrings(atoms, &regexps); in AllMatches()
86 for (int i = 0; i < regexps.size(); i++) in AllMatches()
87 if (RE2::PartialMatch(text, *re2_vec_[regexps[i]])) in AllMatches()
88 matching_regexps->push_back(regexps[i]); in AllMatches()
Dprefilter_tree.cc278 entry->regexps.push_back(i); in AssignUniqueIds()
285 vector<int>* regexps) const { in RegexpsGivenStrings()
286 regexps->clear(); in RegexpsGivenStrings()
290 regexps->push_back(i); in RegexpsGivenStrings()
303 regexps->push_back(it->index()); in RegexpsGivenStrings()
305 regexps->insert(regexps->end(), unfiltered_.begin(), unfiltered_.end()); in RegexpsGivenStrings()
308 sort(regexps->begin(), regexps->end()); in RegexpsGivenStrings()
312 IntMap* regexps) const { in PropagateMatch()
321 for (int i = 0; i < entry.regexps.size(); i++) { in PropagateMatch()
322 VLOG(10) << "Regexp triggered: " << entry.regexps[i]; in PropagateMatch()
[all …]
Dprefilter_tree.h52 vector<int>* regexps) const;
78 vector<int> regexps; member
89 IntMap* regexps) const;
/external/v8/test/mjsunit/
Dregexp-global.js152 var regexps = new Array(); variable
157 regexps.push(/a1/g);
161 regexps.push(/\w1/g);
165 regexps.push(/(a)1/g);
169 regexps.push(new RegExp(re_string, "g"));
177 for (var i = 0; i < regexps.length; i++) {
181 assertEquals(result_expectation, subject.replace(regexps[i], replacement));
196 for (var i = 0; i < regexps.length; i++) {
201 assertNull(subject.match(regexps[i]));
203 assertArrayEquals(result_expectation, subject.match(regexps[i]));
/external/lldb/test/lang/c/function_types/
DTestFunctionTypes.py91 regexps = ['lib.*\.dylib`printf']
93 regexps = ['printf']
96 patterns = regexps)
/external/libxml2/VxWorks/
Dbuild.sh22 ./configure --with-minimum --with-reader --with-writer --with-regexps --with-threads --with-thread-…
DREADME34 ./configure --with-minimum --with-reader --with-writer --with-regexps
/external/v8/test/webkit/
Dgmail-re-re-expected.txt24 Bug 7445, bug 7253: Handle Unicode escapes in regexps.
Dpretty-print-expected.txt24 This test checks that regexps, strings with special characters, object literals with non-identifier…
/external/v8/benchmarks/
DREADME.txt41 encoded using ROT13 in a way that does not affect how the regexps
/external/markdown/docs/
DCHANGE_LOG117 (a patch from Stelios Xanthakis). Chris Clark's new regexps that do
/external/regex-re2/doc/
Dsyntax.txt358 (*ACCEPT) make regexps more like Prolog NOT SUPPORTED
/external/bison/build-aux/
Dannounce-gen360 # issue "1,2" instead of "1.2", what confuses our regexps.
/external/libxml2/
Dconfigure.ac164 AC_ARG_WITH(regexps, optwith
165 [ --with-regexps add Regular Expressions support (on)])
DNEWS839 tree skipping function fix (Ashwin), Schemas regexps escaping fix
966 fix char 0x2d in regexps (William), regexp quantifier range with
1021 bug on misformed SSD regexps (Christopher Boumenot)
1107 transition bug in regexps, ctxt->standalone = -2 to indicate no
1276 Reed), error extraction API from regexps, new XMLSave option for format
1456 reported by Holger Rauch, nanohttp fd leak (William), regexps char
DChangeLog376 * xmlregexp.c: production [19] from XML Schemas regexps were a
832 regexps starting with the character '-'
1508 #362714 on regexps missing ']'
2904 regexps and automata. Not fully finished but should be way better.
10803 which the RNG can be compiled to regexps. Works on all regression
11593 python/types.c: fixing #104096 to compile without regexps
12846 python/types.c: added access to the XML Schemas regexps from
12902 made configuring with regexps/automata/unicode the default
12906 problem by switching to a compact form for determinist regexps
12943 the regexps for actual DTD validation
[all …]
/external/v8/
DChangeLog6168 Fixed bug in cache handling of lastIndex on global regexps
7157 Fixed bug where regexps were not callable across contexts.
/external/bison/data/m4sugar/
Dm4sugar.m4954 # macro invocations inside strings with [] blocks (for instance regexps
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12