/aosp12/hardware/interfaces/tests/trie/1.0/default/ |
H A D | Trie.cpp | 27 namespace trie { namespace 41 Return<void> Trie::addStrings(const TrieNode& trie, const hidl_vec<hidl_string>& strings, in addStrings() 55 Return<void> Trie::containsStrings(const TrieNode& trie, const hidl_vec<hidl_string>& strings, in containsStrings()
|
/aosp12/bionic/libc/system_properties/ |
H A D | context_lookup_benchmark.cpp | 125 PropertyInfoArea* trie = reinterpret_cast<PropertyInfoArea*>(serialized_trie.data()); in TrieLookupOreo() local 137 PropertyInfoArea* trie = reinterpret_cast<PropertyInfoArea*>(serialized_trie.data()); in TrieLookupS() local
|
H A D | prop_area.cpp | 275 const prop_info* prop_area::find_property(prop_bt* const trie, const char* name, uint32_t namelen, in find_property() 333 bool prop_area::foreach_property(prop_bt* const trie, in foreach_property()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | matchgen.py | 63 trie = collections.defaultdict(lambda: collections.defaultdict(lambda: collections.defaultdict(lamb… variable
|
/aosp12/system/core/property_service/libpropertyinfoserializer/ |
H A D | trie_serializer.cpp | 60 auto trie = arena_->AllocateObject<TrieNodeInternal>(&trie_offset); in WriteTrieNode() local
|
/aosp12/system/core/property_service/libpropertyinfoparser/include/property_info_parser/ |
H A D | property_info_parser.h | 186 TrieNode trie(uint32_t offset) const { in trie() function
|
/aosp12/frameworks/minikin/tools/ |
H A D | mk_hyb_file.py | 311 def generate_header(alphabet, trie, pattern): argument
|
/aosp12/system/tools/hidl/test/hidl_test/ |
H A D | hidl_test_client.cpp | 1951 trieInterface->newTrie([&](const TrieNode& trie) { in TEST_F() 1952 trieInterface->addStrings(trie, {"a", "ba"}, [&](const TrieNode& trie) { in TEST_F() 1959 trieInterface->addStrings(trie, {"", "ab", "bab"}, [&](const TrieNode& trie) { in TEST_F() 1989 trieInterface->newTrie([&](const TrieNode& trie) { in TEST_F() 1996 trie, hidl_vec<hidl_string>(strings.begin(), strings.end()), [&](const TrieNode& trie) { in TEST_F()
|
/aosp12/frameworks/minikin/libs/minikin/ |
H A D | Hyphenator.cpp | 357 const Trie* trie = header->trieTable(); in hyphenateFromCodes() local
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okio-1.15.0.jar | ... [] data
int pos
int limit
int[] trie
int triePos
int prefixIndex
public void readFully (okio. ... |