HomeSort by relevance Sort by last modified time
    Searched full:alternatives (Results 1 - 25 of 470) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
PatternGrammar.txt 12 Matcher: Alternatives ENDMARKER
14 Alternatives: Alternative ('|' Alternative)*
20 | '(' Alternatives ')' [Repeater]
21 | '[' Alternatives ']'
24 NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')')
28 Details: '<' Alternatives '>'
btm_utils.py 27 self.alternatives = []
41 node.alternatives.append(subp)
42 if len(node.alternatives) == len(node.children):
44 subp = [tuple(node.alternatives)]
45 node.alternatives = []
118 if node.type == syms.Alternatives :
124 #real alternatives
176 elif child.type == syms.Alternatives:
210 elif name_leaf.type == syms.Alternatives:
btm_matcher.py 56 #alternatives
57 #print("alternatives")
60 #add all alternatives, and add the rest of the pattern
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
PatternGrammar.txt 12 Matcher: Alternatives ENDMARKER
14 Alternatives: Alternative ('|' Alternative)*
20 | '(' Alternatives ')' [Repeater]
21 | '[' Alternatives ']'
24 NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')')
28 Details: '<' Alternatives '>'
btm_utils.py 27 self.alternatives = []
41 node.alternatives.append(subp)
42 if len(node.alternatives) == len(node.children):
44 subp = [tuple(node.alternatives)]
45 node.alternatives = []
118 if node.type == syms.Alternatives :
124 #real alternatives
176 elif child.type == syms.Alternatives:
210 elif name_leaf.type == syms.Alternatives:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
PatternGrammar.txt 12 Matcher: Alternatives ENDMARKER
14 Alternatives: Alternative ('|' Alternative)*
20 | '(' Alternatives ')' [Repeater]
21 | '[' Alternatives ']'
24 NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')')
28 Details: '<' Alternatives '>'
btm_utils.py 27 self.alternatives = []
41 node.alternatives.append(subp)
42 if len(node.alternatives) == len(node.children):
44 subp = [tuple(node.alternatives)]
45 node.alternatives = []
118 if node.type == syms.Alternatives :
124 #real alternatives
176 elif child.type == syms.Alternatives:
210 elif name_leaf.type == syms.Alternatives:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
PatternGrammar.txt 12 Matcher: Alternatives ENDMARKER
14 Alternatives: Alternative ('|' Alternative)*
20 | '(' Alternatives ')' [Repeater]
21 | '[' Alternatives ']'
24 NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')')
28 Details: '<' Alternatives '>'
btm_utils.py 27 self.alternatives = []
41 node.alternatives.append(subp)
42 if len(node.alternatives) == len(node.children):
44 subp = [tuple(node.alternatives)]
45 node.alternatives = []
118 if node.type == syms.Alternatives :
124 #real alternatives
176 elif child.type == syms.Alternatives:
210 elif name_leaf.type == syms.Alternatives:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
PatternGrammar.txt 12 Matcher: Alternatives ENDMARKER
14 Alternatives: Alternative ('|' Alternative)*
20 | '(' Alternatives ')' [Repeater]
21 | '[' Alternatives ']'
24 NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')')
28 Details: '<' Alternatives '>'
btm_utils.py 27 self.alternatives = []
41 node.alternatives.append(subp)
42 if len(node.alternatives) == len(node.children):
44 subp = [tuple(node.alternatives)]
45 node.alternatives = []
118 if node.type == syms.Alternatives :
124 #real alternatives
176 elif child.type == syms.Alternatives:
210 elif name_leaf.type == syms.Alternatives:
  /external/v8/src/regexp/
regexp-ast.cc 45 return ListCaptureRegisters(alternatives());
106 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
107 for (int i = 0; i < alternatives->length(); i++) {
108 if (!alternatives->at(i)->IsAnchoredAtStart()) return false;
115 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
116 for (int i = 0; i < alternatives->length(); i++) {
117 if (!alternatives->at(i)->IsAnchoredAtEnd()) return false;
154 for (int i = 0; i < that->alternatives()->length(); i++)
    [all...]
  /external/kmod/
.travis.yml 10 - if [ "$MYCC" = "gcc-4.8" ]; then sudo apt-get install -qq gcc-4.8; sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90; gcc --version; fi
11 - if [ "$MYCC" = "gcc-4.9" ]; then sudo apt-get install -qq gcc-4.9; sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 90; gcc --version; fi
  /external/proguard/docs/
sections.html 24 <li><a target="main" href="alternatives.html">Alternatives</a></li>
  /external/kmod/libkmod/
README 45 Or could be resolved from a known alias to a list of alternatives:
  /external/llvm/test/CodeGen/AArch64/
got-abuse.ll 7 ; load. Neither of these alternatives has the ELF relocations required to
  /external/wpa_supplicant_8/
COPYING 11 terms that allowed either of those license alternatives to be
NOTICE 11 terms that allowed either of those license alternatives to be
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLog.java 219 * TODO(b/30736737): Remove this method, once all code has migrated to alternatives.
226 * TODO(b/30736737): Remove this method, once all code has migrated to alternatives.
233 * TODO(b/30736737): Remove this method, once all code has migrated to alternatives.
240 * TODO(b/30736737): Remove this method, once all code has migrated to alternatives.
247 * TODO(b/30736737): Remove this method, once all code has migrated to alternatives.
  /prebuilts/tools/common/proguard/proguard4.7/docs/
sections.html 24 <li><a target="main" href="alternatives.html">Alternatives</a></li>
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
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/
simplec.g 12 * alternatives is not LL(k) for a fixed k. However, it is
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.g 20 * alternatives is not LL(k) for a fixed k. However, it is
  /external/libchrome/base/posix/
safe_strerror.h 19 // This file declares safe, portable alternatives to the POSIX strerror()
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 101 std::vector<std::string> alternatives; // One or more extensions, at least one (but not all) must be supported member in struct:glu::sl::RequiredExtension
106 : alternatives (alternatives_)
115 alternatives.push_back(extension);

Completed in 2664 milliseconds

1 2 3 4 5 6 7 8 91011>>