Home
last modified time | relevance | path

Searched refs:mappings (Results 1 – 21 of 21) sorted by relevance

/system/tools/aidl/
Dgenerate_aidl_mappings.cpp24 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()
Dgenerate_aidl_mappings.h25 namespace mappings {
Daidl.cpp787 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()
Daidl_language.h29 namespace mappings {
89 friend std::string android::aidl::mappings::dump_location(const AidlNode&);
/system/core/libmemunreachable/
DProcessMappings.cpp32 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()
DMemUnreachable.cpp57 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 …]
DProcessMappings.h43 bool ProcessMappings(pid_t pid, allocator::vector<Mapping>& mappings);
DREADME.md67 …locations is produced by examining the memory mappings and calling `malloc_iterate()` on any heap
/system/netd/tests/benchmarks/
Ddns_benchmark.cpp58 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/
Ddns_responder_client.cpp35 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()
Ddns_responder_client.h58 std::vector<Mapping>* mappings);
86 static void SetupDNSServers(unsigned num_servers, const std::vector<Mapping>& mappings,
/system/netd/resolv/
Dresolver_test.cpp235 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/
Ddomain.te427 # New service_types are defined in {,hw,vnd}service.te and new mappings
/system/sepolicy/prebuilts/api/27.0/public/
Ddomain.te430 # New service_types are defined in {,hw,vnd}service.te and new mappings
/system/sepolicy/prebuilts/api/28.0/public/
Ddomain.te515 # New service_types are defined in {,hw,vnd}service.te and new mappings
/system/sepolicy/public/
Ddomain.te507 # New service_types are defined in {,hw,vnd}service.te and new mappings
/system/sepolicy/prebuilts/api/29.0/public/
Ddomain.te507 # New service_types are defined in {,hw,vnd}service.te and new mappings
/system/media/audio_utils/
DDoxyfile225 # This tag can be used to specify a number of word-keyword mappings (TCL only).
DDoxyfile.orig225 # This tag can be used to specify a number of word-keyword mappings (TCL only).
/system/chre/pal/doc/
DDoxyfile233 # This tag can be used to specify a number of word-keyword mappings (TCL only).
/system/chre/chre_api/doc/
DDoxyfile233 # This tag can be used to specify a number of word-keyword mappings (TCL only).