| /frameworks/minikin/tests/unittest/ |
| D | LayoutCoreTest.cpp | 36 static LayoutPiece buildLayout(const std::string& text, std::shared_ptr<FontCollection> fc) { in buildLayout() 42 static LayoutPiece buildLayout(const std::string& text, std::shared_ptr<FontCollection> fc, in buildLayout() 73 auto fc = makeFontCollection({"LayoutTestFont.ttf"}); in TEST() local 85 auto fc = makeFontCollection({"LayoutTestFont.ttf"}); in TEST() local 101 auto fc = makeFontCollection({"LayoutTestFont.ttf"}); in TEST() local 128 auto fc = makeFontCollection({"LayoutTestFont.ttf", "Hiragana.ttf"}); in TEST() local 144 auto fc = makeFontCollection({"LayoutTestFont.ttf", "Hiragana.ttf"}); in TEST() local 167 auto fc = makeFontCollection({"Ligature.ttf"}); in TEST() local 180 auto fc = makeFontCollection({"Ligature.ttf"}); in TEST() local 193 auto fc = makeFontCollection({"Ligature.ttf"}); in TEST() local [all …]
|
| 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 | 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 | OptimalLineBreakerTest.cpp | 74 auto fc = FontCollection::create(families); in doLineBreak() local 1850 auto fc = FontCollection::create(families); in TEST_F() local
|
| D | GreedyLineBreakerTest.cpp | 78 auto fc = FontCollection::create(families); in doLineBreak() local 101 auto fc = FontCollection::create(families); in TEST_F() local
|
| /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() 64 const std::shared_ptr<FontCollection>& fc) { in registerFallbackInternal() 69 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 | ImsServiceControllerCompatTest.java | 163 ImsFeatureContainer fc = in validateMmTelFeatureContainerExists() local 173 ImsFeatureContainer fc = in validateMmTelFeatureContainerDoesntExist() local
|
| D | ImsServiceControllerTest.java | 1420 ImsFeatureContainer fc = in validateMmTelFeatureContainerExists() local 1429 ImsFeatureContainer fc = in validateMmTelFeatureContainerExistsWithEmergency() local 1438 ImsFeatureContainer fc = in validateFeatureContainerExistsWithSipDelegate() local 1445 ImsFeatureContainer fc = in validateFeatureContainerDoesNotHaveSipDelegate() local 1460 ImsFeatureContainer fc = in validateRcsFeatureContainerExists() local 1468 ImsFeatureContainer fc = in validateMmTelFeatureContainerDoesntExist() local 1474 ImsFeatureContainer fc = in validateRcsFeatureContainerDoesntExist() local
|
| /frameworks/base/core/java/android/widget/ |
| D | RemoteViewsService.java | 223 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onDestroy() local 268 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onBind() local
|
| /frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
| D | BulkPerfTest.java | 108 FileChannel fc = raf.getChannel(); in newBuffer() local
|
| D | ByteBufferPerfTest.java | 105 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 | 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/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 | 463 final FieldClassification fc = mDetectedFieldClassifications[i]; in getFieldsClassification() local
|
| /frameworks/base/native/android/ |
| D | system_fonts.cpp | 312 std::shared_ptr<minikin::FontCollection> fc = in AFontMatcher_match() local
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
| D | ImsResolver.java | 760 ImsFeatureContainer fc = mRepo.getIfExists(slotId, feature).orElse(null); in getImsRegistration() local 768 ImsFeatureContainer fc = mRepo.getIfExists(slotId, feature).orElse(null); in getImsConfig() local
|
| D | ImsServiceController.java | 906 ImsFeatureContainer fc = createFeatureContainer(slotId, subId, b.asBinder(), capabilities); in addImsFeatureBinder() local
|
| /frameworks/base/services/autofill/java/com/android/server/autofill/ |
| D | AutofillManagerServiceImpl.java | 977 final FieldClassification fc = detectedFieldClassifications[i]; in logContextCommittedLocked() local
|
| /frameworks/base/apct-tests/perftests/rubidium/assets/ |
| D | turtledove_generate_bid.js | 102 …s,6)};var ec=function(a){Q.call(this,a,-1,dc)};t(ec,Q);var dc=[1];function fc(a,b){var c=!0;c=void… function in Ub
|
| D | rubidium_scoring_logic_compiled.js | 44 …d[f]),g=+f;if(Array.isArray(b)){if(b.length)for(e=U(a,b[0].constructor,g,e),g=0;g<Math.min(e.lengt…
|
| D | turtledove_parametrized_generateBid.js | 101 (m=b)?m:e};var fc=function(a){S.call(this,a)};t(fc,S);function gc(a,b,c){"0"===a||c.has(a)||c.set(a… function
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | GsmCdmaPhone.java | 4188 String fc = sch[2]; in isCarrierOtaSpNum() local
|