Home
last modified time | relevance | path

Searched defs:category (Results 1 – 25 of 97) 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 …]
/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/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()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DPreferenceCategoryTest.java19 private PreferenceCategory category; field in PreferenceCategoryTest
/external/chromium/chrome/browser/userfeedback/proto/
Dchrome.proto38 optional ChromeOsCategory category = 1 [default = OTHER]; field
55 optional ChromeBrowserCategory category = 1 [default = OTHER]; field
/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()
313 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/bluetooth/bluedroid/bta/av/
Dbta_av_ci.c70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, in bta_av_ci_setconfig()
/external/chromium-trace/trace-viewer/src/model/
Dsample.js22 function Sample(category, title, colorId, ts, args) { argument
Dslice.js22 function Slice(category, title, colorId, start, args, opt_duration) { argument
/external/chromium-trace/trace-viewer/src/
Dtest_utils.js53 function newCounterCategory(parent, category, name) { argument
67 function newSliceCategory(category, name, start, duration) { argument
/external/harfbuzz/contrib/
Dharfbuzz-unicode-icu.c193 HB_CharCategory *category, in HB_GetUnicodeCharProperties()
Dharfbuzz-unicode-glib.c160 HB_CharCategory *category, in HB_GetUnicodeCharProperties()
/external/smack/src/org/jivesoftware/smackx/packet/
DDiscoverInfo.java262 private String category; field in DiscoverInfo.Identity
274 public Identity(String category, String name) { in Identity()
288 public Identity(String category, String name, String type) { in Identity()
/external/smack/src/org/jivesoftware/smackx/provider/
DDiscoverInfoProvider.java41 String category = ""; in parseIQ() local

1234