/system/extras/pagecache/ |
D | pagecache.py | 84 def print_stats_curses(self, pad): argument 86 height, width = pad.getmaxyx() 87 pad.clear() 88 pad.addstr(0, 2, 'NAME'.ljust(68), curses.A_REVERSE) 89 pad.addstr(0, 70, 'ADDED (MB)'.ljust(12), curses.A_REVERSE) 90 pad.addstr(0, 82, 'REMOVED (MB)'.ljust(14), curses.A_REVERSE) 91 pad.addstr(0, 96, 'SIZE (MB)'.ljust(9), curses.A_REVERSE) 99 pad.addstr(y, 2, filename) 100 pad.addstr(y, 70, self.pages_to_mb(added).rjust(10)) 101 pad.addstr(y, 80, self.pages_to_mb(removed).rjust(14)) [all …]
|
/system/media/audio_utils/spdif/ |
D | SPDIFEncoder.cpp | 149 uint16_t pad = mBurstBuffer[mByteCursor >> 1]; in writeBurstBufferBytes() local 152 pad |= *buffer++; // put second byte in LSB in writeBurstBufferBytes() 153 mBurstBuffer[mByteCursor >> 1] = pad; in writeBurstBufferBytes() 154 pad = 0; in writeBurstBufferBytes() 156 pad |= (*buffer++) << 8; // put first byte in MSB in writeBurstBufferBytes() 162 mBurstBuffer[mByteCursor >> 1] = pad; in writeBurstBufferBytes()
|
/system/core/libsparse/ |
D | sparse.cpp | 117 int64_t pad; in write_all_blocks() local 130 pad = s->len - (int64_t)last_block * s->block_size; in write_all_blocks() 131 assert(pad >= 0); in write_all_blocks() 132 if (pad > 0) { in write_all_blocks() 133 write_skip_chunk(out, pad); in write_all_blocks()
|
D | output_file.cpp | 62 int (*pad)(struct output_file*, int64_t); member 171 .pad = file_pad, 250 .pad = gz_file_pad, 295 .pad = callback_file_pad, 485 return out->ops->pad(out, out->len); in write_normal_end_chunk()
|
/system/media/camera/docs/ |
D | camera_metadata_tags.mako | 65 ${path_name(i) + '.start' | csym,ljust(30)} = ${path_name(i) | csym,pad(64)} << 16, 102 ${entry.name | csym}_${val.name | pad(70)}${val.hidl_comment_string} 104 ${'%s_%s'%(csym(entry.name), val.name) | pad(70)} = ${val.id}${val.hidl_comment_string}
|
D | camera_metadata_tag_info.mako | 36 ${"[%s]" %(path_name(i)) | csym,pad(36)} = "${path_name(i)}", 42 ${"[%s]" %(path_name(i)) | csym,pad(36)} = { ${path_name(i) | csym}_START, 52 { ${'"%s",' %(entry.name_short) | pad(40)} ${entry.type | ctype_enum,ljust(11)} },
|
D | ndk_camera_metadata_tags.mako | 71 ${ndk(path_name(i)) + '.start' | csym,ljust(30)} = ${ndk(path_name(i)) | csym,pad(64)} << 16, 180 ${'%s_%s'%(csym(ndk(entry.name)), val.name) | pad(70)} = ${val.id}, 185 ${'%s_%s'%(csym(ndk(entry.name)), val.name) | pad(70)} = ${i},
|
D | HidlMetadata.mako | 151 ${'%s_%s'%(csym(entry.name), val.name) | pad(65)} = ${val.id},
|
D | metadata_helpers.py | 355 def pad(col): function
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | UcontextX86_64.h | 41 int32_t pad; member
|
/system/core/trusty/utils/rpmb_dev/ |
D | rpmb_protocol.h | 50 uint8_t pad[196]; member
|
D | rpmb_dev.c | 74 uint8_t pad[512 - 4 - 2 - 1 - 1 - sizeof(struct rpmb_key)]; member
|
/system/core/libdiskconfig/include/diskconfig/ |
D | diskconfig.h | 76 uint16_t pad; /* bytes 444-445 */ member
|
/system/extras/simpleperf/ |
D | RecordReadThread_test.cpp | 452 std::vector<char> pad; member 456 : buf1(buf1_size, c), buf2(buf2_size, c), pad(pad_size, 0), lost(lost) {} in FakeAuxData() 524 expected.buf1.size() + expected.buf2.size() + expected.pad.size()); in TEST_F() 535 if (!expected.pad.empty()) { in TEST_F() 536 ASSERT_EQ(memcmp(p, expected.pad.data(), expected.pad.size()), 0); in TEST_F()
|
D | RecordReadThread.cpp | 607 uint64_t pad = 0; in ReadAuxDataFromKernelBuffer() local 608 memcpy(p, &pad, pad_size); in ReadAuxDataFromKernelBuffer()
|
D | JITDebugReader.cpp | 145 uint32_t pad; member
|
/system/netd/libnetdbpf/include/netdbpf/ |
D | bpf_shared.h | 201 uint8_t pad[3]; member
|
/system/chre/external/kiss_fft/ |
D | kiss_fftr.c | 31 void * pad; member
|
/system/tools/mkbootimg/ |
D | mkbootimg.py | 86 pad = (padding - (f.tell() & (padding - 1))) & (padding - 1) 87 f.write(pack(str(pad) + 'x'))
|
/system/core/libsync/ |
D | sync.c | 175 data.pad = 0; in modern_sync_merge()
|
/system/nfc/src/nfa/include/ |
D | nfa_dm_int.h | 182 uint16_t pad; /* add padding to ensure the size is big enough for member
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 1283 block pad; in ae_decrypt() local 1286 pad = tmp.bl; in ae_decrypt() 1288 tmp.bl = xor_block(tmp.bl, pad); in ae_decrypt()
|
/system/update_engine/ |
D | update_metadata.proto | 136 // always pad the signature data to the maximum possible signature size of
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 136 // always pad the signature data to the maximum possible signature size of
|