/external/webrtc/webrtc/test/testsupport/ |
D | perf_test.cc | 29 bool important) { in ResultsToString() argument 38 if (important) { in ResultsToString() 53 bool important) { in PrintResultsImpl() argument 55 prefix, suffix, units, important).c_str()); in PrintResultsImpl() 68 bool important) { in PrintResult() argument 72 units, important); in PrintResult() 81 bool important) { in AppendResult() argument 86 "", "", units, important); in AppendResult() 94 bool important) { in PrintResult() argument 96 important); in PrintResult() [all …]
|
D | perf_test.h | 41 bool important); 49 bool important); 58 bool important); 66 bool important); 76 bool important); 84 bool important); 95 bool important); 103 bool important); 108 bool important); 113 bool important); [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
D | value_unittest.py | 76 a = value.Value(page0, 'x', 'unit', important=False, description=None, 78 b = value.Value(page1, 'x', 'unit', important=False, description=None, 82 a = value.Value(page0, 'x', 'unit', important=False, description=None, 84 b = value.Value(page0, 'x', 'unit', important=False, description=None, 91 a = value.Value(page0, 'x', 'unit', important=False, description=None, 93 b = value.Value(page0, 'x', 'incompatUnit', important=False, 97 a = value.Value(page0, 'x', 'unit', important=False, description=None, 99 b = value.Value(page0, 'x', 'unit', important=True, description=None, 103 a = value.Value(page0, 'x', 'unit', important=False, description=None, 105 b = ValueForTest(page0, 'x', 'unit', important=True, description=None, [all …]
|
D | __init__.py | 39 def __init__(self, page, name, units, important, description, argument 63 if not isinstance(important, bool): 80 self.important = important 94 self.important == that.important) 138 return self.important 140 return self.important 203 'important': self.important
|
D | scalar.py | 14 def __init__(self, page, name, units, value, important=True, argument 24 super(ScalarValue, self).__init__(page, name, units, important, description, 43 self.important, 123 page, name, v0.units, merged_value, important=v0.important,
|
D | histogram.py | 33 raw_value=None, raw_value_json=None, important=True, argument 36 super(HistogramValue, self).__init__(page, name, units, important, 64 self.important, 128 important=v0.important, tir_label=value_module.MergedTirLabel(values),
|
D | summarizable_unittest.py | 12 None, 'foo', 'bars', important=False, description='desc', 19 None, 'foo', 'bars', important=False, description='desc', 27 None, 'foo', 'bars', important=False, description='desc',
|
D | scalar_unittest.py | 33 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=True, 45 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=True, 53 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=False, 74 self.assertEquals(True, vM.important) 93 self.assertEquals(True, vM.important) 129 v = scalar.ScalarValue(None, 'x', 'unit', 42, important=False, 138 v = scalar.ScalarValue(None, 'x', 'unit', None, important=False,
|
D | list_of_scalar_values.py | 74 important=True, description=None, argument 77 super(ListOfScalarValues, self).__init__(page, name, units, important, 117 self.important, 203 important=v0.important,
|
D | histogram_unittest.py | 35 important=True, description='desc', tir_label='my_ir', 49 important=False, improvement_direction=improvement_direction.UP) 62 histogram.important = True 81 important=False, improvement_direction=improvement_direction.DOWN)
|
D | list_of_scalar_values_unittest.py | 74 page, 'x', 'unit', [10, 9, 9, 7], important=True, description='desc', 102 self.assertEquals(True, vM.important) 125 self.assertEquals(True, vM.important) 172 important=False, improvement_direction=improvement_direction.DOWN) 199 important=False, none_value_reason='n',
|
D | summarizable.py | 11 def __init__(self, page, name, units, important, description, tir_label, argument 15 page, name, units, important, description, tir_label, grouping_keys)
|
D | trace.py | 26 def __init__(self, page, trace_data, important=False, description=None): argument 35 page, name='trace', units='', important=important,
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
D | webrtc_rendering_timeline.py | 59 important=True, 70 important=True, 81 important=True, 96 important=True, 107 important=True, 118 important=True, 129 important=True,
|
/external/testng/doc/samplereport/css/ |
D | print.css | 2 display: none !important; 5 margin: 0 !important; 6 border: none !important
|
D | maven-classic.css | 88 color: inherit !important; 96 color: #f30 !important; 100 color: #555 !important; 194 color: #fff !important; 246 background: #eee url(../images/help_logo.gif) top right no-repeat !important; 647 padding: 1em 2em 1em 1em !important; 684 text-align: right !important; 688 text-align: center !important; 799 padding-left: 0 !important;
|
/external/shflags/doc/ |
D | rst2html.css | 20 /* Override padding for "table.docutils td" with "! important". 22 padding: 0 0.5em 0 0 ! important } 25 /* Override more specific margin styles with "! important". */ 26 margin-top: 0 ! important } 29 margin-bottom: 0 ! important } 57 div.hint, div.important, div.note, div.tip, div.warning { 63 div.important p.admonition-title, div.note p.admonition-title,
|
/external/nanopb-c/docs/ |
D | lsr.css | 151 div.admonition, div.note, div.tip, div.caution, div.important { 160 div.important { 161 background: transparent url('../images/important.png') 10px 2px no-repeat; 181 background: transparent url('../images/important.png') 10px 2px no-repeat;
|
/external/valgrind/docs/internals/ |
D | m_syswrap.txt | 6 There are some important caveats regarding how to write the PRE and 7 POST wrappers for syscalls. It is important to observe these, else
|
/external/chromium-trace/catapult/telemetry/docs/ |
D | api-deprecation-procedure.md | 8 5. (Optional) Audit important users for usage of deprecated code prior to deletion. 39 ## (Optional) Audit important users for usage of deprecated code prior to deletion. 41 …ther important users) for usage of deprecated API’s prior to deletion. It may be done on a case by…
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.min.css | 1 …important;padding:0!important;background-image:url(images/preferences-break.png);background-positi…
|
D | wikipedia.css | 584 margin: 0 !important; 585 padding: 0 !important; 778 padding-left: 15px !important; 1098 text-align: left !important; 1310 background: none !important; 1311 padding: 0 !important; 1658 padding: 10px !important; 1682 line-height: 1.5em !important; 1851 direction: ltr !important; 1967 padding: 3px !important; [all …]
|
/external/llvm/docs/_themes/llvm-theme/static/ |
D | llvm-theme.css | 182 color: black!important; 210 color: #aaa!important; 225 color: #c60f0f!important; 229 text-decoration: none!important; 234 color: white!important;
|
/external/clang/test/Sema/ |
D | warn-self-assign-field.mm | 17 // Would be nice to have, but not important. 31 // Would be nice to have, but even less important.
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.css | 416 color:#bbb !important; 417 cursor:default !important; 418 text-decoration:none !important; 430 text-decoration:underline !important; 431 cursor:pointer !important; 438 background-color:#eaeaea !important; 445 background-color: #435a6e !important; 451 background-color:#f6f6f6 !important; 1114 margin-left:0 !important; 1115 height:auto !important; [all …]
|