Home
last modified time | relevance | path

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

/external/v8/tools/profview/
Dprofile-utils.js257 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/
Dregexcmp.cpp98 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/
DShadowPackageManagerTest.java656 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 …]
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/sl4a/Common/src/com/googlecode/android_scripting/facade/
DApplicationManagerFacade.java66 intent.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchableApplications()
DSettingsFacade.java305 intent.addCategory(Intent.CATEGORY_HOME); in showHomeScreen()
DAndroidFacade.java405 intent.addCategory(categories.getString(i)); in buildIntent()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplicationPackageManager.java1065 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()
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/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackActivity.java1403 FilenameIntent.addCategory(Intent.CATEGORY_OPENABLE); in launchFileNameChoosingActivity()