Searched defs:categories (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcommon.py27 # categories is tested, for example by checking that all of its
31 categories = set([ variable
H A Dtest_expectations.py56 categories = set(['test/expectations']) variable in class:TestExpectationsChecker
H A Dcpp.py3412 # (1) generate an explicit list of all possible categories,
3413 # (2) unit test that all checked categories have valid names, and
3414 # (3) unit test that all categories are getting unit tested.
3416 categories = set([ variable in class:CppChecker
/external/llvm/lib/Support/
H A Dregex2.h120 /* stuff for character categories */
144 int ncategories; /* how many character categories */
145 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member in struct:re_guts
/external/webkit/Source/WebCore/inspector/front-end/
H A DAuditsPanel.js120 _executeAudit: function(categories, resultCallback)
125 for (var i = 0; i < categories.length; ++i)
126 rulesRemaining += categories[i].ruleCount;
147 for (var i = 0; i < categories.length; ++i) {
148 var category = categories[i];
177 var categories = []; variable
179 categories.push(this.categoriesById[categoryIds[i]]);
181 function initiateAuditCallback(categories, launcherCallback)
183 this._executeAudit(categories, this._auditFinishedCallback.bind(this, launcherCallback));
187 initiateAuditCallback.call(this, categories, launcherCallbac
[all...]
H A DHeapSnapshotView.js45 this.categories = {
53 this.countsSummaryBar = new WebInspector.SummaryBar(this.categories);
62 this.sizesSummaryBar = new WebInspector.SummaryBar(this.categories);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 2020 milliseconds