/third_party/typescript/tests/baselines/reference/ |
D | duplicateSymbolsExportMatching.errors.txt | 1 … error TS2395: Individual declarations in merged declaration 'I' must be all exported or all local. 2 … error TS2395: Individual declarations in merged declaration 'I' must be all exported or all local. 3 … error TS2395: Individual declarations in merged declaration 'E' must be all exported or all local. 4 … error TS2395: Individual declarations in merged declaration 'E' must be all exported or all local. 5 …ror TS2395: Individual declarations in merged declaration 'inst' must be all exported or all local. 6 …ror TS2395: Individual declarations in merged declaration 'inst' must be all exported or all local. 7 … error TS2395: Individual declarations in merged declaration 'v' must be all exported or all local. 8 … error TS2395: Individual declarations in merged declaration 'v' must be all exported or all local. 9 … error TS2395: Individual declarations in merged declaration 'w' must be all exported or all local. 10 … error TS2395: Individual declarations in merged declaration 'w' must be all exported or all local. [all …]
|
D | mergedDeclarationExports.errors.txt | 1 … error TS2395: Individual declarations in merged declaration 'c' must be all exported or all local. 2 … error TS2395: Individual declarations in merged declaration 'c' must be all exported or all local. 3 … error TS2395: Individual declarations in merged declaration 'd' must be all exported or all local. 4 … error TS2395: Individual declarations in merged declaration 'd' must be all exported or all local. 5 … error TS2395: Individual declarations in merged declaration 'N' must be all exported or all local. 6 … error TS2395: Individual declarations in merged declaration 'N' must be all exported or all local. 24 !!! error TS2395: Individual declarations in merged declaration 'c' must be all exported or all loc… 27 !!! error TS2395: Individual declarations in merged declaration 'c' must be all exported or all loc… 32 !!! error TS2395: Individual declarations in merged declaration 'd' must be all exported or all loc… 35 !!! error TS2395: Individual declarations in merged declaration 'd' must be all exported or all loc… [all …]
|
D | nonMergedOverloads.errors.txt | 1 … error TS2395: Individual declarations in merged declaration 'f' must be all exported or all local. 2 … error TS2395: Individual declarations in merged declaration 'f' must be all exported or all local. 3 … error TS2395: Individual declarations in merged declaration 'f' must be all exported or all local. 9 !!! error TS2395: Individual declarations in merged declaration 'f' must be all exported or all loc… 13 !!! error TS2395: Individual declarations in merged declaration 'f' must be all exported or all loc… 16 !!! error TS2395: Individual declarations in merged declaration 'f' must be all exported or all loc…
|
D | genericTypeArgumentInference1.symbols | 20 all<T>(list: T[], iterator?: Iterator<T, boolean>, context?: any): T; 21 >all : Symbol(Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29)) 44 var r = _.all([true, 1, null, 'yes'], _.identity); 46 >_.all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29)) 48 >all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29)) 53 var r2 = _.all([true], _.identity); 55 >_.all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29)) 57 >all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29)) 62 var r3 = _.all([], _.identity); 64 >_.all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29)) [all …]
|
D | genericTypeArgumentInference1.types | 10 all<T>(list: T[], iterator?: Iterator<T, boolean>, context?: any): T; 11 >all : <T>(list: T[], iterator?: Iterator<T, boolean>, context?: any) => T 25 var r = _.all([true, 1, null, 'yes'], _.identity); 27 >_.all([true, 1, null, 'yes'], _.identity) : string | number | boolean 28 >_.all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => T 30 >all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => T 40 var r2 = _.all([true], _.identity); 42 >_.all([true], _.identity) : boolean 43 >_.all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => T 45 >all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => T [all …]
|
/third_party/flutter/skia/tests/ |
D | SkVxTest.cpp | 67 REPORTER_ASSERT(r, !all(mask)); in DEF_TEST() 78 REPORTER_ASSERT(r, !all(mask)); in DEF_TEST() 84 REPORTER_ASSERT(r, all(int4{1,2,3,4,5} == int4{1,2,3,4})); in DEF_TEST() 85 REPORTER_ASSERT(r, all(int4{1,2,3,4} == int4{1,2,3,4})); in DEF_TEST() 86 REPORTER_ASSERT(r, all(int4{1,2,3} == int4{1,2,3,0})); in DEF_TEST() 87 REPORTER_ASSERT(r, all(int4{1,2} == int4{1,2,0,0})); in DEF_TEST() 88 REPORTER_ASSERT(r, all(int4{1} == int4{1,0,0,0})); in DEF_TEST() 89 REPORTER_ASSERT(r, all(int4(1) == int4{1,1,1,1})); in DEF_TEST() 90 REPORTER_ASSERT(r, all(int4{} == int4{0,0,0,0})); in DEF_TEST() 91 REPORTER_ASSERT(r, all(int4() == int4{0,0,0,0})); in DEF_TEST() [all …]
|
/third_party/skia/tests/ |
D | SkVxTest.cpp | 54 REPORTER_ASSERT(r, !all(mask)); in DEF_TEST() 65 REPORTER_ASSERT(r, !all(mask)); in DEF_TEST() 71 REPORTER_ASSERT(r, all(int4{1,2,3,4,5} == int4{1,2,3,4})); in DEF_TEST() 72 REPORTER_ASSERT(r, all(int4{1,2,3,4} == int4{1,2,3,4})); in DEF_TEST() 73 REPORTER_ASSERT(r, all(int4{1,2,3} == int4{1,2,3,0})); in DEF_TEST() 74 REPORTER_ASSERT(r, all(int4{1,2} == int4{1,2,0,0})); in DEF_TEST() 75 REPORTER_ASSERT(r, all(int4{1} == int4{1,0,0,0})); in DEF_TEST() 76 REPORTER_ASSERT(r, all(int4(1) == int4{1,1,1,1})); in DEF_TEST() 77 REPORTER_ASSERT(r, all(int4{} == int4{0,0,0,0})); in DEF_TEST() 78 REPORTER_ASSERT(r, all(int4() == int4{0,0,0,0})); in DEF_TEST() [all …]
|
/third_party/typescript_eslint/packages/typescript-estree/tests/lib/__snapshots__/ |
D | semantic-diagnostics-enabled.test.ts.snap | 3 exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/com… 5 exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/com… 7 exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/com… 9 exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/com… 11 exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/com… 13 exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/com… 15 exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/com… 17 exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/com… 19 exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/com… 21 exports[`Parse all fixtures with "errorOnTypeScriptSyntacticAndSemanticIssues" enabled fixtures/com… [all …]
|
/third_party/skia/tests/sksl/shared/ |
D | VectorScalarMath.metal | 19 ok = ok && all(x == int4(3, 2, 2, 3)); 21 ok = ok && all(x == int4(-1, -1, -2, -2)); 23 ok = ok && all(x == int4(2, 1, 1, 2)); 25 ok = ok && all(x == int4(9, 9, 9, 2)); 27 ok = ok && all(x == int4(3, 0, 9, 2)); 29 ok = ok && all(x == int4(0, 5, 5, 0)); 31 ok = ok && all(x == int4(3, 2, 2, 3)); 33 ok = ok && all(x == int4(9, 9, 10, 10)); 35 ok = ok && all(x == int4(1, 2, 1, 2)); 37 ok = ok && all(x == int4(9, 9, 9, 2)); [all …]
|
D | FunctionReturnTypeMatch.metal | 32 return all(left[0] == right[0]) && 33 all(left[1] == right[1]); 39 return all(left[0] == right[0]) && 40 all(left[1] == right[1]) && 41 all(left[2] == right[2]); 47 return all(left[0] == right[0]) && 48 all(left[1] == right[1]) && 49 all(left[2] == right[2]) && 50 all(left[3] == right[3]); 56 return all(left[0] == right[0]) && [all …]
|
D | MatricesNonsquare.metal | 62 return all(left[0] == right[0]) && 63 all(left[1] == right[1]); 69 return all(left[0] == right[0]) && 70 all(left[1] == right[1]); 76 return all(left[0] == right[0]) && 77 all(left[1] == right[1]) && 78 all(left[2] == right[2]); 84 return all(left[0] == right[0]) && 85 all(left[1] == right[1]) && 86 all(left[2] == right[2]); [all …]
|
/third_party/mindspore/tests/syntax/simple_expression/ |
D | test_math_ops.py | 53 assert np.all(result1.asnumpy() == expect) 54 assert np.all(result2.asnumpy() == expect) 64 assert np.all(result1.asnumpy() == expect) 65 assert np.all(result2.asnumpy() == expect) 75 assert np.all(result1.asnumpy() == expect) 76 assert np.all(result2.asnumpy() == expect) 86 assert np.all(result1.asnumpy() == expect) 87 assert np.all(result2.asnumpy() == expect) 97 assert np.all(result1.asnumpy() == expect) 98 assert np.all(result2.asnumpy() == expect) [all …]
|
D | test_assignment_ops.py | 46 assert np.all(output == output_expect) 57 assert np.all(output == output_expect) 68 assert np.all(output == output_expect) 79 assert np.all(output == output_expect) 90 assert np.all(output == output_expect) 101 assert np.all(output == output_expect) 112 assert np.all(output == output_expect) 123 assert np.all(output == output_expect) 134 assert np.all(output == output_expect) 151 assert np.all(output - output_expect < 1e-6) [all …]
|
/third_party/skia/tests/sksl/intrinsics/ |
D | MixBool.metal | 21 …all(select(intGreen.xy, intRed.xy, bool2(false)) == intGreen.xy)) && all(select(intGreen.xyz, intR…
|
D | MixFloat.metal | 21 …all(mix(_uniforms.colorGreen, _uniforms.colorRed, 0.0h) == half4(0.0h, 1.0h, 0.0h, 1.0h)) && all(m…
|
/third_party/node/tools/doc/ |
D | allhtml.mjs | 1 // Build all.html by combining the generated toc and apicontent from each 10 .filter((name) => name.includes('.html') && name !== 'all.html'); 22 'all.html': true, 48 // Replace various mentions of index with all. 49 let all = toc.replace(/index\.html/g, 'all.html') variable 50 .replace('<a href="all.html">', '<a href="index.html">') 51 .replace('index.json', 'all.json') 52 .replace('api-section-index', 'api-section-all') 53 .replace('data-id="index"', 'data-id="all"') 57 all = all.replace(/<title>.*?\| /, '<title>'); [all …]
|
/third_party/boost/libs/thread/test/sync/futures/when_all/ |
D | one_pass.cpp | 54 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_all(boost::move(f1)); in main() local 56 BOOST_TEST(all.valid()); in main() 57 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() 67 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_all(boost::move(f1)); in main() local 69 BOOST_TEST(all.valid()); in main() 71 BOOST_TEST(all.is_ready()); in main() 72 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() 81 boost::future<boost::csbl::tuple<boost::shared_future<int> > > all = boost::when_all(f1); in main() local 83 BOOST_TEST(all.valid()); in main() 85 BOOST_TEST(all.is_ready()); in main() [all …]
|
/third_party/iptables/extensions/ |
D | libxt_sctp.t | 12 -p sctp -m sctp --chunk-types all DATA;=;OK 13 -p sctp -m sctp --chunk-types all INIT;=;OK 14 -p sctp -m sctp --chunk-types all INIT_ACK;=;OK 15 -p sctp -m sctp --chunk-types all SACK;=;OK 16 -p sctp -m sctp --chunk-types all HEARTBEAT;=;OK 17 -p sctp -m sctp --chunk-types all HEARTBEAT_ACK;=;OK 18 -p sctp -m sctp --chunk-types all ABORT;=;OK 19 -p sctp -m sctp --chunk-types all SHUTDOWN;=;OK 20 -p sctp -m sctp --chunk-types all SHUTDOWN_ACK;=;OK 21 -p sctp -m sctp --chunk-types all ERROR;=;OK [all …]
|
/third_party/boost/libs/thread/test/sync/futures/when_any/ |
D | one_pass.cpp | 47 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_any(boost::move(f1)); in main() local 49 BOOST_TEST(all.valid()); in main() 50 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() 60 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_any(boost::move(f1)); in main() local 62 BOOST_TEST(all.valid()); in main() 64 BOOST_TEST(all.is_ready()); in main() 65 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() 74 boost::future<boost::csbl::tuple<boost::shared_future<int> > > all = boost::when_any(f1); in main() local 76 BOOST_TEST(all.valid()); in main() 78 BOOST_TEST(all.is_ready()); in main() [all …]
|
/third_party/mindspore/config/ |
D | op_info.config | 153 … 0, "name": "y", "need_compile": true, "param_type": "required", "shape": "all"}], "attr": [], "fu… 154 …all"}, {"index": 1, "name": "v", "need_compile": false, "param_type": "required", "shape": "all"}]… 155 …all"}, {"index": 1, "name": "v", "need_compile": false, "param_type": "required", "shape": "all"}]… 156 …0, "name": "z", "need_compile": false, "param_type": "required", "shape": "all"}], "attr": [], "fu… 157 …"required", "shape": "all"}], "outputs": [{"index": 0, "name": "y", "need_compile": false, "param_… 158 …all"}, {"index": 1, "name": "dy", "need_compile": false, "param_type": "required", "shape": "all"}… 159 …"required", "shape": "all"}], "outputs": [{"index": 0, "name": "y", "need_compile": false, "param_… 160 …all"}, {"index": 1, "name": "dy", "need_compile": false, "param_type": "required", "shape": "all"}… 161 …all"}, {"index": 1, "name": "input1", "need_compile": false, "param_type": "required", "shape": "a… 162 …all"}, {"index": 1, "name": "mg", "need_compile": false, "param_type": "required", "shape": "all"}… [all …]
|
/third_party/pulseaudio/src/modules/alsa/mixer/paths/ |
D | analog-output.conf | 27 override-map.1 = all 28 override-map.2 = all-left,all-right 33 override-map.1 = all 34 override-map.2 = all-left,all-right 43 override-map.1 = all-front 49 override-map.1 = all-rear 55 override-map.1 = all-rear 61 override-map.1 = all-side 67 override-map.1 = all-center 68 override-map.2 = all-center,all-center [all …]
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_dense_op.py | 54 assert np.all(diff < error) 55 assert np.all(-diff < error) 61 assert np.all(diff < error) 62 assert np.all(-diff < error) 120 assert np.all(diff < error) 121 assert np.all(-diff < error) 127 assert np.all(diff < error) 128 assert np.all(-diff < error) 161 assert np.all(diff < error) 162 assert np.all(-diff < error) [all …]
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_reduce_op.py | 130 assert (output[0].asnumpy() == expect_0).all() 131 assert (output[1].asnumpy() == expect_1).all() 132 assert (output[2].asnumpy() == expect_2).all() 133 assert (output[3].asnumpy() == expect_3).all() 134 assert (output[4].asnumpy() == expect_4).all() 135 assert (output[5].asnumpy() == expect_5).all() 136 assert (output[6].asnumpy() == expect_6).all() 137 assert (output[7].asnumpy() == expect_7).all() 138 assert (output[8].asnumpy() == expect_8).all() 139 assert (output[9].asnumpy() == expect_8).all() [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/test/data/analysis/ |
D | giflzw-emission-lengths.txt | 6 animated-red-blue.gif (all frames) 23 bricks-dither.gif (all frames) 40 bricks-gray.gif (all frames) 57 bricks-nodither.gif (all frames) 74 gifplayer-muybridge.gif (all frames) 93 harvesters.gif (all frames) 110 hat.gif (all frames) 127 hibiscus.primitive.gif (all frames) 144 hibiscus.regular.gif (all frames) 161 hippopotamus.interlaced.gif (all frames) [all …]
|
/third_party/ltp/ |
D | Makefile | 78 MAKE_TARGETS := $(addsuffix -all,$(filter-out lib,$(COMMON_TARGETS))) 84 all: $(addsuffix -all,$(COMMON_TARGETS)) Version target 86 $(MAKE_TARGETS): lib-all libs-all 88 .PHONY: include-all include-install 89 include-install: $(top_builddir)/include/config.h include/mk/config.mk include-all 101 lib-install: lib-all 103 libs-all: $(abs_top_builddir)/libs 105 $(MAKE_TARGETS) include-all lib-all libs-all: 107 -f "$(abs_top_srcdir)/$(subst -all,,$@)/Makefile" all 109 $(CHECK_TARGETS): tools-all [all …]
|