Home
last modified time | relevance | path

Searched full:binary (Results 1 – 25 of 15514) sorted by relevance

12345678910>>...621

/external/deqp/external/vulkancts/mustpass/main/vk-default/shader-object/
Dbinary.txt1 dEQP-VK.shader_object.binary.device_features.comp.unlinked.0
2 dEQP-VK.shader_object.binary.device_features.comp.unlinked.1
3 dEQP-VK.shader_object.binary.device_features.comp.unlinked.10
4 dEQP-VK.shader_object.binary.device_features.comp.unlinked.11
5 dEQP-VK.shader_object.binary.device_features.comp.unlinked.12
6 dEQP-VK.shader_object.binary.device_features.comp.unlinked.13
7 dEQP-VK.shader_object.binary.device_features.comp.unlinked.14
8 dEQP-VK.shader_object.binary.device_features.comp.unlinked.15
9 dEQP-VK.shader_object.binary.device_features.comp.unlinked.16
10 dEQP-VK.shader_object.binary.device_features.comp.unlinked.17
[all …]
/external/deqp/android/cts/main/vk-main-2024-03-01/shader-object/
Dbinary.txt1 dEQP-VK.shader_object.binary.device_features.comp.unlinked.0
2 dEQP-VK.shader_object.binary.device_features.comp.unlinked.1
3 dEQP-VK.shader_object.binary.device_features.comp.unlinked.10
4 dEQP-VK.shader_object.binary.device_features.comp.unlinked.11
5 dEQP-VK.shader_object.binary.device_features.comp.unlinked.12
6 dEQP-VK.shader_object.binary.device_features.comp.unlinked.13
7 dEQP-VK.shader_object.binary.device_features.comp.unlinked.14
8 dEQP-VK.shader_object.binary.device_features.comp.unlinked.15
9 dEQP-VK.shader_object.binary.device_features.comp.unlinked.16
10 dEQP-VK.shader_object.binary.device_features.comp.unlinked.17
[all …]
/external/swiftshader/tests/regres/testlists/vk-default/shader-object/
Dbinary.txt1 dEQP-VK.shader_object.binary.device_features.comp.unlinked.0
2 dEQP-VK.shader_object.binary.device_features.comp.unlinked.1
3 dEQP-VK.shader_object.binary.device_features.comp.unlinked.10
4 dEQP-VK.shader_object.binary.device_features.comp.unlinked.11
5 dEQP-VK.shader_object.binary.device_features.comp.unlinked.12
6 dEQP-VK.shader_object.binary.device_features.comp.unlinked.13
7 dEQP-VK.shader_object.binary.device_features.comp.unlinked.14
8 dEQP-VK.shader_object.binary.device_features.comp.unlinked.15
9 dEQP-VK.shader_object.binary.device_features.comp.unlinked.16
10 dEQP-VK.shader_object.binary.device_features.comp.unlinked.17
[all …]
/external/chromium-crossbench/tests/crossbench/plt/
Dtest_bin.py15 from crossbench.plt.bin import (Binary, BinaryNotFoundError, LinuxBinary,
48 Binary(name="test")
50 Binary(name="test", posix="")
61 binary = WinBinary("crossbench_mock_binary.exe")
62 self.assertEqual(binary.name, "crossbench_mock_binary.exe")
67 with platform.override_binary(binary, path):
68 self.assertEqual(binary.resolve(platform), path)
72 with platform.override_binary(binary, path):
73 self.assertEqual(binary.resolve(platform), path)
74 self.assertEqual(binary.resolve_cached(platform), path)
[all …]
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_disk_cache.c59 write_shader(struct blob *blob, const struct agx_compiled_shader *binary, in write_shader() argument
62 blob_write_bytes(blob, &binary->b.info, sizeof(binary->b.info)); in write_shader()
64 if (binary->b.info.binary_size) { in write_shader()
65 blob_write_bytes(blob, binary->b.binary, binary->b.info.binary_size); in write_shader()
68 blob_write_bytes(blob, &binary->uvs, sizeof(binary->uvs)); in write_shader()
69 blob_write_bytes(blob, &binary->attrib_components_read, in write_shader()
70 sizeof(binary->attrib_components_read)); in write_shader()
71 blob_write_bytes(blob, &binary->epilog_key, sizeof(binary->epilog_key)); in write_shader()
72 blob_write_uint32(blob, binary->push_range_count); in write_shader()
73 blob_write_bytes(blob, binary->push, in write_shader()
[all …]
/external/google-cloud-java/java-binary-authorization/
DCHANGELOG.md3 …gleapis/google-cloud-java/compare/google-cloud-binary-authorization-v1.3.1-SNAPSHOT...google-cloud…
24 …m/googleapis/google-cloud-java/compare/google-cloud-binary-authorization-v1.2.8...google-cloud-bin…
45 ## [1.2.8](https://github.com/googleapis/java-binary-authorization/compare/v1.2.7...v1.2.8) (2022-1…
50 * update protobuf to v3.21.7 ([7e92fc0](https://github.com/googleapis/java-binary-authorization/com…
55binary-authorization/issues/1583)) ([#273](https://github.com/googleapis/java-binary-authorization…
60 …tps://github.com/googleapis/java-binary-authorization/issues/296)) ([99775f2](https://github.com/g…
61 …tps://github.com/googleapis/java-binary-authorization/issues/276)) ([1640a69](https://github.com/g…
62 …tps://github.com/googleapis/java-binary-authorization/issues/280)) ([2e3f88a](https://github.com/g…
63 …tps://github.com/googleapis/java-binary-authorization/issues/281)) ([06784ed](https://github.com/g…
64 …tps://github.com/googleapis/java-binary-authorization/issues/303)) ([30f22c2](https://github.com/g…
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/doc/qi/
Dbinary.qbk9 [section:binary Binary Parsers]
11 This module includes different parsers for parsing binary data in
13 little, and big endian binary input.
17 // forwards to <boost/spirit/home/qi/binary.hpp>
23 [section:binary_native Binary Native Endianness Parsers]
27 Binary native endian parsers are designed to parse binary byte streams
33 // forwards to <boost/spirit/home/qi/binary.hpp>
59 [[`b`] [A single byte (8 bit binary value) or a __qi_lazy_argument__
62 [[`w`] [A 16 bit binary value or a __qi_lazy_argument__ that
63 evaluates to a 16 bit binary value. This value is always
[all …]
/external/deqp-deps/SPIRV-Tools/test/
Dc_interface_test.cpp39 spv_binary binary = nullptr; in TEST() local
41 sizeof(input_text), &binary, nullptr)); in TEST()
44 // Sadly the compiler don't allow me to feed binary directly to in TEST()
46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
51 EXPECT_EQ(SPV_SUCCESS, spvBinaryToText(context, binary->code, in TEST()
52 binary->wordCount, 0, &text, nullptr)); in TEST()
55 spvBinaryDestroy(binary); in TEST()
64 spv_binary binary = nullptr; in TEST() local
66 spvTextToBinary(context, input_text, sizeof(input_text), &binary, in TEST()
68 spvBinaryDestroy(binary); in TEST()
[all …]
Dcpp_interface_test.cpp47 std::vector<uint32_t> binary; in TEST() local
48 EXPECT_TRUE(t.Assemble(input_text, &binary)); in TEST()
49 EXPECT_TRUE(binary.size() > 5u); in TEST()
50 EXPECT_EQ(spv::MagicNumber, binary[0]); in TEST()
51 EXPECT_EQ(kExpectedSpvVersion, binary[1]); in TEST()
64 EXPECT_FALSE(t.Validate(binary)); in TEST()
67 EXPECT_TRUE(t.Disassemble(binary, &output_text)); in TEST()
72 std::vector<uint32_t> binary(10, 42); in TEST() local
74 EXPECT_TRUE(t.Assemble("", &binary)); in TEST()
76 EXPECT_EQ(5u, binary.size()); in TEST()
[all …]
/external/angle/third_party/spirv-tools/src/test/
Dc_interface_test.cpp39 spv_binary binary = nullptr; in TEST() local
41 sizeof(input_text), &binary, nullptr)); in TEST()
44 // Sadly the compiler don't allow me to feed binary directly to in TEST()
46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
51 EXPECT_EQ(SPV_SUCCESS, spvBinaryToText(context, binary->code, in TEST()
52 binary->wordCount, 0, &text, nullptr)); in TEST()
55 spvBinaryDestroy(binary); in TEST()
64 spv_binary binary = nullptr; in TEST() local
66 spvTextToBinary(context, input_text, sizeof(input_text), &binary, in TEST()
68 spvBinaryDestroy(binary); in TEST()
[all …]
Dcpp_interface_test.cpp47 std::vector<uint32_t> binary; in TEST() local
48 EXPECT_TRUE(t.Assemble(input_text, &binary)); in TEST()
49 EXPECT_TRUE(binary.size() > 5u); in TEST()
50 EXPECT_EQ(spv::MagicNumber, binary[0]); in TEST()
51 EXPECT_EQ(kExpectedSpvVersion, binary[1]); in TEST()
64 EXPECT_FALSE(t.Validate(binary)); in TEST()
67 EXPECT_TRUE(t.Disassemble(binary, &output_text)); in TEST()
72 std::vector<uint32_t> binary(10, 42); in TEST() local
74 EXPECT_TRUE(t.Assemble("", &binary)); in TEST()
76 EXPECT_EQ(5u, binary.size()); in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/
Dc_interface_test.cpp39 spv_binary binary = nullptr; in TEST() local
41 sizeof(input_text), &binary, nullptr)); in TEST()
44 // Sadly the compiler don't allow me to feed binary directly to in TEST()
46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
51 EXPECT_EQ(SPV_SUCCESS, spvBinaryToText(context, binary->code, in TEST()
52 binary->wordCount, 0, &text, nullptr)); in TEST()
55 spvBinaryDestroy(binary); in TEST()
64 spv_binary binary = nullptr; in TEST() local
66 spvTextToBinary(context, input_text, sizeof(input_text), &binary, in TEST()
68 spvBinaryDestroy(binary); in TEST()
[all …]
Dcpp_interface_test.cpp47 std::vector<uint32_t> binary; in TEST() local
48 EXPECT_TRUE(t.Assemble(input_text, &binary)); in TEST()
49 EXPECT_TRUE(binary.size() > 5u); in TEST()
50 EXPECT_EQ(spv::MagicNumber, binary[0]); in TEST()
51 EXPECT_EQ(kExpectedSpvVersion, binary[1]); in TEST()
64 EXPECT_FALSE(t.Validate(binary)); in TEST()
67 EXPECT_TRUE(t.Disassemble(binary, &output_text)); in TEST()
72 std::vector<uint32_t> binary(10, 42); in TEST() local
74 EXPECT_TRUE(t.Assemble("", &binary)); in TEST()
76 EXPECT_EQ(5u, binary.size()); in TEST()
[all …]
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/
DTestSubsystem.xml.in7 <BooleanParameter Name="BOOL" Mapping="Binary:BOOL"/>
9 …<FixedPointParameter Name="FP8_Q0.7" Size="8" Integral="0" Fractional="7" Mapping="Binary:FP8_Q.7"…
10 …<FixedPointParameter Name="FP8_Q7.0" Size="8" Integral="7" Fractional="0" Mapping="Binary:FP8_7.0"…
11 …<FixedPointParameter Name="FP8_Q3.4" Size="8" Integral="3" Fractional="4" Mapping="Binary:FP8_3.4"…
12 …<FixedPointParameter Name="FP16_Q0.15" Size="16" Integral="0" Fractional="15" Mapping="Binary:FP16…
13 …<FixedPointParameter Name="FP16_Q15.0" Size="16" Integral="15" Fractional="0" Mapping="Binary:FP16…
14 …<FixedPointParameter Name="FP16_Q7.8" Size="16" Integral="7" Fractional="8" Mapping="Binary:FP16_7…
15 …<FixedPointParameter Name="FP32_Q0.31" Size="32" Integral="0" Fractional="31" Mapping="Binary:FP32…
16 …<FixedPointParameter Name="FP32_Q31.0" Size="32" Integral="31" Fractional="0" Mapping="Binary:FP32…
17 …<FixedPointParameter Name="FP32_Q15.16" Size="32" Integral="15" Fractional="16" Mapping="Binary:FP…
[all …]
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dtags.hpp50 /// Tag type for the binary \<\< operator.
53 /// Tag type for the binary \>\> operator.
56 /// Tag type for the binary * operator.
59 /// Tag type for the binary / operator.
62 /// Tag type for the binary % operator.
65 /// Tag type for the binary + operator.
68 /// Tag type for the binary - operator.
71 /// Tag type for the binary \< operator.
74 /// Tag type for the binary \> operator.
77 /// Tag type for the binary \<= operator.
[all …]
/external/clang/test/SemaCXX/
Dnullptr_in_arithmetic_ops.cpp7 a = 0 ? nullptr + a : a + nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
8 a = 0 ? nullptr - a : a - nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
9 a = 0 ? nullptr / a : a / nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
10 a = 0 ? nullptr * a : a * nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
11 a = 0 ? nullptr >> a : a >> nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
12 a = 0 ? nullptr << a : a << nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
13 a = 0 ? nullptr % a : a % nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
14 a = 0 ? nullptr & a : a & nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
15 a = 0 ? nullptr | a : a | nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
16 a = 0 ? nullptr ^ a : a ^ nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/doc/karma/
Dbinary.qbk9 [section:binary Binary Generators]
11 This module includes different generators allowing to output binary data.
12 It includes generators for default, little, and big endian binary output and
18 // forwards to <boost/spirit/home/karma/binary.hpp>
24 [section:binary_native Binary Native Endianness Generators]
28 The binary native endianness generators described in this section are used to
29 emit binary byte streams laid out conforming to the native endianness (byte
34 // forwards to <boost/spirit/home/karma/binary.hpp>
61 [[`b`] [A single byte (8 bit binary value) or a __karma_lazy_argument__
63 [[`w`] [A 16 bit binary value or a __karma_lazy_argument__ that
[all …]
/external/OpenCL-CTS/test_conformance/
Dopencl_conformance_tests_full_binary.csv13 Basic,basic/test_basic --compilation-mode binary --compilation-cache-path .
14 API,api/test_api --compilation-mode binary --compilation-cache-path .
15 Compiler,compiler/test_compiler --compilation-mode binary --compilation-cache-path .
20 Common Functions,commonfns/test_commonfns --compilation-mode binary --compilation-cache-path .
21 Geometric Functions,geometrics/test_geometrics --compilation-mode binary --compilation-cache-path .
22 Relationals,relationals/test_relationals --compilation-mode binary --compilation-cache-path .
27 Thread Dimensions,thread_dimensions/test_thread_dimensions full* --compilation-mode binary --compil…
28 Multiple Device/Context,multiple_device_context/test_multiples --compilation-mode binary --compilat…
29 Atomics,atomics/test_atomics --compilation-mode binary --compilation-cache-path .
30 Profiling,profiling/test_profiling --compilation-mode binary --compilation-cache-path .
[all …]
/external/coreboot/util/bincfg/
Dbincfg.y40 binary->blb = (unsigned char *) realloc (binary->blb, in append_field_to_blob()
41 binary->bloblen + w); in append_field_to_blob()
42 check_pointer(binary->blb); in append_field_to_blob()
43 for (j = 0, i = binary->bloblen; i < binary->bloblen + w; i++, j++) { in append_field_to_blob()
44 binary->blb[i] = VALID_BIT | (b[j] & 1); in append_field_to_blob()
45 //fprintf (stderr, "blob[%d] = %d\n", i, binary->blb[i] & 1); in append_field_to_blob()
47 binary->bloblen += w; in append_field_to_blob()
169 if (binary && binary->blb) { in create_binary_blob()
170 free(binary->blb); in create_binary_blob()
171 free(binary); in create_binary_blob()
[all …]
/external/chromium-crossbench/crossbench/plt/
Dbin.py18 def __init__(self, binary: Binary, platform: Platform): argument
19 self.binary = binary
24 return (f"Could not find binary '{self.binary}' on {self.platform}. "
25 f"Please install {self.binary.name} or use the "
26 f"--bin-{self.binary.name} "
32 def __init__(self, binary: Binary, platform: Platform, expected: str): argument
34 super().__init__(binary, platform)
37 return (f"Could not find binary '{self.binary}' on {self.platform}. "
44 class Binary: class
45 """A binary abstraction for multiple platforms.
[all …]
/external/OpenCL-CTS/test_conformance/api/
Dtest_binary.cpp38 // Get the size of the resulting binary (only one device) in test_binary_get()
40 test_error( error, "Unable to get binary size" ); in test_binary_get()
45 log_error( "ERROR: Binary size of program is zero\n" ); in test_binary_get()
49 // Create a buffer and get the actual binary in test_binary_get()
50 unsigned char *binary; in test_binary_get() local
51 binary = (unsigned char*)malloc(sizeof(unsigned char)*binarySize); in test_binary_get()
52 unsigned char *buffers[ 1 ] = { binary }; in test_binary_get()
61 free(binary); in test_binary_get()
66 test_error( error, "Unable to get program binary" ); in test_binary_get()
68 // No way to verify the binary is correct, so just be good with that in test_binary_get()
[all …]
/external/sdv/vsomeip/third_party/boost/proto/doc/reference/
Dtags.xml48 <purpose>Tag type for the binary &lt;&lt; operator. </purpose>
51 <purpose>Tag type for the binary &gt;&gt; operator. </purpose>
54 <purpose>Tag type for the binary * operator. </purpose>
57 <purpose>Tag type for the binary / operator. </purpose>
60 <purpose>Tag type for the binary % operator. </purpose>
63 <purpose>Tag type for the binary + operator. </purpose>
66 <purpose>Tag type for the binary - operator. </purpose>
69 <purpose>Tag type for the binary &lt; operator. </purpose>
72 <purpose>Tag type for the binary &gt; operator. </purpose>
75 <purpose>Tag type for the binary &lt;= operator. </purpose>
[all …]
/external/mesa3d/src/amd/common/
Dac_rtld.c159 static bool read_private_lds_symbols(struct ac_rtld_binary *binary, unsigned part_idx, in read_private_lds_symbols() argument
177 struct ac_rtld_part *part = &binary->parts[part_idx]; in read_private_lds_symbols()
210 const struct ac_rtld_symbol *shared = find_symbol(&binary->lds_symbols, s.name, part_idx); in read_private_lds_symbols()
217 util_dynarray_append(&binary->lds_symbols, struct ac_rtld_symbol, s); in read_private_lds_symbols()
227 * Open a binary consisting of one or more shader parts.
229 * \param binary the uninitialized struct
230 * \param i binary opening parameters
232 bool ac_rtld_open(struct ac_rtld_binary *binary, struct ac_rtld_open_info i) in ac_rtld_open() argument
240 memset(binary, 0, sizeof(*binary)); in ac_rtld_open()
241 memcpy(&binary->options, &i.options, sizeof(binary->options)); in ac_rtld_open()
[all …]
/external/python/cpython3/
D.gitattributes1 # Binary data types
2 *.aif binary
3 *.aifc binary
4 *.aiff binary
5 *.au binary
6 *.bmp binary
7 *.exe binary
8 *.icns binary
9 *.gif binary
10 *.ico binary
[all …]
/external/sdv/vsomeip/third_party/boost/array/
D.gitattributes18 *.bmp binary svneol=unset#image/bmp
19 *.gif binary svneol=unset#image/gif
20 *.ico binary svneol=unset#image/ico
21 *.jpeg binary svneol=unset#image/jpeg
22 *.jpg binary svneol=unset#image/jpeg
23 *.png binary svneol=unset#image/png
24 *.tif binary svneol=unset#image/tiff
25 *.tiff binary svneol=unset#image/tiff
29 *.pdf binary svneol=unset#application/pdf
30 *.avi binary svneol=unset#video/avi
[all …]

12345678910>>...621