Home
last modified time | relevance | path

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

12345678910>>...259

/external/cronet/testing/perf/
Dperf_test.cc21 bool important) { in ResultsToString() argument
26 important ? "*" : "", measurement.c_str(), modifier.c_str(), in ResultsToString()
38 bool important) { in PrintResultsImpl() argument
41 prefix, suffix, units, important).c_str()); in PrintResultsImpl()
54 bool important) { in PrintResult() argument
56 std::string(), std::string(), units, important); in PrintResult()
64 bool important) { in PrintResult() argument
66 std::string(), std::string(), units, important); in PrintResult()
75 bool important) { in AppendResult() argument
78 std::string(), std::string(), units, important); in AppendResult()
[all …]
Dperf_test.h18 // of the units of measure, e.g. "bytes". If |important| is true, the output
30 bool important);
36 bool important);
44 bool important);
53 bool important);
61 bool important);
71 bool important);
79 bool important);
90 bool important);
98 bool important);
[all …]
Dperf_result_reporter.cc58 info.important); in AddResult()
66 info.important); in AddResult()
74 info.important); in AddResult()
100 info.important); in AddResult()
108 info.units, info.important); in AddResultList()
117 mean_and_error, info.units, info.important); in AddResultMeanAndError()
133 bool important) { in RegisterMetric() argument
136 metric_map_.insert({metric_suffix, {units, important}}); in RegisterMetric()
/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.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 …]
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()
/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/nos/host/generic/nugget/include/hals/
Dcommon.h39 * IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
66 * IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
/external/webrtc/test/testsupport/
Dperf_test.cc154 bool important, in PrintResult() argument
162 important); in PrintResult()
170 bool important, in PrintResultMeanAndError() argument
176 UnitWithDirection(units, improve_direction), important); in PrintResultMeanAndError()
183 const bool important, in PrintResultList() argument
189 important); in PrintResultList()
199 bool important) { in PrintResultImpl() argument
202 message << (important ? "*" : "") << "RESULT " << graph_name << ": " in PrintResultImpl()
269 bool important, in PrintResult() argument
276 GetPerfWriter().LogResult(graph_name.str(), 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-auth-library-python/.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-api-python-client/.kokoro/
Dtest-samples.sh31 echo "--- IMPORTANT IMPORTANT IMPORTANT ---"
37 echo "--- IMPORTANT IMPORTANT IMPORTANT ---"
/external/owasp/java-encoder/core/src/test/resources/org/owasp/encoder/
Dbenchmark-data-1.txt2important; top: 0 !important; left: 0 !important; display: block !important; border: 0 none !impor…
347 …+\w+(\s*=\s*(?:"(.)*?"|'(.)*?'|[^'">\s]+))?)+\s*|\s*)src/i" (this is an important one, because I'v…
/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/aws-sdk-java-v2/services/appconfigdata/src/main/resources/codegen-resources/
Dservice-2.json30important> <p>Note the following important information.</p> <ul> <li> <p>Each configuration token …
92important> <p>This token should only be used once. To support long poll use cases, the token is va…
103important> <p>This token should only be used once. To support long poll use cases, the token is va…
242important> <p>This token should only be used once in your first call to <code>GetLatestConfigurati…
269important> <p>This token should only be used once in your first call to <code>GetLatestConfigurati…
/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/
DSearchAllResourcesRequestOrBuilder.java78 * * `name:Important` to find Google Cloud resources whose name contains
79 * "Important" as a word.
80 * * `name=Important` to find the Google Cloud resource whose name is exactly
81 * "Important".
115 * * `Important` to find Google Cloud resources that contain "Important" as a
119 * * `Important location:(us-west1 OR global)` to find Google Cloud
120 * resources that contain "Important" as a word in any of the searchable
139 * * `name:Important` to find Google Cloud resources whose name contains
140 * "Important" as a word.
141 * * `name=Important` to find the Google Cloud resource whose name is exactly
[all …]
/external/cronet/base/task/thread_pool/
Dtask_source_sort_key.cc21 // This TaskSourceSortKey is considered more important than |other| if it has in operator <()
26 // A lower priority is considered less important. in operator <()
30 // A greater worker count is considered less important. in operator <()
34 // Lastly, a greater ready time is considered less important. in operator <()
/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/
DTagResourceRequest.java144 * <important>
149 * </important>
163 * string. </p> <important>
168 * </important>
310 * <important>
315 * </important>
323 * string. </p> <important>
328 * </important>
341 * <important>
346 * </important>
[all …]
/external/sdv/vsomeip/third_party/boost/detail/doc/html/
Ddocutils.css19 /* Override padding for "table.docutils td" with "! important".
21 padding: 0 0.5em 0 0 ! important }
24 /* Override more specific margin styles with "! important". */
25 margin-top: 0 ! important }
28 margin-bottom: 0 ! important }
56 div.hint, div.important, div.note, div.tip, div.warning {
62 div.important p.admonition-title, div.note p.admonition-title,
/external/aws-sdk-java-v2/services/chime/src/main/resources/codegen-resources/
Dservice-2.json53important> <p> <b>This API is is no longer supported and will not be updated.</b> We recommend usi…
76important> <p> <b>This API is is no longer supported and will not be updated.</b> We recommend usi…
119important> <p> <b>This API is is no longer supported and will not be updated.</b> We recommend usi…
140important> <p> <b>This API is is no longer supported and will not be updated.</b> We recommend usi…
304important> <p> <b>This API is is no longer supported and will not be updated.</b> We recommend usi…
328important> <p> <b>This API is is no longer supported and will not be updated.</b> We recommend usi…
352important> <p> <b>This API is is no longer supported and will not be updated.</b> We recommend usi…
376important> <p> <b>This API is is no longer supported and will not be updated.</b> We recommend usi…
420important> <p> <b>This API is is no longer supported and will not be updated.</b> We recommend usi…
444important> <p> <b>This API is is no longer supported and will not be updated.</b> We recommend usi…
[all …]

12345678910>>...259