Searched refs:Find (Results 1 – 16 of 16) sorted by relevance
/aosp14/frameworks/base/libs/androidfw/tests/ |
H A D | AttributeFinder_test.cpp | 56 EXPECT_EQ(0, finder.Find(0x01010000)); in TEST() 57 EXPECT_EQ(1, finder.Find(0x01010001)); in TEST() 58 EXPECT_EQ(2, finder.Find(0x01010002)); in TEST() 59 EXPECT_EQ(3, finder.Find(0x01010004)); in TEST() 60 EXPECT_EQ(4, finder.Find(0x02010001)); in TEST() 61 EXPECT_EQ(5, finder.Find(0x02010010)); in TEST() 62 EXPECT_EQ(6, finder.Find(0x7f010001)); in TEST() 70 EXPECT_EQ(6, finder.Find(0x7f010001)); in TEST() 72 EXPECT_EQ(4, finder.Find(0x02010001)); in TEST() 73 EXPECT_EQ(5, finder.Find(0x02010010)); in TEST() [all …]
|
/aosp14/system/core/property_service/libpropertyinfoparser/ |
H A 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()
|
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | AttributeFinder.h | 60 Iterator Find(uint32_t attr); 147 Iterator BackTrackingAttributeFinder<Derived, Iterator>::Find(uint32_t attr) { in Find() function
|
/aosp14/system/core/debuggerd/libdebuggerd/test/ |
H A D | UnwinderMock.h | 36 std::shared_ptr<unwindstack::MapInfo> map_info = GetMaps()->Find(offset); in MockSetBuildID()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | AttributeResolution.cpp | 159 const ResolvedBag::Entry* const entry = def_style_attr_finder.Find(cur_ident); in ResolveAttrs() 264 const size_t xml_attr_idx = xml_attr_finder.Find(cur_ident); in ApplyStyle() 277 const ResolvedBag::Entry* entry = xml_style_attr_finder.Find(cur_ident); in ApplyStyle() 289 const ResolvedBag::Entry* entry = def_style_attr_finder.Find(cur_ident); in ApplyStyle()
|
/aosp14/system/core/init/ |
H A D | keyword_map.h | 49 Result<Value> Find(const std::vector<std::string>& args) const { in Find() function
|
H A D | action.cpp | 116 auto map_result = function_map_->Find(args); in AddCommand()
|
H A D | subcontext.cpp | 87 auto map_result = function_map_->Find(args); in RunCommand()
|
H A D | ueventd_parser.cpp | 243 auto parser = parser_map.Find(args); in ParseLineSection()
|
H A D | service_parser.cpp | 668 auto parser = GetParserMap().Find(args); in ParseLineSection()
|
H A D | README.md | 598 > Find the service that provides the interface _name_ if it exists and run the `start`, `restart`,
|
/aosp14/system/core/debuggerd/libdebuggerd/ |
H A D | tombstone_proto.cpp | 114 std::shared_ptr<unwindstack::MapInfo> map_info = maps->Find(sp); in get_stack_overflow_cause() 237 auto map_info = maps->Find(fault_addr); in dump_probable_cause() 377 std::shared_ptr<unwindstack::MapInfo> map_info = maps->Find(untag_address(value)); in dump_registers()
|
/aosp14/frameworks/base/startop/apps/ColorChanging/ |
H A D | gradlew.bat | 19 @rem Find java.exe
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/ |
H A D | gradlew.bat | 38 @rem Find java.exe
|
/aosp14/frameworks/base/tests/TouchLatency/ |
H A D | gradlew.bat | 38 @rem Find java.exe
|
/aosp14/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 1521 // OPEN: Fingerprint Enroll > Find Sensor 1551 // OPEN: Fingerprint Enroll SUW > Find Sensor
|