/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/ |
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...] |
/external/harfbuzz/contrib/ |
harfbuzz-unicode-tables.c | 6 #include "tables/category-properties.h" 70 return ((const struct category_property *) vprop)->category; 75 HB_CharCategory *category, 77 *category = code_point_to_category(ch);
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-external.h | 96 static inline void HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass) 98 if (category) 99 *category = HB_GetUnicodeCharCategory (ch);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/ |
iterator.hpp | 33 typedef forward_iterator_tag category; typedef in struct:boost::mpl::l_iter 54 typedef forward_iterator_tag category; 65 typedef forward_iterator_tag category; typedef in struct:boost::mpl::l_iter
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
Memory.java | 109 private void addCategory(StorageVolumePreferenceCategory category) { 110 mCategories.add(category); 111 getPreferenceScreen().addPreference(category); 112 category.init(); 134 for (StorageVolumePreferenceCategory category : mCategories) { 135 category.onResume(); 144 for (StorageVolumePreferenceCategory category : mCategories) { 145 final StorageVolume volume = category.getStorageVolume(); 147 category.onStorageStateChanged(); 158 for (StorageVolumePreferenceCategory category : mCategories) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_classes.h | 65 /// Definition of locale::category. 66 typedef int category; typedef in class:locale 89 * @brief Category values. 91 * The standard category values are none, ctype, numeric, collate, time, 93 * intersection. The category all is the union of these values. 97 static const category none = 0; 98 static const category ctype = 1L << 0; 99 static const category numeric = 1L << 1; 100 static const category collate = 1L << 2; 101 static const category time = 1L << 3 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_classes.h | 68 /// Definition of locale::category. 69 typedef int category; typedef in class:locale 92 * @brief Category values. 94 * The standard category values are none, ctype, numeric, collate, time, 96 * intersection. The category all is the union of these values. 100 static const category none = 0; 101 static const category ctype = 1L << 0; 102 static const category numeric = 1L << 1; 103 static const category collate = 1L << 2; 104 static const category time = 1L << 3 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
locale_classes.h | 68 /// Definition of locale::category. 69 typedef int category; typedef in class:locale 92 * @brief Category values. 94 * The standard category values are none, ctype, numeric, collate, time, 96 * intersection. The category all is the union of these values. 100 static const category none = 0; 101 static const category ctype = 1L << 0; 102 static const category numeric = 1L << 1; 103 static const category collate = 1L << 2; 104 static const category time = 1L << 3 [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.h | 65 /// Definition of locale::category. 66 typedef int category; typedef in class:locale 89 * @brief Category values. 91 * The standard category values are none, ctype, numeric, collate, time, 93 * intersection. The category all is the union of these values. 97 static const category none = 0; 98 static const category ctype = 1L << 0; 99 static const category numeric = 1L << 1; 100 static const category collate = 1L << 2; 101 static const category time = 1L << 3 [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.h | 65 /// Definition of locale::category. 66 typedef int category; typedef in class:locale 89 * @brief Category values. 91 * The standard category values are none, ctype, numeric, collate, time, 93 * intersection. The category all is the union of these values. 97 static const category none = 0; 98 static const category ctype = 1L << 0; 99 static const category numeric = 1L << 1; 100 static const category collate = 1L << 2; 101 static const category time = 1L << 3 [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.h | 65 /// Definition of locale::category. 66 typedef int category; typedef in class:locale 89 * @brief Category values. 91 * The standard category values are none, ctype, numeric, collate, time, 93 * intersection. The category all is the union of these values. 97 static const category none = 0; 98 static const category ctype = 1L << 0; 99 static const category numeric = 1L << 1; 100 static const category collate = 1L << 2; 101 static const category time = 1L << 3 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
locale_classes.h | 65 /// Definition of locale::category. 66 typedef int category; typedef in class:locale 89 * @brief Category values. 91 * The standard category values are none, ctype, numeric, collate, time, 93 * intersection. The category all is the union of these values. 97 static const category none = 0; 98 static const category ctype = 1L << 0; 99 static const category numeric = 1L << 1; 100 static const category collate = 1L << 2; 101 static const category time = 1L << 3 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_classes.h | 68 /// Definition of locale::category. 69 typedef int category; typedef in class:locale 92 * @brief Category values. 94 * The standard category values are none, ctype, numeric, collate, time, 96 * intersection. The category all is the union of these values. 100 static const category none = 0; 101 static const category ctype = 1L << 0; 102 static const category numeric = 1L << 1; 103 static const category collate = 1L << 2; 104 static const category time = 1L << 3 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_classes.h | 68 /// Definition of locale::category. 69 typedef int category; typedef in class:locale 92 * @brief Category values. 94 * The standard category values are none, ctype, numeric, collate, time, 96 * intersection. The category all is the union of these values. 100 static const category none = 0; 101 static const category ctype = 1L << 0; 102 static const category numeric = 1L << 1; 103 static const category collate = 1L << 2; 104 static const category time = 1L << 3 [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_classes.h | 68 /// Definition of locale::category. 69 typedef int category; typedef in class:locale 92 * @brief Category values. 94 * The standard category values are none, ctype, numeric, collate, time, 96 * intersection. The category all is the union of these values. 100 static const category none = 0; 101 static const category ctype = 1L << 0; 102 static const category numeric = 1L << 1; 103 static const category collate = 1L << 2; 104 static const category time = 1L << 3 [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_classes.h | 68 /// Definition of locale::category. 69 typedef int category; typedef in class:locale 92 * @brief Category values. 94 * The standard category values are none, ctype, numeric, collate, time, 96 * intersection. The category all is the union of these values. 100 static const category none = 0; 101 static const category ctype = 1L << 0; 102 static const category numeric = 1L << 1; 103 static const category collate = 1L << 2; 104 static const category time = 1L << 3 [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
locale_classes.h | 66 /// Definition of locale::category. 67 typedef int category; typedef in class:locale 90 * @brief Category values. 92 * The standard category values are none, ctype, numeric, collate, time, 94 * intersection. The category all is the union of these values. 98 static const category none = 0; 99 static const category ctype = 1L << 0; 100 static const category numeric = 1L << 1; 101 static const category collate = 1L << 2; 102 static const category time = 1L << 3 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSCalculationValue.h | 78 CalculationCategory category() const { return m_category; } function in class:WebCore::CSSCalcExpressionNode 83 CSSCalcExpressionNode(CalculationCategory category, bool isInteger) 84 : m_category(category) 105 CalculationCategory category() const { return m_expression->category(); } function in class:WebCore::CSSCalcValue
|
/external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
process.py | 49 def GetCounter(self, category, name): 50 counter_id = category + '.' + name 56 def GetOrCreateCounter(self, category, name): 58 return self.GetCounter(category, name) 60 ctr = tracing_counter.Counter(self, category, name)
|
/frameworks/base/core/java/android/nfc/cardemulation/ |
CardEmulation.java | 53 * card emulation service for a certain category. This will 57 * {@link #EXTRA_SERVICE_COMPONENT}, for the category 65 * The category extra for {@link #ACTION_CHANGE_DEFAULT}. 69 public static final String EXTRA_CATEGORY = "category"; 80 * Category used for NFC payment services. 85 * Category that can be used for all other card emulation 94 * category. 99 * that the default service has registered in this category, 109 * or {@link OffHostApduService}, whenever an Application ID (AID) of this category 179 * the default service to handle a card emulation category [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
jsonchecker_unittest.py | 38 def __call__(self, line_number, category, confidence, message): 39 self._handle_style_error(self, line_number, category, confidence, message) 57 def handle_style_error(mock_error_handler, line_number, category, confidence, message): 58 self.fail('Unexpected error: %d %s %d %s' % (line_number, category, confidence, message)) 66 def handle_style_error(mock_error_handler, line_number, category, confidence, message): 69 self.assertEqual(expected_category, category) 70 self.assertIn(category, jsonchecker.JSONChecker.categories)
|
/external/llvm/lib/Support/ |
APFloat.cpp | 599 category = rhs.category; 601 if (isFiniteNonZero() || category == fcNaN) 608 assert(isFiniteNonZero() || category == fcNaN); 620 category = fcNaN; 759 category != rhs.category || 762 if (category==fcZero || category==fcInfinity) 781 category = fcNormal [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelinePresentationModel.js | 59 * @return {!Object.<string, {title: string, category}>} 70 recordStyles[recordTypes.Root] = { title: "#root", category: categories["loading"] }; 71 recordStyles[recordTypes.Program] = { title: WebInspector.UIString("Other"), category: categories["other"] }; 72 recordStyles[recordTypes.EventDispatch] = { title: WebInspector.UIString("Event"), category: categories["scripting"] }; 73 recordStyles[recordTypes.BeginFrame] = { title: WebInspector.UIString("Frame Start"), category: categories["rendering"] }; 74 recordStyles[recordTypes.ScheduleStyleRecalculation] = { title: WebInspector.UIString("Schedule Style Recalculation"), category: categories["rendering"] }; 75 recordStyles[recordTypes.RecalculateStyles] = { title: WebInspector.UIString("Recalculate Style"), category: categories["rendering"] }; 76 recordStyles[recordTypes.InvalidateLayout] = { title: WebInspector.UIString("Invalidate Layout"), category: categories["rendering"] }; 77 recordStyles[recordTypes.Layout] = { title: WebInspector.UIString("Layout"), category: categories["rendering"] }; 78 recordStyles[recordTypes.PaintSetup] = { title: WebInspector.UIString("Paint Setup"), category: categories["painting"] } [all...] |
/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...] |
/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...] |