Home
last modified time | relevance | path

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

123456

/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.cc4424 << choice()->alternatives()->at(i).node() << ";\n"; in Call()
4523 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice()
4524 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice()
4528 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice()
4529 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice()
5157 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in SortConsecutiveAtoms() local
5158 int length = alternatives->length(); in SortConsecutiveAtoms()
5162 RegExpTree* alternative = alternatives->at(i); in SortConsecutiveAtoms()
5169 JSRegExp::Flags flags = alternatives->at(i)->AsAtom()->flags(); in SortConsecutiveAtoms()
5172 RegExpTree* alternative = alternatives->at(i); in SortConsecutiveAtoms()
[all …]
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Destimator_utils.py63 alternatives = _export_outputs_to_output_alternatives(
66 alternatives = []
74 output_alternatives=alternatives)
/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.hpp133 …std::vector<std::string> alternatives; // One or more extensions, at least one (but not all) must… member
138 : alternatives (alternatives_) in RequiredExtension()
147 alternatives.push_back(extension); in RequiredExtension()
/external/skia/infra/skqp/docker/android-skqp/
DDockerfile31 RUN update-alternatives --install /usr/bin/cc cc /usr/lib/llvm-6.0/bin/clang 20 && \
32 update-alternatives --install /usr/bin/c++ c++ /usr/lib/llvm-6.0/bin/clang++ 20
/external/skqp/infra/skqp/docker/android-skqp/
DDockerfile31 RUN update-alternatives --install /usr/bin/cc cc /usr/lib/llvm-6.0/bin/clang 20 && \
32 update-alternatives --install /usr/bin/c++ c++ /usr/lib/llvm-6.0/bin/clang++ 20
/external/libtextclassifier/annotator/datetime/
Dparser.cc236 std::vector<DatetimeParseResult> alternatives; in HandleParseMatch() local
238 reference_locale, locale_id, &alternatives, in HandleParseMatch()
253 for (DatetimeParseResult& alternative : alternatives) { in HandleParseMatch()
/external/golang-protobuf/.github/ISSUE_TEMPLATE/
Dfeature_request.md13 **Describe alternatives you've considered**
/external/libcxx/utils/docker/debian9/
DDockerfile38 update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20 && \
39 update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
/external/antlr/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
Den.stg240 Decision can match input such as "<input>" using multiple alternatives:
243 Decision can match input such as "<input>" using multiple alternatives: <conflictingAlts; separator…
253 The following alternatives can never be matched: <alts; separator=","><\n>
264 …is because of recursive rule references visible from the left edge of alternatives. ANTLR will re…
282 Decision can match input such as "<input>" using multiple alternatives:
/external/python/cpython3/Lib/
Dwebbrowser.py44 alternatives = [using]
46 alternatives = _tryorder
47 for browser in alternatives:
/external/python/cpython2/Lib/
Dwebbrowser.py31 alternatives = [using]
33 alternatives = _tryorder
34 for browser in alternatives:
/external/cldr/tools/java/org/unicode/cldr/draft/
DIdentifierInfo.java285 for (BitSet alternatives : scriptSetSet) { in containsWithAlternates()
286 if (!container.intersects(alternatives)) { in containsWithAlternates()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dgot-abuse.ll7 ; load. Neither of these alternatives has the ELF relocations required to
/external/python/google-api-python-client/.github/ISSUE_TEMPLATE/
Dfeature_request.md15 **Describe alternatives you've considered**
/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/python/cpython2/Doc/distutils/
Dindex.rst24 tools offer easier to use and more secure alternatives. Refer to the `quick
/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/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/runtime/Python3/tests/
Dt018llstar.g20 * alternatives is not LL(k) for a fixed k. However, it is

123456