/frameworks/minikin/include/minikin/ |
D | SystemFonts.h | 38 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/ |
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 | LayoutCoreTest.cpp | 41 auto fc = std::make_shared<FontCollection>(families); in buildLayout() local 53 auto fc = std::make_shared<FontCollection>(families); in buildLayout() local
|
D | FontCollectionTest.cpp | 44 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
|
D | LayoutTest.cpp | 445 auto fc = buildFontCollection("LayoutTestFont.ttf"); in TEST_F() local
|
D | GreedyLineBreakerTest.cpp | 78 auto fc = std::make_shared<FontCollection>(families); in doLineBreak() local 100 auto fc = std::make_shared<FontCollection>(families); in TEST_F() local
|
D | OptimalLineBreakerTest.cpp | 79 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/ |
D | ImsFeatureBinderRepositoryTest.java | 87 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/ |
D | ImsServiceControllerTest.java | 932 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/ |
D | RemoteViewsService.java | 216 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/ |
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 | 139 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/ |
D | system_fonts.cpp | 250 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/ |
D | LVPSA_Control.cpp | 240 LVM_UINT32 fc; /* Filter centre frequency */ in LVPSA_SetBPFiltersType() local
|
/frameworks/base/core/java/android/service/autofill/ |
D | FillEventHistory.java | 418 final FieldClassification fc = mDetectedFieldClassifications[i]; in getFieldsClassification() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsResolver.java | 735 ImsFeatureContainer fc = mRepo.getIfExists(slotId, feature).orElse(null); in getImsRegistration() local 743 ImsFeatureContainer fc = mRepo.getIfExists(slotId, feature).orElse(null); in getImsConfig() local
|
D | ImsServiceController.java | 800 ImsFeatureContainer fc = createFeatureContainer(slotId, b.asBinder(), capabilities); in addImsFeatureBinder() local
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerServiceImpl.java | 922 final FieldClassification fc = detectedFieldClassifications[i]; in logContextCommittedLocked() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 3877 String fc = sch[2]; in isCarrierOtaSpNum() local
|