/third_party/node/deps/v8/src/regexp/ |
D | regexp-ast.cc | 47 return ListCaptureRegisters(alternatives()); in CaptureRegisters() 108 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtStart() local 109 for (int i = 0; i < alternatives->length(); i++) { in IsAnchoredAtStart() 110 if (!alternatives->at(i)->IsAnchoredAtStart()) return false; in IsAnchoredAtStart() 117 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtEnd() local 118 for (int i = 0; i < alternatives->length(); i++) { in IsAnchoredAtEnd() 119 if (!alternatives->at(i)->IsAnchoredAtEnd()) return false; in IsAnchoredAtEnd() 158 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitDisjunction() 160 that->alternatives()->at(i)->Accept(this, data); in VisitDisjunction() 306 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives) in RegExpDisjunction() argument [all …]
|
D | regexp-compiler-tonode.cc | 605 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in SortConsecutiveAtoms() local 606 int length = alternatives->length(); in SortConsecutiveAtoms() 610 RegExpTree* alternative = alternatives->at(i); in SortConsecutiveAtoms() 619 RegExpTree* alternative = alternatives->at(i); in SortConsecutiveAtoms() 629 DCHECK_LT(first_atom, alternatives->length()); in SortConsecutiveAtoms() 630 DCHECK_LE(i, alternatives->length()); in SortConsecutiveAtoms() 634 alternatives->StableSort(CompareFirstCharCaseInsensitive, first_atom, in SortConsecutiveAtoms() 643 alternatives->StableSort(compare_closure, first_atom, i - first_atom); in SortConsecutiveAtoms() 646 alternatives->StableSort(CompareFirstChar, first_atom, i - first_atom); in SortConsecutiveAtoms() 656 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in RationalizeConsecutiveAtoms() local [all …]
|
D | regexp-dotprinter.cc | 105 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice() 106 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice() 109 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice() 110 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice()
|
D | regexp-nodes.h | 613 alternatives()->Add(node, zone()); in AddAlternative() 615 ZoneList<GuardedAlternative>* alternatives() { return alternatives_; } in alternatives() function 688 return alternatives()->at(kLookaroundIndex).node(); in lookaround_node() 691 return alternatives()->at(kContinueIndex).node(); in continue_node()
|
/third_party/typescript/tests/baselines/reference/ |
D | discriminantsAndPrimitives.types | 157 alternatives: string[] 158 >alternatives : string[] 180 n.alternatives.slice() 181 >n.alternatives.slice() : string[] 182 >n.alternatives.slice : (start?: number | undefined, end?: number | undefined) => string[] 183 >n.alternatives : string[] 185 >alternatives : string[]
|
D | discriminantsAndPrimitives.symbols | 152 alternatives: string[] 153 >alternatives : Symbol(Disjunction.alternatives, Decl(discriminantsAndPrimitives.ts, 62, 34)) 178 n.alternatives.slice() 179 >n.alternatives.slice : Symbol(Array.slice, Decl(lib.es5.d.ts, --, --)) 180 >n.alternatives : Symbol(Disjunction.alternatives, Decl(discriminantsAndPrimitives.ts, 62, 34)) 182 >alternatives : Symbol(Disjunction.alternatives, Decl(discriminantsAndPrimitives.ts, 62, 34))
|
D | discriminantsAndPrimitives.js | 65 alternatives: string[] 76 n.alternatives.slice() 119 n.alternatives.slice();
|
/third_party/typescript/src/compiler/ |
D | semver.ts | 258 const alternatives: Comparator[][] = []; constant 273 alternatives.push(comparators); 275 return alternatives; 377 function testDisjunction(version: Version, alternatives: readonly (readonly Comparator[])[]) { 379 if (alternatives.length === 0) return true; 380 for (const alternative of alternatives) { 405 function formatDisjunction(alternatives: readonly (readonly Comparator[])[]) { 406 return map(alternatives, formatAlternative).join(" || ") || "*";
|
/third_party/python/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 = []
|
/third_party/iptables/ |
D | iptables.spec | 43 Requires(post): %{_sbindir}/update-alternatives 44 Requires(postun): %{_sbindir}/update-alternatives 171 %{_sbindir}/update-alternatives --install \ 186 %{_sbindir}/update-alternatives --remove \ 195 %{_sbindir}/update-alternatives --install \ 213 %{_sbindir}/update-alternatives --install \ 233 %{_sbindir}/update-alternatives --install \ 252 %{_sbindir}/update-alternatives --remove \
|
/third_party/vk-gl-cts/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()
|
/third_party/typescript/tests/cases/compiler/ |
D | discriminantsAndPrimitives.ts | 66 alternatives: string[] property 77 n.alternatives.slice()
|
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/ |
D | continuous.sh | 20 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 100 --slave /usr/bin/g++ g++ /us… 21 sudo update-alternatives --set gcc "/usr/bin/gcc-9"
|
/third_party/protobuf/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 15 **Describe alternatives you've considered**
|
/third_party/benchmark/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 16 **Describe alternatives you've considered**
|
/third_party/python/Lib/ |
D | webbrowser.py | 44 alternatives = [using] 46 alternatives = _tryorder 47 for browser in alternatives:
|
/third_party/wpa_supplicant/ |
D | COPYING | 11 terms that allowed either of those license alternatives to be
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/ |
D | COPYING | 11 terms that allowed either of those license alternatives to be
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/ |
D | COPYING | 11 terms that allowed either of those license alternatives to be
|
/third_party/python/Doc/distutils/ |
D | index.rst | 28 tools offer easier to use and more secure alternatives. Refer to the `quick
|
/third_party/curl/docs/cmdline-opts/ |
D | ftp-method.md | 22 server. The method argument should be one of the following alternatives:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_get_surface_capabilities2.txt | 33 Other alternatives:
|
D | VK_KHR_get_display_properties2.adoc | 32 Other alternatives:
|
D | VK_KHR_get_display_properties2.txt | 32 Other alternatives:
|
D | VK_KHR_get_surface_capabilities2.adoc | 33 Other alternatives:
|