/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 | 4424 << 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/ |
D | estimator_utils.py | 63 alternatives = _export_outputs_to_output_alternatives( 66 alternatives = [] 74 output_alternatives=alternatives)
|
/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 | 133 …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/ |
D | Dockerfile | 31 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/ |
D | Dockerfile | 31 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/ |
D | parser.cc | 236 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/ |
D | feature_request.md | 13 **Describe alternatives you've considered**
|
/external/libcxx/utils/docker/debian9/ |
D | Dockerfile | 38 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/ |
D | en.stg | 240 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/ |
D | webbrowser.py | 44 alternatives = [using] 46 alternatives = _tryorder 47 for browser in alternatives:
|
/external/python/cpython2/Lib/ |
D | webbrowser.py | 31 alternatives = [using] 33 alternatives = _tryorder 34 for browser in alternatives:
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | IdentifierInfo.java | 285 for (BitSet alternatives : scriptSetSet) { in containsWithAlternates() 286 if (!container.intersects(alternatives)) { in containsWithAlternates()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | got-abuse.ll | 7 ; load. Neither of these alternatives has the ELF relocations required to
|
/external/python/google-api-python-client/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 15 **Describe alternatives you've considered**
|
/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/python/cpython2/Doc/distutils/ |
D | index.rst | 24 tools offer easier to use and more secure alternatives. Refer to the `quick
|
/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/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/runtime/Python3/tests/ |
D | t018llstar.g | 20 * alternatives is not LL(k) for a fixed k. However, it is
|