/external/v8/src/regexp/ |
D | regexp-ast.cc | 45 return ListCaptureRegisters(alternatives()); in CaptureRegisters() 106 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtStart() local 107 for (int i = 0; i < alternatives->length(); i++) { in IsAnchoredAtStart() 108 if (!alternatives->at(i)->IsAnchoredAtStart()) return false; in IsAnchoredAtStart() 115 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtEnd() local 116 for (int i = 0; i < alternatives->length(); i++) { in IsAnchoredAtEnd() 117 if (!alternatives->at(i)->IsAnchoredAtEnd()) return false; in IsAnchoredAtEnd() 154 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitDisjunction() 156 that->alternatives()->at(i)->Accept(this, data); in VisitDisjunction() 304 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives) in RegExpDisjunction() argument [all …]
|
D | jsregexp.cc | 4498 << choice()->alternatives()->at(i).node() << ";\n"; in Call() 4597 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice() 4598 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice() 4602 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice() 4603 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice() 5224 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in SortConsecutiveAtoms() local 5225 int length = alternatives->length(); in SortConsecutiveAtoms() 5229 RegExpTree* alternative = alternatives->at(i); in SortConsecutiveAtoms() 5238 RegExpTree* alternative = alternatives->at(i); in SortConsecutiveAtoms() 5248 DCHECK_LT(first_atom, alternatives->length()); in SortConsecutiveAtoms() [all …]
|
/external/python/cpython3/Lib/lib2to3/ |
D | 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 = []
|
/external/python/cpython2/Lib/lib2to3/ |
D | 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 = []
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.hpp | 101 …std::vector<std::string> alternatives; // One or more extensions, at least one (but not all) must… member 106 : alternatives (alternatives_) in RequiredExtension() 115 alternatives.push_back(extension); in RequiredExtension()
|
/external/python/cpython3/Lib/ |
D | webbrowser.py | 30 alternatives = [using] 32 alternatives = _tryorder 33 for browser in alternatives:
|
/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/python/cpython2/Lib/ |
D | webbrowser.py | 31 alternatives = [using] 33 alternatives = _tryorder 34 for browser in alternatives:
|
/external/llvm/test/CodeGen/AArch64/ |
D | got-abuse.ll | 7 ; load. Neither of these alternatives has the ELF relocations required to
|
/external/curl/docs/cmdline-opts/ |
D | ftp-method.d | 8 server. The method argument should be one of the following alternatives:
|
/external/wpa_supplicant_8/ |
D | COPYING | 11 terms that allowed either of those license alternatives to be
|
D | NOTICE | 11 terms that allowed either of those license alternatives to be
|
/external/python/cpython2/Doc/distutils/ |
D | index.rst | 24 tools offer easier to use and more secure alternatives. Refer to the `quick
|
/external/python/cpython3/Doc/distutils/ |
D | index.rst | 24 tools offer easier to use and more secure alternatives. Refer to the `quick
|
/external/kmod/libkmod/ |
D | README | 45 Or could be resolved from a known alias to a list of alternatives:
|
/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/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/JavaScript/tests/functional/ |
D | t018llstar.g | 19 * alternatives is not LL(k) for a fixed k. However, it is
|
/external/python/cpython2/Doc/extending/ |
D | index.rst | 28 alternatives. Refer to the `binary extensions section
|
/external/annotation-tools/ |
D | notes-openjdk-build.txt | 48 "/usr/sbin/alternatives" (apparently the RedHat version of Debian's 49 update-alternatives) to install "java" and "javac" links. JDK 7 was a
|
/external/python/cpython2/Doc/library/ |
D | tk.rst | 31 alternatives, see the :ref:`other-gui-packages` section.
|
/external/python/cpython3/Doc/library/ |
D | tk.rst | 31 alternatives, see the :ref:`other-gui-packages` section.
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 82 for (size_t alternativeNdx = 0; alternativeNdx < extension.alternatives.size(); ++alternativeNdx) in checkAndSpecializeExtensions() 84 if (ctxInfo.isExtensionSupported(extension.alternatives[alternativeNdx].c_str())) in checkAndSpecializeExtensions() 93 …specialized.push_back(RequiredExtension(extension.alternatives[supportedAltNdx], extension.effecti… in checkAndSpecializeExtensions() 100 for (size_t ndx = 0; ndx < extension.alternatives.size(); ++ndx) in checkAndSpecializeExtensions() 104 extensionList << extension.alternatives[ndx]; in checkAndSpecializeExtensions() 107 if (extension.alternatives.size() == 1) in checkAndSpecializeExtensions()
|
/external/python/cpython2/Doc/reference/ |
D | introduction.rst | 109 ``::=``. A vertical bar (``|``) is used to separate alternatives; it is the 117 rules with many alternatives may be formatted alternatively with each line after
|
/external/python/cpython3/Doc/reference/ |
D | introduction.rst | 106 ``::=``. A vertical bar (``|``) is used to separate alternatives; it is the 114 rules with many alternatives may be formatted alternatively with each line after
|