| /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/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/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(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/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(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/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/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/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/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/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/swiftshader/third_party/llvm-7.0/llvm/ |
| D | .gitattributes | 1 # binary files 2 test/Object/Inputs/*.a-* binary 3 test/tools/dsymutil/Inputs/*.o binary 4 test/tools/dsymutil/Inputs/*.a binary 5 test/tools/dsymutil/Inputs/*.i386 binary 6 test/tools/dsymutil/Inputs/*.x86_64 binary 7 test/tools/dsymutil/Inputs/*.armv7m binary 8 test/tools/dsymutil/Inputs/*.dylib binary 9 test/tools/llvm-ar/Inputs/*.lib binary 10 test/tools/llvm-objdump/Inputs/*.a binary [all …]
|
| /external/libyuv/files/tools_libyuv/valgrind/ |
| D | gdb_helper.py | 58 def AddBinaryAt(self, binary, load_address): argument 60 self._load_addresses[binary] = load_address 62 def Add(self, binary, address): argument 64 if binary == '': 65 logging.warn('adding address %s in empty binary?' % address) 66 if binary in self._binaries: 67 self._binaries[binary].append(address) 69 self._binaries[binary] = [address] 75 for binary in self._binaries.keys(): 76 if binary != '' and binary in self._load_addresses: [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/python/cpython3/Mac/Tools/ |
| D | plistlib_generate_testdata.py | 74 …binary gunk>\x00\x01\x02\x03<lots of binary gunk>\x00\x01\x02\x03<lots of binary gunk>\x00\x01\x02… 77 pl[nsstr('someData')] = b'<binary gunk>' 79 …binary gunk>\x00\x01\x02\x03<lots of binary gunk>\x00\x01\x02\x03<lots of binary gunk>\x00\x01\x02…
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkPrograms.cpp | 60 ProgramBinary::ProgramBinary (ProgramFormat format, size_t binarySize, const deUint8* binary) in ProgramBinary() argument 62 , m_binary (binary, binary+binarySize) in ProgramBinary() 80 bool isSaneSpirVBinary (const ProgramBinary& binary) in isSaneSpirVBinary() argument 87 DE_ASSERT(binary.getFormat() == PROGRAM_FORMAT_SPIRV); in isSaneSpirVBinary() 89 if (binary.getSize() % sizeof(deUint32) != 0) in isSaneSpirVBinary() 92 if (binary.getSize() < sizeof(deUint32)) in isSaneSpirVBinary() 95 if (*(const deUint32*)binary.getBinary() != spirvMagicBytes) in isSaneSpirVBinary() 101 void optimizeCompiledBinary (vector<deUint32>& binary, int optimizationRecipe, const SpirvVersion s… in optimizeCompiledBinary() argument 134 const bool ok = optimizer.Run(binary.data(), binary.size(), &binary, optimizer_options); in optimizeCompiledBinary() 140 ProgramBinary* createProgramBinaryFromSpirV (const vector<deUint32>& binary) in createProgramBinaryFromSpirV() argument [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/angle/extensions/ |
| D | EGL_ANGLE_program_cache_control.txt | 38 that have access to an internal binary program cache. It also allows for 39 querying and populating the contents of the binary cache. 59 void *binary, 66 const void *binary, 99 for details on the program binary cache. 101 Add a section 3.13 to the end of section 3 "EGL Program Binary Cache": 103 Each display has an associated program binary cache. This cache stores 110 Program binary cache properties may be queried using 126 void *key, EGLint *keysize, void *binary, EGLint *binarysize); 132 and 'keysize' are non-null, and 'binary' and 'key' are null, the size of the [all …]
|
| /external/python/cpython2/Doc/library/ |
| D | binascii.rst | 2 :mod:`binascii` --- Convert between binary and ASCII 6 :synopsis: Tools for converting between binary and various ASCII-encoded binary 16 binary and various ASCII-encoded binary representations. Normally, you will not 27 Convert a single line of uuencoded data back to binary and return the binary 28 data. Lines normally contain 45 (binary) bytes, except for the last line. Line 34 Convert binary data to a line of ASCII characters, the return value is the 41 Convert a block of base64 data back to binary and return the binary data. More 47 Convert binary data to a line of ASCII characters in base64 coding. The return 56 Convert a block of quoted-printable data back to binary and return the binary 63 Convert binary data to a line(s) of ASCII characters in quoted-printable [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
| D | Binary.cpp | 1 //===- Binary.cpp - A generic binary file ---------------------------------===// 10 // This file defines the Binary class. 14 #include "llvm/Object/Binary.h" 34 Binary::~Binary() = default; 36 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary() function in Binary 39 StringRef Binary::getData() const { return Data.getBuffer(); } in getData() 41 StringRef Binary::getFileName() const { return Data.getBufferIdentifier(); } in getFileName() 43 MemoryBufferRef Binary::getMemoryBufferRef() const { return Data; } in getMemoryBufferRef() 45 Expected<std::unique_ptr<Binary>> object::createBinary(MemoryBufferRef Buffer, in createBinary() 79 // PDB does not support the Binary interface. in createBinary() [all …]
|