/frameworks/minikin/tests/unittest/ |
D | LayoutCoreTest.cpp | 43 static LayoutPiece buildLayout(const std::string& text, std::shared_ptr<FontCollection> fc) { in buildLayout() 50 const std::string& text, std::shared_ptr<FontCollection> fc) { in buildLayoutAndBounds() 60 static LayoutPiece buildLayout(const std::string& text, std::shared_ptr<FontCollection> fc, in buildLayout() 91 auto fc = makeFontCollection({"LayoutTestFont.ttf"}); in TEST() local 104 auto fc = makeFontCollection({"LayoutTestFont.ttf"}); in TEST() local 121 auto fc = makeFontCollection({"LayoutTestFont.ttf"}); in TEST() local 149 auto fc = makeFontCollection({"LayoutTestFont.ttf", "Hiragana.ttf"}); in TEST() local 166 auto fc = makeFontCollection({"LayoutTestFont.ttf", "Hiragana.ttf"}); in TEST() local 190 auto fc = makeFontCollection({"Ligature.ttf"}); in TEST() local 204 auto fc = makeFontCollection({"Ligature.ttf"}); in TEST() local [all …]
|
D | MinikinPaintTest.cpp | 26 auto fc = buildFontCollection("Ascii.ttf"); in TEST() local 32 auto fc = buildFontCollection("Ascii.ttf"); in TEST() local 41 auto fc = buildFontCollection("Ascii.ttf"); in TEST() local 51 auto fc = buildFontCollection("Ascii.ttf"); in TEST() local
|
D | SystemFontsTest.cpp | 47 const std::shared_ptr<FontCollection>& fc) { in registerFallback() 51 void registerDefault(const std::shared_ptr<FontCollection>& fc) { registerDefaultInternal(fc); } in registerDefault() 56 auto fc = buildFontCollection("Ascii.ttf"); in TEST() local 63 auto fc = buildFontCollection("Ascii.ttf"); in TEST() local
|
D | FontCollectionTest.cpp | 47 void expectVSGlyphs(const FontCollection* fc, uint32_t codepoint, const std::set<uint32_t>& vsSet) { in expectVSGlyphs() 63 void expectVSGlyphsForVsTestFont(const FontCollection* fc) { in expectVSGlyphsForVsTestFont() 78 auto fc = buildFontCollection(kVsTestFont); in TEST() local 349 auto fc = FontCollection::create({family}); in TEST_WITH_FLAGS() local
|
D | LayoutLetterSpacingTest.cpp | 92 auto fc = buildFontCollection(font); in setShapeParam() local
|
D | LayoutTest.cpp | 445 auto fc = buildFontCollection("LayoutTestFont.ttf"); in TEST_F() local 497 auto fc = FontCollection::create(families); in TEST_F_WITH_FLAGS() local
|
D | GreedyLineBreakerTest.cpp | 91 auto fc = FontCollection::create(families); in doLineBreakForJapanese() local 112 auto fc = FontCollection::create(families); in doLineBreakForKorean() local 133 auto fc = FontCollection::create(families); in doLineBreak() local 154 auto fc = FontCollection::create(families); in doLineBreakWithNoHyphenSpan() local 193 auto fc = FontCollection::create(families); in doLineBreakForBounds() local 214 auto fc = FontCollection::create(families); in doLineBreakForLetterSpacing() local 239 auto fc = FontCollection::create(families); in TEST_F() local
|
D | OptimalLineBreakerTest.cpp | 82 auto fc = FontCollection::create(families); in doLineBreak() local 101 auto fc = FontCollection::create(families); in doLineBreakForJapanese() local 118 auto fc = FontCollection::create(families); in doLineBreakWithNoHyphenSpan() local 151 auto fc = FontCollection::create(families); in doLineBreakForBounds() local 207 auto fc = FontCollection::create(families); in doLineBreakWithLetterSpacing() local 1950 auto fc = FontCollection::create(families); in TEST_F() local
|
/frameworks/minikin/include/minikin/ |
D | SystemFonts.h | 39 const std::shared_ptr<FontCollection>& fc) { in registerFallback() 43 static void registerDefault(const std::shared_ptr<FontCollection>& fc) { in registerDefault() 65 const std::shared_ptr<FontCollection>& fc) { in registerFallbackInternal() 70 void registerDefaultInternal(const std::shared_ptr<FontCollection>& fc) { in registerDefaultInternal()
|
/frameworks/opt/net/ims/tests/src/com/android/ims/ |
D | ImsFeatureBinderRepositoryTest.java | 89 ImsFeatureContainer fc = in testGetInterfaceExists() local 102 ImsFeatureContainer fc = in testGetInterfaceDoesntExist() local 111 ImsFeatureContainer fc = in testGetInterfaceRemoveDoesntExist() local 359 ImsFeatureContainer fc) throws Exception { in verifyFeatureCreatedCalled()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsServiceControllerTest.java | 1430 ImsFeatureContainer fc = in validateMmTelFeatureContainerExists() local 1439 ImsFeatureContainer fc = in validateMmTelFeatureContainerExistsWithEmergency() local 1448 ImsFeatureContainer fc = in validateFeatureContainerExistsWithSipDelegate() local 1455 ImsFeatureContainer fc = in validateFeatureContainerDoesNotHaveSipDelegate() local 1470 ImsFeatureContainer fc = in validateRcsFeatureContainerExists() local 1478 ImsFeatureContainer fc = in validateMmTelFeatureContainerDoesntExist() local 1484 ImsFeatureContainer fc = in validateRcsFeatureContainerDoesntExist() local
|
D | ImsServiceControllerCompatTest.java | 163 ImsFeatureContainer fc = in validateMmTelFeatureContainerExists() local 173 ImsFeatureContainer fc = in validateMmTelFeatureContainerDoesntExist() local
|
/frameworks/base/libs/hwui/hwui/ |
D | Typeface.cpp | 88 const std::shared_ptr<minikin::FontCollection>& fc = in createFromTypefaceWithVariation() local 108 const std::shared_ptr<minikin::FontCollection>& fc = in createFromFamilies() local
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsService.java | 265 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onDestroy() local 300 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onBind() local
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | SessionStatsBuilderTest.cpp | 37 int64_t fc = 0; in TEST() local
|
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
D | BulkPerfTest.java | 109 FileChannel fc = raf.getChannel(); in newBuffer() local
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Control.cpp | 137 LVM_UINT32 fc; /* Filter centre frequency */ in LVEQNB_SetFilters() local
|
/frameworks/base/graphics/java/android/graphics/fonts/ |
D | Font.java | 143 final FileChannel fc = fis.getChannel(); in Builder() local 170 final FileChannel fc = fis.getChannel(); in Builder() local 283 final FileChannel fc = fis.getChannel(); in createBuffer() local
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_Control.cpp | 240 LVM_UINT32 fc; /* Filter centre frequency */ in LVPSA_SetBPFiltersType() local
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/aidl/ |
D | ReverbContext.cpp | 406 for (int fc = frameCount; fc > 0;) { in process() local
|
/frameworks/base/core/java/android/service/autofill/ |
D | FillEventHistory.java | 518 final FieldClassification fc = mDetectedFieldClassifications[i]; in getFieldsClassification() local
|
/frameworks/base/native/android/ |
D | system_fonts.cpp | 311 std::shared_ptr<minikin::FontCollection> fc = in AFontMatcher_match() local
|
/frameworks/base/core/java/android/content/res/ |
D | AssetFileDescriptor.java | 536 OffsetCorrectFileChannel(FileChannel fc) { in OffsetCorrectFileChannel()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsResolver.java | 852 ImsFeatureContainer fc = mRepo.getIfExists(slotId, feature).orElse(null); in getImsRegistration() local 860 ImsFeatureContainer fc = mRepo.getIfExists(slotId, feature).orElse(null); in getImsConfig() local
|
D | ImsServiceController.java | 940 ImsFeatureContainer fc = createFeatureContainer(slotId, subId, b.asBinder(), capabilities); in addImsFeatureBinder() local
|