/external/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 98 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/ |
D | ShadowPackageManagerTest.java | 659 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 …]
|
D | ShadowIntentTest.java | 282 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/ |
D | InterpreterConfiguration.java | 79 intent.addCategory(Intent.CATEGORY_LAUNCHER); in discoverForType() 96 intent.addCategory(Intent.CATEGORY_LAUNCHER); in discoverAll()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/activity/ |
D | FutureActivity.java | 62 intent.addCategory(Intent.CATEGORY_LAUNCHER); in onCreate()
|
/external/clang/test/Analysis/ |
D | pr4209.m | 60 - (void) addCategory:(EBayCategoryType*)inCategory toRootTreeCategory:(NSMutableArray*)inRootTreeCa…
|
/external/llvm-project/clang/test/Analysis/ |
D | pr4209.m | 60 - (void) addCategory:(EBayCategoryType*)inCategory toRootTreeCategory:(NSMutableArray*)inRootTreeCa…
|
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/ |
D | PreviewFragment.kt | 53 addCategory(Intent.CATEGORY_OPENABLE) in <lambda>()
|
/external/libtextclassifier/java/src/com/android/textclassifier/common/intent/ |
D | TemplateIntentFactory.java | 103 intent.addCategory(category); in createIntent()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | ApplicationManagerFacade.java | 66 intent.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchableApplications()
|
D | SettingsFacade.java | 306 intent.addCategory(Intent.CATEGORY_HOME); in showHomeScreen()
|
D | AndroidFacade.java | 407 intent.addCategory(categories.getString(i)); in buildIntent()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowApplicationPackageManager.java | 1086 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()
|
D | ShadowCrossProfileApps.java | 264 .addCategory(Intent.CATEGORY_LAUNCHER) in verifyActivityInManifest()
|
D | LegacyManifestParser.java | 349 outInfo.addCategory(category); in populateIntentInfo()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/ |
D | MethodDescriptor.java | 269 intent.addCategory(categories.getString(i)); in buildIntent()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 341 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/ |
D | CommandLine.h | 333 void addCategory(OptionCategory &C); 454 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply()
|
/external/llvm-project/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 117 Retrieved->addCategory(TestCategory); in TEST()
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | LoopbackActivity.java | 1403 FilenameIntent.addCategory(Intent.CATEGORY_OPENABLE); in launchFileNameChoosingActivity()
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 460 void Option::addCategory(OptionCategory &C) { in addCategory() function in Option
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 460 void Option::addCategory(OptionCategory &C) { in addCategory() function in Option
|