Searched refs:sizes (Results 1 – 12 of 12) sorted by relevance
/system/update_engine/payload_generator/ |
D | payload_signer_unittest.cc | 220 const vector<int> sizes = {256}; in TEST_F() local 223 payload_path, sizes, &unsigned_payload_hash, &unsigned_metadata_hash)); in TEST_F() 228 payload_path, sizes, &signed_payload_hash, &signed_metadata_hash)); in TEST_F()
|
D | generate_delta_main.cc | 108 void CalculateHashForSigning(const vector<int> &sizes, in CalculateHashForSigning() argument 119 CHECK(PayloadSigner::HashPayloadForSigning(in_file, sizes, &payload_hash, in CalculateHashForSigning()
|
/system/core/logd/ |
D | LogBuffer.cpp | 291 size_t sizes = stats.sizes(id); in maybePrune() local 293 if (sizes > maxSize) { in maybePrune() 294 size_t sizeOver = sizes - ((maxSize * 9) / 10); in maybePrune() 300 unsigned long pruneRows = elements * sizeOver / sizes; in maybePrune() 778 if (stats.sizes(id) > (2 * log_buffer_size(id))) { in prune() 818 if (stats.sizes(id) > (2 * log_buffer_size(id))) { in prune() 884 size_t retval = stats.sizes(id); in getSizeUsed()
|
D | LogStatistics.cpp | 236 size_t sizes = stat.sizes(id); in format() local 239 float totalVirtualSize = (float)sizes + (float)totalDropped * totalSize in format() 243 int realPermille = virtualEntrySize * 1000.0 / sizes; in format() 491 sizes(id), els); in format()
|
D | README.property | 19 platform default sizes than 256KB are 57 to between 64K and 256M for log buffer sizes. Individual log buffer ids
|
D | LogStatistics.h | 70 size_t sizes = entry.getSizes(); in sort() local 72 while ((!retval[index] || (sizes > retval[index]->getSizes())) in sort() 464 size_t sizes(log_id_t id) const { return mSizes[id]; } 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 | 24 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.txt | 7914 sizes; or inSymSeed is nonempty and it is not of the same size as
|
D | raw_commands_fixed.txt | 7925 sizes; or inSymSeed is nonempty and it is not of the same size as
|