/external/webkit/Source/WebCore/inspector/front-end/ |
D | TimelinePanel.js | 175 …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/ |
D | error_handlers.py | 108 def _add_reportable_error(self, category): argument 120 def _max_reports(self, category): argument 131 def __call__(self, line_number, category, confidence, message): argument
|
D | filter.py | 94 def should_check(self, category): argument 246 def should_check(self, category, path): argument
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
D | FirstFitLocalCombiningAllocator.java | 252 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/ |
D | text_unittest.py | 44 def error_for_test(line_number, category, confidence, message): argument 55 def error_for_test(line_number, category, confidence, message): argument
|
D | xml_unittest.py | 36 def handle_style_error(line_number, category, confidence, message): argument 42 def handle_style_error(line_number, category, confidence, message): argument
|
D | changelog_unittest.py | 36 def handle_style_error(line_number, category, confidence, message): argument 45 def handle_style_error(line_number, category, confidence, message): argument
|
D | common_unittest.py | 48 def _mock_style_error_handler(self, line_number, category, confidence, argument 105 def style_error_handler(line_number, category, confidence, message): argument
|
D | python_unittest.py | 49 def _mock_handle_style_error(line_number, category, confidence, argument
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | InterferenceRegisterMapper.java | 65 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/ |
D | PreferenceCategoryTest.java | 19 private PreferenceCategory category; field in PreferenceCategoryTest
|
/external/chromium/chrome/browser/userfeedback/proto/ |
D | chrome.proto | 38 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/ |
D | RegisterType.java | 43 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/ |
D | intl-compat.c | 77 dcgettext (const char *domainname, const char *msgid, int category) in dcgettext() 104 int category) in dcngettext()
|
D | dcgettext.c | 47 DCGETTEXT (const char *domainname, const char *msgid, int category) in DCGETTEXT()
|
D | dcngettext.c | 49 int category) in DCNGETTEXT()
|
/external/harfbuzz/contrib/tables/ |
D | category-properties.h | 12 HB_CharCategory category; member
|
/external/bluetooth/bluedroid/bta/av/ |
D | bta_av_ci.c | 70 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/ |
D | sample.js | 22 function Sample(category, title, colorId, ts, args) { argument
|
D | slice.js | 22 function Slice(category, title, colorId, start, args, opt_duration) { argument
|
/external/chromium-trace/trace-viewer/src/ |
D | test_utils.js | 53 function newCounterCategory(parent, category, name) { argument 67 function newSliceCategory(category, name, start, duration) { argument
|
/external/harfbuzz/contrib/ |
D | harfbuzz-unicode-icu.c | 193 HB_CharCategory *category, in HB_GetUnicodeCharProperties()
|
D | harfbuzz-unicode-glib.c | 160 HB_CharCategory *category, in HB_GetUnicodeCharProperties()
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
D | DiscoverInfo.java | 262 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/ |
D | DiscoverInfoProvider.java | 41 String category = ""; in parseIQ() local
|