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.cpp758 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()
Daidl_language.h72 namespace mappings {
155 friend std::string android::aidl::mappings::dump_location(const AidlNode&);
/system/memory/libmemunreachable/
DProcessMappings.cpp32 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()
DMemUnreachable.cpp58 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 …]
DProcessMappings.h43 bool ProcessMappings(pid_t pid, allocator::vector<Mapping>& mappings);
DREADME.md141 …locations is produced by examining the memory mappings and calling `malloc_iterate()` on any heap
/system/netd/tests/benchmarks/
Ddns_benchmark.cpp57 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/
Dhal_client_manager.cc31 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/
Dcountryzones.txt113 # 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/
Ddomain.te524 # New service_types are defined in {,hw,vnd}service.te and new mappings
/system/sepolicy/prebuilts/api/32.0/public/
Ddomain.te524 # 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/sepolicy/public/
Ddomain.te506 # New service_types are defined in {,hw,vnd}service.te and new mappings
/system/sepolicy/prebuilts/api/34.0/public/
Ddomain.te506 # New service_types are defined in {,hw,vnd}service.te and new mappings
/system/sepolicy/prebuilts/api/30.0/public/
Ddomain.te505 # New service_types are defined in {,hw,vnd}service.te and new mappings
/system/sepolicy/prebuilts/api/33.0/public/
Ddomain.te531 # New service_types are defined in {,hw,vnd}service.te and new mappings
/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).
/system/media/audio_utils/
DDoxyfile256 # This tag can be used to specify a number of word-keyword mappings (TCL only).