Home
last modified time | relevance | path

Searched defs:getById (Results 1 – 4 of 4) sorted by relevance

/frameworks/minikin/tests/unittest/
DFontLanguageListCacheTest.cpp52 TEST_F(FontLanguageListCacheTest, getById) { in TEST_F() argument
/frameworks/minikin/libs/minikin/
DFontLanguageListCache.cpp135 const FontLanguages& FontLanguageListCache::getById(uint32_t id) { in getById() function in minikin::FontLanguageListCache
/frameworks/support/room/compiler/src/test/data/daoWriter/input/
DComplexDao.java43 abstract public User getById(int id); in getById() method in ComplexDao
/frameworks/support/room/compiler/src/test/data/daoWriter/output/
DComplexDao.java67 public User getById(int id) { in getById() method in ComplexDao_Impl