Home
last modified time | relevance | path

Searched defs:category (Results 1 – 25 of 81) sorted by relevance

1234

/external/webkit/Source/WebCore/inspector/front-end/
DTimelinePanel.js175 …s[recordTypes.EventDispatch] = { title: WebInspector.UIString("Event"), category: this.categories.… property
176 …recordStyles[recordTypes.Layout] = { title: WebInspector.UIString("Layout"), category: this.catego… property
177 …calculateStyles] = { title: WebInspector.UIString("Recalculate Style"), category: this.categories.… property
178 …recordStyles[recordTypes.Paint] = { title: WebInspector.UIString("Paint"), category: this.categori… property
179 …recordStyles[recordTypes.ParseHTML] = { title: WebInspector.UIString("Parse"), category: this.cate… property
180 …dTypes.TimerInstall] = { title: WebInspector.UIString("Install Timer"), category: this.categories.… property
181 …ordTypes.TimerRemove] = { title: WebInspector.UIString("Remove Timer"), category: this.categories.… property
182 …recordTypes.TimerFire] = { title: WebInspector.UIString("Timer Fired"), category: this.categories.… property
183 …tateChange] = { title: WebInspector.UIString("XHR Ready State Change"), category: this.categories.… property
184 …yles[recordTypes.XHRLoad] = { title: WebInspector.UIString("XHR Load"), category: this.categories.… property
[all …]
DTimelineOverviewPane.js104 _onCheckboxClicked: function (category, event) { argument
334 _createTimelineCategoryStatusBarCheckbox: function(category, onCheckboxClicked) argument
406 WebInspector.TimelineCategoryGraph = function(category, isEven) argument
DExtensionAuditCategory.js61 WebInspector.ExtensionAuditCategoryResults = function(category, callback) argument
/external/webkit/Tools/Scripts/webkitpy/style/
Derror_handlers.py108 def _add_reportable_error(self, category): argument
120 def _max_reports(self, category): argument
131 def __call__(self, line_number, category, confidence, message): argument
Dfilter.py94 def should_check(self, category): argument
246 def should_check(self, category, path): argument
/external/astl/tests/
Dtest_iterator.cpp74 Category category(_Category) { in category() function
80 category<std::input_iterator_tag>(std::input_iterator_tag) { in category() function
86 category<std::forward_iterator_tag>(std::forward_iterator_tag) { in category() function
92 category<std::bidirectional_iterator_tag>(std::bidirectional_iterator_tag) { in category() function
98 category<std::random_access_iterator_tag>(std::random_access_iterator_tag) { in category() function
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DFirstFitLocalCombiningAllocator.java252 int category = ssaSpec.getCategory(); in handleLocalAssociatedOther() local
331 private void markReserved(int ropReg, int category) { in markReserved()
488 int category = checkRegSpec.getCategory(); in handleCheckCastResults() local
555 int category = ssaSpec.getCategory(); in handleNormalUnassociated() local
594 int category = ssaSpec.getCategory(); in canMapReg() local
610 private boolean spansParamRange(int ssaReg, int category) { in spansParamRange()
705 int category = ssaSpec.getCategory(); in addMapping() local
706 mapper.addMapping(ssaSpec.getReg(), ropReg, category); in addMapping() local
729 int category = source.getCategory(); in adjustAndMapSourceRangeRange() local
786 int category = sources.get(i).getCategory(); in findRangeAndAdjust() local
[all …]
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
Dtext_unittest.py44 def error_for_test(line_number, category, confidence, message): argument
55 def error_for_test(line_number, category, confidence, message): argument
Dxml_unittest.py36 def handle_style_error(line_number, category, confidence, message): argument
42 def handle_style_error(line_number, category, confidence, message): argument
Dchangelog_unittest.py36 def handle_style_error(line_number, category, confidence, message): argument
45 def handle_style_error(line_number, category, confidence, message): argument
Dcommon_unittest.py48 def _mock_style_error_handler(self, line_number, category, confidence, argument
105 def style_error_handler(line_number, category, confidence, message): argument
Dpython_unittest.py49 def _mock_handle_style_error(line_number, category, confidence, argument
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DInterferenceRegisterMapper.java65 public void addMapping(int oldReg, int newReg, int category) { in addMapping()
84 public boolean interferes(int oldReg, int newReg, int category) { in interferes()
DBasicRegisterMapper.java115 public void addMapping(int oldReg, int newReg, int category) { in addMapping()
/external/chromium/chrome/browser/userfeedback/proto/
Dchrome.proto38 optional ChromeOsCategory category = 1 [default = OTHER]; field
55 optional ChromeBrowserCategory category = 1 [default = OTHER]; field
/external/bison/lib/
Dhard-locale.c41 hard_locale (int category) in hard_locale()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DRegisterType.java43 public final Category category; field in RegisterType
46 private RegisterType(Category category, ClassDef type) { in RegisterType()
309 public static RegisterType getRegisterType(Category category, ClassDef classType) { in getRegisterType()
/external/e2fsprogs/intl/
Dintl-compat.c77 dcgettext (const char *domainname, const char *msgid, int category) in dcgettext()
104 int category) in dcngettext()
Ddcgettext.c47 DCGETTEXT (const char *domainname, const char *msgid, int category) in DCGETTEXT()
Ddcngettext.c49 int category) in DCNGETTEXT()
/external/harfbuzz/contrib/tables/
Dcategory-properties.h12 HB_CharCategory category; member
/external/harfbuzz/contrib/
Dharfbuzz-unicode-icu.c193 HB_CharCategory *category, in HB_GetUnicodeCharProperties()
Dharfbuzz-unicode-glib.c160 HB_CharCategory *category, in HB_GetUnicodeCharProperties()
/external/clang/tools/libclang/
DCXLoadedDiagnostic.h90 unsigned category; variable
/external/harfbuzz/src/
Dharfbuzz-hebrew.c151 HB_CharCategory category; in HB_HebrewShape() local

1234