/system/core/property_service/libpropertyinfoparser/ |
D | property_info_parser.cpp | 33 int Find(uint32_t array_length, F&& f) { in Find() function 53 return Find(num_contexts(), [this, context](auto array_offset) { in FindContextIndex() 62 return Find(num_types(), [this, type](auto array_offset) { in FindTypeIndex() 71 …auto node_index = Find(trie_node_base_->num_child_nodes, [this, name, namelen](auto array_offset) { in FindChildForString()
|
/system/core/libunwindstack/tests/ |
D | MapsTest.cpp | 570 EXPECT_TRUE(maps.Find(0x500) == nullptr); in TEST() 571 EXPECT_TRUE(maps.Find(0x2000) == nullptr); in TEST() 572 EXPECT_TRUE(maps.Find(0x5010) == nullptr); in TEST() 573 EXPECT_TRUE(maps.Find(0x9a00) == nullptr); in TEST() 574 EXPECT_TRUE(maps.Find(0xf000) == nullptr); in TEST() 575 EXPECT_TRUE(maps.Find(0xf010) == nullptr); in TEST() 577 MapInfo* info = maps.Find(0x1000); in TEST() 585 info = maps.Find(0x3020); in TEST() 593 info = maps.Find(0x6020); in TEST() 601 info = maps.Find(0xafff); in TEST() [all …]
|
/system/extras/memory_replay/ |
D | Pointers.cpp | 66 pointer_data* data = Find(key_pointer); in Remove() 77 pointer_data* Pointers::Find(uintptr_t key_pointer) { in Find() function in Pointers
|
D | Pointers.h | 43 pointer_data* Find(uintptr_t key_pointer);
|
/system/core/libunwindstack/ |
D | Unwinder.cpp | 62 MapInfo* info = maps_->Find(dex_pc); in FillInDexFrame() 155 MapInfo* map_info = maps_->Find(regs_->pc()); in Unwind() 235 MapInfo* sp_info = maps_->Find(regs_->sp()); in Unwind() 277 if (frames_.size() > 2 || (frames_.size() > 0 && maps_->Find(frames_[0].pc) != nullptr)) { in Unwind() 337 MapInfo* map_info = maps_->Find(frame.map_start); in FormatFrame()
|
D | LocalUnwinder.cpp | 72 MapInfo* map_info = maps_->Find(pc); in GetMapInfo() 80 map_info = maps_->Find(pc); in GetMapInfo()
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | halserverdomain.te | 8 # Find HAL implementations
|
D | halclientdomain.te | 5 # Find out whether a HAL in passthrough/in-process mode or
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | halserverdomain.te | 8 # Find HAL implementations
|
D | halclientdomain.te | 5 # Find out whether a HAL in passthrough/in-process mode or
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | halserverdomain.te | 8 # Find HAL implementations
|
D | halclientdomain.te | 5 # Find out whether a HAL in passthrough/in-process mode or
|
/system/sepolicy/private/ |
D | halserverdomain.te | 8 # Find HAL implementations
|
D | halclientdomain.te | 5 # Find out whether a HAL in passthrough/in-process mode or
|
/system/keymaster/include/keymaster/ |
D | operation_table.h | 37 Operation* Find(keymaster_operation_handle_t op_handle);
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | halserverdomain.te | 8 # Find HAL implementations
|
D | halclientdomain.te | 5 # Find out whether a HAL in passthrough/in-process mode or
|
/system/core/debuggerd/libdebuggerd/test/ |
D | UnwinderMock.h | 34 unwindstack::MapInfo* map_info = GetMaps()->Find(offset); in MockSetBuildID()
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | tombstoned.te | 15 # TODO: Find out why this is happening.
|
/system/keymaster/android_keymaster/ |
D | operation_table.cpp | 40 Operation* OperationTable::Find(keymaster_operation_handle_t op_handle) { in Find() function in keymaster::OperationTable
|
D | android_keymaster.cpp | 308 Operation* operation = operation_table_->Find(request.op_handle); in UpdateOperation() 337 Operation* operation = operation_table_->Find(request.op_handle); in FinishOperation() 361 Operation* operation = operation_table_->Find(request.op_handle); in AbortOperation() 470 return operation_table_->Find(op_handle) != nullptr; in has_operation()
|
/system/core/libbacktrace/ |
D | UnwindStackMap.cpp | 81 unwindstack::MapInfo* map_info = stack_maps_->Find(addr); in FillIn() 105 unwindstack::MapInfo* map_info = maps->Find(pc); in GetFunctionName()
|
/system/core/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 263 unwindstack::MapInfo* map_info = maps->Find(sp); in SaveData() 270 map_info = maps->Find(frame.sp); in SaveData() 277 map_info = maps->Find(frame.map_start); in SaveData()
|
/system/tools/aidl/ |
D | type_namespace.h | 142 const T* Find(const AidlTypeSpecifier& aidl_type) const; 219 const T* LanguageTypeNamespace<T>::Find(const AidlTypeSpecifier& aidl_type) const { in Find() function 367 const ValidatableType* type = Find(aidl_type); in GetValidatableType()
|
/system/core/libunwindstack/include/unwindstack/ |
D | Maps.h | 52 MapInfo* Find(uint64_t pc);
|