| /external/python/cryptography/vectors/cryptography_vectors/KDF/ |
| D | nist-800-108-KBKDF-CTR.txt | 19 Binary rep of i = 01 28 Binary rep of i = 01 37 Binary rep of i = 01 46 Binary rep of i = 01 55 Binary rep of i = 01 64 Binary rep of i = 01 73 Binary rep of i = 01 82 Binary rep of i = 01 91 Binary rep of i = 01 100 Binary rep of i = 01 [all …]
|
| /external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/ |
| D | pkits.ldif | 9 cACertificate;binary:< file:///tmp/certs/TrustAnchorRootCertificate.crt 10 certificateRevocationList;binary:< file:///tmp/crls/TrustAnchorRootCRL.crl 11 crossCertificatePair;binary:< file:///tmp/certpairs/GoodCACertreversecrossCertificatePair.cp 12 crossCertificatePair;binary:< file:///tmp/certpairs/BadSignedCACertreversecrossCertificatePair.cp 13 crossCertificatePair;binary:< file:///tmp/certpairs/BadnotBeforeDateCACertreversecrossCertificatePa… 14 crossCertificatePair;binary:< file:///tmp/certpairs/BadnotAfterDateCACertreversecrossCertificatePai… 15 crossCertificatePair;binary:< file:///tmp/certpairs/NameOrderingCACertreversecrossCertificatePair.cp 16 crossCertificatePair;binary:< file:///tmp/certpairs/UIDCACertreversecrossCertificatePair.cp 17 crossCertificatePair;binary:< file:///tmp/certpairs/RFC3280MandatoryAttributeTypesCACertreversecros… 18 crossCertificatePair;binary:< file:///tmp/certpairs/RFC3280OptionalAttributeTypesCACertreversecross… [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/test/ |
| D | c_interface_test.cpp | 39 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 …]
|
| D | cpp_interface_test.cpp | 47 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/deqp-deps/SPIRV-Tools/test/ |
| D | c_interface_test.cpp | 39 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 …]
|
| D | cpp_interface_test.cpp | 47 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(SpvMagicNumber, 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/vulkan-deps/spirv-tools/src/test/ |
| D | c_interface_test.cpp | 39 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 …]
|
| D | cpp_interface_test.cpp | 47 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/ |
| D | TestSubsystem.xml.in | 7 <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/clang/test/SemaCXX/ |
| D | nullptr_in_arithmetic_ops.cpp | 7 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/python/cpython2/ |
| D | .gitattributes | 1 # Binary data types 2 *.aif binary 3 *.aifc binary 4 *.aiff binary 5 *.au binary 6 *.bmp binary 7 *.db binary 8 *.exe binary 9 *.icns binary 10 *.gif binary [all …]
|
| /external/OpenCL-CTS/test_conformance/ |
| D | opencl_conformance_tests_full_binary.csv | 13 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/OpenCL-CTS/test_conformance/api/ |
| D | test_binary.cpp | 38 // 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/libabigail/tests/ |
| D | test-symtab.cc | 70 const std::string binary = "basic/empty.so"; variable 72 const elf_reader::status status = read_corpus(binary, corpus_ptr); 80 const std::string binary = "basic/no_debug_info.so"; variable 82 const elf_reader::status status = read_corpus(binary, corpus_ptr); 151 GIVEN("a binary with no exported symbols") 158 GIVEN("a binary with a single exported function") 160 const std::string binary = "basic/single_function.so"; variable 161 const corpus_sptr& corpus = assert_symbol_count(binary, 1, 0); 170 GIVEN("a binary with a single exported variable") 172 const std::string binary = "basic/single_variable.so"; variable [all …]
|
| /external/python/cpython3/ |
| D | .gitattributes | 1 # 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/compiler-rt/lib/asan/scripts/ |
| D | asan_symbolize.py | 51 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 …]
|
| /external/igt-gpu-tools/runner/ |
| D | job_list.c | 28 char *binary, in add_job_list_entry() argument 38 entry->binary = binary; in add_job_list_entry() 44 char *binary, in add_subtests() argument 55 settings->test_root, binary); in add_subtests() 62 fprintf(stderr, "Path to binary too long, ignoring: %s/%s\n", in add_subtests() 63 settings->test_root, binary); in add_subtests() 78 generate_piglit_name(binary, subtestname, piglitname, sizeof(piglitname)); in add_subtests() 97 add_job_list_entry(job_list, strdup(binary), subtests, 1); in add_subtests() 105 add_job_list_entry(job_list, strdup(binary), subtests, num_subtests); in add_subtests() 111 fprintf(stderr, "popen error when executing %s: %s\n", binary, strerror(errno)); in add_subtests() [all …]
|
| /external/mesa3d/src/amd/common/ |
| D | ac_rtld.c | 177 static bool read_private_lds_symbols(struct ac_rtld_binary *binary, unsigned part_idx, in read_private_lds_symbols() argument 195 struct ac_rtld_part *part = &binary->parts[part_idx]; in read_private_lds_symbols() 228 const struct ac_rtld_symbol *shared = find_symbol(&binary->lds_symbols, s.name, part_idx); in read_private_lds_symbols() 235 util_dynarray_append(&binary->lds_symbols, struct ac_rtld_symbol, s); in read_private_lds_symbols() 245 * Open a binary consisting of one or more shader parts. 247 * \param binary the uninitialized struct 248 * \param i binary opening parameters 250 bool ac_rtld_open(struct ac_rtld_binary *binary, struct ac_rtld_open_info i) in ac_rtld_open() argument 258 memset(binary, 0, sizeof(*binary)); in ac_rtld_open() 259 memcpy(&binary->options, &i.options, sizeof(binary->options)); in ac_rtld_open() [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | c_interface_test.cpp | 49 spv_binary binary = nullptr; in TEST() local 52 &binary, options)); in TEST() 53 ASSERT_EQ(binary, nullptr); in TEST() 94 spv_binary binary = nullptr; in TEST() local 97 &binary, options)); in TEST() 98 ASSERT_EQ(binary, nullptr); in TEST() 133 spv_binary binary = nullptr; in TEST() local 136 &binary, options)); in TEST() 137 ASSERT_NE(binary, nullptr); in TEST() 142 EXPECT_EQ(binary->wordCount, sizeof(spirv) / sizeof(uint32_t)); in TEST() [all …]
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
| D | c_interface_test.cpp | 49 spv_binary binary = nullptr; in TEST() local 52 &binary, options)); in TEST() 53 ASSERT_EQ(binary, nullptr); in TEST() 94 spv_binary binary = nullptr; in TEST() local 97 &binary, options)); in TEST() 98 ASSERT_EQ(binary, nullptr); in TEST() 133 spv_binary binary = nullptr; in TEST() local 136 &binary, options)); in TEST() 137 ASSERT_NE(binary, nullptr); in TEST() 142 EXPECT_EQ(binary->wordCount, sizeof(spirv) / sizeof(uint32_t)); in TEST() [all …]
|
| D | optimizer_test.cpp | 73 std::vector<uint32_t> binary; in TEST() local 74 tools.Assemble("OpName %foo \"foo\"\n%foo = OpTypeVoid", &binary); in TEST() 78 opt.Run(binary.data(), binary.size(), &binary); // This is the key. in TEST() 81 tools.Disassemble(binary.data(), binary.size(), &disassembly); in TEST() 87 std::vector<uint32_t> binary; in TEST() local 88 tools.Assemble(Header() + "OpName %foo \"foo\"\n%foo = OpTypeVoid", &binary); in TEST() 92 auto orig_size = binary.size(); in TEST() 95 binary.push_back(42); in TEST() 96 EXPECT_THAT(orig_size + 1, Eq(binary.size())); in TEST() 97 opt.Run(binary.data(), orig_size, &binary); // This is the key. in TEST() [all …]
|
| /external/cronet/third_party/protobuf/js/experimental/runtime/kernel/ |
| D | reader.js | 2 * @fileoverview Helper methods for reading data from the binary wire format. 4 goog.module('protobuf.binary.reader'); 6 const BufferDecoder = goog.require('protobuf.binary.BufferDecoder'); 17 * Reads a boolean value from the binary bytes. 18 * @param {!BufferDecoder} bufferDecoder Binary format encoded bytes. 29 * Reads a ByteString value from the binary bytes. 30 * @param {!BufferDecoder} bufferDecoder Binary format encoded bytes. 40 * Reads a int32 value from the binary bytes encoded as varint. 41 * @param {!BufferDecoder} bufferDecoder Binary format encoded bytes. 54 * Reads a int32 value from the binary bytes encoded as varint. [all …]
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
| D | BinaryTagTest.java | 23 * @see <a href="http://yaml.org/type/binary.html"></a> 33 byte[] binary = (byte[]) getMapValue("canonical: !!binary " + content, "canonical"); in testBinary() 34 assertEquals((byte) 'G', binary[0]); in testBinary() 35 assertEquals((byte) 'I', binary[1]); in testBinary() 36 assertEquals((byte) 'F', binary[2]); in testBinary() 37 assertEquals((byte) '8', binary[3]); in testBinary() 38 assertEquals((byte) '9', binary[4]); in testBinary() 42 byte[] binary = (byte[]) load("!!binary \"MQ==\""); in testBinary2() 43 assertEquals(1, binary.length); in testBinary2() 44 assertEquals((byte) '1', binary[0]); in testBinary2() [all …]
|
| /external/icu/android_icu4j/src/main/java/android/icu/lang/ |
| D | UProperty.java | 44 * <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 …]
|
| /external/flatbuffers/tests/annotated_binary/ |
| D | README.md | 1 # Annotated Flatbuffer Binary 3 This directory demonstrates the ability of flatc to annotate binary flatbuffers 4 with helpful annotations. The resulting annotated flatbuffer binary (afb) 5 contains all the binary data with line-by-line annotations. 9 Given a `schema` in either plain-text (.fbs) or already compiled to a binary 10 schema (.bfbs) and `binary` file(s) that was created by the `schema`. 25 The `annotated_binary.bin` is the flatbufer binary of the data contained within 35 The `annotated_binary.afb` is an example of the text format of a binary 39 The file is ordered in increasing the offsets from the beginning of the binary. 42 ### Binary Sections [all …]
|