/system/core/libmemtrack/ |
D | memtrack.c | 39 struct memtrack_record *records; member 77 free(p->types[i].records); in memtrack_proc_destroy() 90 ret = module->getMemory(module, pid, type, t->records, &num_records); in memtrack_proc_get_type() 97 free(t->records); in memtrack_proc_get_type() 98 t->records = calloc(sizeof(*t->records), num_records); in memtrack_proc_get_type() 99 if (!t->records) { in memtrack_proc_get_type() 154 if ((p->types[type].records[j].flags & flags) == flags) { in memtrack_proc_sum() 155 sum += p->types[type].records[j].size_in_bytes; in memtrack_proc_sum()
|
/system/extras/simpleperf/ |
D | record_test.cpp | 41 std::vector<std::unique_ptr<Record>> records = in CheckRecordMatchBinary() local 43 ASSERT_EQ(1u, records.size()); in CheckRecordMatchBinary() 44 CheckRecordEqual(record, *records[0]); in CheckRecordMatchBinary() 108 std::vector<MmapRecord> records; in TEST_F() local 111 records.push_back(r); in TEST_F() 116 ASSERT_EQ(records.size(), out_records.size()); in TEST_F() 117 for (size_t i = 0; i < records.size(); ++i) { in TEST_F() 118 CheckRecordEqual(records[i], *out_records[i]); in TEST_F()
|
D | record_file_test.cpp | 89 std::vector<std::unique_ptr<Record>> records = reader->DataSection(); in TEST_F() local 90 ASSERT_EQ(1u, records.size()); in TEST_F() 91 CheckRecordEqual(mmap_record, *records[0]); in TEST_F() 128 std::vector<std::unique_ptr<Record>> records = reader->DataSection(); in TEST_F() local 129 ASSERT_EQ(3u, records.size()); in TEST_F() 130 CheckRecordEqual(r2, *records[0]); in TEST_F() 131 CheckRecordEqual(r1, *records[1]); in TEST_F() 132 CheckRecordEqual(r3, *records[2]); in TEST_F()
|
D | record_file_reader.cpp | 174 std::vector<std::unique_ptr<Record>> records = cache.PopAll(); in ReadDataSection() local 175 for (auto& record : records) { in ReadDataSection() 257 std::vector<std::unique_ptr<Record>> records; in DataSection() local 259 records.push_back(std::move(record)); in DataSection() 262 return records; in DataSection()
|
D | cmd_record_test.cpp | 84 std::vector<std::unique_ptr<Record>> records = reader->DataSection(); in TEST() local 85 ASSERT_GT(records.size(), 0U); in TEST() 87 for (auto& record : records) { in TEST()
|
D | cmd_dumprecord.cpp | 196 std::vector<BuildIdRecord> records = record_file_reader_->ReadBuildIdFeature(); in DumpFeatureSection() local 197 for (auto& r : records) { in DumpFeatureSection()
|
D | record.cpp | 730 std::vector<std::unique_ptr<Record>> records = ReadRecordsFromBuffer(attr_, data, size); in Push() local 732 for (const auto& r : records) { in Push() 736 for (auto& r : records) { in Push()
|
D | cmd_record.cpp | 267 std::vector<std::unique_ptr<Record>> records = record_cache_->PopAll(); in Run() local 268 for (auto& r : records) { in Run()
|
D | cmd_report.cpp | 631 std::vector<BuildIdRecord> records = record_file_reader_->ReadBuildIdFeature(); in ReadFeaturesFromRecordFile() local 633 for (auto& r : records) { in ReadFeaturesFromRecordFile()
|
/system/bt/btif/src/ |
D | btif_sdp.c | 47 bt_status_t create_sdp_record(bluetooth_sdp_record *records, int* record_handles); 76 evt_data->record_count, evt_data->records); in btif_sdp_search_comp_evt() 92 copy_sdp_records(p_src_data->records, p_dest_data->records, p_src_data->record_count); in sdp_search_comp_copy_cb() 102 size += get_sdp_records_size(p_data->sdp_search_comp.records, in sdp_dm_cback()
|
/system/core/bootstat/ |
D | README.md | 3 The bootstat command records boot events (e.g., `firmware_loaded`, 12 -p, --print Dump the boot event records to the console
|
/system/bt/bta/sdp/ |
D | bta_sdp_act.c | 409 bta_create_mas_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback() 412 bta_create_mns_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback() 415 bta_create_pse_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback() 418 bta_create_ops_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback() 421 bta_create_sap_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback() 426 bta_create_raw_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
|
/system/bt/bta/include/ |
D | bta_sdp_api.h | 60 bluetooth_sdp_record records[BTA_SDP_MAX_RECORDS]; member
|
/system/core/metricsd/uploader/proto/ |
D | histogram_event.proto | 51 // records, but was never used. As of M31, it is no longer sent by Chrome
|
/system/sepolicy/ |
D | te_macros | 122 # Note: If you see denial records that distill to the
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 14846 used, the TPM records the fact that the key has been used so that it cannot be used again.
|
D | raw_commands.txt | 14835 used, the TPM records the fact that the key has been used so that it cannot be used again.
|