Searched refs:addCategory (Results 1 – 14 of 14) sorted by relevance
/external/v8/tools/profview/ |
D | profile-utils.js | 257 function addCategory(name, types) { function 264 addCategory("JS Optimized", [ "JSOPT" ]); 265 addCategory("JS Unoptimized", [ "JSUNOPT", "BC" ]); 266 addCategory("IC", [ "IC" ]); 267 addCategory("RegExp", [ "REGEXP" ]); 268 addCategory("Other generated", [ "STUB", "BUILTIN" ]); 269 addCategory("C++", [ "CPP", "LIB" ]); 270 addCategory("C++/GC", [ "CPPGC" ]); 271 addCategory("C++/Parser", [ "CPPPARSE" ]); 272 addCategory("C++/Bytecode compiler", [ "CPPCOMPBC" ]); [all …]
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() function 1565 addCategory(set, U_GC_ND_MASK, *fStatus); in doParseActions() 4365 addCategory(set, U_GC_CF_MASK, ec); in addIdentifierIgnorable() 4473 addCategory(set.getAlias(), U_GC_CN_MASK, status); in createSetForProperty() 4477 addCategory(set.getAlias(), U_GC_ND_MASK, status); in createSetForProperty() 4486 addCategory(set.getAlias(), U_GC_L_MASK, status); in createSetForProperty() 4487 addCategory(set.getAlias(), U_GC_SC_MASK, status); in createSetForProperty() 4488 addCategory(set.getAlias(), U_GC_PC_MASK, status); in createSetForProperty() 4489 addCategory(set.getAlias(), U_GC_ND_MASK, status); in createSetForProperty() 4490 addCategory(set.getAlias(), U_GC_NL_MASK, status); in createSetForProperty() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowPackageManagerTest.java | 656 i.addCategory(Intent.CATEGORY_APP_BROWSER); in queryIntentActivities_EmptyResult() 665 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_Match() 702 i.addCategory(Intent.CATEGORY_APP_BROWSER); in queryIntentActivitiesAsUser_EmptyResult() 712 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivitiesAsUser_Match() 728 intent.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_launcher() 743 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_MatchSystemOnly() 762 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_EmptyResultWithNoMatchingImplicitIntents() 788 i.addCategory(Intent.CATEGORY_DEFAULT); in queryIntentActivities_MatchWithImplicitIntents() 802 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_MatchWithAliasIntents() 836 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/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | ApplicationManagerFacade.java | 66 intent.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchableApplications()
|
D | SettingsFacade.java | 305 intent.addCategory(Intent.CATEGORY_HOME); in showHomeScreen()
|
D | AndroidFacade.java | 405 intent.addCategory(categories.getString(i)); in buildIntent()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowApplicationPackageManager.java | 1065 intentToResolve.addCategory(Intent.CATEGORY_INFO); in getLaunchIntentForPackage() 1071 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchIntentForPackage() 1796 Intent intent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME); in isPackageActiveLauncher() 1803 intent.addCategory(Intent.CATEGORY_DEFAULT); in isPackageRequiredInstaller() 1816 intent.addCategory(Intent.CATEGORY_DEFAULT); in isPackageRequiredUninstaller()
|
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/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | LoopbackActivity.java | 1403 FilenameIntent.addCategory(Intent.CATEGORY_OPENABLE); in launchFileNameChoosingActivity()
|