Searched refs:mapping (Results 1 – 16 of 16) sorted by relevance
/system/core/libmemunreachable/ |
D | ProcessMappings.cpp | 44 Mapping mapping{}; in ProcessMappings() local 46 &mapping.begin, &mapping.end, perms, &name_pos) == 3) { in ProcessMappings() 48 mapping.read = true; in ProcessMappings() 51 mapping.write = true; in ProcessMappings() 54 mapping.execute = true; in ProcessMappings() 57 mapping.priv = true; in ProcessMappings() 60 strlcpy(mapping.name, line + name_pos, sizeof(mapping.name)); in ProcessMappings() 62 mappings.emplace_back(mapping); in ProcessMappings()
|
D | README.md | 41 5. Registers contents, active stack areas, and memory mapping information are collected.
|
/system/extras/librank/ |
D | librank.c | 128 struct mapping_info *mapping; in get_mapping() local 138 2 * library->mappings_size * sizeof(struct mapping*)); in get_mapping() 146 mapping = calloc(1, sizeof(*mapping)); in get_mapping() 147 if (!mapping) { in get_mapping() 151 mapping->proc = proc; in get_mapping() 152 pm_memusage_zero(&mapping->usage); in get_mapping() 154 library->mappings[library->mappings_count++] = mapping; in get_mapping() 156 return mapping; in get_mapping()
|
/system/update_engine/payload_generator/ |
D | block_mapping.cc | 146 BlockMapping mapping(block_size); in MapPartitionBlocks() local 147 if (mapping.AddBlock(brillo::Blob(block_size, '\0')) != 0) in MapPartitionBlocks() 154 TEST_AND_RETURN_FALSE(mapping.AddManyDiskBlocks( in MapPartitionBlocks() 156 TEST_AND_RETURN_FALSE(mapping.AddManyDiskBlocks( in MapPartitionBlocks()
|
/system/netd/tests/ |
D | netd_test.cpp | 239 for (const auto& mapping : mappings) { in SetupDNSServers() local 240 d->addMapping(mapping.entry.c_str(), ns_type::ns_t_a, mapping.ip4.c_str()); in SetupDNSServers() 241 d->addMapping(mapping.entry.c_str(), ns_type::ns_t_aaaa, mapping.ip6.c_str()); in SetupDNSServers() 384 auto& mapping = mappings[i]; in RunGetAddrInfoStressTest_Binder() local 386 int rv = getaddrinfo(mapping.host.c_str(), nullptr, nullptr, &result); in RunGetAddrInfoStressTest_Binder() 390 EXPECT_TRUE(result_str == mapping.ip4 || result_str == mapping.ip6) in RunGetAddrInfoStressTest_Binder() 391 << "result='" << result_str << "', ip4='" << mapping.ip4 in RunGetAddrInfoStressTest_Binder() 392 << "', ip6='" << mapping.ip6; in RunGetAddrInfoStressTest_Binder() 468 const Mapping& mapping = mappings[0]; in TEST_F() local 472 const hostent* result = gethostbyname(mapping.host.c_str()); in TEST_F() [all …]
|
/system/core/bootstat/ |
D | bootstat.cpp | 130 auto mapping = kBootReasonMap.find(boot_reason); in BootReasonStrToEnum() local 131 if (mapping != kBootReasonMap.end()) { in BootReasonStrToEnum() 132 return mapping->second; in BootReasonStrToEnum()
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 429 mapping = { 438 return mapping.get(type_name, type_name) 471 mapping = { 480 base_type = mapping[metadata_type] 543 mapping = { 553 return mapping[what]
|
/system/sepolicy/ |
D | README | 57 as well as mapping a public base16 signing key with an arbitrary seinfo 69 Is a helper script for mapping arbitrary tags in the signature stanzas of 77 The keys.conf file is used for controlling the mapping of "tags" found in 81 The script allows for mapping any string contained in TARGET_BUILD_VARIANT
|
D | domain_deprecated.te | 3 # Read access to properties mapping.
|
D | system_server.te | 565 -dalvikcache_data_file #mapping with PROT_EXEC
|
/system/sepolicy/tools/ |
D | README | 37 A helper script for mapping tags in the signature stanzas of
|
/system/core/libutils/ |
D | README | 168 Resource ID mapping 174 an overlay package. To translate between the two, a resource ID mapping 177 mapping is stored in /data/resource-cache, with a @idmap file name
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 29 - cross-language type mapping 132 // equivalent without duplicating the mapping between the C++ and Java types.
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 361 of dictionaries mapping string key-value pairs. Each of
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 226 # A mapping has the form "name=value". For example adding "class=itcl::class" 261 # extension. Doxygen has a built-in mapping, but you can override or extend it 1529 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
D | Doxyfile | 226 # A mapping has the form "name=value". For example adding "class=itcl::class" 261 # extension. Doxygen has a built-in mapping, but you can override or extend it 1529 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|