Home
last modified time | relevance | path

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

12345678910>>...679

/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/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/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;
[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/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
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
134 override-map.1 = all
135 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 …]
Danalog-output-lineout.conf93 override-map.1 = all
94 override-map.2 = all-left,all-right
99 override-map.1 = all
100 override-map.2 = all-left,all-right
105 override-map.1 = all
106 override-map.2 = all-left,all-right
112 override-map.1 = all
113 override-map.2 = all-left,all-right
149 override-map.1 = all-front
155 override-map.1 = all-rear
[all …]
/third_party/mbedtls/include/mbedtls/
Dcheck_config.h49 * all 4 of them.
60 #endif /* not all of public, basic, import, export */
84 #endif /* not all curves accelerated */
90 #error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites"
94 #error "MBEDTLS_DHM_C defined, but not all prerequisites"
99 #error "MBEDTLS_CMAC_C defined, but not all prerequisites"
104 #error "MBEDTLS_NIST_KW_C defined, but not all prerequisites"
138 #error "MBEDTLS_ECDH_C defined, but not all prerequisites"
156 #error "MBEDTLS_ECDSA_C defined, but not all prerequisites"
170 #error "MBEDTLS_ECJPAKE_C defined, but not all prerequisites"
[all …]
/third_party/vk-gl-cts/android/cts/main/vk-master-2022-03-01/shader-object/
Dlink.txt7 dEQP-VK.shader_object.link.linked_linked_unlinked_unused_unlinked.all.default
8 dEQP-VK.shader_object.link.linked_linked_unlinked_unused_unlinked.all.random_order
9 dEQP-VK.shader_object.link.linked_linked_unlinked_unused_unlinked.all.separate_link
16 dEQP-VK.shader_object.link.linked_linked_linked_unused_unlinked.all.default
17 dEQP-VK.shader_object.link.linked_linked_linked_unused_unlinked.all.random_order
18 dEQP-VK.shader_object.link.linked_linked_linked_unused_unlinked.all.separate_link
25 dEQP-VK.shader_object.link.linked_linked_linked_linked_unlinked.all.default
26 dEQP-VK.shader_object.link.linked_linked_linked_linked_unlinked.all.random_order
27 dEQP-VK.shader_object.link.linked_linked_linked_linked_unlinked.all.separate_link
34 dEQP-VK.shader_object.link.linked_linked_linked_linked_linked.all.default
[all …]
/third_party/vk-gl-cts/android/cts/main/vk-master-2024-03-01/shader-object/
Dlink.txt1 dEQP-VK.shader_object.link.linked_linked_linked_linked_linked.all.default
2 dEQP-VK.shader_object.link.linked_linked_linked_linked_linked.all.random_order
3 dEQP-VK.shader_object.link.linked_linked_linked_linked_linked.all.separate_link
10 dEQP-VK.shader_object.link.linked_linked_linked_linked_unlinked.all.default
11 dEQP-VK.shader_object.link.linked_linked_linked_linked_unlinked.all.random_order
12 dEQP-VK.shader_object.link.linked_linked_linked_linked_unlinked.all.separate_link
19 dEQP-VK.shader_object.link.linked_linked_linked_unused_unlinked.all.default
20 dEQP-VK.shader_object.link.linked_linked_linked_unused_unlinked.all.random_order
21 dEQP-VK.shader_object.link.linked_linked_linked_unused_unlinked.all.separate_link
28 dEQP-VK.shader_object.link.linked_linked_unlinked_unused_unlinked.all.default
[all …]
/third_party/vk-gl-cts/external/vulkancts/mustpass/main/vk-default/shader-object/
Dlink.txt1 dEQP-VK.shader_object.link.linked_linked_linked_linked_linked.all.default
2 dEQP-VK.shader_object.link.linked_linked_linked_linked_linked.all.random_order
3 dEQP-VK.shader_object.link.linked_linked_linked_linked_linked.all.separate_link
10 dEQP-VK.shader_object.link.linked_linked_linked_linked_unlinked.all.default
11 dEQP-VK.shader_object.link.linked_linked_linked_linked_unlinked.all.random_order
12 dEQP-VK.shader_object.link.linked_linked_linked_linked_unlinked.all.separate_link
19 dEQP-VK.shader_object.link.linked_linked_linked_unused_unlinked.all.default
20 dEQP-VK.shader_object.link.linked_linked_linked_unused_unlinked.all.random_order
21 dEQP-VK.shader_object.link.linked_linked_linked_unused_unlinked.all.separate_link
28 dEQP-VK.shader_object.link.linked_linked_unlinked_unused_unlinked.all.default
[all …]
/third_party/mbedtls/tests/opt-testcases/
Dtls13-kex-modes.sh15 run_test "TLS 1.3: G->m: all/psk, good" \
17 … "$G_NEXT_CLI -d 10 --priority NORMAL:-VERS-ALL:-KX-ALL:+ECDHE-PSK:+DHE-PSK:+PSK:+VERS-TLS1.3 \
34 run_test "TLS 1.3: G->m: all/psk, fail, key id mismatch" \
36 … "$G_NEXT_CLI -d 10 --priority NORMAL:-VERS-ALL:-KX-ALL:+ECDHE-PSK:+DHE-PSK:+PSK:+VERS-TLS1.3 \
52 run_test "TLS 1.3: G->m: all/psk, fail, key material mismatch" \
54 … "$G_NEXT_CLI -d 10 --priority NORMAL:-VERS-ALL:-KX-ALL:+ECDHE-PSK:+DHE-PSK:+PSK:+VERS-TLS1.3 \
72 … "$G_NEXT_CLI -d 10 --priority NORMAL:-VERS-ALL:-KX-ALL:-ECDHE-PSK:-DHE-PSK:+PSK:+VERS-TLS1.3 \
91 … "$G_NEXT_CLI -d 10 --priority NORMAL:-VERS-ALL:-KX-ALL:-ECDHE-PSK:-DHE-PSK:+PSK:+VERS-TLS1.3 \
109 … "$G_NEXT_CLI -d 10 --priority NORMAL:-VERS-ALL:-KX-ALL:-ECDHE-PSK:-DHE-PSK:+PSK:+VERS-TLS1.3 \
127 … "$G_NEXT_CLI -d 10 --priority NORMAL:-VERS-ALL:-KX-ALL:+ECDHE-PSK:+DHE-PSK:-PSK:+VERS-TLS1.3 \
[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, vi…
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, vi…
85 GL 3.2, GLSL 1.50 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, vi…
100 GL 3.3, GLSL 3.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, vi…
[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 …]
DMatricesNonsquare.metal62 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/skia/tests/sksl/intrinsics/
DMixBool.metal21all(select(intGreen.xy, intRed.xy, bool2(false)) == intGreen.xy)) && all(select(intGreen.xyz, intR…
/third_party/rust/crates/rustix/.github/workflows/
Dmain.yml21 - run: cargo fmt --all -- --check
93 - run: cargo check --workspace --release -vv --all-targets
94 - run: cargo check --workspace --release -vv --features=all-apis --all-targets
95 - run: cargo check --workspace --release -vv --features=use-libc,all-apis --all-targets
96 - run: cargo check --workspace --release -vv --target=aarch64-linux-android --all-targets
97 …heck --workspace --release -vv --target=x86_64-unknown-linux-musl --features=all-apis --all-targets
98 …rkspace --release -vv --target=x86_64-unknown-linux-musl --features=use-libc,all-apis --all-targets
99 …ck --workspace --release -vv --target=x86_64-unknown-linux-gnux32 --features=all-apis --all-targets
100 …rgo check --workspace --release -vv --target=x86_64-linux-android --features=all-apis --all-targets
101 …cargo check --workspace --release -vv --target=i686-linux-android --features=all-apis --all-targets
[all …]
/third_party/node/tools/doc/
Dallhtml.mjs1 // Build all.html by combining the generated toc and apicontent from each
11 .filter((name) => name.includes('.html') && name !== 'all.html');
22 const seen = new Set(['all.html', 'index.html']);
44 // Prefix all in-page anchor marks with module name
49 // Prefix all in-page links with current module name
61 // Prefix all links to other docs modules with those module names
72 // Replace various mentions of index with all.
73 let all = toc.replace(/index\.html/g, 'all.html') variable
74 .replace('<a href="all.html">', '<a href="index.html">')
75 .replace('index.json', 'all.json')
[all …]
/third_party/vk-gl-cts/android/cts/main/vk-master-2022-03-01/
Drasterization.txt33 dEQP-VK.rasterization.rasterization_order_attachment_access.depth.samples_1.all
38 dEQP-VK.rasterization.rasterization_order_attachment_access.depth.samples_16.all
43 dEQP-VK.rasterization.rasterization_order_attachment_access.depth.samples_2.all
48 dEQP-VK.rasterization.rasterization_order_attachment_access.depth.samples_32.all
53 dEQP-VK.rasterization.rasterization_order_attachment_access.depth.samples_4.all
58 dEQP-VK.rasterization.rasterization_order_attachment_access.depth.samples_64.all
63 dEQP-VK.rasterization.rasterization_order_attachment_access.depth.samples_8.all
68 dEQP-VK.rasterization.rasterization_order_attachment_access.format_float.attachments_1_samples_1.all
73 …QP-VK.rasterization.rasterization_order_attachment_access.format_float.attachments_1_samples_16.all
78 dEQP-VK.rasterization.rasterization_order_attachment_access.format_float.attachments_1_samples_2.all
[all …]
/third_party/rust/crates/nix/src/net/
Dif_.rs50 #[cfg_attr(docsrs, doc(cfg(all())))]
54 #[cfg_attr(docsrs, doc(cfg(all())))]
69 #[cfg_attr(docsrs, doc(cfg(all())))]
77 /// Receive all multicast packets. (see
83 #[cfg_attr(docsrs, doc(cfg(all())))]
91 #[cfg_attr(docsrs, doc(cfg(all())))]
95 #[cfg_attr(docsrs, doc(cfg(all())))]
100 #[cfg_attr(docsrs, doc(cfg(all())))]
108 #[cfg_attr(docsrs, doc(cfg(all())))]
120 #[cfg_attr(docsrs, doc(cfg(all())))]
[all …]
/third_party/skia/tests/
DSkVxTest.cpp54 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 …]

12345678910>>...679