HomeSort by relevance Sort by last modified time
    Searched defs:category (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/harfbuzz/contrib/tables/
category-properties.h 12 HB_CharCategory category; member in struct:category_property
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProvider.java 11 package org.eclipse.wb.internal.core.model.property.category;
PropertyCategoryProviders.java 11 package org.eclipse.wb.internal.core.model.property.category;
48 * Returns category forced by user, may be <code>null</code>.
60 * Returns first not <code>null</code> category returned by provider.
66 PropertyCategory category = provider.getCategory(property);
67 if (category != null) {
68 return category;
71 throw new IllegalStateException("Can not provide category for " + property.getTitle());
PropertyCategory.java 11 package org.eclipse.wb.internal.core.model.property.category;
17 * Describes category of {@link Property}.
24 * "Normal" category, used for properties that should be displayed without any effect.
28 * "Preferred" category, for properties that are most useful for component.
32 * "Advanced" category, for properties that are rarely used, visible if modified, even if not
37 * "Advanced" category, for properties that are rarely used, visible only if enabled.
41 * "Hidden" category, for properties that should not be displayed.
101 PropertyCategory category = (PropertyCategory) obj; local
102 return m_priority == category.m_priority;
154 * @return the priority of this category
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentActivity.java 36 int category = extras.getInt("category"); local
39 frag.updateContentAndRecycleBitmap(category, position);
  /external/apache-http/src/org/apache/http/impl/
EnglishReasonPhraseCatalog.java 85 ("Unknown category for status code " + status + ".");
88 final int category = status / 100; local
89 final int subcode = status - 100*category;
92 if (REASON_PHRASES[category].length > subcode)
93 reason = REASON_PHRASES[category][subcode];
119 final int category = status / 100; local
120 final int subcode = status - 100*category;
121 REASON_PHRASES[category][subcode] = reason;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsUsageMonitorShortCodeTest.java 36 final int category; field in class:SmsUsageMonitorShortCodeTest.ShortCodeTest
38 ShortCodeTest(String countryIso, String destAddress, int category) {
41 this.category = category;
463 test.category, monitor.checkDestination(test.address, test.countryIso));
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/project/
TreeLabelProvider.java 35 private static final Image category = new Image(null, PlatformUI.getWorkbench() field in class:TreeLabelProvider
66 image = category;
  /docs/source.android.com/scripts/
build.py 57 category = 'home' variable
66 # Step A: split path, and update cached category name if needed
71 category = outdir[-1]
116 sidebar3=sidebar3, category=category, title=get_title(absfilename))
  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 27 severity(0), category(0) {}
43 /// \brief Return the category of the diagnostic.
46 /// \brief Return the category string of the diagnostic.
90 unsigned category; member in class:clang::CXLoadedDiagnostic
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 107 private void addCategory(StorageVolumePreferenceCategory category) {
108 mCategories.add(category);
109 getPreferenceScreen().addPreference(category);
110 category.init();
132 for (StorageVolumePreferenceCategory category : mCategories) {
133 category.onResume();
142 for (StorageVolumePreferenceCategory category : mCategories) {
143 final StorageVolume volume = category.getStorageVolume();
145 category.onStorageStateChanged();
156 for (StorageVolumePreferenceCategory category : mCategories)
    [all...]
  /external/astl/tests/
test_iterator.cpp 71 enum Category {UNKNOWN, INPUT, FORWARD, BIDIRECTIONAL, RANDOM};
74 Category category(_Category) { function in namespace:android
79 Category
80 category<std::input_iterator_tag>(std::input_iterator_tag) { function in namespace:android
85 Category
86 category<std::forward_iterator_tag>(std::forward_iterator_tag) { function in namespace:android
91 Category
92 category<std::bidirectional_iterator_tag>(std::bidirectional_iterator_tag) { function in namespace:android
97 Category
98 category<std::random_access_iterator_tag>(std::random_access_iterator_tag) { function in namespace:android
    [all...]
  /external/harfbuzz/src/
harfbuzz-hebrew.c 151 HB_CharCategory category; local
154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
155 if (category != HB_Mark_NonSpacing) {
harfbuzz-greek.c 406 HB_CharCategory category; local
409 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
410 if (category != HB_Mark_NonSpacing) {
  /external/stlport/stlport/stl/
_locale.h 109 typedef int category; typedef in class:locale
110 _STLP_STATIC_CONSTANT(category, none = 0x000);
111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
112 _STLP_STATIC_CONSTANT(category, ctype = 0x020);
113 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
114 _STLP_STATIC_CONSTANT(category, numeric = 0x100);
115 _STLP_STATIC_CONSTANT(category, time = 0x200);
116 _STLP_STATIC_CONSTANT(category, messages = 0x400);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
123 locale(const locale&, const char*, category);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.cpp 155 CharCategory category(unsigned int c) function in namespace:WTF::Unicode
157 return static_cast<CharCategory>(TO_MASK((__int8) UnicodeCE::category(c)));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 109 typedef int category; typedef in class:locale
110 _STLP_STATIC_CONSTANT(category, none = 0x000);
111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
112 _STLP_STATIC_CONSTANT(category, ctype = 0x020);
113 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
114 _STLP_STATIC_CONSTANT(category, numeric = 0x100);
115 _STLP_STATIC_CONSTANT(category, time = 0x200);
116 _STLP_STATIC_CONSTANT(category, messages = 0x400);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
123 locale(const locale&, const char*, category);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/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...]
  /prebuilts/ndk/6/sources/cxx-stl/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...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_locale.h 109 typedef int category; typedef in class:locale
110 _STLP_STATIC_CONSTANT(category, none = 0x000);
111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
112 _STLP_STATIC_CONSTANT(category, ctype = 0x020);
113 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
114 _STLP_STATIC_CONSTANT(category, numeric = 0x100);
115 _STLP_STATIC_CONSTANT(category, time = 0x200);
116 _STLP_STATIC_CONSTANT(category, messages = 0x400);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
123 locale(const locale&, const char*, category);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_locale.h 109 typedef int category; typedef in class:locale
110 _STLP_STATIC_CONSTANT(category, none = 0x000);
111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
112 _STLP_STATIC_CONSTANT(category, ctype = 0x020);
113 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
114 _STLP_STATIC_CONSTANT(category, numeric = 0x100);
115 _STLP_STATIC_CONSTANT(category, time = 0x200);
116 _STLP_STATIC_CONSTANT(category, messages = 0x400);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
123 locale(const locale&, const char*, category);
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
RegisterType.java 43 public final Category category; field in class:RegisterType
46 private RegisterType(Category category, ClassDef type) {
47 assert ((category == Category.Reference || category == Category.UninitRef || category == Category.UninitThis) &
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 157 int category; local
161 category = type.getType().getCategory();
167 if ((stackPtr + category) > stack.length) {
172 if (category == 2) {
194 * deeper half of a category-2 value.
266 * values with other values of the same category.
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 496 CharCategory category = Unicode::category(c); local
497 if (category & (Separator_Space | Separator_Line | Separator_Paragraph | Other_NotAssigned | Other_Control | Other_Format))
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SimpleInflater.java 129 final int category = a.getInt(R.styleable.MenuItem_android_menuCategory, 0); local

Completed in 2619 milliseconds

1 2 3 4 5 6