Searched refs:sizes (Results 1 – 13 of 13) 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 | 174 const vector<int> sizes = {256}; in TEST_F() local 177 sizes, in TEST_F() 187 payload_file.path(), sizes, &signed_payload_hash, &signed_metadata_hash)); in TEST_F()
|
D | generate_delta_main.cc | 105 void CalculateHashForSigning(const vector<int>& sizes, in CalculateHashForSigning() argument 117 in_file, sizes, &payload_hash, &metadata_hash)); in CalculateHashForSigning()
|
/system/extras/boottime_tools/io_analysis/ |
D | check_verity.py | 122 sizes = sorted(self.block_size_vs_reads_histogram.keys()) 124 for s in sizes:
|
/system/core/logd/ |
D | LogBuffer.cpp | 448 size_t sizes = stats.sizes(id); in maybePrune() local 450 if (sizes > maxSize) { in maybePrune() 451 size_t sizeOver = sizes - ((maxSize * 9) / 10); in maybePrune() 457 unsigned long pruneRows = elements * sizeOver / sizes; in maybePrune() 638 if (stats.sizes(id) > (2 * log_buffer_size(id))) { // +100% in kickMe() 1075 size_t retval = stats.sizes(id); in getSizeUsed()
|
D | LogStatistics.cpp | 350 size_t sizes = stat.sizes(id); in format() local 354 (float)sizes + (float)totalDropped * totalSize / totalElements; in format() 357 int realPermille = virtualEntrySize * 1000.0 / sizes; in format() 670 size_t szs = sizes(id); in format() 761 size_t szs = sizes(id) + els * overhead; in format()
|
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 | 102 size_t sizes = entry.getSizes(); in sort() local 104 while ((!retval[index] || (sizes > retval[index]->getSizes())) && in sort() 766 size_t sizes(log_id_t id) const {
|
/system/media/camera/docs/ |
D | html.mako | 40 /* table column sizes */ 53 /* hide the first thead, we need it there only to enforce column sizes */
|
/system/update_engine/ |
D | boot_control_android_unittest.cc | 307 void SetMetadata(uint32_t slot, const PartitionSuffixSizes& sizes) { in SetMetadata() argument 308 SetMetadata(slot, partitionSuffixSizesToMetadata(sizes)); in SetMetadata()
|
D | update_metadata.proto | 288 // Maximum size of the group. The sum of sizes of all partitions in the group
|
/system/bt/doc/ |
D | style_guide.md | 28 memory layout, sizes, byte order, etc. As a result, some operations are
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 288 // Maximum size of the group. The sum of sizes of all partitions in the group
|