Searched refs:getRoot (Results 1 - 9 of 9) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/tests/suggest/policyimpl/dictionary/utils/
H A Dtrie_map_test.cpp34 EXPECT_EQ(10ull, trieMap.getRoot(10).mValue);
36 EXPECT_EQ(10ull, trieMap.getRoot(10).mValue);
37 EXPECT_EQ(10ull, trieMap.getRoot(0x10A).mValue);
39 EXPECT_EQ(1000ull, trieMap.getRoot(10).mValue);
41 EXPECT_EQ(1000ull, trieMap.getRoot(11).mValue);
47 EXPECT_EQ(0xFFFFFFFFFull, trieMap.getRoot(0).mValue);
57 EXPECT_EQ(static_cast<uint64_t>(i), trieMap.getRoot(i).mValue);
81 EXPECT_EQ(v.second, trieMap.getRoot(v.first).mValue);
141 EXPECT_EQ(firstLevelEntry.second, trieMap.getRoot(firstLevelEntry.first).mValue);
169 EXPECT_EQ(trieMap.getRoot(firstLevelEntr
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSource.java147 Source getRoot(); method in interface:Source
H A DAbstractSource.java108 public Source getRoot() { method in class:AbstractSource
115 Source s = ((Source) o).getRoot();
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapFolderElement.java102 BluetoothMapFolderElement folderElement = this.getRoot();
120 return findEmailFolderById(id, folderStructure.getRoot());
145 public BluetoothMapFolderElement getRoot() { method in class:BluetoothMapFolderElement
H A DBluetoothMapObexServer.java131 mObserver.setFolderStructure(mCurrentFolder.getRoot());
610 mCurrentFolder = mCurrentFolder.getRoot();
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockSource.java189 public Source getRoot() { method in class:MockSource
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DContentFragment.java145 public RelativeLayout getRoot() { method in class:ContentFragment
146 return mBase.getRoot();
H A DBaseContentFragment.java257 public RelativeLayout getRoot() { method in class:BaseContentFragment
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dtrie_map.h183 const Result getRoot(const int key) const { function in class:latinime::TrieMap

Completed in 754 milliseconds