/system/bt/gd/dumpsys/ |
D | reflection_schema.cc | 49 …const flatbuffers::Vector<flatbuffers::Offset<bluetooth::dumpsys::BundledSchemaMap>>* map = bundle… in FindInReflectionSchema() local 65 …const flatbuffers::Vector<flatbuffers::Offset<bluetooth::dumpsys::BundledSchemaMap>>* map = bundle… in PrintReflectionSchema() local 76 …const flatbuffers::Vector<flatbuffers::Offset<bluetooth::dumpsys::BundledSchemaMap>>* map = bundle… in VerifyReflectionSchema() local
|
/system/core/libbacktrace/ |
D | BacktraceMap.cpp | 51 void BacktraceMap::FillIn(uint64_t addr, backtrace_map_t* map) { in FillIn() 64 static bool ParseLine(const char* line, backtrace_map_t* map) { in ParseLine() 117 backtrace_map_t map; in Build() local 141 BacktraceMap* map = new BacktraceMap(pid); in Create() local
|
D | Backtrace.cpp | 41 Backtrace::Backtrace(pid_t pid, pid_t tid, BacktraceMap* map) in Backtrace() 56 std::string Backtrace::GetFunctionName(uint64_t pc, uint64_t* offset, const backtrace_map_t* map) { in GetFunctionName() 124 void Backtrace::FillInMap(uint64_t pc, backtrace_map_t* map) { in FillInMap() 130 Backtrace* Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) { in Create()
|
D | UnwindMap.cpp | 55 backtrace_map_t map; in GenerateMap() local 104 backtrace_map_t map; in GenerateMap() local 137 void UnwindMapLocal::FillIn(uint64_t addr, backtrace_map_t* map) { in FillIn()
|
D | UnwindStackMap.cpp | 59 backtrace_map_t map; in Build() local 74 void UnwindStackMap::FillIn(uint64_t addr, backtrace_map_t* map) { in FillIn() 139 BacktraceMap* map; in Create() local
|
D | backtrace_read_benchmarks.cpp | 117 static void CreateRemoteProcess(size_t size, void** map, pid_t* pid) { in CreateRemoteProcess() 140 void* map; in BM_read_with_ptrace() local 158 void* map; in BM_read_with_process_vm_read() local 176 void* map; in BM_read_with_backtrace_object() local
|
D | BacktracePtrace.h | 29 BacktracePtrace(pid_t pid, pid_t tid, BacktraceMap* map) : Backtrace(pid, tid, map) {} in BacktracePtrace()
|
D | backtrace_benchmarks.cpp | 134 BacktraceMap* map = map_func(pid, false); in CreateMap() local 153 static void CreateBacktrace(benchmark::State& state, BacktraceMap* map, BacktraceCreateFn fn) { in CreateBacktrace()
|
D | BacktraceCurrent.h | 39 BacktraceCurrent(pid_t pid, pid_t tid, BacktraceMap* map) : Backtrace(pid, tid, map) {} in BacktraceCurrent()
|
D | BacktraceCurrent.cpp | 44 backtrace_map_t map; in ReadWord() local 57 backtrace_map_t map; in Read() local
|
D | UnwindStack.cpp | 139 UnwindStackCurrent::UnwindStackCurrent(pid_t pid, pid_t tid, BacktraceMap* map) in UnwindStackCurrent() 164 UnwindStackPtrace::UnwindStackPtrace(pid_t pid, pid_t tid, BacktraceMap* map) in UnwindStackPtrace()
|
D | backtrace_test.cpp | 86 BacktraceMap* map; member 405 std::unique_ptr<BacktraceMap> map; in VerifyProcTest() local 454 std::unique_ptr<BacktraceMap> map(map_create_func(bt_all->Pid(), false)); in VerifyProcessIgnoreFrames() local 733 std::unique_ptr<BacktraceMap> map; in MultipleThreadDumpTest() local 805 backtrace_map_t map; in TEST_F() local 932 for (auto map : maps) { in GetTestMapsAsString() local 963 map_test_t map; in VerifyMap() local 970 std::unique_ptr<BacktraceMap> map(BacktraceMap::Create(pid)); in VerifyMap() local 1238 void* map = mmap(nullptr, map_size, PROT_READ | PROT_EXEC, MAP_PRIVATE, fd, 0); in TEST_F() local 1288 void* map = mmap(nullptr, map_size, PROT_READ | PROT_EXEC, MAP_PRIVATE, fd, 0); in TEST_F() local [all …]
|
/system/core/libcutils/ |
D | hashmap.cpp | 48 Hashmap* map = static_cast<Hashmap*>(malloc(sizeof(Hashmap))); in hashmapCreate() local 83 static inline int hashKey(Hashmap* map, void* key) { in hashKey() 100 static void expandIfNecessary(Hashmap* map) { in expandIfNecessary() 131 void hashmapLock(Hashmap* map) { in hashmapLock() 135 void hashmapUnlock(Hashmap* map) { in hashmapUnlock() 139 void hashmapFree(Hashmap* map) { in hashmapFree() 192 void* hashmapPut(Hashmap* map, void* key, void* value) { in hashmapPut() 224 void* hashmapGet(Hashmap* map, void* key) { in hashmapGet() 239 void* hashmapRemove(Hashmap* map, void* key) { in hashmapRemove() 261 void hashmapForEach(Hashmap* map, bool (*callback)(void* key, void* value, void* context), in hashmapForEach()
|
/system/libhidl/transport/ |
D | Static.cpp | 47 static BnConstructorMap& map = *new BnConstructorMap(); in getBnConstructorMap() local 52 static BsConstructorMap& map = *new BsConstructorMap(); in getBsConstructorMap() local
|
/system/core/libbacktrace/include/backtrace/ |
D | BacktraceMap.h | 76 iterator(BacktraceMap* map, size_t index) : map_(map), index_(index) {} in iterator() 102 backtrace_map_t* map = &map_->maps_[index_]; variable 127 backtrace_map_t map; in GetFlags() local 149 static inline bool IsValid(const backtrace_map_t& map) { in IsValid() 179 explicit ScopedBacktraceMapIteratorLock(BacktraceMap* map) : map_(map) { in ScopedBacktraceMapIteratorLock()
|
/system/bt/osi/src/ |
D | hash_map_utils.cc | 33 std::unordered_map<std::string, std::string> map; in hash_map_utils_new_from_string_params() local 79 std::unordered_map<std::string, std::string>& map) { in hash_map_utils_dump_string_keys_string_values()
|
/system/bpf/libbpf_android/ |
D | BpfMapTest.cpp | 73 void checkMapInvalid(BpfMap<uint32_t, uint32_t>& map) { in checkMapInvalid() argument 78 void checkMapValid(BpfMap<uint32_t, uint32_t>& map) { in checkMapValid() argument 83 void writeToMapAndCheck(BpfMap<uint32_t, uint32_t>& map, uint32_t key, uint32_t value) { in writeToMapAndCheck() argument 95 void populateMap(uint32_t total, BpfMap<uint32_t, uint32_t>& map) { in populateMap() argument 102 void expectMapEmpty(BpfMap<uint32_t, uint32_t>& map) { in expectMapEmpty() argument 187 BpfMap<uint32_t, uint32_t>& map) { in TEST_F() argument 208 BpfMap<uint32_t, uint32_t>& map) { in TEST_F() argument
|
D | BpfLoadTest.cpp | 75 BpfMap<uint32_t, uint32_t>& map) { in checkMapNonZero() argument
|
/system/libvintf/include/vintf/ |
D | MapValueIterator.h | 129 ConstMapValueIterable<K, V> iterateValues(const std::map<K, V> &map) { in iterateValues() 133 ConstMultiMapValueIterable<K, V> iterateValues(const std::multimap<K, V> &map) { in iterateValues() 137 MapValueIterable<K, V> iterateValues(std::map<K, V>& map) { in iterateValues() 141 MultiMapValueIterable<K, V> iterateValues(std::multimap<K, V>& map) { in iterateValues() 147 const std::multimap<K, V>& map, const K& key) { in iterateValues()
|
/system/core/liblog/ |
D | event_tag_map.cpp | 250 static int scanTagLine(EventTagMap* map, const char*& pData, int lineNum) { in scanTagLine() 349 static int parseMapLines(EventTagMap* map, size_t which) { in parseMapLines() 490 void android_closeEventTagMap(EventTagMap* map) { in android_closeEventTagMap() 496 static const TagFmt* __getEventTag([[maybe_unused]] EventTagMap* map, unsigned int tag) { in __getEventTag() 539 const char* android_lookupEventTag_len(const EventTagMap* map, size_t* len, unsigned int tag) { in android_lookupEventTag_len() 551 const char* android_lookupEventFormat_len(const EventTagMap* map, size_t* len, unsigned int tag) { in android_lookupEventFormat_len() 566 const char* android_lookupEventTag(const EventTagMap* map, unsigned int tag) { in android_lookupEventTag() 578 int android_lookupEventTagNum(EventTagMap* map, const char* tagname, const char* format, int prio) { in android_lookupEventTagNum()
|
/system/core/libutils/ |
D | PropertyMap.cpp | 108 void PropertyMap::addAll(const PropertyMap* map) { in addAll() 122 PropertyMap* map = new PropertyMap(); in load() local 152 PropertyMap::Parser::Parser(PropertyMap* map, Tokenizer* tokenizer) : in Parser()
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | utils.c | 29 void *map = MAP_FAILED; in load_policy() local
|
/system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
D | ImmutableAnnotationTests.java | 45 Map<String, Bar> map = new HashMap<String, Bar>(); in testReadWriteImmutableParcelable() local
|
/system/netd/libnetdutils/include/netdutils/ |
D | Misc.h | 27 inline const V& findWithDefault(const std::map<U, V>& map, const U& key, const V& dflt) { in findWithDefault()
|
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
D | ZoneTabFileTest.java | 116 private void addIds(Map<String, List<String>> map, String iso, String... ids) { in addIds()
|