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

1 2 3 4 5 6 7

  /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...]
jsregexp.cc 5224 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
5271 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
5357 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
5409 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
6479 ZoneList<GuardedAlternative>* alternatives = node->alternatives(); local
    [all...]
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
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/python/cpython2/Lib/lib2to3/
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/python/cpython3/Lib/lib2to3/
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 = []
117 if node.type == syms.Alternatives :
123 #real alternatives
175 elif child.type == syms.Alternatives:
209 elif name_leaf.type == syms.Alternatives:
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
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/
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/
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/
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/curl/docs/cmdline-opts/
ftp-method.d 8 server. The method argument should be one of the following alternatives:
  /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:
  /prebuilts/tools/common/intellij-core/171.2455.10/
picocontainer.jar 
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DLexer.h 89 while (alternatives[newstate]){
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DLexer.cpp 84 while (alternatives[newstate]){
  /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
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
automata.c 67 dfa_model_node->alternatives = FALSE;
164 d_state->alternatives = TRUE;
dlg.h 81 int alternatives; /* used for interactive mode */ variable
  /system/media/camera/docs/
CameraMetadataEnums.mako 45 * @deprecated Please refer to this API documentation to find the alternatives
  /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
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
dso-pltdis1.d 13 # alternatives in the matching regexps are placeholders for a future
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
webbrowser.py 31 alternatives = [using]
33 alternatives = _tryorder
34 for browser in alternatives:
  /external/python/cpython2/Lib/
webbrowser.py 31 alternatives = [using]
33 alternatives = _tryorder
34 for browser in alternatives:
  /external/python/cpython3/Lib/
webbrowser.py 30 alternatives = [using]
32 alternatives = _tryorder
33 for browser in alternatives:

Completed in 499 milliseconds

1 2 3 4 5 6 7