HomeSort by relevance Sort by last modified time
    Searched defs:alternatives (Results 1 - 15 of 15) 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.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...]
jsregexp.cc 3724 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
5149 ZoneList<GuardedAlternative>* alternatives = node->alternatives(); local
    [all...]
  /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...]
  /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;
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /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/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 133 milliseconds