/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/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...] |
/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/webkit/WebKitTools/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 85 # errors per category passed to this instance. 88 def _add_reportable_error(self, category): 89 """Increment the error count and return the new category total.""" 92 # Increment the category total. 93 if not category in self._category_totals: 94 self._category_totals[category] = 1 96 self._category_totals[category] += [all...] |
filter.py | 32 all_categories: A list of all available category names, for example-- 38 the beginning of some category name in the list 47 for category in all_categories: 48 if category.startswith(rule[1:]): 53 "of any category name." % rule) 61 """Create a category filter. 79 self._should_check_category = {} # Cached dictionary of category to True/False 94 def should_check(self, category): 95 """Return whether the category should be checked. 97 The rules for determining whether a category should be checke [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/webkit/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...] |
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;
|
/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);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/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;
|
/external/webkit/WebCore/inspector/front-end/ |
TimelineOverviewPane.js | 50 var category = this._categories[categoryName]; 51 categoriesTreeElement.appendChild(new WebInspector.TimelineCategoryTreeElement(category, this._onCheckboxClicked.bind(this, category))); 61 for (var category in this._categories) { 62 var categoryGraph = new WebInspector.TimelineCategoryGraph(this._categories[category], i++ % 2); 63 this._categoryGraphs[category] = categoryGraph; 97 _onCheckboxClicked: function (category, event) { 99 category.hidden = false; 101 category.hidden = true; 102 this._categoryGraphs[category.name].dimmed = !event.target.checked [all...] |
AbstractTimelinePanel.js | 96 function createFilterElement(category) 98 if (category === "all") 100 else if (this.categories[category]) 101 var label = this.categories[category].title; 104 categoryElement.category = category; 105 categoryElement.addStyleClass(category); 120 for (var category in this.categories) 121 createFilterElement.call(this, category); 124 showCategory: function(category) [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
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)
|