Home
last modified time | relevance | path

Searched defs:collections (Results 1 – 5 of 5) sorted by relevance

/frameworks/minikin/include/minikin/
DSystemFonts.h49 static void addFontMap(std::shared_ptr<FontCollection>&& collections) { in addFontMap()
75 void addFontMapInternal(std::shared_ptr<FontCollection>&& collections) { in addFontMapInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakModule.java31 LeakDetector providesLeakDetector(DumpManager dumpManager, TrackedCollections collections) { in providesLeakDetector()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
DLeakDetectorTest.java74 TrackedCollections collections = new TrackedCollections(); in setup() local
/frameworks/minikin/tests/unittest/
DSystemFontsTest.cpp38 void addFontMap(std::shared_ptr<FontCollection>&& collections) { in addFontMap()
DFontCollectionTest.cpp192 const std::vector<std::shared_ptr<FontCollection>>& collections) { in writeToBuffer()