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

1 2 3 4 5 6 78 91011>>

  /external/e2fsprogs/intl/
dcigettext.c 226 /* The category. */
227 int category; member in struct:known_translation_t
270 /* We compare the category last (though this is the cheapest
273 result = s1->category - s2->category;
312 static const char *guess_category_value (int category,
317 # define category_to_name(category) _nl_category_names[category]
319 static const char *category_to_name (int category) internal_function;
424 CATEGORY locale and, if PLURAL is nonzero, search over strin
    [all...]
libgettext.h 103 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
143 # define dcgettext(Domainname, Msgid, Category) \
154 dcgettext__ (Domainname, Msgid, Category); \
160 __result = dcgettext__ (Domainname, Msgid, Category); \
170 # define dcgettext(Domainname, Msgid, Category) (Msgid)
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArray.java 77 * is category-2, then (a) the index must be at least two less than
79 * by the operation. In case of either category, if the <i>previous</i>
80 * local contains a category-2 value, then it too is invalidated by
128 * to be an initialized category-1 value.
135 * category-2 value
141 * to be a category-2 value.
147 * contains a category-1 value
ExecutionStack.java 149 int category; local
153 category = type.getType().getCategory();
159 if ((stackPtr + category) > stack.length) {
164 if (category == 2) {
177 * deeper half of a category-2 value.
228 * values with other values of the same category.
  /external/webkit/WebCore/inspector/front-end/
ResourcesPanel.js 650 switch (resource.category) {
734 if (!(resource.category.name in resourcesByCategory))
735 resourcesByCategory[resource.category.name] = [];
736 resourcesByCategory[resource.category.name].push(resource);
742 for (var category in resourcesByCategory) {
743 resourcesByCategory[category].sort(WebInspector.Resource.CompareByTime);
744 categoryValues[category] = 0;
748 var categoryResources = resourcesByCategory[category];
770 categoryValues[category] += segment.end - segment.start;
777 categoryValues[category] += segment.end - segment.start
    [all...]
  /external/icu4c/common/
rbbi.cpp 925 int16_t category = 0; local
941 RBBIDebugPuts("Handle Next pos char state category");
966 category = 2;
1137 int16_t category = 0; local
1573 uint16_t category; local
    [all...]
  /external/webkit/SunSpider/
TODO 25 should be tuned so that each category contributes about the same
26 total, and so each test in each category contributes about the same
68 category to the benchmark.
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
text_unittest.py 44 def error_for_test(line_number, category, confidence, message):
55 def error_for_test(line_number, category, confidence, message):
58 self.assertEquals('whitespace/tab', category)
  /frameworks/base/docs/html/guide/topics/manifest/
intent-filter-element.jd 22 <dd><code><a href="{@docRoot}guide/topics/manifest/category-element.html">&lt;category&gt;</a></code>
36 <code><a href="{@docRoot}guide/topics/manifest/category-element.html">&lt;category&gt;</a></code>, and
131 <br/><code><a href="{@docRoot}guide/topics/manifest/category-element.html">&lt;category&gt;</a></code>
  /packages/apps/IM/src/com/android/im/app/
ImUrlActivity.java 188 String category = iter.next(); local
189 String providerName = getProviderNameForCategory(category);
193 "resolveIntent: IM provider "+ category + " not supported");
228 if (providerCategory.equalsIgnoreCase("com.android.im.category.AIM")) {
230 } else if (providerCategory.equalsIgnoreCase("com.android.im.category.MSN")) {
232 } else if (providerCategory.equalsIgnoreCase("com.android.im.category.YAHOO")) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml 84 <category
85 id="com.android.ide.eclipse.wizards.category"
89 category="com.android.ide.eclipse.wizards.category"
100 category="com.android.ide.eclipse.wizards.category"
112 category="com.android.ide.eclipse.wizards.category"
282 category="com.android.ide.eclipse.preferences.main"
287 category="com.android.ide.eclipse.preferences.main
    [all...]
  /development/samples/Compass/
AndroidManifest.xml 51 <category android:name="android.intent.category.LAUNCHER" />
  /development/samples/SkeletonApp/
AndroidManifest.xml 51 <category android:name="android.intent.category.LAUNCHER" />
  /development/samples/VoiceRecognitionService/
AndroidManifest.xml 39 <category android:name="android.intent.category.DEFAULT" />
  /external/stlport/doc/
README.utf8 4 of the ctype category. However utf8 only describe how encoding must be
6 to know how to generate the whole ctype category facets of a locale
  /frameworks/base/awt/javax/imageio/spi/
IIOServiceProvider.java 70 public void onRegistration(ServiceRegistry registry, Class<?> category) {
74 public void onDeregistration(ServiceRegistry registry, Class<?> category) {
  /frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/
JPEGImageReaderSpi.java 83 public void onRegistration(ServiceRegistry registry, Class<?> category) {
84 // super.onRegistration(registry, category);
  /frameworks/base/core/tests/ConnectivityManagerTest/
AndroidManifest.xml 30 <category android:name="android.intent.category.TEST" />
  /frameworks/base/media/tests/MediaFrameworkTest/
AndroidManifest.xml 30 <category android:name="android.intent.category.LAUNCHER"/>
  /frameworks/base/tests/BrowserPowerTest/
AndroidManifest.xml 29 <category android:name="android.intent.category.TEST" />
  /bionic/libc/stdlib/
locale.c 30 char* setlocale (int category, char const *locale)
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form35c.java 123 * category-2 values count as two words. Return {@code -1} if the
145 * The check below adds (category - 1) to the register, to
147 * category-2 register has to be represented explicitly in
160 * except that it splits category-2 registers into two explicit
  /dalvik/dx/tests/093-ssa-invoke-range/
Blort.java 55 // with a differing category doesn't mess us up.
  /development/samples/ApiDemos/res/menu/
order.xml 20 order them for the menu (they all have the same default category). -->
  /external/bison/lib/
main.c 28 # define setlocale(Category, Locale)

Completed in 233 milliseconds

1 2 3 4 5 6 78 91011>>