Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 19 of 19) sorted by relevance

/frameworks/minikin/include/minikin/
DSystemFonts.h38 const std::shared_ptr<FontCollection>& fc) { in registerFallback()
42 static void registerDefault(const std::shared_ptr<FontCollection>& fc) { in registerDefault()
69 const std::shared_ptr<FontCollection>& fc) { in registerFallbackInternal()
74 void registerDefaultInternal(const std::shared_ptr<FontCollection>& fc) { in registerDefaultInternal()
/frameworks/minikin/tests/unittest/
DSystemFontsTest.cpp47 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
DLayoutCoreTest.cpp41 auto fc = std::make_shared<FontCollection>(families); in buildLayout() local
53 auto fc = std::make_shared<FontCollection>(families); in buildLayout() local
DFontCollectionTest.cpp44 void expectVSGlyphs(const FontCollection* fc, uint32_t codepoint, const std::set<uint32_t>& vsSet) { in expectVSGlyphs()
60 void expectVSGlyphsForVsTestFont(const FontCollection* fc) { in expectVSGlyphsForVsTestFont()
75 auto fc = buildFontCollection(kVsTestFont); in TEST() local
DLayoutTest.cpp445 auto fc = buildFontCollection("LayoutTestFont.ttf"); in TEST_F() local
DGreedyLineBreakerTest.cpp78 auto fc = std::make_shared<FontCollection>(families); in doLineBreak() local
100 auto fc = std::make_shared<FontCollection>(families); in TEST_F() local
DOptimalLineBreakerTest.cpp79 auto fc = std::make_shared<FontCollection>(families); in doLineBreak() local
2088 auto fc = std::make_shared<FontCollection>(families); in TEST_F() local
/frameworks/opt/net/ims/tests/src/com/android/ims/
DImsFeatureBinderRepositoryTest.java87 ImsFeatureContainer fc = in testGetInterfaceExists() local
100 ImsFeatureContainer fc = in testGetInterfaceDoesntExist() local
109 ImsFeatureContainer fc = in testGetInterfaceRemoveDoesntExist() local
355 ImsFeatureContainer fc) throws Exception { in verifyFeatureCreatedCalled()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsServiceControllerTest.java932 ImsFeatureContainer fc = in validateMmTelFeatureContainerExists() local
941 ImsFeatureContainer fc = in validateMmTelFeatureContainerExistsWithEmergency() local
950 ImsFeatureContainer fc = in validateFeatureContainerExistsWithSipDelegate() local
957 ImsFeatureContainer fc = in validateFeatureContainerDoesNotHaveSipDelegate() local
972 ImsFeatureContainer fc = in validateRcsFeatureContainerExists() local
980 ImsFeatureContainer fc = in validateMmTelFeatureContainerDoesntExist() local
986 ImsFeatureContainer fc = in validateRcsFeatureContainerDoesntExist() local
/frameworks/base/core/java/android/widget/
DRemoteViewsService.java216 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onDestroy() local
237 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onBind() local
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Control.cpp137 LVM_UINT32 fc; /* Filter centre frequency */ in LVEQNB_SetFilters() local
/frameworks/base/graphics/java/android/graphics/fonts/
DFont.java139 final FileChannel fc = fis.getChannel(); in Builder() local
166 final FileChannel fc = fis.getChannel(); in Builder() local
279 final FileChannel fc = fis.getChannel(); in createBuffer() local
/frameworks/base/native/android/
Dsystem_fonts.cpp250 for (const auto& fc : collections) { in ASystemFontIterator_open() local
323 std::shared_ptr<minikin::FontCollection> fc = in AFontMatcher_match() local
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.cpp240 LVM_UINT32 fc; /* Filter centre frequency */ in LVPSA_SetBPFiltersType() local
/frameworks/base/core/java/android/service/autofill/
DFillEventHistory.java418 final FieldClassification fc = mDetectedFieldClassifications[i]; in getFieldsClassification() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java735 ImsFeatureContainer fc = mRepo.getIfExists(slotId, feature).orElse(null); in getImsRegistration() local
743 ImsFeatureContainer fc = mRepo.getIfExists(slotId, feature).orElse(null); in getImsConfig() local
DImsServiceController.java800 ImsFeatureContainer fc = createFeatureContainer(slotId, b.asBinder(), capabilities); in addImsFeatureBinder() local
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java922 final FieldClassification fc = detectedFieldClassifications[i]; in logContextCommittedLocked() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java3877 String fc = sch[2]; in isCarrierOtaSpNum() local