/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 | 787 android::aidl::mappings::SignatureMap all_mappings; in dump_mappings() 801 auto mappings = mappings::generate_mappings(defined_type); in dump_mappings() local 802 all_mappings.insert(mappings.begin(), mappings.end()); in dump_mappings()
|
D | aidl_language.h | 29 namespace mappings { 89 friend std::string android::aidl::mappings::dump_location(const AidlNode&);
|
/system/core/libmemunreachable/ |
D | ProcessMappings.cpp | 32 ReadMapCallback(allocator::vector<Mapping>& mappings) : mappings_(mappings) {} in ReadMapCallback() 43 bool ProcessMappings(pid_t pid, allocator::vector<Mapping>& mappings) { in ProcessMappings() argument 50 allocator::string content(mappings.get_allocator()); in ProcessMappings() 55 ReadMapCallback callback(mappings); in ProcessMappings()
|
D | MemUnreachable.cpp | 57 const allocator::vector<Mapping>& mappings, 65 bool ClassifyMappings(const allocator::vector<Mapping>& mappings, 87 const allocator::vector<Mapping>& mappings, in CollectAllocations() argument 91 for (auto it = mappings.begin(); it != mappings.end(); it++) { in CollectAllocations() 95 allocator::vector<Mapping> heap_mappings{mappings}; in CollectAllocations() 96 allocator::vector<Mapping> anon_mappings{mappings}; in CollectAllocations() 97 allocator::vector<Mapping> globals_mappings{mappings}; in CollectAllocations() 98 allocator::vector<Mapping> stack_mappings{mappings}; in CollectAllocations() 99 if (!ClassifyMappings(mappings, heap_mappings, anon_mappings, globals_mappings, stack_mappings)) { in CollectAllocations() 224 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 | 67 …locations is produced by examining the memory mappings and calling `malloc_iterate()` on any heap …
|
/system/netd/tests/benchmarks/ |
D | dns_benchmark.cpp | 58 std::vector<DnsResponderClient::Mapping> mappings; member in DnsFixture 68 dns.SetupMappings(num_hosts, domains, &mappings); in SetUp() 70 dns.SetupDNSServers(MAXNS, mappings, &mDns, &servers); in SetUp() 84 return mappings; in getMappings()
|
/system/netd/resolv/dns_responder/ |
D | dns_responder_client.cpp | 35 std::vector<Mapping>* mappings) { in SetupMappings() argument 36 mappings->resize(num_hosts * domains.size()); in SetupMappings() 37 auto mappings_it = mappings->begin(); in SetupMappings() 103 void DnsResponderClient::SetupDNSServers(unsigned num_servers, const std::vector<Mapping>& mappings, in SetupDNSServers() argument 114 for (const auto& mapping : mappings) { in SetupDNSServers()
|
D | dns_responder_client.h | 58 std::vector<Mapping>* mappings); 86 static void SetupDNSServers(unsigned num_servers, const std::vector<Mapping>& mappings,
|
/system/netd/resolv/ |
D | resolver_test.cpp | 235 std::vector<DnsResponderClient::DnsResponderClient::Mapping> mappings; in RunGetAddrInfoStressTest_Binder() local 236 ASSERT_NO_FATAL_FAILURE(mDnsClient.SetupMappings(num_hosts, domains, &mappings)); in RunGetAddrInfoStressTest_Binder() 237 ASSERT_NO_FATAL_FAILURE(mDnsClient.SetupDNSServers(MAXNS, mappings, &dns, &servers)); in RunGetAddrInfoStressTest_Binder() 244 thread = std::thread([&mappings, num_queries]() { in RunGetAddrInfoStressTest_Binder() 246 uint32_t ofs = arc4random_uniform(mappings.size()); in RunGetAddrInfoStressTest_Binder() 247 auto& mapping = mappings[ofs]; in RunGetAddrInfoStressTest_Binder() 520 std::vector<DnsResponderClient::Mapping> mappings; in TEST_F() local 521 ASSERT_NO_FATAL_FAILURE(mDnsClient.SetupMappings(1, domains, &mappings)); in TEST_F() 522 ASSERT_NO_FATAL_FAILURE(mDnsClient.SetupDNSServers(4, mappings, &dns, &servers)); in TEST_F() 523 ASSERT_EQ(1U, mappings.size()); in TEST_F() [all …]
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | domain.te | 427 # New service_types are defined in {,hw,vnd}service.te and new mappings
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | domain.te | 430 # New service_types are defined in {,hw,vnd}service.te and new mappings
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | domain.te | 515 # New service_types are defined in {,hw,vnd}service.te and new mappings
|
/system/sepolicy/public/ |
D | domain.te | 507 # 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/media/audio_utils/ |
D | Doxyfile | 225 # This tag can be used to specify a number of word-keyword mappings (TCL only).
|
D | Doxyfile.orig | 225 # This tag can be used to specify a number of word-keyword mappings (TCL only).
|
/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).
|