/bionic/libc/stdlib/ |
locale.c | 30 char* setlocale (int category, char const *locale)
|
/external/bison/lib/ |
hard-locale.c | 38 /* Return true if the current CATEGORY locale is hard, i.e. if you 41 hard_locale (int category) 44 char const *p = setlocale (category, NULL); 61 if (((p = setlocale (category, "C")) 63 || ((p = setlocale (category, "POSIX")) 68 setlocale (category, locale);
|
/external/webkit/PerformanceTests/SunSpider/resources/ |
sunspider-compare-results.js | 74 var category = categories[i]; 75 itemTotals1[category] = []; 76 categoryTotals1[category] = 0; 77 testTotalsByCategory1[category] = {}; 78 categoryMeans1[category] = 0; 79 testMeansByCategory1[category] = {}; 80 categoryStdDevs1[category] = 0; 81 testStdDevsByCategory1[category] = {}; 82 categoryStdErrs1[category] = 0; 83 testStdErrsByCategory1[category] = {} [all...] |
sunspider-analyze-results.js | 52 var category = categories[i]; 53 itemTotals[category] = []; 54 categoryTotals[category] = 0; 55 testTotalsByCategory[category] = {}; 56 categoryMeans[category] = 0; 57 testMeansByCategory[category] = {}; 58 categoryStdDevs[category] = 0; 59 testStdDevsByCategory[category] = {}; 60 categoryStdErrs[category] = 0; 61 testStdErrsByCategory[category] = {} [all...] |
/cts/tests/tests/opengl/src/android/opengl/cts/ |
GL2JniLibOne.java | 24 public static native void init(int category, int subcategory);
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
error_handlers.py | 31 __call__(self, line_number, category, confidence, message): 41 category: The name of the category of the error, for example 86 # errors per category passed to this instance. 108 def _add_reportable_error(self, category): 109 """Increment the error count and return the new category total.""" 112 # Increment the category total. 113 if not category in self._category_totals: 114 self._category_totals[category] = 1 116 self._category_totals[category] += [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/e2fsprogs/intl/ |
dcgettext.c | 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY 47 DCGETTEXT (const char *domainname, const char *msgid, int category) 49 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
|
dcngettext.c | 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY 49 int category) 51 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
|
intl-compat.c | 77 dcgettext (const char *domainname, const char *msgid, int category) 79 return libintl_dcgettext (domainname, msgid, category); 104 int category) 106 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
|
/external/eclipse-windowbuilder/propertysheet/src/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());
|
PropertyCategoryProvider.java | 11 package org.eclipse.wb.internal.core.model.property.category;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ExtensionAuditCategory.js | 61 WebInspector.ExtensionAuditCategoryResults = function(category, callback) 63 this._category = category; 64 this._pendingRules = category.ruleCount; 67 this.id = category.id + "-" + ++WebInspector.ExtensionAuditCategoryResults._lastId; 68 WebInspector.extensionServer.startAuditRun(category, this);
|
/external/webkit/PerformanceTests/SunSpider/ |
make-hosted | 55 my $category = $_; 56 $category =~ s/-.*//; 57 if (!$uniqueCategories{$category}) { 58 push @categories, $category; 59 $uniqueCategories{$category} = $category;
|
/dalvik/dx/src/com/android/dx/ssa/ |
InterferenceRegisterMapper.java | 65 public void addMapping(int oldReg, int newReg, int category) { 66 super.addMapping(oldReg, newReg, category); 70 if (category == 2) { 81 * @param category category of old namespace register 84 public boolean interferes(int oldReg, int newReg, int category) { 92 } else if (category == 1) { 96 || (interferes(oldReg, newReg+1, category-1)); 133 * pinned to the specified new-namespace reg + category. Takes into 134 * account the category of the old-namespace registers [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
InterferenceRegisterMapper.java | 65 public void addMapping(int oldReg, int newReg, int category) { 66 super.addMapping(oldReg, newReg, category); 70 if (category == 2) { 81 * @param category category of old namespace register 84 public boolean interferes(int oldReg, int newReg, int category) { 92 } else if (category == 1) { 96 || (interferes(oldReg, newReg+1, category-1)); 133 * pinned to the specified new-namespace reg + category. Takes into 134 * account the category of the old-namespace registers [all...] |
/external/libsepol/tests/policies/test-cond/ |
refpolicy-base.conf | 547 category c0; category c1; category c2; category c3; 548 category c4; category c5; category c6; category c7; 549 category c8; category c9; category c10; category c11 [all...] |
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
python.py | 50 category = "pep8/" + pep8_code 52 self._handle_style_error(line_number, category, 5, pep8_message)
|
xml_unittest.py | 36 def handle_style_error(line_number, category, confidence, message): 37 self.fail('Unexpected error: %d %s %d %s' % (line_number, category, confidence, message)) 42 def handle_style_error(line_number, category, confidence, message): 45 self.assertEquals(expected_category, category)
|
/bionic/libc/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/development/ndk/platforms/android-3/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/ |
PropertyManager.java | 13 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|