/system/tools/aidl/ |
D | generate_aidl_mappings.cpp | 24 namespace mappings { namespace 32 SignatureMap mappings; in generate_mappings() local 34 return mappings; in generate_mappings() 46 mappings[signature.str()] = dump_location(*method); in generate_mappings() 49 return mappings; in generate_mappings()
|
D | generate_aidl_mappings.h | 25 namespace mappings {
|
D | aidl.cpp | 758 android::aidl::mappings::SignatureMap all_mappings; in dump_mappings() 769 auto mappings = mappings::generate_mappings(defined_type.get()); in dump_mappings() local 770 all_mappings.insert(mappings.begin(), mappings.end()); in dump_mappings()
|
D | aidl_language.h | 72 namespace mappings { 155 friend std::string android::aidl::mappings::dump_location(const AidlNode&);
|
/system/memory/libmemunreachable/ |
D | ProcessMappings.cpp | 32 ReadMapCallback(allocator::vector<Mapping>& mappings) : mappings_(mappings) {} in ReadMapCallback() 44 bool ProcessMappings(pid_t pid, allocator::vector<Mapping>& mappings) { in ProcessMappings() argument 51 allocator::string content(mappings.get_allocator()); in ProcessMappings() 56 ReadMapCallback callback(mappings); in ProcessMappings()
|
D | MemUnreachable.cpp | 58 const allocator::vector<Mapping>& mappings, 66 bool ClassifyMappings(const allocator::vector<Mapping>& mappings, 88 const allocator::vector<Mapping>& mappings, in CollectAllocations() argument 92 for (auto it = mappings.begin(); it != mappings.end(); it++) { in CollectAllocations() 96 allocator::vector<Mapping> heap_mappings{mappings}; in CollectAllocations() 97 allocator::vector<Mapping> anon_mappings{mappings}; in CollectAllocations() 98 allocator::vector<Mapping> globals_mappings{mappings}; in CollectAllocations() 99 allocator::vector<Mapping> stack_mappings{mappings}; in CollectAllocations() 100 if (!ClassifyMappings(mappings, heap_mappings, anon_mappings, globals_mappings, stack_mappings)) { in CollectAllocations() 225 bool MemUnreachable::ClassifyMappings(const allocator::vector<Mapping>& mappings, in ClassifyMappings() argument [all …]
|
D | ProcessMappings.h | 43 bool ProcessMappings(pid_t pid, allocator::vector<Mapping>& mappings);
|
D | README.md | 141 …locations is produced by examining the memory mappings and calling `malloc_iterate()` on any heap …
|
/system/netd/tests/benchmarks/ |
D | dns_benchmark.cpp | 57 std::vector<DnsResponderClient::Mapping> mappings; member in DnsFixture 67 dns.SetupMappings(num_hosts, domains, &mappings); in SetUp() 68 dns.SetupDNSServers(MAXNS, mappings, &mDns, &servers); in SetUp() 84 return mappings; in getMappings()
|
/system/chre/host/hal_generic/common/ |
D | hal_client_manager.cc | 31 bool getClientMappingsFromFile(const char *filePath, Json::Value &mappings) { in getClientMappingsFromFile() argument 35 Json::parseFromStream(builder, file, &mappings, /* errs= */ nullptr); in getClientMappingsFromFile() 52 Json::Value mappings; in createClientIdLocked() local 57 mappings.append(mapping); in createClientIdLocked() 63 writer->write(mappings, &fileStream); in createClientIdLocked() 414 Json::Value mappings; in HalClientManager() local 415 if (!getClientMappingsFromFile(kClientMappingFilePath, mappings)) { in HalClientManager() 422 for (int i = 0; i < mappings.size(); i++) { in HalClientManager() 423 Json::Value mapping = mappings[i]; in HalClientManager()
|
/system/timezone/input_data/android/ |
D | countryzones.txt | 113 # used in a single region, the mappings here may not satisfy everybody. 123 # ICU require a major release update to provide mappings / localized
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | domain.te | 524 # New service_types are defined in {,hw,vnd}service.te and new mappings
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | domain.te | 524 # New service_types are defined in {,hw,vnd}service.te and new mappings
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | domain.te | 507 # New service_types are defined in {,hw,vnd}service.te and new mappings
|
/system/sepolicy/public/ |
D | domain.te | 506 # New service_types are defined in {,hw,vnd}service.te and new mappings
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | domain.te | 506 # New service_types are defined in {,hw,vnd}service.te and new mappings
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | domain.te | 505 # New service_types are defined in {,hw,vnd}service.te and new mappings
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | domain.te | 531 # New service_types are defined in {,hw,vnd}service.te and new mappings
|
/system/chre/pal/doc/ |
D | Doxyfile | 233 # This tag can be used to specify a number of word-keyword mappings (TCL only).
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 233 # This tag can be used to specify a number of word-keyword mappings (TCL only).
|
/system/media/audio_utils/ |
D | Doxyfile | 256 # This tag can be used to specify a number of word-keyword mappings (TCL only).
|