Home
last modified time | relevance | path

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

12345678910>>...307

/aosp_15_r20/external/llvm/test/MC/ARM/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A 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 …]
/aosp_15_r20/external/googletest/googletest/test/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/zip/
Dzip.go107 // Omitted is a list of files that are ignored when creating a module zip
109 Omitted []FileError member
170 // Predefined error messages for omitted files. Not exhaustive.
175 errHgArchivalTxt = errors.New("file is inserted by 'hg archive' and is always omitted")
182 // record contains lists of valid, invalid, and omitted files. Every file in
203 addError := func(path string, omitted bool, err error) {
209 if omitted {
210 cf.Omitted = append(cf.Omitted, fe)
217 // Files in these directories will be omitted.
327 // record contains lists of valid, invalid, and omitted files. If a directory is
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dbindgen_bundled_version_ext.rs2936 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_aggregate_context()
2955 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_blob()
2977 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_double()
2995 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_int()
3013 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_int64()
3030 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_null()
3046 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_parameter_count()
3062 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_parameter_index()
3078 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_parameter_name()
3097 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_text()
[all …]
/aosp_15_r20/external/tcpdump/
H A Dprint-babel.c202 network_prefix(int ae, int plen, unsigned int omitted, in network_prefix() argument
225 if(omitted > 4 || pb > 4 || (pb > omitted && len < pb - omitted)) in network_prefix()
228 if(omitted) { in network_prefix()
230 memcpy(prefix, dp, 12 + omitted); in network_prefix()
232 if(pb > omitted) { in network_prefix()
233 memcpy(prefix + 12 + omitted, p, pb - omitted); in network_prefix()
234 consumed = pb - omitted; in network_prefix()
238 if(omitted > 16 || (pb > omitted && len < pb - omitted)) in network_prefix()
240 if(omitted) { in network_prefix()
242 memcpy(prefix, dp, omitted); in network_prefix()
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0_ext.rs2502 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_aggregate_context()
2521 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_blob()
2543 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_double()
2561 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_int()
2579 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_int64()
2596 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_null()
2612 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_parameter_count()
2628 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_parameter_index()
2644 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_parameter_name()
2663 assert!(! ptr.is_null(), "SQLite API not initialized or SQLite feature omitted"); in sqlite3_bind_text()
[all …]
/aosp_15_r20/external/google-cloud-java/java-billingbudgets/proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/
H A 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 …]
H A DFilter.java322 * included in the budget. If omitted, the report will include all usage for
340 * included in the budget. If omitted, the report will include all usage for
358 * included in the budget. If omitted, the report will include all usage for
377 * included in the budget. If omitted, the report will include all usage for
538 * included in the budget. If omitted, the report will include usage for
557 * included in the budget. If omitted, the report will include usage for
576 * included in the budget. If omitted, the report will include usage for
596 * included in the budget. If omitted, the report will include usage for
622 * usage from the parent account will be included. If the field is omitted,
641 * usage from the parent account will be included. If the field is omitted,
[all …]
/aosp_15_r20/external/google-breakpad/src/common/
H A 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 …]
/aosp_15_r20/external/google-cloud-java/java-billingbudgets/proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/
H A 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 …]
H A DFilter.java322 * included in the budget. If omitted, the report will include all usage for
340 * included in the budget. If omitted, the report will include all usage for
358 * included in the budget. If omitted, the report will include all usage for
377 * included in the budget. If omitted, the report will include all usage for
531 * included in the budget. If omitted, the report will include usage for
550 * included in the budget. If omitted, the report will include usage for
569 * included in the budget. If omitted, the report will include usage for
589 * included in the budget. If omitted, the report will include usage for
615 * usage from the parent account will be included. If omitted, the
634 * usage from the parent account will be included. If omitted, the
[all …]
/aosp_15_r20/external/clang/test/SemaObjC/
H A 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}} \
/aosp_15_r20/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/
H A 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 …]
H A DBasicSli.java1310 * omitted, this SLI applies to all the Service's methods. For service types
1328 * omitted, this SLI applies to all the Service's methods. For service types
1346 * omitted, this SLI applies to all the Service's methods. For service types
1365 * omitted, this SLI applies to all the Service's methods. For service types
1389 * SLI. If omitted, this SLI applies to all locations in which the Service has
1407 * SLI. If omitted, this SLI applies to all locations in which the Service has
1425 * SLI. If omitted, this SLI applies to all locations in which the Service has
1444 * SLI. If omitted, this SLI applies to all locations in which the Service has
1468 * SLI. If omitted, this SLI applies to all API versions. For service types
1486 * SLI. If omitted, this SLI applies to all API versions. For service types
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
H A 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 …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
H A 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 …]
/aosp_15_r20/external/google-cloud-java/java-optimization/proto-google-cloud-optimization-v1/src/main/java/com/google/cloud/optimization/v1/
H A 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
/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
H A DRecordTransformations.java154 * match any suppression rule are omitted from the output.
168 * match any suppression rule are omitted from the output.
183 * match any suppression rule are omitted from the output.
197 * match any suppression rule are omitted from the output.
211 * match any suppression rule are omitted from the output.
1066 * match any suppression rule are omitted from the output.
1083 * match any suppression rule are omitted from the output.
1100 * match any suppression rule are omitted from the output.
1117 * match any suppression rule are omitted from the output.
1141 * match any suppression rule are omitted from the output.
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dtasks_v1.tasks.html156 …, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has n…
171 …&quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is…
190 …, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has n…
205 …&quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is…
213 …rent task identifier. If the task is created at the top level, this parameter is omitted. Optional.
214 … the task is created at the first position among its siblings, this parameter is omitted. Optional.
224 …, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has n…
239 …&quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is…
276 …, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has n…
291 …&quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is…
[all …]
/aosp_15_r20/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")
187 "Docstrings are omitted with -O2 and above")
197 "Docstrings are omitted with -O2 and above")
258 "Docstrings are omitted with -O2 and above")
270 "Docstrings are omitted with -O2 and above")
303 "Docstrings are omitted with -O2 and above")
/aosp_15_r20/external/fonttools/Lib/fontTools/pens/
H A 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 …]
/aosp_15_r20/external/googleapis/google/analytics/admin/v1alpha/
H A Danalytics_admin.proto1605 // If this field is omitted, there are no subsequent pages.
1629 // case (for example, "field_to_update"). Omitted fields will not be updated.
1709 // If this field is omitted, there are no subsequent pages.
1721 // case (e.g., "field_to_update"). Omitted fields will not be updated. To
1805 // If this field is omitted, there are no subsequent pages.
1845 // case (e.g., "field_to_update"). Omitted fields will not be updated. To
1892 // If this field is omitted, there are no subsequent pages.
1930 // If this field is omitted, there are no subsequent pages.
2021 // If this field is omitted, there are no subsequent pages.
2073 // Required. The list of fields to be updated. Omitted fields will not be
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
H A 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

12345678910>>...307