/system/memory/libmeminfo/tools/ |
D | showmap.cpp | 39 using ::android::meminfo::Format; 69 Format format = Format::RAW; in main() 95 if (format == Format::INVALID) { in main()
|
D | librank.cpp | 36 using ::android::meminfo::Format; 95 Format format = Format::RAW; in main() 117 if (format == Format::INVALID) { in main()
|
/system/logging/logd/ |
D | PruneList.cpp | 31 std::string Prune::Format() const { in Format() function in Prune 167 std::string PruneList::Format() const { in Format() function in PruneList 177 prune_rules.emplace_back(rule.Format()); in Format() 180 prune_rules.emplace_back("~" + rule.Format()); in Format()
|
D | PruneList.h | 34 std::string Format() const; 49 std::string Format() const;
|
D | LogTags.cpp | 138 const std::string& Format, const char* source, in AddEventLogTags() argument 141 if (Format.length()) Key += "+" + Format; in AddEventLogTags() 157 if (Format.length()) { in AddEventLogTags() 161 tag2format[tag] = Format; in AddEventLogTags() 188 LOG(DEBUG) << "Multiple tag " << tag << " " << Name << " " << Format << " " << source; in AddEventLogTags() 262 std::string Format(format, cp - format); in ReadFileEventLogTags() local 264 AddEventLogTags((uint32_t)Tag, uid, Name, Format, in ReadFileEventLogTags() 320 std::string Format; in ReadPersistEventLogTags() local 344 Format = std::string(elem.data.string, elem.len); in ReadPersistEventLogTags() 349 AddEventLogTags(Tag, uid, Name, Format); in ReadPersistEventLogTags() [all …]
|
D | CommandListener.cpp | 189 cli->sendMsg(PackageString(stats()->Format(uid, pid, logMask)).c_str()); in runCommand() 195 cli->sendMsg(PackageString(prune()->Format()).c_str()); in runCommand()
|
/system/memory/libmeminfo/libdmabufinfo/tools/ |
D | dmabuf_dump.cpp | 42 using Format = ::android::meminfo::Format; typedef 232 Format format = Format::RAW; in main() 244 case Format::CSV: in main() 247 case Format::RAW: in main()
|
/system/core/init/ |
D | keychords_test.cpp | 194 std::string Format() const; 197 static std::string Format(const std::vector<const std::vector<int>>& chords); 265 std::string TestFrame::Format(const std::vector<const std::vector<int>>& chords) { in Format() function in android::init::__anon8ab3744a0111::TestFrame 277 std::string TestFrame::Format() const { in Format() function in android::init::__anon8ab3744a0111::TestFrame 278 return Format(keycodes_); in Format() 318 << test_frame.Format(); in TEST() 331 EXPECT_TRUE(test_frame.IsNoChord()) << "expected nothing got " << test_frame.Format(); in TEST() 344 << test_frame.Format(); in TEST()
|
/system/memory/libmeminfo/libsmapinfo/ |
D | smapinfo.cpp | 46 using ::android::meminfo::Format; 503 Format format; 571 case Format::RAW: in print_header() 590 case Format::CSV: in print_header() 600 case Format::JSON: in print_header() 608 if (params->format == Format::RAW) { in print_library() 695 case Format::RAW: in print_procs() 698 case Format::JSON: in print_procs() 701 case Format::CSV: in print_procs() 715 Format format, SortOrder sort_order, bool reverse_sort, in run_librank() [all …]
|
/system/memory/libmeminfo/libsmapinfo/include/ |
D | smapinfo.h | 54 android::meminfo::Format format, SortOrder sort_order, bool reverse_sort, 62 bool quiet, android::meminfo::Format format,
|
/system/secretkeeper/ |
D | rustfmt.toml | 1 # Android Format Style
|
/system/keymint/ |
D | rustfmt.toml | 1 # Android Format Style
|
/system/security/keystore2/ |
D | rustfmt.toml | 1 # Android Format Style
|
/system/memory/libmeminfo/include/meminfo/ |
D | procmeminfo.h | 178 enum class Format { INVALID = 0, RAW, JSON, CSV }; enum 180 Format GetFormat(std::string_view arg);
|
/system/vold/fs/ |
D | Exfat.h | 33 status_t Format(const std::string& source);
|
D | F2fs.h | 33 status_t Format(const std::string& source, const bool is_zoned,
|
D | Vfat.h | 33 status_t Format(const std::string& source, unsigned long numSectors);
|
D | Ext4.h | 33 status_t Format(const std::string& source, unsigned long numSectors, const std::string& target);
|
D | Exfat.cpp | 80 status_t Format(const std::string& source) { in Format() function
|
D | F2fs.cpp | 74 status_t Format(const std::string& source, bool is_zoned, in Format() function
|
/system/extras/memory_replay/traces/ |
D | README | 7 Format of dumps: 24 Format of each action:
|
/system/nfc/tools/casimir/src/ |
D | rf_packets.pdl | 103 // Cf [DIGITAL] Table 20: SEL_RES Response Format 118 // Cf [DIGITAL] Table 55: RATS Parameter Byte (PARAM) Format 126 // Cf [DIGITAL] Table 58: RATS Response Format 137 // Cf [DIGITAL] Table 95: FSL Format 146 // Cf [DIGITAL] Table 87: ATR_RES Response Format
|
/system/vold/model/ |
D | PrivateVolume.cpp | 232 if (ext4::Format(mDmDevPath, 0, "/data")) { in doFormat() 237 if (f2fs::Format(mDmDevPath, false, {})) { in doFormat()
|
/system/gsid/ |
D | partition_installer.h | 72 bool Format();
|
/system/sepolicy/private/ |
D | keystore2_key_contexts | 3 # Format:
|