Home
last modified time | relevance | path

Searched full:all (Results 1 – 25 of 16039) sorted by relevance

12345678910>>...642

/third_party/openssl/
DCOPYRIGHT.OpenSource2 Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
3 Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.
4 Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
5 Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
6 Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved.
7 Copyright 2018-2019 The OpenSSL Project Authors. All Rights Reserved.
8 Copyright 2018 The OpenSSL Project Authors. All Rights Reserved.
9 Copyright 2017-2022 The OpenSSL Project Authors. All Rights Reserved.
10 Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
11 Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved.
[all …]
/third_party/flutter/skia/infra/bots/
Djobs.json148 "Calmbench-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All",
149 "Calmbench-Ubuntu18-Clang-Golo-GPU-QuadroP400-x86_64-Release-All",
164 "Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android",
165 "Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing",
166 "Perf-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Release-All-Android",
167 "Perf-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Release-All-Android_NoGPUThreads",
168 "Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Release-All-Android",
169 "Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Release-All-Android_Vulkan",
170 "Perf-Android-Clang-GalaxyS9-GPU-MaliG72-arm64-Release-All-Android",
171 "Perf-Android-Clang-GalaxyS9-GPU-MaliG72-arm64-Release-All-Android_Vulkan",
[all …]
/third_party/typescript/tests/baselines/reference/
DduplicateSymbolsExportMatching.errors.txt1 … 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 …]
DmergedDeclarationExports.errors.txt1 … 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 …]
DinterfaceWithMultipleDeclarations.errors.txt1 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(1,11): error TS2428: All declarations of …
2 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(3,11): error TS2428: All declarations of …
3 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(5,11): error TS2428: All declarations of …
4 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(7,11): error TS2428: All declarations of …
5 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(9,11): error TS2428: All declarations of …
6 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(11,11): error TS2428: All declarations of…
7 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(14,11): error TS2428: All declarations of…
8 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(16,11): error TS2428: All declarations of…
9 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(18,11): error TS2428: All declarations of…
10 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(20,11): error TS2428: All declarations of…
[all …]
DtypeofStripsFreshness.types12 const ALL = "all";
13 >ALL : "all"
14 >"all" : "all"
16 type All = typeof ALL;
17 >All : "all"
18 >ALL : "all"
20 const result: Collection<All> = new Collection();
21 >result : Collection<"all">
22 >new Collection() : Collection<"all">
33 type Both = Another | All;
DtwoGenericInterfacesDifferingByTypeParameterName.errors.txt1 …g/twoGenericInterfacesDifferingByTypeParameterName.ts(3,11): error TS2428: All declarations of 'A'…
2 …g/twoGenericInterfacesDifferingByTypeParameterName.ts(7,11): error TS2428: All declarations of 'A'…
3 …/twoGenericInterfacesDifferingByTypeParameterName.ts(11,11): error TS2428: All declarations of 'B'…
4 …/twoGenericInterfacesDifferingByTypeParameterName.ts(15,11): error TS2428: All declarations of 'B'…
5 …/twoGenericInterfacesDifferingByTypeParameterName.ts(20,15): error TS2428: All declarations of 'A'…
6 …/twoGenericInterfacesDifferingByTypeParameterName.ts(24,15): error TS2428: All declarations of 'A'…
7 …/twoGenericInterfacesDifferingByTypeParameterName.ts(28,15): error TS2428: All declarations of 'B'…
8 …/twoGenericInterfacesDifferingByTypeParameterName.ts(32,15): error TS2428: All declarations of 'B'…
9 …/twoGenericInterfacesDifferingByTypeParameterName.ts(50,22): error TS2428: All declarations of 'B'…
10 …/twoGenericInterfacesDifferingByTypeParameterName.ts(56,22): error TS2428: All declarations of 'B'…
[all …]
/third_party/skia/infra/bots/
Djobs.json192 {"name": "FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All"},
193 {"name": "FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN"},
194 {"name": "FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-MSAN"},
195 {"name": "FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN"},
196 {"name": "FM-Mac-Clang-VMware7.1-CPU-AVX-x86_64-Debug-All"},
197 {"name": "FM-Mac-Clang-VMware7.1-CPU-AVX-x86_64-Debug-All-ASAN"},
198 {"name": "FM-Mac-Clang-VMware7.1-CPU-AVX-x86_64-Release-All-TSAN"},
199 {"name": "FM-Win-Clang-GCE-CPU-AVX2-x86_64-Debug-All"},
200 {"name": "FM-Win-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN"},
201 {"name": "FM-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug-All"},
[all …]
/third_party/typescript_eslint/packages/typescript-estree/tests/lib/__snapshots__/
Dsemantic-diagnostics-enabled.test.ts.snap3 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/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-output-speaker.conf78 override-map.1 = all
79 override-map.2 = all-left,all-right
84 override-map.1 = all
85 override-map.2 = all-left,all-right
113 override-map.1 = all
114 override-map.2 = all-left,all-right
120 override-map.1 = all
121 override-map.2 = all-left,all-right
127 override-map.1 = all
128 override-map.2 = all-left,all-right
[all …]
Danalog-output-speaker-always.conf59 override-map.1 = all
60 override-map.2 = all-left,all-right
65 override-map.1 = all
66 override-map.2 = all-left,all-right
94 override-map.1 = all
95 override-map.2 = all-left,all-right
100 override-map.1 = all
101 override-map.2 = all-left,all-right
106 override-map.1 = all
107 override-map.2 = all-left,all-right
[all …]
/third_party/mbedtls/include/mbedtls/
Dcheck_config.h67 #error "MBEDTLS_AESNI_C defined, but not all prerequisites"
71 #error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites"
75 #error "MBEDTLS_DHM_C defined, but not all prerequisites"
80 #error "MBEDTLS_CMAC_C defined, but not all prerequisites"
85 #error "MBEDTLS_NIST_KW_C defined, but not all prerequisites"
89 #error "MBEDTLS_ECDH_C defined, but not all prerequisites"
107 #error "MBEDTLS_ECDSA_C defined, but not all prerequisites"
112 #error "MBEDTLS_ECJPAKE_C defined, but not all prerequisites"
128 #error "MBEDTLS_ECDSA_DETERMINISTIC defined, but not all prerequisites"
145 #error "MBEDTLS_ECP_C defined, but not all prerequisites"
[all …]
/third_party/mindspore/mindspore/ops/_op_impl/tbe/
Ddynamic_rnn.py25 .attr("cell_type", "optional", "str", "all", "LSTM") \
26 .attr("direction", "optional", "str", "all", "UNIDIRECTIONAL") \
27 .attr("cell_depth", "optional", "int", "all", "1") \
28 .attr("use_peephole", "optional", "bool", "all", "false") \
29 .attr("keep_prob", "optional", "float", "all", "1") \
30 .attr("cell_clip", "optional", "float", "all", "-1") \
31 .attr("num_proj", "optional", "int", "all", "0") \
32 .attr("time_major", "optional", "bool", "all", "true") \
33 .attr("activation", "optional", "str", "all", "tanh") \
34 .attr("forget_bias", "optional", "float", "all", "0") \
[all …]
Ddynamic_gru_v2.py25 .attr("direction", "optional", "str", "all", "UNIDIRECTIONAL") \
26 .attr("cell_depth", "optional", "int", "all", "1") \
27 .attr("keep_prob", "optional", "float", "all", "1.0") \
28 .attr("cell_clip", "optional", "float", "all", "-1.0") \
29 .attr("num_proj", "optional", "int", "all", "0") \
30 .attr("time_major", "optional", "bool", "all", "true") \
31 .attr("activation", "optional", "str", "all", "tanh") \
32 .attr("gate_order", "optional", "str", "all", "rzh") \
33 .attr("reset_after", "optional", "bool", "all", "true") \
34 .attr("is_training", "optional", "bool", "all", "true") \
[all …]
/third_party/node/tools/doc/
Dallhtml.mjs1 // 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/mindspore/config/
Dop_info.config153 … 0, "name": "y", "need_compile": true, "param_type": "required", "shape": "all"}], "attr": [], "fu…
154all"}, {"index": 1, "name": "v", "need_compile": false, "param_type": "required", "shape": "all"}]…
155all"}, {"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_…
158all"}, {"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_…
160all"}, {"index": 1, "name": "dy", "need_compile": false, "param_type": "required", "shape": "all"}…
161all"}, {"index": 1, "name": "input1", "need_compile": false, "param_type": "required", "shape": "a…
162all"}, {"index": 1, "name": "mg", "need_compile": false, "param_type": "required", "shape": "all"}…
[all …]
/third_party/mindspore/tests/syntax/simple_expression/
Dtest_math_ops.py53 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 …]
/third_party/skia/tests/sksl/intrinsics/
DMixBool.metal21all(select(intGreen.xy, intRed.xy, bool2(false)) == intGreen.xy)) && all(select(intGreen.xyz, intR…
/third_party/cef/tests/cefclient/resources/
Dresponse_filter.html8 … everything before us, we had nothing before us, we were all going direct to Heaven, we were all g…
9 … everything before us, we had nothing before us, we were all going direct to Heaven, we were all g…
10 … everything before us, we had nothing before us, we were all going direct to Heaven, we were all g…
11 … everything before us, we had nothing before us, we were all going direct to Heaven, we were all g…
12 … everything before us, we had nothing before us, we were all going direct to Heaven, we were all g…
13 … everything before us, we had nothing before us, we were all going direct to Heaven, we were all g…
14 … everything before us, we had nothing before us, we were all going direct to Heaven, we were all g…
15 … everything before us, we had nothing before us, we were all going direct to Heaven, we were all g…
16 … everything before us, we had nothing before us, we were all going direct to Heaven, we were all g…
17 … everything before us, we had nothing before us, we were all going direct to Heaven, we were all g…
[all …]
/third_party/iptables/extensions/
Dlibxt_sctp.t12 -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/skia/tests/sksl/shared/
DVectorScalarMath.metal19 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 …]
DFunctionReturnTypeMatch.metal32 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 …]
/third_party/mindspore/
DThird_Party_Open_Source_Software_Notice3 …nted by the respective right holders. And the open source licenses prevail all other license infor…
29 "Legal Entity" shall mean the union of the acting entity and all
115 that You distribute, all copyright, patent, trademark, and
175 work stoppage, computer failure or malfunction, or any and all
424 Copyright (c) 2011, Intel Corporation. All rights reserved.
452 @copyright (c) 2012-2016 Inria. All rights reserved.
453 @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights res…
464 @copyright (c) 2012-2014 Inria. All rights reserved.
491 Copyright (c) 1994 by Xerox Corporation. All rights reserved.
565 LDL Copyright (c) 2005 by Timothy A. Davis. All Rights Reserved.
[all …]
/third_party/mesa3d/docs/
Dfeatures.txt5 all DONE: <driver>, ...
6 All the extensions are done for the given list of drivers.
13 The extension is done for Mesa and all the drivers in the "all DONE" list.
16 The extension is done for Mesa, all the drivers in the "all DONE" list, and
17 all the drivers in the brackets.
39 GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, sw…
50 GL_ARB_half_float_pixel DONE (all drivers)
72 GL 3.1, GLSL 1.40 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, sw…
85 GL 3.2, GLSL 1.50 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, sw…
100 GL 3.3, GLSL 3.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, vi…
[all …]
/third_party/flutter/skia/tests/
DSkVxTest.cpp67 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 …]

12345678910>>...642