Home
last modified time | relevance | path

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

12

/aosp12/frameworks/minikin/include/minikin/
H A 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()
/aosp12/frameworks/minikin/tests/unittest/
H A 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
H A DLayoutCoreTest.cpp41 auto fc = std::make_shared<FontCollection>(families); in buildLayout() local
53 auto fc = std::make_shared<FontCollection>(families); in buildLayout() local
H A 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
H A DLayoutTest.cpp445 auto fc = buildFontCollection("LayoutTestFont.ttf"); in TEST_F() local
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/
H A 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()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A 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
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViewsService.java216 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onDestroy() local
237 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onBind() local
/aosp12/art/test/474-fp-sub-neg/src/
H A DMain.java21 float fc = 1f; in floatTest() local
/aosp12/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_Control.cpp137 LVM_UINT32 fc; /* Filter centre frequency */ in LVEQNB_SetFilters() local
/aosp12/system/bt/stack/rfcomm/
H A Dport_utils.cc390 bool fc = p_port->tx.peer_fc || !p_port->rfc.p_mcb || in port_flow_control_user() local
H A Dport_int.h74 bool fc; /* true when the device is unable to accept frames */ member
/aosp12/system/bt/stack/test/rfcomm/
H A Dstack_rfcomm_test_utils.cc79 std::vector<uint8_t> CreateMccMscFrame(uint8_t dlci, bool fc, bool rtc, in CreateMccMscFrame()
185 bool fc, bool rtc, bool rtr, bool ic, in CreateQuickMscPacket()
/aosp12/frameworks/base/graphics/java/android/graphics/fonts/
H A 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
/aosp12/art/openjdkjvmti/
H A Dalloc_manager.cc201 art::FunctionClosure fc([&](art::Thread* thr ATTRIBUTE_UNUSED) { in PauseAllocations() local
H A Dti_stack.cc1097 art::FunctionClosure fc([](art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_) { in NotifyFramePop() local
1369 art::FunctionClosure fc([](art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_){ in PopFrame() local
1418 art::FunctionClosure fc([](art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_){ in ForceEarlyReturn() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
H A DAppEventProducer.java284 FolderContainer fc = ci.getFolder(); in getContainer() local
/aosp12/frameworks/base/native/android/
H A Dsystem_fonts.cpp250 for (const auto& fc : collections) { in ASystemFontIterator_open() local
323 std::shared_ptr<minikin::FontCollection> fc = in AFontMatcher_match() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DVideoUtils.java109 FileChannel fc = fos.getChannel(); in writeMovieIntoFile() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dif_fddi.h81 __u8 fc; member
H A Dif_hippi.h55 __u8 fc : 3; member
/aosp12/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Control.cpp240 LVM_UINT32 fc; /* Filter centre frequency */ in LVPSA_SetBPFiltersType() local
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DFillEventHistory.java418 final FieldClassification fc = mDetectedFieldClassifications[i]; in getFieldsClassification() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A 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
/aosp12/art/test/710-varhandle-creation/src/
H A DMain.java40 final char fc = 'c'; field in Main

12