Searched defs:reversed (Results 1 - 14 of 14) sorted by relevance

/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dcompat.py41 reversed = reversed variable
43 def reversed(l): function
H A Drecognizers.py45 from antlr3.compat import set, frozenset, reversed namespace
651 for idx, localFollowSet in reversed(list(enumerate(self._state.following))):
858 for frame in reversed(inspect.stack()):
/external/regex-re2/re2/
H A Dprog.h204 bool reversed() { return reversed_; } function in class:re2::Prog
205 void set_reversed(bool reversed) { reversed_ = reversed; } argument
H A Dcompile.cc129 // If reversed is true, compiles for walking over the input
131 static Prog *Compile(Regexp* re, bool reversed, int64 max_mem);
988 // If reversed is true, compiles a program that expects
990 // The reversed flag is also recorded in the returned program.
991 Prog* Compiler::Compile(Regexp* re, bool reversed, int64 max_mem) { argument
995 c.reversed_ = reversed;
1021 if (reversed) {
1037 c.prog_->set_reversed(reversed);
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dast.py50 if not hasattr(builtins, 'reversed'):
52 def reversed(seq): function
699 printable_queue = list(reversed(self.token_queue[-20:]))
922 self.token_queue[:0] = reversed(tokens)
925 self.token_queue.extend(reversed(tokens))
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1024 int reversed = endtime < starttime; local
1025 if (reversed) {
1030 if (reversed
1042 sp->types[timecnt++] = reversed;
1047 sp->types[timecnt++] = !reversed;
/external/elfutils/src/libcpu/
H A Di386_parse.c2578 struct instruction *reversed = NULL; local
2626 old->next = reversed;
2627 reversed = old;
2629 instructions = reversed;
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp4353 Transliterator* reversed = Transliterator::createFromRules("Reversed", UnicodeString(BEGIN_END_RULES[17]), local
4355 if (reversed == 0 || U_FAILURE(status)) {
4356 reportParseError(UnicodeString("FAIL: Couldn't create reversed transliterator"), parseError, status);
4358 expect(*reversed, UnicodeString("xy XY XYZ yz YZ"), UnicodeString("xy abc xaba yz aba"));
4360 delete reversed;
4414 Transliterator* reversed = Transliterator::createFromRules("Reversed", UnicodeString(BEGIN_END_RULES[17]), local
4417 reportParseError(UnicodeString("FAIL: Couldn't create reversed transliterator"), parseError, status);
4420 reversed->toRules(rules, FALSE);
4424 reportParseError(UnicodeString("FAIL: Couldn't create reversed transliterator from generated rules"),
4426 delete reversed;
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 1639 milliseconds