Searched refs:sizes (Results 1 - 7 of 7) sorted by relevance

/system/nvram/messages/tests/
H A Dio_test.cpp29 // windows of |sizes| specified by the template parameters. Each byte read from
31 template<size_t... sizes>
56 static constexpr size_t kSizes[] = { sizes... };
63 template<size_t... sizes>
64 constexpr size_t TestInputStreamBuffer<sizes...>::kSizes[];
177 // of |sizes| specified as template parameters. The output is expected to be
179 template<size_t... sizes>
217 static constexpr size_t kSizes[] = { sizes... };
233 template<size_t... sizes>
234 constexpr size_t TestOutputStreamBuffer<sizes
[all...]
/system/update_engine/payload_generator/
H A Dpayload_signer_unittest.cc229 const vector<int> sizes = {256}; local
232 payload_path, sizes, &unsigned_payload_hash, &unsigned_metadata_hash));
240 payload_path, sizes, &signed_payload_hash, &signed_metadata_hash));
H A Dgenerate_delta_main.cc68 "Only signature sizes of 256 bytes are supported.";
106 void CalculateHashForSigning(const vector<int> &sizes, argument
117 CHECK(PayloadSigner::HashPayloadForSigning(in_file, sizes, &payload_hash,
300 "You may pass in multiple sizes by colon separating them. E.g. "
/system/core/logd/
H A DLogBuffer.cpp444 size_t sizes = stats.sizes(id); local
446 if (sizes > maxSize) {
447 size_t sizeOver = sizes - ((maxSize * 9) / 10);
453 unsigned long pruneRows = elements * sizeOver / sizes;
634 if (stats.sizes(id) > (2 * log_buffer_size(id))) { // +100%
1071 size_t retval = stats.sizes(id);
H A DLogStatistics.cpp350 size_t sizes = stat.sizes(id); local
354 (float)sizes + (float)totalDropped * totalSize / totalElements;
357 int realPermille = virtualEntrySize * 1000.0 / sizes;
670 size_t szs = sizes(id);
761 size_t szs = sizes(id) + els * overhead;
H A DLogStatistics.h102 size_t sizes = entry.getSizes(); local
104 while ((!retval[index] || (sizes > retval[index]->getSizes())) &&
767 size_t sizes(log_id_t id) const { function in class:LogStatistics
/system/media/camera/docs/
H A Dhtml.mako40 /* table column sizes */
52 /* hide the first thead, we need it there only to enforce column sizes */

Completed in 212 milliseconds