HomeSort by relevance Sort by last modified time
    Searched full:category (Results 126 - 150 of 679) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/sample/apps/client/
AndroidManifest.xml 32 <category android:name="android.intent.category.LAUNCHER"/>
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-001.js 31 printStatus ("Unicode format-control character (Category Cf) test.");
35 "Unicode format-control character test (Category Cf.)");
  /frameworks/base/opengl/tests/gl2_java/
AndroidManifest.xml 32 <category android:name="android.intent.category.LAUNCHER" />
  /frameworks/base/opengl/tests/gl2_jni/
AndroidManifest.xml 31 <category android:name="android.intent.category.LAUNCHER" />
  /frameworks/base/opengl/tests/gl_jni/
AndroidManifest.xml 34 <category android:name="android.intent.category.LAUNCHER" />
  /frameworks/base/opengl/tests/gldual/
AndroidManifest.xml 31 <category android:name="android.intent.category.LAUNCHER" />
  /frameworks/base/opengl/tests/testPauseResume/
AndroidManifest.xml 34 <category android:name="android.intent.category.LAUNCHER" />
  /frameworks/base/telephony/tests/telephonytests/
AndroidManifest.xml 27 <category android:name="android.intent.category.LAUNCHER"/>
  /frameworks/base/tests/LocationTracker/
AndroidManifest.xml 21 <category android:name="android.intent.category.LAUNCHER" />
  /frameworks/base/tests/SmokeTest/
AndroidManifest.xml 26 <category android:name="android.intent.category.TEST" />
  /frameworks/base/tests/TransformTest/
AndroidManifest.xml 24 <category android:name="android.intent.category.LAUNCHER" />
  /ndk/samples/hello-gl2/
AndroidManifest.xml 31 <category android:name="android.intent.category.LAUNCHER" />
  /packages/apps/Launcher2/
AndroidManifest.xml 81 <category android:name="android.intent.category.HOME" />
82 <category android:name="android.intent.category.DEFAULT" />
83 <category android:name="android.intent.category.MONKEY"/>
95 <category android:name="android.intent.category.DEFAULT" />
  /packages/apps/QuickSearchBox/tests/slow/
AndroidManifest.xml 29 <category android:name="android.intent.category.DEFAULT" />
  /packages/apps/QuickSearchBox/tests/spammy/
AndroidManifest.xml 29 <category android:name="android.intent.category.DEFAULT" />
  /packages/experimental/RpcPerformance/
AndroidManifest.xml 20 <category android:name="android.intent.category.LAUNCHER" />
  /external/bluetooth/glib/docs/reference/glib/tmpl/
unicode.sgml 309 @G_UNICODE_CONTROL: General category "Other, Control" (Cc)
310 @G_UNICODE_FORMAT: General category "Other, Format" (Cf)
311 @G_UNICODE_UNASSIGNED: General category "Other, Not Assigned" (Cn)
312 @G_UNICODE_PRIVATE_USE: General category "Other, Private Use" (Co)
313 @G_UNICODE_SURROGATE: General category "Other, Surrogate" (Cs)
314 @G_UNICODE_LOWERCASE_LETTER: General category "Letter, Lowercase" (Ll)
315 @G_UNICODE_MODIFIER_LETTER: General category "Letter, Modifier" (Lm)
316 @G_UNICODE_OTHER_LETTER: General category "Letter, Other" (Lo)
317 @G_UNICODE_TITLECASE_LETTER: General category "Letter, Titlecase" (Lt)
318 @G_UNICODE_UPPERCASE_LETTER: General category "Letter, Uppercase" (Lu
    [all...]
  /external/stlport/src/
locale.cpp 75 what += " facet category, unable to create facet for ";
193 locale::category c) {
206 // Give L a name where all facets except those in category c
207 // are taken from name1, and those in category c are taken from name2.
210 locale::category c) {
224 locale::category c) {
245 // in category c are instead constructed by name.
246 locale::locale(const locale& L, const char* name, locale::category c)
293 // Contruct a new locale where all facets that aren't in category c
294 // come from L1, and all those that are in category c come from L2
    [all...]
  /external/stlport/stlport/stl/
_locale.h 107 typedef int category; typedef in class:locale
108 _STLP_STATIC_CONSTANT(category, none = 0x000);
109 _STLP_STATIC_CONSTANT(category, collate = 0x010);
110 _STLP_STATIC_CONSTANT(category, ctype = 0x020);
111 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
112 _STLP_STATIC_CONSTANT(category, numeric = 0x100);
113 _STLP_STATIC_CONSTANT(category, time = 0x200);
114 _STLP_STATIC_CONSTANT(category, messages = 0x400);
115 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
121 locale(const locale&, const char*, category);
    [all...]
  /frameworks/base/docs/html/guide/topics/intents/
intents-filters.jd 88 of interest to the Android system (such as the category of component that
230 <p><dt><b>Category</b></dt>
232 that should handle the intent. Any number of category descriptions can be
234 several category constants, including these:
268 places a category in an Intent object, <code>{@link android.content.Intent#removeCategory
269 removeCategory()}</code> deletes a category previously added, and <code>{@link android.content.Intent#getCategories getCategories()}</code> gets the set of all
361 <br/>category</p>
421 A filter has fields that parallel the action, data, and category fields of an
474 <dt><b>Category test</b></dt>
480 &lt;category android:name="android.intent.category.DEFAULT" /&gt
    [all...]
  /development/samples/SearchableDictionary/
AndroidManifest.xml 35 <category android:name="android.intent.category.LAUNCHER" />
41 <!-- No category needed, because the Intent will specify this class component-->
  /dalvik/dx/src/com/android/dx/ssa/
BasicRegisterMapper.java 113 * @param category {@code 1..2;} width of reg
115 public void addMapping(int oldReg, int newReg, int category) {
125 if (runningCountNewRegisters < (newReg + category)) {
126 runningCountNewRegisters = newReg + category;
  /external/e2fsprogs/intl/
intl-compat.c 77 dcgettext (const char *domainname, const char *msgid, int category)
79 return libintl_dcgettext (domainname, msgid, category);
104 int category)
106 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
  /external/oprofile/daemon/
opd_printf.h 27 /// all others not fitting in above category, not voluminous.
  /external/proguard/src/proguard/evaluation/value/
Value.java 48 throw new IllegalArgumentException("Value is not a Category 1 value [" + this.getClass().getName() + "]");
56 throw new IllegalArgumentException("Value is not a Category 2 value [" + this.getClass().getName() + "]");
136 * Returns whether the computational type of this Value is a category 2 type.
137 * This means that it takes up the space of two category 1 types on the

Completed in 442 milliseconds

1 2 3 4 56 7 8 91011>>