Home
last modified time | relevance | path

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

12345678910>>...502

/aosp_15_r20/external/cronet/testing/perf/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/angle/src/tests/perf_tests/third_party/perf/
H A 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 …]
H A 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 …]
H A 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 …]
/aosp_15_r20/external/jline/src/src/site/resources/css/
H A 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 …]
/aosp_15_r20/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…
/aosp_15_r20/external/webrtc/test/testsupport/
H A 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 …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/shadycss/tests/
H A 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 …]
/aosp_15_r20/external/nos/host/generic/nugget/include/hals/
Dcommon.h39 * IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
66 * IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
/aosp_15_r20/external/aws-sdk-java-v2/services/chime/src/main/resources/codegen-resources/
H A 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 …]
/aosp_15_r20/out/soong/.intermediates/packages/apps/Dialer/Dialer/android_common/javac/anno/com/android/dialer/multimedia/
DAutoValue_MultimediaData.java23 private final boolean important; field in AutoValue_MultimediaData
30 boolean important) { in AutoValue_MultimediaData() argument
35 this.important = important; in AutoValue_MultimediaData()
64 return important; in isImportant()
78 && this.important == that.isImportant(); in equals()
95 h$ ^= important ? 1231 : 1237; in hashCode()
104 private boolean important; field in AutoValue_MultimediaData.Builder
129 public MultimediaData.Builder setImportant(boolean important) { in setImportant() argument
130 this.important = important; in setImportant()
137 String missing = " important"; in build()
[all …]
/aosp_15_r20/external/freetype/docs/
H A DCHANGES57 I. IMPORTANT CHANGES
141 I. IMPORTANT BUG FIXES
171 I. IMPORTANT CHANGES
222 I. IMPORTANT CHANGES
254 I. IMPORTANT CHANGES
372 I. IMPORTANT BUG FIXES
387 I. IMPORTANT CHANGES
437 I. IMPORTANT CHANGES
474 I. IMPORTANT BUG FIXES
528 I. IMPORTANT CHANGES
[all …]
/aosp_15_r20/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/
H A DSearchAllResourcesRequest.java156 * * `name:Important` to find Google Cloud resources whose name contains
157 * "Important" as a word.
158 * * `name=Important` to find the Google Cloud resource whose name is exactly
159 * "Important".
193 * * `Important` to find Google Cloud resources that contain "Important" as a
197 * * `Important location:(us-west1 OR global)` to find Google Cloud
198 * resources that contain "Important" as a word in any of the searchable
228 * * `name:Important` to find Google Cloud resources whose name contains
229 * "Important" as a word.
230 * * `name=Important` to find the Google Cloud resource whose name is exactly
[all …]
H A 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 …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
H A Dwikipedia.min.css1important;padding:0!important;background-image:url(images/preferences-break.png);background-positi…
/aosp_15_r20/out/soong/raw-aosp_shiba/da/
Ddaaf128a48f31fd3227f93312bd65c72cbc416c81important-notice.xml packages/inputmethods/LatinIME/java/res/values/strings-emoji-descriptions.xml…
/aosp_15_r20/external/aws-sdk-java-v2/services/appconfigdata/src/main/resources/codegen-resources/
H A 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…
/aosp_15_r20/external/ktfmt/website/lib/
H A Dbootstrap-responsive.min.css11important}.visible-tablet{display:none!important}.hidden-desktop{display:none!important}.visible-d…
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/
H A 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 …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/
H A Dvlog_is_on_test.cc71 EXPECT_CALL(log, Log(absl::LogSeverity::kInfo, _, "important")); in TEST_F()
74 VLOG(3) << "important"; in TEST_F()
86 EXPECT_CALL(log, Log(absl::LogSeverity::kInfo, _, "important")); in TEST_F()
89 VLOG(3) << "important"; in TEST_F()
101 EXPECT_CALL(log, Log(absl::LogSeverity::kInfo, _, "important")); in TEST_F()
104 VLOG(3) << "important"; in TEST_F()
121 EXPECT_CALL(log, Log(absl::LogSeverity::kInfo, _, "important")); in TEST_F()
124 VLOG(3) << "important"; in TEST_F()
142 EXPECT_CALL(log, Log(absl::LogSeverity::kInfo, _, "important")); in TEST_F()
145 VLOG(3) << "important"; in TEST_F()
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/res/values-ro/
Dstrings.xml27 <string name="important_notification_incoming_call">Apel primit important</string>
28 …<string name="important_notification_incoming_call_with_photo">Apel primit important cu fotografie…
29 …<string name="important_notification_incoming_call_with_message">Apel primit important cu mesaj</s…
30 …<string name="important_notification_incoming_call_with_location">Apel primit important cu locație…
31 …<string name="important_notification_incoming_call_with_photo_message">Apel primit important cu fo…
32 …<string name="important_notification_incoming_call_with_photo_location">Apel primit important cu f…
33 …<string name="important_notification_incoming_call_with_message_location">Apel primit important cu…
34 …ant_notification_incoming_call_with_photo_message_location">Apel primit important cu poză, mesaj ș…
35 …<string name="important_notification_incoming_call_attachments">Apel primit important cu atașament…
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/res/values-en-rGB/
Dstrings.xml27 <string name="important_notification_incoming_call">Important incoming call</string>
28 …<string name="important_notification_incoming_call_with_photo">Important incoming call with photo<…
29 …<string name="important_notification_incoming_call_with_message">Important incoming call with mess…
30 …<string name="important_notification_incoming_call_with_location">Important incoming call with loc…
31 …<string name="important_notification_incoming_call_with_photo_message">Important incoming call wit…
32 …<string name="important_notification_incoming_call_with_photo_location">Important incoming call wi…
33 …<string name="important_notification_incoming_call_with_message_location">Important incoming call …
34 …<string name="important_notification_incoming_call_with_photo_message_location">Important call wit…
35 …<string name="important_notification_incoming_call_attachments">Important incoming call with attac…
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/res/values-en-rAU/
Dstrings.xml27 <string name="important_notification_incoming_call">Important incoming call</string>
28 …<string name="important_notification_incoming_call_with_photo">Important incoming call with photo<…
29 …<string name="important_notification_incoming_call_with_message">Important incoming call with mess…
30 …<string name="important_notification_incoming_call_with_location">Important incoming call with loc…
31 …<string name="important_notification_incoming_call_with_photo_message">Important incoming call wit…
32 …<string name="important_notification_incoming_call_with_photo_location">Important incoming call wi…
33 …<string name="important_notification_incoming_call_with_message_location">Important incoming call …
34 …<string name="important_notification_incoming_call_with_photo_message_location">Important call wit…
35 …<string name="important_notification_incoming_call_attachments">Important incoming call with attac…
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/res/values-en-rIN/
Dstrings.xml27 <string name="important_notification_incoming_call">Important incoming call</string>
28 …<string name="important_notification_incoming_call_with_photo">Important incoming call with photo<…
29 …<string name="important_notification_incoming_call_with_message">Important incoming call with mess…
30 …<string name="important_notification_incoming_call_with_location">Important incoming call with loc…
31 …<string name="important_notification_incoming_call_with_photo_message">Important incoming call wit…
32 …<string name="important_notification_incoming_call_with_photo_location">Important incoming call wi…
33 …<string name="important_notification_incoming_call_with_message_location">Important incoming call …
34 …<string name="important_notification_incoming_call_with_photo_message_location">Important call wit…
35 …<string name="important_notification_incoming_call_attachments">Important incoming call with attac…

12345678910>>...502