Searched refs:category (Results 1 - 25 of 343) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
H A Dsunspider-analyze-results.js52 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...]
H A Dsunspider-compare-results.js74 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...]
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dtrace_model_event.js18 function TraceModelEvent(category, title, colorId, start, args) {
19 this.category = category || '';
H A Dslice.js19 function Slice(category, title, colorId, start, args, opt_duration) {
21 call(this, category, title, colorId, start, args);
H A Dobject_collection.js36 createObjectInstance_: function(parent, id, category, name, creationTs) {
38 var instance = new constructor(parent, id, category, name, creationTs);
59 idWasCreated: function(id, category, name, ts) {
61 return instanceMap.idWasCreated(category, name, ts);
64 addSnapshot: function(id, category, name, ts, args) {
65 var instanceMap = this.getOrCreateInstanceMap_(id, category, name, ts);
66 var snapshot = instanceMap.addSnapshot(category, name, ts, args);
67 if (snapshot.objectInstance.category != category) {
68 throw new Error('Added snapshot with different category '
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Derror_handlers.py31 __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...]
H A Dfilter.py32 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 shoul
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DTraceEvent.h79 // TRACE_EVENT_ASYNC_BEGIN0("category", "MyTracedClass", this);
82 // TRACE_EVENT_ASYNC_END0("category", "MyTracedClass", this);
115 // in for category, name, and arg_names. Thus, the following code will
123 // Notes: The category must always be in a long-lived char* (i.e. static const).
129 // TRACE_EVENT1("category", "name",
132 // TRACE_EVENT1("category", "name",
135 // TRACE_EVENT1("category", "name",
144 // TRACE_EVENT macros first cache a pointer to a category. The categories are
146 // category is protected by the TraceLog::lock_. Multiple threads initializing
148 // multiple calls will return the same pointer to the category
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/timeline/
H A Dsample.py16 def __init__(self, parent_thread, category, name, timestamp, args=None):
18 category, name, timestamp, 0, args=args)
H A Devent.py7 def __init__(self, category, name, start, duration, args=None):
8 self.category = category
/external/e2fsprogs/intl/
H A Ddcgettext.c47 DCGETTEXT (const char *domainname, const char *msgid, int category) argument
49 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
H A Ddcngettext.c49 int category)
51 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
47 DCNGETTEXT(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n, int category) argument
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/
H A Dperformance_monitor_l10n.h24 string16 GetLocalizedStringFromEventCategory(const EventCategory category);
26 const EventCategory category);
33 string16 GetLocalizedStringFromMetricCategory(const MetricCategory category);
35 const MetricCategory category);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
H A DPropertyCategoryProviders.java11 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());
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dmanifest_data_source.py38 for category in ('required', 'only_one', 'recommended', 'optional'):
39 manifest_dict[category] = []
49 def add_property(feature, manifest_key, category):
56 apps[category].append(deepcopy(manifest_key))
59 extensions[category].append(deepcopy(manifest_key))
64 for category in manifest_json:
65 for manifest_key in manifest_json[category]:
69 if add_property(feature, manifest_key, category):
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dextension_helper.py107 [category, num] = api.get_category_for_name( n )
108 if category not in abi:
116 [category, num] = api.get_category_for_name( n )
117 if category in abi:
134 [category, num] = api.get_category_for_name( n )
135 if category not in abi:
136 condition.append( 'defined(need_%s)' % (gl_XML.real_category_name( category )) )
197 [category, num] = api.get_category_for_name( n )
198 if category not in abi:
199 c = gl_XML.real_category_name(category)
[all...]
/external/mesa3d/src/mapi/glapi/gen/
H A Dextension_helper.py107 [category, num] = api.get_category_for_name( n )
108 if category not in abi:
116 [category, num] = api.get_category_for_name( n )
117 if category in abi:
134 [category, num] = api.get_category_for_name( n )
135 if category not in abi:
136 condition.append( 'defined(need_%s)' % (gl_XML.real_category_name( category )) )
197 [category, num] = api.get_category_for_name( n )
198 if category not in abi:
199 c = gl_XML.real_category_name(category)
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Djsonchecker_unittest.py38 def __call__(self, line_number, category, confidence, message):
39 self._handle_style_error(self, line_number, category, confidence, message)
57 def handle_style_error(mock_error_handler, line_number, category, confidence, message):
58 self.fail('Unexpected error: %d %s %d %s' % (line_number, category, confidence, message))
66 def handle_style_error(mock_error_handler, line_number, category, confidence, message):
69 self.assertEqual(expected_category, category)
70 self.assertIn(category, jsonchecker.JSONChecker.categories)
H A Dxcodeproj_unittest.py38 def __call__(self, line_number, category, confidence, message):
39 self.handler(self, line_number, category, confidence, message)
47 def handler(error_handler, line_number, category, confidence, message):
48 self.fail('Unexpected error: %d %s %d %s' % (line_number, category, confidence, message))
57 def handler(error_handler, line_number, category, confidence, message):
H A Dpython.py60 category = "pep8/" + pep8_code
62 self._handle_style_error(line_number, category, 5, pep8_message)
70 for line_number, category, message in errors:
71 self._handle_style_error(line_number, category, 5, message)
108 category = 'pylint/' + (category_and_method[0])
113 errors.append((line_number, category, message))
H A Dxml_unittest.py38 def __call__(self, line_number, category, confidence, message):
39 self._handle_style_error(self, line_number, category, confidence, message)
47 def handle_style_error(mock_error_handler, line_number, category, confidence, message):
48 self.fail('Unexpected error: %d %s %d %s' % (line_number, category, confidence, message))
56 def handle_style_error(mock_error_handler, line_number, category, confidence, message):
59 self.assertEqual(expected_category, category)
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_ci.c70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, argument
81 p_buf->category = category;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
H A Dmake-hosted55 my $category = $_;
56 $category =~ s/-.*//;
57 if (!$uniqueCategories{$category}) {
58 push @categories, $category;
59 $uniqueCategories{$category} = $category;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPreferenceCategoryTest.java19 private PreferenceCategory category; field in class:PreferenceCategoryTest
24 category = new PreferenceCategory(new Activity());
25 shadow = Robolectric.shadowOf(category);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DInterferenceRegisterMapper.java65 public void addMapping(int oldReg, int newReg, int category) { argument
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) { argument
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 o
[all...]

Completed in 1092 milliseconds

1234567891011>>