Home
last modified time | relevance | path

Searched full:omitted (Results 1 – 25 of 4883) sorted by relevance

12345678910>>...196

/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgoogletest-output-test-golden-lin.txt7 Stack trace: (omitted)
13 Stack trace: (omitted)
47 Stack trace: (omitted)
55 Stack trace: (omitted)
69 Stack trace: (omitted)
80 Stack trace: (omitted)
90 Stack trace: (omitted)
99 Stack trace: (omitted)
109 Stack trace: (omitted)
115 Stack trace: (omitted)
[all …]
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgoogletest-output-test-golden-lin.txt7 Stack trace: (omitted)
13 Stack trace: (omitted)
47 Stack trace: (omitted)
55 Stack trace: (omitted)
69 Stack trace: (omitted)
80 Stack trace: (omitted)
90 Stack trace: (omitted)
99 Stack trace: (omitted)
109 Stack trace: (omitted)
115 Stack trace: (omitted)
[all …]
/external/googletest/googletest/test/
Dgoogletest-output-test-golden-lin.txt7 Stack trace: (omitted)
13 Stack trace: (omitted)
47 Stack trace: (omitted)
55 Stack trace: (omitted)
69 Stack trace: (omitted)
80 Stack trace: (omitted)
90 Stack trace: (omitted)
99 Stack trace: (omitted)
109 Stack trace: (omitted)
115 Stack trace: (omitted)
[all …]
/external/cronet/tot/third_party/googletest/src/googletest/test/
Dgoogletest-output-test-golden-lin.txt7 Stack trace: (omitted)
13 Stack trace: (omitted)
47 Stack trace: (omitted)
55 Stack trace: (omitted)
69 Stack trace: (omitted)
80 Stack trace: (omitted)
90 Stack trace: (omitted)
99 Stack trace: (omitted)
109 Stack trace: (omitted)
115 Stack trace: (omitted)
[all …]
/external/cronet/stable/third_party/googletest/src/googletest/test/
Dgoogletest-output-test-golden-lin.txt7 Stack trace: (omitted)
13 Stack trace: (omitted)
47 Stack trace: (omitted)
55 Stack trace: (omitted)
69 Stack trace: (omitted)
80 Stack trace: (omitted)
90 Stack trace: (omitted)
99 Stack trace: (omitted)
109 Stack trace: (omitted)
115 Stack trace: (omitted)
[all …]
/external/llvm/test/MC/ARM/
Dneon-vld-vst-align.s13 @ CHECK-ERRORS: error: alignment must be 64 or omitted
16 @ CHECK-ERRORS: error: alignment must be 64 or omitted
20 @ CHECK-ERRORS: error: alignment must be 64 or omitted
23 @ CHECK-ERRORS: error: alignment must be 64 or omitted
35 @ CHECK-ERRORS: error: alignment must be 64 or omitted
38 @ CHECK-ERRORS: error: alignment must be 64 or omitted
42 @ CHECK-ERRORS: error: alignment must be 64 or omitted
45 @ CHECK-ERRORS: error: alignment must be 64 or omitted
57 @ CHECK-ERRORS: error: alignment must be 64 or omitted
60 @ CHECK-ERRORS: error: alignment must be 64 or omitted
[all …]
/external/clang/test/SemaObjC/
Dblock-omitted-return-type.m13 …ected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return type}}
19 …ected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return type}}
23 …void (^simpleBlock4)() = ^ const { //expected-warning {{'const' qualifier on omitted return type '…
29 …void (^simpleBlock6)() = ^ const (void) { //expected-warning {{'const' qualifier on omitted return…
32 …ed-warning {{attribute '_Nullable' ignored, because it cannot be applied to omitted return type}} \
33 …// expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return…
34 …// expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no effect}} \
38 …ted-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return type}} \
39 …// expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no effect}} \
/external/google-cloud-java/java-optimization/proto-google-cloud-optimization-v1/src/main/java/com/google/cloud/optimization/v1/
DInjectedSolutionConstraintOrBuilder.java30 * Routes of the solution to inject. Some routes may be omitted from the
42 * Routes of the solution to inject. Some routes may be omitted from the
54 * Routes of the solution to inject. Some routes may be omitted from the
66 * Routes of the solution to inject. Some routes may be omitted from the
79 * Routes of the solution to inject. Some routes may be omitted from the
92 * Skipped shipments of the solution to inject. Some may be omitted from the
103 * Skipped shipments of the solution to inject. Some may be omitted from the
114 * Skipped shipments of the solution to inject. Some may be omitted from the
125 * Skipped shipments of the solution to inject. Some may be omitted from the
137 * Skipped shipments of the solution to inject. Some may be omitted from the
/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/
DBasicSliOrBuilder.java32 * omitted, this SLI applies to all the Service's methods. For service types
48 * omitted, this SLI applies to all the Service's methods. For service types
64 * omitted, this SLI applies to all the Service's methods. For service types
81 * omitted, this SLI applies to all the Service's methods. For service types
99 * SLI. If omitted, this SLI applies to all locations in which the Service has
115 * SLI. If omitted, this SLI applies to all locations in which the Service has
131 * SLI. If omitted, this SLI applies to all locations in which the Service has
148 * SLI. If omitted, this SLI applies to all locations in which the Service has
166 * SLI. If omitted, this SLI applies to all API versions. For service types
182 * SLI. If omitted, this SLI applies to all API versions. For service types
[all …]
/external/tcpdump/
Dprint-babel.c200 network_prefix(int ae, int plen, unsigned int omitted, in network_prefix() argument
223 if(omitted > 4 || pb > 4 || (pb > omitted && len < pb - omitted)) in network_prefix()
226 if(omitted) { in network_prefix()
228 memcpy(prefix, dp, 12 + omitted); in network_prefix()
230 if(pb > omitted) { in network_prefix()
231 memcpy(prefix + 12 + omitted, p, pb - omitted); in network_prefix()
232 consumed = pb - omitted; in network_prefix()
236 if(omitted > 16 || (pb > omitted && len < pb - omitted)) in network_prefix()
238 if(omitted) { in network_prefix()
240 memcpy(prefix, dp, omitted); in network_prefix()
[all …]
/external/google-breakpad/src/common/
Ddwarf_line_to_module_unittest.cc339 // The 'Omitted' tests verify that we correctly omit line information
341 // toolchain omitted sections support" at the top of the
344 TEST(Omitted, DroppedThenGood) { in TEST() argument
351 h.AddLine(0, 10, 1, 83816211, 0); // should be omitted in TEST()
358 TEST(Omitted, GoodThenDropped) { in TEST() argument
366 h.AddLine(0, 10, 1, 44793413, 0); // should be omitted in TEST()
372 TEST(Omitted, Mix1) { in TEST() argument
381 h.AddLine(0, 0x78, 1, 23053829, 0); // should be omitted in TEST()
382 h.AddLine(0x78, 0x6a, 1, 65317783, 0); // should be omitted in TEST()
383 h.AddLine(0x78 + 0x6a, 0x2a, 1, 77601423, 0); // should be omitted in TEST()
[all …]
/external/google-cloud-java/java-billingbudgets/proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/
DFilterOrBuilder.java32 * included in the budget. If omitted, the report will include all usage for
48 * included in the budget. If omitted, the report will include all usage for
64 * included in the budget. If omitted, the report will include all usage for
81 * included in the budget. If omitted, the report will include all usage for
203 * included in the budget. If omitted, the report will include usage for
220 * included in the budget. If omitted, the report will include usage for
237 * included in the budget. If omitted, the report will include usage for
255 * included in the budget. If omitted, the report will include usage for
275 * usage from the parent account will be included. If omitted, the
292 * usage from the parent account will be included. If omitted, the
[all …]
/external/google-cloud-java/java-billingbudgets/proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/
DFilterOrBuilder.java32 * included in the budget. If omitted, the report will include all usage for
48 * included in the budget. If omitted, the report will include all usage for
64 * included in the budget. If omitted, the report will include all usage for
81 * included in the budget. If omitted, the report will include all usage for
211 * included in the budget. If omitted, the report will include usage for
228 * included in the budget. If omitted, the report will include usage for
245 * included in the budget. If omitted, the report will include usage for
263 * included in the budget. If omitted, the report will include usage for
283 * usage from the parent account will be included. If the field is omitted,
300 * usage from the parent account will be included. If the field is omitted,
[all …]
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
DWebhookResponseOrBuilder.java30 * The fulfillment response to send to the user. This field can be omitted by
45 * The fulfillment response to send to the user. This field can be omitted by
60 * The fulfillment response to send to the user. This field can be omitted by
75 * Information about page status. This field can be omitted by the webhook if
88 * Information about page status. This field can be omitted by the webhook if
101 * Information about page status. This field can be omitted by the webhook if
113 * Information about session status. This field can be omitted by the webhook
126 * Information about session status. This field can be omitted by the webhook
139 * Information about session status. This field can be omitted by the webhook
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
DWebhookResponseOrBuilder.java30 * The fulfillment response to send to the user. This field can be omitted by
45 * The fulfillment response to send to the user. This field can be omitted by
61 * The fulfillment response to send to the user. This field can be omitted by
76 * Information about page status. This field can be omitted by the webhook if
89 * Information about page status. This field can be omitted by the webhook if
102 * Information about page status. This field can be omitted by the webhook if
114 * Information about session status. This field can be omitted by the webhook
127 * Information about session status. This field can be omitted by the webhook
140 * Information about session status. This field can be omitted by the webhook
/external/cronet/stable/third_party/metrics_proto/
Dhistogram_event.proto24 // would be 0, the field will be omitted instead.
32 // If the min field is omitted, its value is assumed to be equal to max - 1.
33 // If the max field is omitted, its value is assumed to be equal to the next
41 // field would be 1, the field will be omitted instead.
/external/cronet/tot/third_party/metrics_proto/
Dhistogram_event.proto24 // would be 0, the field will be omitted instead.
32 // If the min field is omitted, its value is assumed to be equal to max - 1.
33 // If the max field is omitted, its value is assumed to be equal to the next
41 // field would be 1, the field will be omitted instead.
/external/rust/android-crates-io/crates/ring/tests/
Ded25519_from_pkcs8_tests.txt73 # v2. The private key's last byte, zero, is omitted.
84 # v2. The private key's first byte, zero, is omitted.
95 # v2. The public key's first byte, zero, is omitted.
106 # v2. The public key's last byte, zero, is omitted (valid ASN.1 DER).
188 # v2. The private key's last byte, zero, is omitted.
201 # v2. The private key's first byte, zero, is omitted.
214 # v2. The public key's first byte, zero, is omitted.
227 # v2. The public key's last byte, zero, is omitted (valid ASN.1 DER).
/external/python/cpython3/Lib/test/
Dtest_property.py104 "Docstrings are omitted with -O2 and above")
110 "Docstrings are omitted with -O2 and above")
122 "Docstrings are omitted with -O2 and above")
155 "Docstrings are omitted with -O2 and above")
163 "Docstrings are omitted with -O2 and above")
327 "Docstrings are omitted with -O2 and above")
346 "Docstrings are omitted with -O2 and above")
363 "Docstrings are omitted with -O2 and above")
395 "Docstrings are omitted with -O2 and above")
407 "Docstrings are omitted with -O2 and above")
[all …]
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dtss_hooks.hpp25 //May be omitted; may be called multiple times.
35 //Must not be omitted; may be called multiple times.
44 //May be omitted; may be called multiple times.
53 //Must not be omitted; may be called multiple times.
/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
DRecordTransformationsOrBuilder.java84 * match any suppression rule are omitted from the output.
95 * match any suppression rule are omitted from the output.
106 * match any suppression rule are omitted from the output.
117 * match any suppression rule are omitted from the output.
129 * match any suppression rule are omitted from the output.
/external/fonttools/Lib/fontTools/pens/
DfreetypePen.py164 width: Image width of the bitmap in pixels. If omitted, it
166 height: Image height of the bitmap in pixels. If omitted, it
183 a proper glyph image. When ``width`` and ``height`` are omitted, it
256 width: Image width of the bitmap in pixels. If omitted, it
258 height: Image height of the bitmap in pixels. If omitted, it
274 a proper glyph image. When ``width`` and ``height`` are omitted, it
309 width: Image width of the bitmap in pixels. If omitted, it
311 height: Image height of the bitmap in pixels. If omitted, it
323 a proper glyph image. When ``width`` and ``height`` are omitted, it
357 width: Image width of the bitmap in pixels. If omitted, it
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
DBatchCreateFeaturesRequest.java141 * field in each child request message can be omitted. If `parent` is set in a
160 * field in each child request message can be omitted. If `parent` is set in a
180 * field in each child request message can be omitted. If `parent` is set in a
199 * field in each child request message can be omitted. If `parent` is set in a
218 * field in each child request message can be omitted. If `parent` is set in a
799 * field in each child request message can be omitted. If `parent` is set in a
821 * field in each child request message can be omitted. If `parent` is set in a
843 * field in each child request message can be omitted. If `parent` is set in a
865 * field in each child request message can be omitted. If `parent` is set in a
894 * field in each child request message can be omitted. If `parent` is set in a
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
DBatchCreateFeaturesRequest.java141 * field in each child request message can be omitted. If `parent` is set in a
161 * field in each child request message can be omitted. If `parent` is set in a
181 * field in each child request message can be omitted. If `parent` is set in a
200 * field in each child request message can be omitted. If `parent` is set in a
219 * field in each child request message can be omitted. If `parent` is set in a
804 * field in each child request message can be omitted. If `parent` is set in a
827 * field in each child request message can be omitted. If `parent` is set in a
849 * field in each child request message can be omitted. If `parent` is set in a
871 * field in each child request message can be omitted. If `parent` is set in a
900 * field in each child request message can be omitted. If `parent` is set in a
[all …]
DBatchCreateFeaturesRequestOrBuilder.java65 * field in each child request message can be omitted. If `parent` is set in a
81 * field in each child request message can be omitted. If `parent` is set in a
97 * field in each child request message can be omitted. If `parent` is set in a
113 * field in each child request message can be omitted. If `parent` is set in a
130 * field in each child request message can be omitted. If `parent` is set in a

12345678910>>...196