Home
last modified time | relevance | path

Searched refs:alternatives (Results 1 – 25 of 123) sorted by relevance

12345

/external/v8/src/regexp/
Dregexp-ast.cc45 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 …]
Djsregexp.cc4498 << 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/
Dbtm_utils.py27 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/
Dbtm_utils.py27 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/
DgluShaderLibrary.hpp101 …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/
Dwebbrowser.py30 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/
Den.stg237 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/
Dwebbrowser.py31 alternatives = [using]
33 alternatives = _tryorder
34 for browser in alternatives:
/external/llvm/test/CodeGen/AArch64/
Dgot-abuse.ll7 ; load. Neither of these alternatives has the ELF relocations required to
/external/curl/docs/cmdline-opts/
Dftp-method.d8 server. The method argument should be one of the following alternatives:
/external/wpa_supplicant_8/
DCOPYING11 terms that allowed either of those license alternatives to be
DNOTICE11 terms that allowed either of those license alternatives to be
/external/python/cpython2/Doc/distutils/
Dindex.rst24 tools offer easier to use and more secure alternatives. Refer to the `quick
/external/python/cpython3/Doc/distutils/
Dindex.rst24 tools offer easier to use and more secure alternatives. Refer to the `quick
/external/kmod/libkmod/
DREADME45 Or could be resolved from a known alias to a list of alternatives:
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt018llstar.g20 * alternatives is not LL(k) for a fixed k. However, it is
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
Dsimplec.g12 * alternatives is not LL(k) for a fixed k. However, it is
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt018llstar.g19 * alternatives is not LL(k) for a fixed k. However, it is
/external/python/cpython2/Doc/extending/
Dindex.rst28 alternatives. Refer to the `binary extensions section
/external/annotation-tools/
Dnotes-openjdk-build.txt48 "/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/
Dtk.rst31 alternatives, see the :ref:`other-gui-packages` section.
/external/python/cpython3/Doc/library/
Dtk.rst31 alternatives, see the :ref:`other-gui-packages` section.
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp82 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/
Dintroduction.rst109 ``::=``. 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/
Dintroduction.rst106 ``::=``. A vertical bar (``|``) is used to separate alternatives; it is the
114 rules with many alternatives may be formatted alternatively with each line after

12345