/external/skqp/tests/ |
D | ChecksumTest.cpp | 16 const size_t kBytes = SkAlign4(128); in DEF_TEST() local 18 uint32_t data[kBytes/4], tweaked[kBytes/4]; in DEF_TEST() 26 const uint32_t hash = SkOpts::hash(data, kBytes); in DEF_TEST() 28 REPORTER_ASSERT(r, hash == SkOpts::hash(data, kBytes)); in DEF_TEST() 34 const uint32_t tweakedHash = SkOpts::hash(tweaked, kBytes); in DEF_TEST() 36 REPORTER_ASSERT(r, tweakedHash == SkOpts::hash(tweaked, kBytes)); in DEF_TEST()
|
/external/skia/tests/ |
D | ChecksumTest.cpp | 16 const size_t kBytes = SkAlign4(128); in DEF_TEST() local 18 uint32_t data[kBytes/4], tweaked[kBytes/4]; in DEF_TEST() 26 const uint32_t hash = SkOpts::hash(data, kBytes); in DEF_TEST() 28 REPORTER_ASSERT(r, hash == SkOpts::hash(data, kBytes)); in DEF_TEST() 34 const uint32_t tweakedHash = SkOpts::hash(tweaked, kBytes); in DEF_TEST() 36 REPORTER_ASSERT(r, tweakedHash == SkOpts::hash(tweaked, kBytes)); in DEF_TEST()
|
/external/libchrome/mojo/public/cpp/base/ |
D | big_buffer.cc | 41 BigBuffer::BigBuffer() : storage_type_(StorageType::kBytes) {} in BigBuffer() 66 case StorageType::kBytes: in data() 80 case StorageType::kBytes: in size() 108 storage_type_ = BigBuffer::StorageType::kBytes; in BigBufferView() 119 storage_type_ = BigBuffer::StorageType::kBytes; in SetBytes() 132 if (storage_type_ == BigBuffer::StorageType::kBytes) { in data() 146 if (view.storage_type_ == BigBuffer::StorageType::kBytes) { in ToBigBuffer()
|
D | big_buffer_unittest.cc | 30 EXPECT_EQ(BigBuffer::StorageType::kBytes, in.storage_type()); in TEST() 35 EXPECT_EQ(BigBuffer::StorageType::kBytes, out.storage_type()); in TEST() 41 EXPECT_EQ(BigBuffer::StorageType::kBytes, in.storage_type()); in TEST() 46 EXPECT_EQ(BigBuffer::StorageType::kBytes, out.storage_type()); in TEST()
|
D | big_buffer.h | 70 kBytes, in COMPONENT_EXPORT() enumerator 106 DCHECK_EQ(storage_type_, StorageType::kBytes); in COMPONENT_EXPORT() 160 DCHECK_EQ(storage_type_, BigBuffer::StorageType::kBytes); in COMPONENT_EXPORT()
|
D | big_buffer_mojom_traits.cc | 45 case mojo_base::BigBuffer::StorageType::kBytes: in GetTag() 97 case mojo_base::BigBuffer::StorageType::kBytes: in GetTag()
|
/external/u-boot/doc/ |
D | README.AMCC-eval-boards-cleanup | 8 o Changed u-boot image size to 256 kBytes instead of 512 kBytes on most
|
D | README.nand-boot-ppc440 | 46 Also another image is created spanning a whole NAND block (16kBytes):
|
/external/perfetto/tools/trace_to_text/ |
D | trace_to_profile.cc | 88 kBytes enumerator 120 string_table["bytes"] = kBytes; in DumpProfilePacket() 133 value_type->set_unit(kBytes); in DumpProfilePacket() 138 value_type->set_unit(kBytes); in DumpProfilePacket()
|
/external/perfetto/include/perfetto/protozero/ |
D | proto_utils.h | 56 kBytes, enumerator 91 case ProtoSchemaType::kBytes: in ProtoSchemaToString()
|
/external/tensorflow/tensorflow/contrib/cloud/kernels/ |
D | bigquery_table_accessor.h | 46 kBytes, enumerator
|
D | bigquery_table_accessor.cc | 49 *enum_type = BigQueryTableAccessor::ColumnType::kBytes; in ParseColumnType() 324 case BigQueryTableAccessor::ColumnType::kBytes: in AppendValueToExample()
|
D | bigquery_table_accessor_test.cc | 167 BigQueryTableAccessor::ColumnType::kBytes);
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_utils.cc | 330 static const char* const kBytes = variable 393 helps.push_back(kBytes); in QueryDoc()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/ |
D | PKCS12KeyStoreSpi.java | 1332 byte[] kBytes = wrapKey(keyAlgorithm.getId(), privKey, kParams, password); in doStore() 1334 …yptedPrivateKeyInfo kInfo = new org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo(kAlgId, kBytes); in doStore()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/pkcs12/ |
D | PKCS12KeyStoreSpi.java | 1336 byte[] kBytes = wrapKey(keyAlgorithm.getId(), privKey, kParams, password); in doStore() 1338 …KeyInfo kInfo = new com.android.org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo(kAlgId, kBytes); in doStore()
|
/external/libogg/doc/ |
D | rfc3533.txt | 328 about 64 kBytes, sometimes a packet has to be distributed over 361 32 kBytes would always penalize small packets (< 255 bytes, the
|
/external/perfetto/src/trace_processor/ |
D | proto_trace_parser.cc | 1032 case ProtoSchemaType::kBytes: { in ParseTypedFtraceToRaw()
|