/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
python_unittest.py | 49 def _mock_handle_style_error(line_number, category, confidence, 51 error = (line_number, category, confidence, message)
|
common_unittest.py | 48 def _mock_style_error_handler(self, line_number, category, confidence, 51 error = (line_number, category, confidence, message) 105 def style_error_handler(line_number, category, confidence, message): 106 self.assertEqual(category, 'whitespace/tab')
|
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)
|
/external/harfbuzz/tests/linebreaking/ |
harfbuzz-qt.cpp | 41 void HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass) 43 *category = (HB_CharCategory)QChar::category(ch); 49 return (HB_CharCategory)QChar::category(ch);
|
/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/dexmaker/src/dx/java/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/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/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...] |
/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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...] |
/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/ |
OpenGLES20NativeActivity.java | 88 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) { 91 mRenderer = new GL2Renderer(category, testCase, latch); 114 public GL2Renderer(int category, int testcase, CountDownLatch latch) { 115 this.mCategory = category;
|