Home
last modified time | relevance | path

Searched full:important (Results 1 – 25 of 5213) sorted by relevance

12345678910>>...209

/external/ImageMagick/www/assets/
Dmagick.css6important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font…
Dmagick.js6important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font…
/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 …]
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_test.h19 // of the units of measure, e.g. "bytes". If |important| is true, the output
31 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);
[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()
/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/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/rust/crates/grpcio-sys/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.cc45 uint8_t important; member
155 entry->tagstr, entry->file, entry->line, entry->important); in write_log()
240 int important, const char* file, int line) { in gpr_timers_log_add() argument
258 entry->important = important != 0; in gpr_timers_log_add()
263 void gpr_timer_add_mark(const char* tagstr, int important, const char* file, in gpr_timer_add_mark() argument
265 gpr_timers_log_add(tagstr, MARK, important, file, line); in gpr_timer_add_mark()
268 void gpr_timer_begin(const char* tagstr, int important, const char* file, in gpr_timer_begin() argument
270 gpr_timers_log_add(tagstr, BEGIN, important, file, line); in gpr_timer_begin()
273 void gpr_timer_end(const char* tagstr, int important, const char* file, in gpr_timer_end() argument
275 gpr_timers_log_add(tagstr, END, important, file, line); in gpr_timer_end()
/external/webrtc/test/testsupport/
Dperf_test.cc134 bool important, in PrintResult() argument
142 important); in PrintResult()
150 bool important, in PrintResultMeanAndError() argument
156 UnitWithDirection(units, improve_direction), important); in PrintResultMeanAndError()
163 const bool important, in PrintResultList() argument
169 important); in PrintResultList()
179 bool important) { in PrintResultImpl() argument
184 fprintf(output_, "%sRESULT %s: %s= %s%s%s %s\n", important ? "*" : "", in PrintResultImpl()
247 bool important, in PrintResult() argument
253 GetPerfWriter().LogResult(graph_name, trace, value, units, important, in PrintResult()
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/tests/
Dapply-shim.html149 <template id="important">
152 --mixin-important: {
154 border: 2px solid black !important;
155 color: white !important;
160 color: black !important;
164 @apply --mixin-important;
311 suite('!important', function() {
314 var info = prep('important');
318 …test('!important in mixin correctly translates to !important in resulting custom property', functi…
320 … assert.match(application.cssText, /border:\s*var\(--mixin-important_-_border\)\s*!important/);
[all …]
/external/python/google-api-python-client/.kokoro/
Dtest-samples.sh31 echo "--- IMPORTANT IMPORTANT IMPORTANT ---"
37 echo "--- IMPORTANT IMPORTANT IMPORTANT ---"
/external/python/python-api-core/.kokoro/
Dtest-samples.sh31 echo "--- IMPORTANT IMPORTANT IMPORTANT ---"
37 echo "--- IMPORTANT IMPORTANT IMPORTANT ---"
/external/python/google-auth-library-python/.kokoro/
Dtest-samples.sh31 echo "--- IMPORTANT IMPORTANT IMPORTANT ---"
37 echo "--- IMPORTANT IMPORTANT IMPORTANT ---"
/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/freetype/docs/
DCHANGES3 I. IMPORTANT CHANGES
35 I. IMPORTANT CHANGES
153 I. IMPORTANT BUG FIXES
168 I. IMPORTANT CHANGES
218 I. IMPORTANT CHANGES
255 I. IMPORTANT BUG FIXES
309 I. IMPORTANT CHANGES
435 I. IMPORTANT BUG FIXES
483 I. IMPORTANT BUG FIXES
491 II. IMPORTANT CHANGES
[all …]
/external/ktfmt/website/lib/
Dbootstrap-responsive.min.css11important}.visible-tablet{display:none!important}.hidden-desktop{display:none!important}.visible-d…
/external/libcups/doc/
Dcups.css28 padding: 5px 10px !important;
31 color: white !important;
32 text-decoration: none !important;
35 background: #cccccc !important;
36 color: #333333 !important;
37 text-decoration: none !important;
40 background: white !important;
42 color: black !important;
43 text-decoration: none !important;
66 color: white !important;
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.min.css1important;padding:0!important;background-image:url(images/preferences-break.png);background-positi…
/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;

12345678910>>...209