Searched refs:category (Results 101 - 125 of 343) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
H A Dsunspider113 my $category = $_;
114 $category =~ s/-.*//;
115 if (!$uniqueCategories{$category}) {
116 push @categories, $category;
117 $uniqueCategories{$category} = $category;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DAuditsPanel.js81 * @param {!WebInspector.AuditCategory} category
83 addCategory: function(category)
85 this.categoriesById[category.id] = category;
86 this._launcherView.addCategory(category);
324 * @param {!WebInspector.AuditCategory} category
326 WebInspector.AuditCategoryResult = function(category)
328 this.title = category.displayName;
/external/e2fsprogs/intl/
H A Ddcigettext.c227 /* The category. */
228 int category; member in struct:known_translation_t
271 /* We compare the category last (though this is the cheapest
274 result = s1->category - s2->category;
313 static const char *guess_category_value (int category,
318 # define category_to_name(category) _nl_category_names[category]
320 static const char *category_to_name (int category) internal_function;
429 int plural, unsigned long int n, int category)
428 DCIGETTEXT(const char *domainname, const char *msgid1, const char *msgid2, int plural, unsigned long int n, int category) argument
1071 category_to_name(int category) argument
1131 guess_category_value(int category, const char *categoryname) argument
[all...]
/external/llvm/include/llvm/ADT/
H A DAPFloat.h376 bool isZero() const { return category == fcZero; }
383 bool isInfinity() const { return category == fcInfinity; }
386 bool isNaN() const { return category == fcNaN; }
396 fltCategory getCategory() const { return category; }
398 bool isNonZero() const { return category != fcZero; }
567 fltCategory category : 3;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValue.cpp312 CalculationCategory leftCategory = leftSide.category();
313 CalculationCategory rightCategory = rightSide.category();
352 ASSERT(leftSide->category() != CalcOther && rightSide->category() != CalcOther);
363 CalculationCategory leftCategory = leftSide->category();
364 CalculationCategory rightCategory = rightSide->category();
377 if (leftCategory == rightSide->category()) {
492 ASSERT(m_leftSide->category() == CalcNumber && m_rightSide->category() == CalcNumber);
498 if (m_leftSide->category()
520 CSSCalcBinaryOperation(PassRefPtr<CSSCalcExpressionNode> leftSide, PassRefPtr<CSSCalcExpressionNode> rightSide, CalcOperator op, CalculationCategory category) argument
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java456 if (registerType.category == RegisterType.Category.LongLo) {
460 } else if (registerType.category == RegisterType.Category.DoubleLo) {
1765 if (!allowedCategories.contains(resultRegisterType.category)) {
1831 if (exceptionType.category != RegisterType.Category.Reference) {
1879 if (!validCategories.contains(methodReturnRegisterType.category)) {
1887 if (returnRegisterType.category != RegisterType.Category.Null &&
1892 if (returnRegisterType.category == RegisterType.Category.Reference &&
1985 if (castRegisterType.category != RegisterType.Category.Reference) {
2012 if (registerType.category != RegisterType.Category.Reference) {
2048 if (destRegisterType.category !
[all...]
/external/stlport/src/
H A Dlocale.cpp76 what += " facet category, unable to create facet for ";
194 locale::category c) {
207 // Give L a name where all facets except those in category c
208 // are taken from name1, and those in category c are taken from name2.
211 locale::category c) {
225 locale::category c) {
246 // in category c are instead constructed by name.
247 locale::locale(const locale& L, const char* name, locale::category c)
294 // Contruct a new locale where all facets that aren't in category c
295 // come from L1, and all those that are in category
[all...]
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_mode_site_list.cc60 // Category 0 is "not listed"; actual category IDs start at 1.
61 int GetCategoryId(const std::string& category) { argument
63 if (g_categories[i].identifier == category)
173 // TODO(bauerb): We need to distinguish between "no category assigned" and
180 std::string category; local
181 if (!(*it)->GetAsString(&category)) {
182 LOG(ERROR) << "Invalid category";
185 category_id = GetCategoryId(category);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dbranch_utility.py21 def create_object_store(category):
22 return object_store_creator.Create(BranchUtility, category=category)
H A Dcaching_rietveld_patcher.py70 def create_object_store(category):
73 category='%s/%s' % (rietveld_patcher.GetIdentity(), category))
H A Dapi_list_data_source.py80 for category in ['chrome', 'experimental', 'private']:
81 names.extend(self.get(platform).get(category))
/external/harfbuzz/src/
H A Dharfbuzz-hebrew.c151 HB_CharCategory category; local
154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
155 if (category != HB_Mark_NonSpacing) {
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-hebrew.c151 HB_CharCategory category; local
154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
155 if (category != HB_Mark_NonSpacing) {
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_view.css40 .timeline-view > .control > .controls.category-filter {
209 .category-filter-dialog {
216 .category-filter-dialog-form {
221 .category-filter-dialog-form input {
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dremap_helper.py127 category, num = api.get_category_for_name(n)
129 c = gl_XML.real_category_name(category)
/external/harfbuzz/contrib/
H A Dharfbuzz-unicode-glib.c160 HB_CharCategory *category,
162 *category = hb_category_for_char(ch);
159 HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass) argument
H A Dharfbuzz-unicode-icu.c193 HB_CharCategory *category,
195 *category = hb_category_for_char(ch);
192 HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass) argument
/external/mesa3d/src/mapi/glapi/gen/
H A Dremap_helper.py127 category, num = api.get_category_for_name(n)
129 c = gl_XML.real_category_name(category)
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc65 // convert internally to determine the category name from the char enabled
139 const unsigned char* category,
145 if (category == event.category_group_enabled() &&
203 const unsigned char* category,
208 if (category == event.category_group_enabled() &&
247 const unsigned char* category,
483 // Category group checked at category creation time.
646 // Splits a combined "category\0name" into the two component parts.
648 const char** category,
711 const char** category,
[all...]
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dtrace_event_importer_test.js38 assertEquals('foo', slice.category);
45 assertEquals('bar', slice.category);
95 assertEquals('foo', slice.category);
112 assertEquals('foo', sA.category);
117 assertEquals('bar', sB.category);
136 assertEquals('foo', slice.category);
152 assertEquals('foo', slice.category);
194 assertEquals('foo', slice.category);
201 assertEquals('bar', slice2.category);
249 assertEquals('foo', a1.category);
[all...]
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dandroid_parser_test.js166 assertEquals('cat2', thread.sliceGroup.slices[0].category);
176 assertEquals('cat1', counters[0].category);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathParser.cpp63 CharCategory category = Unicode::category(aChar);
64 if (category & (Letter_Uppercase | Letter_Lowercase | Letter_Other | Letter_Titlecase | Number_Letter))
66 if (category & (Mark_NonSpacing | Mark_SpacingCombining | Mark_Enclosing | Letter_Modifier | Number_DecimalDigit))
/external/chromium_org/third_party/re2/re2/testing/
H A Dunicode_test.py178 for category, codes in self.categories.items():
181 # prefer category Nd over N
182 if len(category) > 1:
183 return category
185 short = category
/external/llvm/lib/Support/
H A Dsystem_error.cpp41 return *this == code.category() && code.value() == condition;
/external/regex-re2/re2/testing/
H A Dunicode_test.py178 for category, codes in self.categories.items():
181 # prefer category Nd over N
182 if len(category) > 1:
183 return category
185 short = category

Completed in 1911 milliseconds

1234567891011>>