/third_party/boost/libs/program_options/test/ |
D | exception_test.cpp | 40 BOOST_CHECK_EQUAL(e.alternatives().size(), 2); in test_ambiguous() 42 BOOST_CHECK_EQUAL(e.alternatives()[0], "cfgfile"); in test_ambiguous() 43 BOOST_CHECK_EQUAL(e.alternatives()[1], "output"); in test_ambiguous() 66 BOOST_CHECK_EQUAL(e.alternatives().size(), 2); in test_ambiguous_long() 68 BOOST_CHECK_EQUAL(e.alternatives()[0], "output"); in test_ambiguous_long() 69 BOOST_CHECK_EQUAL(e.alternatives()[1], "output"); in test_ambiguous_long() 90 BOOST_CHECK_EQUAL(e.alternatives().size(), 2); in test_ambiguous_multiple_long_names() 92 BOOST_CHECK_EQUAL(e.alternatives()[0], "cfgfile"); in test_ambiguous_multiple_long_names() 93 BOOST_CHECK_EQUAL(e.alternatives()[1], "output"); in test_ambiguous_multiple_long_names()
|
/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 | 236 const alternatives: Comparator[][] = []; constant 250 alternatives.push(comparators); 252 return alternatives; 352 function testDisjunction(version: Version, alternatives: readonly (readonly Comparator[])[]) { 354 if (alternatives.length === 0) return true; 355 for (const alternative of alternatives) { 380 function formatDisjunction(alternatives: readonly (readonly Comparator[])[]) { 381 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/typescript/tests/cases/compiler/ |
D | discriminantsAndPrimitives.ts | 66 alternatives: string[] property 77 n.alternatives.slice()
|
/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/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/boost/tools/build/src/build/ |
D | targets.jam | 18 # for different platforms. So, main targets keep a list of alternatives. 22 # create an instance of that class and add it to the list of alternatives for 49 # +======================+ 1 * +=============+ alternatives +==============+ 181 # that time, alternatives can also be renamed to account for inline targets. 183 # alternatives are enumerated and main targets are created. 339 self.alternatives += $(target-instance) ; 504 for local a in $(self.alternatives) 642 if $(self.alternatives) && ( $(self.default-build) != $(d) ) 645 errors.error "default build must be identical in all alternatives" 655 self.alternatives += $(target) ; [all …]
|
/third_party/boost/doc/ |
D | Jamfile.v2 | 42 local alternatives = [ modules.peek $(root-target) : self.alternatives ] ; 45 for local alternative in $(alternatives) 53 for local alternative in $(alternatives)
|
/third_party/flutter/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
|
/third_party/boost/libs/scope_exit/doc/html/ |
D | doc_HTML.manifest | 4 scope_exit/alternatives.html
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | prefer-includes.ts | 109 pattern.alternatives.length !== 1 || 117 const chars = pattern.alternatives[0].elements;
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/interop/ |
D | _index.md | 11 One thing which Outcome solves -- and which alternatives do not -- is how to 19 consider using Outcome over alternatives, including Expected.
|
/third_party/boost/libs/local_function/doc/html/ |
D | doc_HTML.manifest | 6 boost_localfunction/alternatives.html
|
/third_party/protobuf/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 15 **Describe alternatives you've considered**
|
/third_party/jsoncpp/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 16 **Describe alternatives you've considered**
|
/third_party/benchmark/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 16 **Describe alternatives you've considered**
|
/third_party/boost/tools/build/src/tools/features/ |
D | source-feature.jam | 15 the section <<Conditions and alternatives>>. See also the
|
/third_party/boost/libs/variant2/doc/variant2/ |
D | changelog.adoc | 17 * Improved compilation performance for many (hundreds of) alternatives.
|
/third_party/boost/libs/spirit/doc/x3/abstracts/ |
D | syntax_diagram.qbk | 48 The ordered choice henceforth we will call /alternatives/. In PEG, ordered 49 choice and alternatives are not quite the same. PEG allows ambiguity of choice
|
/third_party/boost/tools/build/doc/src/ |
D | main-target.adoc | 25 Select an alternative for this main target, by finding all alternatives
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/constructors/ |
D | metaprogrammg1.md | 26 approach than alternatives. We shall briefly cover those at the end of this section.
|
/third_party/curl/docs/cmdline-opts/ |
D | ftp-method.d | 9 server. The method argument should be one of the following alternatives:
|