/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/webkit/Source/WebCore/inspector/front-end/ |
AuditLauncherView.js | 35 this._categoryIdPrefix = "audit-category-item-"; 85 addCategory: function(category) 90 var categoryElement = this._createCategoryElement(category.displayName, category.id); 91 category._checkboxElement = categoryElement.firstChild; 93 category._checkboxElement.checked = true; 103 var insertBefore = insertionIndexForObjectInListSortedByFunction(category, this._sortedCategories, compareCategories); 105 this._sortedCategories.splice(insertBefore, 0, category); 122 for (var category = 0; category < this._sortedCategories.length; ++category) [all...] |
TimelineOverviewPane.js | 38 var category = this._categories[categoryName]; 39 this.statusBarFilters.appendChild(this._createTimelineCategoryStatusBarCheckbox(category, this._onCheckboxClicked.bind(this, category))); 55 for (var category in this._categories) { 56 var categoryGraph = new WebInspector.TimelineCategoryGraph(this._categories[category], i++ % 2); 57 this._categoryGraphs[category] = categoryGraph; 104 _onCheckboxClicked: function (category, event) { 106 category.hidden = false; 108 category.hidden = true; 109 this._categoryGraphs[category.name].dimmed = !event.target.checked [all...] |
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
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)
|
/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...] |
/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++/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...] |
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/ |
IntentFilterNode.java | 57 return (nodeType == NodeType.Action) || (nodeType == NodeType.Category) 214 * Adds a Category Node to the Intent Filter Node 216 * @param category The Category Node 218 public void addCategoryNode(CategoryNode category) 220 if (category != null) 222 if (!children.contains(category)) 224 children.add(category); 230 * Adds a Category Node to the Intent Filter Node 232 * @param category The Category Nod [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...] |
/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...] |
/dalvik/dx/src/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 248 // Compute max category for remaining unmapped registers. 252 int category = ssaSpec.getCategory(); local 254 && category > maxCategory) { 255 maxCategory = category; 277 * @param maxAllowedCategory {@code 1..2;} maximum category 297 // the widest category used, but <shrug> 309 * @param maxAllowedCategory {@code 1..2;} the maximum category 329 * @param category {@code > 0;} width to reserve 331 private void markReserved(int ropReg, int category) { 332 reservedRopRegs.set(ropReg, ropReg + category, true) 488 int category = checkRegSpec.getCategory(); local 555 int category = ssaSpec.getCategory(); local 594 int category = ssaSpec.getCategory(); local 705 int category = ssaSpec.getCategory(); local 706 mapper.addMapping(ssaSpec.getReg(), ropReg, category); local 729 int category = source.getCategory(); local 786 int category = sources.get(i).getCategory(); local 929 int category = categoriesForIndex[i]; local 1019 int category = result.getCategory(); local [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 248 // Compute max category for remaining unmapped registers. 252 int category = ssaSpec.getCategory(); local 254 && category > maxCategory) { 255 maxCategory = category; 277 * @param maxAllowedCategory {@code 1..2;} maximum category 297 // the widest category used, but <shrug> 309 * @param maxAllowedCategory {@code 1..2;} the maximum category 329 * @param category {@code > 0;} width to reserve 331 private void markReserved(int ropReg, int category) { 332 reservedRopRegs.set(ropReg, ropReg + category, true) 488 int category = checkRegSpec.getCategory(); local 555 int category = ssaSpec.getCategory(); local 594 int category = ssaSpec.getCategory(); local 705 int category = ssaSpec.getCategory(); local 706 mapper.addMapping(ssaSpec.getReg(), ropReg, category); local 729 int category = source.getCategory(); local 786 int category = sources.get(i).getCategory(); local 929 int category = categoriesForIndex[i]; local 1019 int category = result.getCategory(); local [all...] |
/gdk/build/awk/ |
extract-launchable.awk | 30 # <category android:name="android.intent.category.LAUNCHER" /> 61 # the 'action' and 'category' variables. They are updated when 66 category = "" 69 # for the current activity if both 'action' and 'category' have the 74 category == "android.intent.category.LAUNCHER" ) { 84 # When entering a <category> element inside an <intent-filter>, record 86 else if ( event == "BEGIN-CATEGORY" && 87 XML_RPATH == "CATEGORY/INTENT-FILTER/ACTIVITY/APPLICATION/MANIFEST/" ) [all...] |
/cts/tests/tests/opengl/src/android/opengl/cts/ |
OpenGLES20NativeActivityOne.java | 73 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) { 76 mRenderer = new GL2Renderer(category, testCase, latch); 99 public GL2Renderer(int category, int testcase, CountDownLatch latch) { 100 this.mCategory = 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/llvm/include/llvm/Support/ |
system_error.h | 71 const error_category& category() const; 100 const error_category& category() const; 702 const error_category& category() const {return *_cat_;} function in class:llvm::error_condition 718 return _x.category() < _y.category() 719 || (_x.category() == _y.category() && _x.value() < _y.value()); 765 const error_category& category() const {return *_cat_;} function in class:llvm::error_code 785 return _x.category() < _y.category() [all...] |