/external/v8/src/ |
D | ast.cc | 693 return ListCaptureRegisters(alternatives()); in CaptureRegisters() 746 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtStart() local 747 for (int i = 0; i < alternatives->length(); i++) { in IsAnchoredAtStart() 748 if (!alternatives->at(i)->IsAnchoredAtStart()) in IsAnchoredAtStart() 756 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtEnd() local 757 for (int i = 0; i < alternatives->length(); i++) { in IsAnchoredAtEnd() 758 if (!alternatives->at(i)->IsAnchoredAtEnd()) in IsAnchoredAtEnd() 806 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitDisjunction() 808 that->alternatives()->at(i)->Accept(this, data); in VisitDisjunction() 951 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives) in RegExpDisjunction() argument [all …]
|
D | jsregexp.cc | 3313 choice()->alternatives()->at(i).node()); in Call() 3412 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice() 3413 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice() 3417 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice() 3418 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice() 3724 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in ToNode() local 3725 int length = alternatives->length(); in ToNode() 3728 GuardedAlternative alternative(alternatives->at(i)->ToNode(compiler, in ToNode() 4894 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice() 4895 RegExpNode* node = that->alternatives()->at(i).node(); in VisitChoice() [all …]
|
D | jsregexp.h | 1059 void AddAlternative(GuardedAlternative node) { alternatives()->Add(node); } in AddAlternative() 1060 ZoneList<GuardedAlternative>* alternatives() { return alternatives_; } in alternatives() function
|
/external/webkit/Source/JavaScriptCore/yarr/ |
D | YarrPattern.cpp | 524 Vector<PatternAlternative*> alternatives; in atomParenthesesEnd() local 525 alternatives.append(parenthesesDisjunction->m_alternatives); in atomParenthesesEnd() 534 newDisjunction->m_alternatives.append(alternatives); in atomParenthesesEnd() 776 Vector<PatternAlternative*>& alternatives = m_pattern.m_body->m_alternatives; in checkForTerminalParentheses() local 777 for (size_t i = 0; i < alternatives.size(); ++i) { in checkForTerminalParentheses() 778 Vector<PatternTerm>& terms = alternatives[i]->m_terms; in checkForTerminalParentheses()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
D | en.stg | 237 Decision can match input such as "<input>" using multiple alternatives: 240 Decision can match input such as "<input>" using multiple alternatives: <conflictingAlts; separator… 250 The following alternatives can never be matched: <alts; separator=","><\n> 261 …is because of recursive rule references visible from the left edge of alternatives. ANTLR will re… 279 Decision can match input such as "<input>" using multiple alternatives:
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t018llstar.g | 19 * alternatives is not LL(k) for a fixed k. However, it is
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
D | simplec.g | 12 * alternatives is not LL(k) for a fixed k. However, it is
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t018llstar.g | 20 * alternatives is not LL(k) for a fixed k. However, it is
|
/external/openssl/crypto/des/ |
D | options.txt | 3 RISC1 and RISC2 are 2 alternatives for the inner loop and
|
/external/bluetooth/glib/docs/reference/glib/ |
D | regex-syntax.sgml | 43 alternatives and repetitions in the pattern. These are encoded in the 919 If all the alternatives of a pattern begin with \G, the expression is 939 of alternatives are involved, but it should be the first thing in each 941 branch. If all possible alternatives start with a circumflex, that is, 951 be the last character of the pattern if a number of alternatives are 1272 matches either "gilbert" or "sullivan". Any number of alternatives may 1275 left to right, and the first one that succeeds is used. If the alternatives are within a subpattern… 1379 It localizes a set of alternatives. For example, the pattern 2084 several top-level alternatives, they do not all have to have the same 2247 no-pattern (if present) is used. If there are more than two alternatives [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | Python.stg | 625 /** A (...) subrule with multiple alternatives */ 642 /** A rule block with multiple alternatives */ 670 /** A (..)+ block with 1 or more alternatives */ 703 /** A (..)* block with 1 or more alternatives */ 747 pass <! so empty alternatives are a valid block !>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
D | CPP.stg | 560 /** A (...) subrule with multiple alternatives */ 576 /** A rule block with multiple alternatives */ 606 /** A (..)+ block with 0 or more alternatives */ 634 /** A (..)* block with 1 or more alternatives */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | JavaScript.stg | 499 /** A (...) subrule with multiple alternatives */ 514 /** A rule block with multiple alternatives */ 544 /** A (..)+ block with 1 or more alternatives */ 574 /** A (..)* block with 1 or more alternatives */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | Perl5.stg | 520 /** A (...) subrule with multiple alternatives */ 535 /** A rule block with multiple alternatives */ 565 /** A (..)+ block with 1 or more alternatives */ 595 /** A (..)* block with 1 or more alternatives */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
D | ActionScript.stg | 490 /** A (...) subrule with multiple alternatives */ 505 /** A rule block with multiple alternatives */ 535 /** A (..)+ block with 1 or more alternatives */ 562 /** A (..)* block with 1 or more alternatives */
|
/external/chromium/sdch/open-vcdiff/ |
D | ChangeLog | 53 Use a wild-card character to accept either of these two alternatives.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | Ruby.stg | 572 /** A (...) subrule with multiple alternatives */ 580 /** A rule block with multiple alternatives */ 605 /** A (..)+ block with 0 or more alternatives */ 616 /** A (..)* block with 0 or more alternatives */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
D | Scala.stg | 524 /** A (...) subrule with multiple alternatives */ 540 /** A rule block with multiple alternatives */ 571 /** A (..)+ block with 1 or more alternatives */ 601 /** A (..)* block with 1 or more alternatives */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | Java.stg | 545 /** A (...) subrule with multiple alternatives */ 560 /** A rule block with multiple alternatives */ 590 /** A (..)+ block with 1 or more alternatives */ 619 /** A (..)* block with 1 or more alternatives */
|
/external/doclava/src/com/google/doclava/parser/ |
D | Java.g | 142 * using multiple alternatives: 3, 4 148 * using multiple alternatives: 1, 2 186 * Added optional trailing ';' to the alternatives in annotationTypeElementRest.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | CSharp3.stg | 715 /** A (...) subrule with multiple alternatives */ 735 /** A rule block with multiple alternatives */ 770 /** A (..)+ block with 1 or more alternatives */ 809 /** A (..)* block with 1 or more alternatives */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | Delphi.stg | 899 /** A (...) subrule with multiple alternatives */ 914 /** A rule block with multiple alternatives */ 944 /** A (..)+ block with 1 or more alternatives */ 974 /** A (..)* block with 1 or more alternatives */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | CSharp2.stg | 739 /** A (...) subrule with multiple alternatives */ 759 /** A rule block with multiple alternatives */ 794 /** A (..)+ block with 1 or more alternatives */ 833 /** A (..)* block with 1 or more alternatives */
|
/external/zlib/win32/ |
D | DLL_FAQ.txt | 284 - We considered and abandoned the following alternatives: 340 couple of alternatives, such as linking zlib in statically.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ObjC.stg | 1030 /** A (...) subrule with multiple alternatives */ 1045 /** A rule block with multiple alternatives */ 1075 /** A (..)+ block with 1 or more alternatives */ 1105 /** A (..)* block with 0 or more alternatives */
|