Home
last modified time | relevance | path

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

12345678910>>...927

/aosp_15_r20/external/swiftshader/tests/regres/testlists/vk-default/shader-object/
H A 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 …]
/aosp_15_r20/external/deqp/external/vulkancts/mustpass/main/vk-default/shader-object/
H A 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 …]
/aosp_15_r20/external/deqp/android/cts/main/vk-main-2024-03-01/shader-object/
H A 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 …]
/aosp_15_r20/external/google-cloud-java/java-binary-authorization/
H A 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 …]
/aosp_15_r20/build/soong/cc/
H A Dbinary.go41 // install symlinks to the binary. Symlink names will have the suffix and the binary
51 // binaries would be installed by default (in PRODUCT_PACKAGES) the other binary will be removed
68 // cc_binary produces a binary that is runnable on a device.
74 // cc_binary_host produces a binary that is runnable on a host.
84 // binaryDecorator is a decorator containing information for C++ binary modules.
94 // Location of the linked, unstripped binary
101 // binary for the preferred arch.
110 // Action command lines to run directly after the binary is installed. For example,
118 // for this binary.
119 func (binary *binaryDecorator) linkerProps() []interface{} {
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_disk_cache.c59 write_shader(struct blob *blob, const struct agx_compiled_shader *binary, in write_shader() argument
62 blob_write_uint32(blob, binary->b.binary_size); in write_shader()
64 if (binary->b.binary_size) { in write_shader()
65 blob_write_bytes(blob, binary->b.binary, binary->b.binary_size); in write_shader()
68 blob_write_bytes(blob, &binary->b.info, sizeof(binary->b.info)); in write_shader()
69 blob_write_bytes(blob, &binary->uvs, sizeof(binary->uvs)); in write_shader()
70 blob_write_bytes(blob, &binary->attrib_components_read, in write_shader()
71 sizeof(binary->attrib_components_read)); in write_shader()
72 blob_write_bytes(blob, &binary->epilog_key, sizeof(binary->epilog_key)); in write_shader()
73 blob_write_uint32(blob, binary->push_range_count); in write_shader()
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/rust/
DRustBinaryHostTestTest.java138 /** Add mocked call "binary --list" to count the number of tests. */
139 private void mockCountTests(File binary, int numOfTest) throws Exception { in mockCountTests() argument
142 Mockito.eq(binary.getAbsolutePath()), in mockCountTests()
150 private void mockCountBenchmarks(File binary, int numOfTest) throws Exception { in mockCountBenchmarks() argument
153 Mockito.eq(binary.getAbsolutePath()), in mockCountBenchmarks()
162 private void mockListenerStarted(File binary, int count) throws Exception { in mockListenerStarted() argument
164 Mockito.eq(binary.getName()), in mockListenerStarted()
171 private void verifyListenerLog(File binary, boolean error) { in verifyListenerLog() argument
175 Mockito.eq(binary.getName() + "-stderr"), in verifyListenerLog()
181 Mockito.eq(binary.getName() + "-stdout"), in verifyListenerLog()
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/coreboot/util/bincfg/
H A 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 …]
/aosp_15_r20/external/mesa3d/src/amd/common/
H A 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 …]
/aosp_15_r20/external/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py51 def symbolize(self, addr, binary, offset): argument
52 """Symbolize the given address (pair of binary and offset).
57 binary: path to executable/shared object containing this instruction.
58 offset: instruction offset in the @binary.
95 def symbolize(self, addr, binary, offset): argument
101 symbolizer_input = '"%s" %s' % (binary, offset)
134 def __init__(self, binary): argument
136 self.binary = binary
147 cmd += ['-e', self.binary]
153 def symbolize(self, addr, binary, offset): argument
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUProperty.java44 * <p>Binary property Alphabetic.
52 * First constant for binary Unicode properties.
57 * Binary property ASCII_Hex_Digit (0-9 A-F a-f).
62 * <p>Binary property Bidi_Control.
68 * <p>Binary property Bidi_Mirrored.
76 * <p>Binary property Dash.
82 * <p>Binary property Default_Ignorable_Code_Point (new).
92 * <p>Binary property Deprecated (new).
98 * <p>Binary property Diacritic.
105 * <p>Binary property Extender.
[all …]
/aosp_15_r20/build/soong/rust/
H A Dbinary.go27 // Builds this binary as a static binary. Implies prefer_rlib true.
30 // binary, but will still implicitly imply prefer_rlib true.
35 binary() bool methodSpec
49 // rust_binary produces a binary that is runnable on a device.
63 binary := &binaryDecorator{
67 module.compiler = binary
69 return module, binary
72 func (binary *binaryDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
73 flags = binary.baseCompiler.compilerFlags(ctx, flags)
83 if Bool(binary.Properties.Static_executable) {
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/
H A 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 …]
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/lang/
H A DUProperty.java43 * <p>Binary property Alphabetic.
52 * First constant for binary Unicode properties.
58 * Binary property ASCII_Hex_Digit (0-9 A-F a-f).
64 * <p>Binary property Bidi_Control.
72 * <p>Binary property Bidi_Mirrored.
81 * <p>Binary property Dash.
88 * <p>Binary property Default_Ignorable_Code_Point (new).
99 * <p>Binary property Deprecated (new).
106 * <p>Binary property Diacritic.
114 * <p>Binary property Extender.
[all …]
/aosp_15_r20/external/parameter-framework/upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/
H A 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 …]
/aosp_15_r20/build/soong/elf/
H A Delf_test.go20 "encoding/binary"
72 descs, err := readNote(bytes.NewBuffer(note), binary.LittleEndian)
90 binary.Write(identBuf, binary.LittleEndian, []byte("\x7fELF"))
91 binary.Write(identBuf, binary.LittleEndian, elf.ELFCLASS64)
92 binary.Write(identBuf, binary.LittleEndian, elf.ELFDATA2LSB)
93 binary.Write(identBuf, binary.LittleEndian, elf.EV_CURRENT)
94 binary.Write(identBuf, binary.LittleEndian, elf.ELFOSABI_LINUX)
95 binary.Write(identBuf, binary.LittleEndian, make([]byte, 8))
103 Phoff: uint64(binary.Size(elf.Header64{})),
104 Shoff: uint64(binary.Size(elf.Header64{})),
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A 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 …]

12345678910>>...927