HomeSort by relevance Sort by last modified time
    Searched refs:alternatives (Results 1 - 24 of 24) sorted by null

  /external/v8/src/
ast.cc 693 return ListCaptureRegisters(alternatives());
746 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
747 for (int i = 0; i < alternatives->length(); i++) {
748 if (!alternatives->at(i)->IsAnchoredAtStart())
756 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
757 for (int i = 0; i < alternatives->length(); i++) {
758 if (!alternatives->at(i)->IsAnchoredAtEnd())
806 for (int i = 0; i < that->alternatives()->length(); i++)
    [all...]
jsregexp.cc 3724 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
5149 ZoneList<GuardedAlternative>* alternatives = node->alternatives(); local
    [all...]
jsregexp.h 1060 ZoneList<GuardedAlternative>* alternatives() { return alternatives_; } function in class:v8::internal::ChoiceNode
    [all...]
ast.h 2234 ZoneList<RegExpTree*>* alternatives() { return alternatives_; } function in class:v8::internal::RegExpDisjunction
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 200 List<LintFix> alternatives = fix.getAllFixes(); local
201 if (alternatives != null) {
202 return alternatives;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
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 ANTLR could not analyze this decision in rule <enclosingRule>; often this is because of recursive rule references visible from the left edge of alternatives. ANTLR will re-analyze the decision with a fixed lookahead of k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate.
279 Decision can match input such as "<input>" using multiple alternatives:
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 24 * alternatives is not LL(k) for a fixed k. However, it is
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 19 * alternatives is not LL(k) for a fixed k. However, it is
  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp 514 // If all the alternatives in parens start with BOL, then so does this one
523 // Backup and remove the current disjunction's alternatives.
524 Vector<PatternAlternative*> alternatives; local
525 alternatives.append(parenthesesDisjunction->m_alternatives);
534 newDisjunction->m_alternatives.append(alternatives);
574 // skip alternatives with m_startsWithBOL set true.
715 // Fixed count of 1 could be accepted, if they have a fixed size *AND* if all alternatives are of the same length.
766 // alternatives of the main body disjunction).
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 258 int alternatives = matches.size(); local
259 if (alternatives == 0) {
261 } else if (alternatives == 1) {
265 assert alternatives > 1; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 385 the input does not suit any of the possible recognition alternatives.
391 block) that has multiple alternatives, the recognizer must decide which one of
dfa.rb 40 alternatives in a rule based upon lookahead symbols from an input stream.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
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 !>
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 364 * consistent with any of the alternatives for rule r. The best
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 561 milliseconds