Home
last modified time | relevance | path

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

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