Searched refs:sizes (Results 1 – 12 of 12) sorted by relevance
/system/nvram/messages/tests/ |
D | io_test.cpp | 31 template<size_t... sizes> 56 static constexpr size_t kSizes[] = { sizes... }; 63 template<size_t... sizes> 64 constexpr size_t TestInputStreamBuffer<sizes...>::kSizes[]; 179 template<size_t... sizes> 217 static constexpr size_t kSizes[] = { sizes... }; 233 template<size_t... sizes> 234 constexpr size_t TestOutputStreamBuffer<sizes...>::kSizes[];
|
/system/update_engine/payload_generator/ |
D | payload_signer_unittest.cc | 229 const vector<int> sizes = {256}; in TEST_F() local 232 payload_path, sizes, &unsigned_payload_hash, &unsigned_metadata_hash)); in TEST_F() 240 payload_path, sizes, &signed_payload_hash, &signed_metadata_hash)); in TEST_F()
|
D | generate_delta_main.cc | 106 void CalculateHashForSigning(const vector<int> &sizes, in CalculateHashForSigning() argument 117 CHECK(PayloadSigner::HashPayloadForSigning(in_file, sizes, &payload_hash, in CalculateHashForSigning()
|
/system/core/logd/ |
D | LogStatistics.cpp | 271 size_t sizes = stat.sizes(id); in format() local 275 (float)sizes + (float)totalDropped * totalSize / totalElements; in format() 278 int realPermille = virtualEntrySize * 1000.0 / sizes; in format() 515 size_t szs = sizes(id); in format() 545 size_t szs = sizes(id) + els * overhead; in format()
|
D | LogBuffer.cpp | 436 size_t sizes = stats.sizes(id); in maybePrune() local 438 if (sizes > maxSize) { in maybePrune() 439 size_t sizeOver = sizes - ((maxSize * 9) / 10); in maybePrune() 445 unsigned long pruneRows = elements * sizeOver / sizes; in maybePrune() 954 if (stats.sizes(id) > (2 * log_buffer_size(id))) { in prune() 994 if (stats.sizes(id) > (2 * log_buffer_size(id))) { in prune() 1060 size_t retval = stats.sizes(id); in getSizeUsed()
|
D | README.property | 28 platform default sizes than 256KB are 67 to between 64K and 256M for log buffer sizes. Individual log buffer ids
|
D | LogStatistics.h | 96 size_t sizes = entry.getSizes(); in sort() local 98 while ((!retval[index] || (sizes > retval[index]->getSizes())) && in sort() 602 size_t sizes(log_id_t id) const { in sizes() function
|
/system/media/camera/docs/ |
D | html.mako | 40 /* table column sizes */ 52 /* hide the first thead, we need it there only to enforce column sizes */
|
/system/bt/doc/ |
D | style_guide.md | 28 memory layout, sizes, byte order, etc. As a result, some operations are
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 1416 To illustrate, assume that the implementation only supports two sizes (1024 and 2048 bits) for keys 2134 An enumeration can be a list of allowed numeric values. For example, the allowed sizes for an RSA k… 2780 the AES algorithm with multiple sizes of key for TPM 12411 This interface type defines the supported sizes for an AES key. This type is used to allow the 12412 unmarshaling routine to generate the proper validation code for the supported key sizes. An 12413 implementation that supports different key sizes would have a different set of selections. 12437 This interface type defines the supported sizes for an SM4 key. This type is used to allow the 12438 unmarshaling routine to generate the proper validation code for the supported key sizes. An 12439 implementation that supports different key sizes would have a different set of selections. 12469 This union is used to collect the symmetric encryption key sizes. [all …]
|
D | raw_structures_fixed.txt | 1416 To illustrate, assume that the implementation only supports two sizes (1024 and 2048 bits) for keys 2134 An enumeration can be a list of allowed numeric values. For example, the allowed sizes for an RSA k… 12449 This interface type defines the supported sizes for an AES key. This type is used to allow the 12450 unmarshaling routine to generate the proper validation code for the supported key sizes. An 12451 implementation that supports different key sizes would have a different set of selections. 12475 This interface type defines the supported sizes for an SM4 key. This type is used to allow the 12476 unmarshaling routine to generate the proper validation code for the supported key sizes. An 12477 implementation that supports different key sizes would have a different set of selections. 12507 This union is used to collect the symmetric encryption key sizes. 13690 The reference implementation only supports key sizes of 1,024 and 2,048 bits. [all …]
|
D | raw_commands_fixed.txt | 7925 sizes; or inSymSeed is nonempty and it is not of the same size as
|