Home
last modified time | relevance | path

Searched refs:addCategory (Results 1 – 22 of 22) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() function
1585 addCategory(set, U_GC_ND_MASK, *fStatus); in doParseActions()
4380 addCategory(set, U_GC_CF_MASK, ec); in addIdentifierIgnorable()
4489 addCategory(set.getAlias(), U_GC_CN_MASK, status); in createSetForProperty()
4493 addCategory(set.getAlias(), U_GC_ND_MASK, status); in createSetForProperty()
4502 addCategory(set.getAlias(), U_GC_L_MASK, status); in createSetForProperty()
4503 addCategory(set.getAlias(), U_GC_SC_MASK, status); in createSetForProperty()
4504 addCategory(set.getAlias(), U_GC_PC_MASK, status); in createSetForProperty()
4505 addCategory(set.getAlias(), U_GC_ND_MASK, status); in createSetForProperty()
4506 addCategory(set.getAlias(), U_GC_NL_MASK, status); in createSetForProperty()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPackageManagerTest.java659 i.addCategory(Intent.CATEGORY_APP_BROWSER); in queryIntentActivities_EmptyResult()
668 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_Match()
705 i.addCategory(Intent.CATEGORY_APP_BROWSER); in queryIntentActivitiesAsUser_EmptyResult()
715 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivitiesAsUser_Match()
731 intent.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_launcher()
746 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_MatchSystemOnly()
765 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_EmptyResultWithNoMatchingImplicitIntents()
791 i.addCategory(Intent.CATEGORY_DEFAULT); in queryIntentActivities_MatchWithImplicitIntents()
805 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_MatchWithAliasIntents()
839 i.addCategory(Intent.CATEGORY_DEFAULT); in queryIntentActivities_DisabledComponentImplicitIntent()
[all …]
DShadowIntentTest.java282 Intent self = intent.addCategory("category.name.1"); in shouldSupportCategories()
283 intent.addCategory("category.name.2"); in shouldSupportCategories()
307 Intent self = intent.addCategory("foo"); in shouldAddCategories()
321 intentB.addCategory(category); in shouldFillIn()
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreterConfiguration.java79 intent.addCategory(Intent.CATEGORY_LAUNCHER); in discoverForType()
96 intent.addCategory(Intent.CATEGORY_LAUNCHER); in discoverAll()
/external/sl4a/Common/src/com/googlecode/android_scripting/activity/
DFutureActivity.java62 intent.addCategory(Intent.CATEGORY_LAUNCHER); in onCreate()
/external/clang/test/Analysis/
Dpr4209.m60 - (void) addCategory:(EBayCategoryType*)inCategory toRootTreeCategory:(NSMutableArray*)inRootTreeCa…
/external/llvm-project/clang/test/Analysis/
Dpr4209.m60 - (void) addCategory:(EBayCategoryType*)inCategory toRootTreeCategory:(NSMutableArray*)inRootTreeCa…
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DPreviewFragment.kt53 addCategory(Intent.CATEGORY_OPENABLE) in <lambda>()
/external/libtextclassifier/java/src/com/android/textclassifier/common/intent/
DTemplateIntentFactory.java103 intent.addCategory(category); in createIntent()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DApplicationManagerFacade.java66 intent.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchableApplications()
DSettingsFacade.java306 intent.addCategory(Intent.CATEGORY_HOME); in showHomeScreen()
DAndroidFacade.java407 intent.addCategory(categories.getString(i)); in buildIntent()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplicationPackageManager.java1086 intentToResolve.addCategory(Intent.CATEGORY_INFO); in getLaunchIntentForPackage()
1092 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchIntentForPackage()
1829 Intent intent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME); in isPackageActiveLauncher()
1836 intent.addCategory(Intent.CATEGORY_DEFAULT); in isPackageRequiredInstaller()
1849 intent.addCategory(Intent.CATEGORY_DEFAULT); in isPackageRequiredUninstaller()
DShadowCrossProfileApps.java264 .addCategory(Intent.CATEGORY_LAUNCHER) in verifyActivityInManifest()
DLegacyManifestParser.java349 outInfo.addCategory(category); in populateIntentInfo()
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
DMethodDescriptor.java269 intent.addCategory(categories.getString(i)); in buildIntent()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h341 void addCategory(OptionCategory &C);
462 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply()
/external/llvm-project/llvm/include/llvm/Support/
DCommandLine.h333 void addCategory(OptionCategory &C);
454 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply()
/external/llvm-project/llvm/unittests/Support/
DCommandLineTest.cpp117 Retrieved->addCategory(TestCategory); in TEST()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackActivity.java1403 FilenameIntent.addCategory(Intent.CATEGORY_OPENABLE); in launchFileNameChoosingActivity()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp460 void Option::addCategory(OptionCategory &C) { in addCategory() function in Option
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp460 void Option::addCategory(OptionCategory &C) { in addCategory() function in Option