Home
last modified time | relevance | path

Searched refs:important (Results 1 – 25 of 1046) sorted by relevance

12345678910>>...42

/external/ImageMagick/www/assets/
Dmagick.css6important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margi…
/external/webrtc/webrtc/test/testsupport/
Dperf_test.cc29 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 …]
Dperf_test.h41 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/angle/src/tests/perf_tests/third_party/perf/
Dperf_test.cc61 bool important) in ResultsToString() argument
66 return StringPrintf("%sRESULT %s%s: %s= %s%s%s %s\n", important ? "*" : "", measurement.c_str(), in ResultsToString()
78 bool important) in PrintResultsImpl() argument
82 ResultsToString(measurement, modifier, trace, values, prefix, suffix, units, important) in PrintResultsImpl()
97 bool important) in PrintResult() argument
100 std::string(), units, important); in PrintResult()
108 bool important) in PrintResult() argument
111 std::string(), units, important); in PrintResult()
120 bool important) in AppendResult() argument
123 std::string(), units, important); in AppendResult()
[all …]
Dperf_test.h31 bool important);
37 bool important);
45 bool important);
54 bool important);
62 bool important);
72 bool important);
80 bool important);
91 bool important);
99 bool important);
102 void PrintSystemCommitCharge(const std::string &test_name, size_t charge, bool important);
[all …]
Dangle-mods.patch152 - important ? "*" : "", measurement.c_str(), modifier.c_str(),
158 - bool important) {
161 - std::string(), std::string(), units, important);
167 - bool important) {
170 - std::string(), std::string(), units, important);
175 - bool important) {
179 - std::string(), std::string(), units, important);
240 - iter->second.units, iter->second.important);
242 + iter->second.important);
255 - iter->second.units, iter->second.important);
[all …]
Dperf_result_reporter.cc37 iter->second.important); in AddResult()
46 iter->second.important); in AddResult()
55 iter->second.important); in AddResult()
72 bool important) in RegisterMetric() argument
75 metric_map_.insert({metric_suffix, {units, important}}); in RegisterMetric()
Dperf_result_reporter.h17 bool important; member
54 void RegisterMetric(const std::string &metric_suffix, const std::string &units, bool important);
/external/grpc-grpc/src/core/lib/profiling/
Dtimers.h25 void gpr_timer_add_mark(const char* tagstr, int important, const char* file,
27 void gpr_timer_begin(const char* tagstr, int important, const char* file,
29 void gpr_timer_end(const char* tagstr, int important, const char* file,
39 #define GPR_TIMER_MARK(tag, important) \ argument
43 #define GPR_TIMER_SCOPE(tag, important) \ argument
60 #define GPR_TIMER_MARK(tag, important) \ argument
61 gpr_timer_add_mark(tag, important, __FILE__, __LINE__);
74 ProfileScope(const char* desc, bool important, const char* file, int line) in ProfileScope() argument
76 gpr_timer_begin(desc_, important ? 1 : 0, file, line); in ProfileScope()
88 #define GPR_TIMER_SCOPE(tag, important) \ argument
[all …]
Dbasic_timers.cc44 uint8_t important; member
149 entry->tagstr, entry->file, entry->line, entry->important); in write_log()
234 int important, const char* file, int line) { in gpr_timers_log_add() argument
252 entry->important = important != 0; in gpr_timers_log_add()
257 void gpr_timer_add_mark(const char* tagstr, int important, const char* file, in gpr_timer_add_mark() argument
259 gpr_timers_log_add(tagstr, MARK, important, file, line); in gpr_timer_add_mark()
262 void gpr_timer_begin(const char* tagstr, int important, const char* file, in gpr_timer_begin() argument
264 gpr_timers_log_add(tagstr, BEGIN, important, file, line); in gpr_timer_begin()
267 void gpr_timer_end(const char* tagstr, int important, const char* file, in gpr_timer_end() argument
269 gpr_timers_log_add(tagstr, END, important, file, line); in gpr_timer_end()
/external/jline/src/src/site/resources/css/
Dsite.css5 width: auto !important;
109 background-color: #7FAABB !important;
110 color: #FFFFFF !important;
111 font-size: 19px !important;
120 background-color: #7FAABB !important;
121 color: #FFFFFF !important;
122 font-size: 17px !important;
129 background-color: #8BBBD1 !important;
130 color: #FFFFFF !important;
148 font-size: 11px !important;
[all …]
/external/fmtlib/doc/bootstrap/
Dresponsive-utilities.less47 display: none !important;
57 display: block !important;
62 display: inline !important;
67 display: inline-block !important;
78 display: block !important;
83 display: inline !important;
88 display: inline-block !important;
99 display: block !important;
104 display: inline !important;
109 display: inline-block !important;
[all …]
Dprint.less12 background: transparent !important;
13 color: #000 !important; // Black prints faster: h5bp.com/s
14 box-shadow: none !important;
15 text-shadow: none !important;
54 max-width: 100% !important;
74 background: #fff !important;
84 border-top-color: #000 !important;
92 border-collapse: collapse !important;
96 background-color: #fff !important;
102 border: 1px solid #ddd !important;
Dutilities.less16 float: right !important;
19 float: left !important;
28 display: none !important;
31 display: block !important;
46 display: none !important;
/external/honggfuzz/posix/
Darch.c52 bool important; member
55 [0 ...(NSIG - 1)].important = false,
58 [SIGILL].important = true,
61 [SIGFPE].important = true,
64 [SIGSEGV].important = true,
67 [SIGBUS].important = true,
71 [SIGABRT].important = false,
75 [SIGVTALRM].important = false,
110 if (!arch_sigs[termsig].important) { in arch_analyzeSignal()
268 arch_sigs[SIGABRT].important = hfuzz->cfg.monitorSIGABRT; in arch_archInit()
[all …]
/external/fmtlib/doc/bootstrap/mixins/
Dresponsive-visibility.less6 display: block !important;
8 tr& { display: table-row !important; }
10 td& { display: table-cell !important; }
14 display: none !important;
/external/testng/doc/samplereport/css/
Dprint.css2 display: none !important;
5 margin: 0 !important;
6 border: none !important
/external/honggfuzz/netbsd/
Dtrace.c84 bool important; member
86 [0 ...(_NSIG)].important = false,
89 [SIGTRAP].important = false,
92 [SIGILL].important = true,
95 [SIGFPE].important = true,
98 [SIGSEGV].important = true,
101 [SIGBUS].important = true,
105 [SIGABRT].important = false,
109 [SIGVTALRM].important = false,
113 [SIGSYS].important = true,
[all …]
/external/honggfuzz/mac/
Darch.c105 bool important; member
110 for (int x = 0; x < NSIG; x++) arch_sigs[x].important = false; in arch_initSigs()
112 arch_sigs[SIGILL].important = true; in arch_initSigs()
114 arch_sigs[SIGFPE].important = true; in arch_initSigs()
116 arch_sigs[SIGSEGV].important = true; in arch_initSigs()
118 arch_sigs[SIGBUS].important = true; in arch_initSigs()
122 arch_sigs[SIGABRT].important = true; in arch_initSigs()
126 arch_sigs[SIGVTALRM].important = false; in arch_initSigs()
209 if (!arch_sigs[termsig].important) { in arch_analyzeSignal()
499 arch_sigs[SIGABRT].important = hfuzz->cfg.monitorSIGABRT; in arch_archInit()
[all …]
/external/pdfium/core/fxcrt/css/
Dcfx_cssstylesheet_unittest.cpp53 bool important; in VerifyFloat() local
54 RetainPtr<CFX_CSSValue> v = decl_->GetProperty(prop, &important); in VerifyFloat()
63 bool important; in VerifyEnum() local
64 RetainPtr<CFX_CSSValue> v = decl_->GetProperty(prop, &important); in VerifyEnum()
73 bool important; in VerifyList() local
75 decl_->GetProperty(prop, &important).As<CFX_CSSValueList>(); in VerifyList()
/external/python/pybind11/docs/_static/
Dtheme_overrides.css3 white-space: initial !important;
6 vertical-align: top !important;
/external/shflags/doc/
Drst2html.css20 /* 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/boringssl/src/third_party/wycheproof_testvectors/
Dx25519_test.txt37 # If a point multiplication is performed then it is important that the result is
49 # If a point multiplication is performed then it is important that the result is
61 # If a point multiplication is performed then it is important that the result is
73 # If a point multiplication is performed then it is important that the result is
85 # If a point multiplication is performed then it is important that the result is
117 # If a point multiplication is performed then it is important that the result is
129 # If a point multiplication is performed then it is important that the result is
141 # If a point multiplication is performed then it is important that the result is
153 # If a point multiplication is performed then it is important that the result is
165 # If a point multiplication is performed then it is important that the result is
[all …]
/external/libnl/doc/stylesheets/
Dvolnitsky.css28 color: #3A3A4D !important;
29 text-decoration: none !important;
33 color: #6D4100 !important;
34 text-decoration: none !important;
366 font-style: normal ! important;
367 font-weight: bold ! important;
368 color: #662222 ! important;
369 letter-spacing:+0.08em ! important;
/external/grpc-grpc/tools/profiling/latency_profile/
Dprofile_analyzer.py48 self.important = line['imp']
76 self.top_line.important = self.top_line.important or line['imp']
104 if line.important:
236 ('IMP', lambda line: '*' if line.important else ''),

12345678910>>...42