Home
last modified time | relevance | path

Searched defs:drop (Results 1 – 25 of 2596) sorted by relevance

12345678910>>...104

/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/ui/pinned_drop/
Dinvalid.rs11 fn drop(self: Pin<&mut Self>) {} in drop() method
19 fn drop(self: Pin<&mut Self>) {} in drop() method
32 fn drop(self: Pin<&mut Self>) {} in drop() method
64 fn drop(self: Pin<&mut Self>) {} in drop() method
72 … unsafe fn drop(self: Pin<&mut Self>) {} //~ ERROR implementing the method `drop` is not unsafe in drop() method
91 fn drop(self: Pin<&mut Self>) {} in drop() method
99 fn drop(self: Pin<&mut Self>) {} in drop() method
109 fn drop(self: Pin<&mut Self>) {} in drop() method
117 fn drop(self: Pin<&mut Self>) {} in drop() method
126 fn drop(self: Pin<&mut Self>) {} in drop() method
[all …]
Dself.rs13 fn drop(self: Pin<&mut Self>) { in drop() method
38 fn drop(self: Pin<&mut Self>) { in drop() method
51 fn drop(self: Pin<&mut Self>) { in drop() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-task/src/
Dfuture_obj.rs89 fn drop(&mut self) { in drop() method
173 unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)); in drop() method
184 unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {} in drop() function
192 unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {} in drop() function
203 unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {} in drop() function
211 unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {} in drop() method
227 unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) { in drop() function
237 unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) { in drop() method
247 unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) { in drop() method
261 unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) { in drop() function
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/
Dpinned_drop.rs18 fn drop(self: Pin<&mut Self>) { in safe_project() method
45 fn drop(mut self: Pin<&mut Self>) { in self_call() method
67 fn drop(mut self: Pin<&mut Self>) { in self_ty() method
86 fn drop(mut self: Pin<&mut Self>) { in self_ty() method
108 fn drop(mut self: Pin<&mut Self>) { in self_ty() method
140 fn drop(self: Pin<&mut Self>) { in self_inside_macro_containing_fn() method
160 fn drop(self: Pin<&mut Self>) { in self_inside_macro_def() method
181 fn drop(self: Pin<&mut Self>) { in self_arg_inside_macro_call() method
227 fn drop(self: Pin<&mut Self>) { in self_ty_inside_macro_call() function
275 fn drop(mut self: Pin<&mut Self>) { in drop() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/local/
H A Dtests.rs29 fn drop(&mut self) { in drop() method
64 fn drop(&mut self) { in states() method
115 fn drop(&mut self) { in circular() method
131 fn drop(&mut self) { in circular() method
166 fn drop(&mut self) { in self_referential() method
193 fn drop(&mut self) { in dtors_in_dtors_in_dtors() method
217 fn drop(&mut self) { in dtors_in_dtors_in_dtors_const_init() method
277 fn drop(&mut self) { in join_orders_after_tls_destructors() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/local/
H A Dtests.rs29 fn drop(&mut self) { in drop() method
64 fn drop(&mut self) { in states() method
115 fn drop(&mut self) { in circular() method
131 fn drop(&mut self) { in circular() method
166 fn drop(&mut self) { in self_referential() method
193 fn drop(&mut self) { in dtors_in_dtors_in_dtors() method
217 fn drop(&mut self) { in dtors_in_dtors_in_dtors_const_init() method
277 fn drop(&mut self) { in join_orders_after_tls_destructors() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/thread/local/
H A Dtests.rs29 fn drop(&mut self) { in drop() method
64 fn drop(&mut self) { in states() method
115 fn drop(&mut self) { in circular() method
131 fn drop(&mut self) { in circular() method
166 fn drop(&mut self) { in self_referential() method
193 fn drop(&mut self) { in dtors_in_dtors_in_dtors() method
217 fn drop(&mut self) { in dtors_in_dtors_in_dtors_const_init() method
277 fn drop(&mut self) { in join_orders_after_tls_destructors() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/local/
H A Dtests.rs29 fn drop(&mut self) { in drop() method
64 fn drop(&mut self) { in states() method
115 fn drop(&mut self) { in circular() method
131 fn drop(&mut self) { in circular() method
166 fn drop(&mut self) { in self_referential() method
193 fn drop(&mut self) { in dtors_in_dtors_in_dtors() method
217 fn drop(&mut self) { in dtors_in_dtors_in_dtors_const_init() method
277 fn drop(&mut self) { in join_orders_after_tls_destructors() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/local/
H A Dtests.rs29 fn drop(&mut self) { in drop() method
64 fn drop(&mut self) { in states() method
115 fn drop(&mut self) { in circular() method
131 fn drop(&mut self) { in circular() method
166 fn drop(&mut self) { in self_referential() method
193 fn drop(&mut self) { in dtors_in_dtors_in_dtors() method
217 fn drop(&mut self) { in dtors_in_dtors_in_dtors_const_init() method
277 fn drop(&mut self) { in join_orders_after_tls_destructors() method
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A Dscoped.rs42 fn drop(&mut self) { in drop() method
65 fn drop(&mut self) { in drop() method
95 fn drop(&mut self) { in drop() method
118 fn drop(&mut self) { in drop() method
141 fn drop(&mut self) { in drop() method
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
H A Dscoped.rs42 fn drop(&mut self) { in drop() method
65 fn drop(&mut self) { in drop() method
92 fn drop(&mut self) { in drop() method
115 fn drop(&mut self) { in drop() method
138 fn drop(&mut self) { in drop() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Darray.rs181 fn drop(&mut self) { in iterator_drops() method
279 fn drop(&mut self) { in array_default_impl_avoids_leaks_on_panic() method
318 fn drop(&mut self) { in array_map_drop_safety() method
393 fn drop(&mut self) { in array_try_from_fn_drops_inserted_elements_on_err() method
417 fn drop(&mut self) { in array_try_from_fn_drops_inserted_elements_on_panic() method
518 fn drop(&mut self) { in array_intoiter_advance_by() method
571 fn drop(&mut self) { in array_intoiter_advance_back_by() method
700 fn drop(&mut self) { in array_map_drops_unmapped_elements_on_panic() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Darray.rs181 fn drop(&mut self) { in iterator_drops() method
279 fn drop(&mut self) { in array_default_impl_avoids_leaks_on_panic() method
318 fn drop(&mut self) { in array_map_drop_safety() method
393 fn drop(&mut self) { in array_try_from_fn_drops_inserted_elements_on_err() method
417 fn drop(&mut self) { in array_try_from_fn_drops_inserted_elements_on_panic() method
518 fn drop(&mut self) { in array_intoiter_advance_by() method
571 fn drop(&mut self) { in array_intoiter_advance_back_by() method
700 fn drop(&mut self) { in array_map_drops_unmapped_elements_on_panic() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Darray.rs181 fn drop(&mut self) { in iterator_drops() method
279 fn drop(&mut self) { in array_default_impl_avoids_leaks_on_panic() method
318 fn drop(&mut self) { in array_map_drop_safety() method
393 fn drop(&mut self) { in array_try_from_fn_drops_inserted_elements_on_err() method
417 fn drop(&mut self) { in array_try_from_fn_drops_inserted_elements_on_panic() method
518 fn drop(&mut self) { in array_intoiter_advance_by() method
571 fn drop(&mut self) { in array_intoiter_advance_back_by() method
700 fn drop(&mut self) { in array_map_drops_unmapped_elements_on_panic() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Darray.rs181 fn drop(&mut self) { in iterator_drops() method
279 fn drop(&mut self) { in array_default_impl_avoids_leaks_on_panic() method
318 fn drop(&mut self) { in array_map_drop_safety() method
393 fn drop(&mut self) { in array_try_from_fn_drops_inserted_elements_on_err() method
417 fn drop(&mut self) { in array_try_from_fn_drops_inserted_elements_on_panic() method
518 fn drop(&mut self) { in array_intoiter_advance_by() method
571 fn drop(&mut self) { in array_intoiter_advance_back_by() method
700 fn drop(&mut self) { in array_map_drops_unmapped_elements_on_panic() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Darray.rs181 fn drop(&mut self) { in iterator_drops() method
279 fn drop(&mut self) { in array_default_impl_avoids_leaks_on_panic() method
318 fn drop(&mut self) { in array_map_drop_safety() method
393 fn drop(&mut self) { in array_try_from_fn_drops_inserted_elements_on_err() method
417 fn drop(&mut self) { in array_try_from_fn_drops_inserted_elements_on_panic() method
518 fn drop(&mut self) { in array_intoiter_advance_by() method
571 fn drop(&mut self) { in array_intoiter_advance_back_by() method
700 fn drop(&mut self) { in array_map_drops_unmapped_elements_on_panic() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java608 int drop = prec - mcp; // prec has range [1, MAX_INT], mcp has range [0, MAX_INT]; in BigDecimal() local
675 int drop = prec - mcp; in BigDecimal() local
689 int drop = prec - mcp; in BigDecimal() local
1041 int drop; in BigDecimal() local
1148 int drop = prec - mcp; in BigDecimal() local
1162 int drop = prec - mcp; // drop can't be more than 18 in BigDecimal() local
1208 int drop = prec - mcp; // drop can't be more than 18 in BigDecimal() local
1253 int drop = prec - mcp; in BigDecimal() local
1267 int drop = prec - mcp; in BigDecimal() local
5698 int drop; in doRound128() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/
H A DBigDecimal.java608 int drop = prec - mcp; // prec has range [1, MAX_INT], mcp has range [0, MAX_INT]; in BigDecimal() local
675 int drop = prec - mcp; in BigDecimal() local
689 int drop = prec - mcp; in BigDecimal() local
1041 int drop; in BigDecimal() local
1148 int drop = prec - mcp; in BigDecimal() local
1162 int drop = prec - mcp; // drop can't be more than 18 in BigDecimal() local
1208 int drop = prec - mcp; // drop can't be more than 18 in BigDecimal() local
1253 int drop = prec - mcp; in BigDecimal() local
1267 int drop = prec - mcp; in BigDecimal() local
5698 int drop; in doRound128() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java608 int drop = prec - mcp; // prec has range [1, MAX_INT], mcp has range [0, MAX_INT]; in BigDecimal() local
675 int drop = prec - mcp; in BigDecimal() local
689 int drop = prec - mcp; in BigDecimal() local
1041 int drop; in BigDecimal() local
1148 int drop = prec - mcp; in BigDecimal() local
1162 int drop = prec - mcp; // drop can't be more than 18 in BigDecimal() local
1208 int drop = prec - mcp; // drop can't be more than 18 in BigDecimal() local
1253 int drop = prec - mcp; in BigDecimal() local
1267 int drop = prec - mcp; in BigDecimal() local
5698 int drop; in doRound128() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs26 fn drop(&mut self) { in drop() method
355 fn drop(&mut self) { in test_retain_drop_panic() method
552 fn drop(&mut self) { in test_vec_truncate_drop() method
572 fn drop(&mut self) { in test_vec_truncate_fail() method
819 fn drop(&mut self) { in test_drain_leak() method
1063 fn drop(&mut self) { in test_into_iter_leak() method
1133 fn drop(&mut self) { in test_into_iter_zst() method
1296 fn drop(&mut self) { in test_from_iter_specialization_panic_during_drop_doesnt_leak() method
1313 fn drop(&mut self) { in test_from_iter_specialization_panic_during_drop_doesnt_leak() method
1574 fn drop(&mut self) { in extract_if_consumed_panic() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs26 fn drop(&mut self) { in drop() method
355 fn drop(&mut self) { in test_retain_drop_panic() method
552 fn drop(&mut self) { in test_vec_truncate_drop() method
572 fn drop(&mut self) { in test_vec_truncate_fail() method
819 fn drop(&mut self) { in test_drain_leak() method
1063 fn drop(&mut self) { in test_into_iter_leak() method
1133 fn drop(&mut self) { in test_into_iter_zst() method
1296 fn drop(&mut self) { in test_from_iter_specialization_panic_during_drop_doesnt_leak() method
1313 fn drop(&mut self) { in test_from_iter_specialization_panic_during_drop_doesnt_leak() method
1574 fn drop(&mut self) { in extract_if_consumed_panic() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs26 fn drop(&mut self) { in drop() method
355 fn drop(&mut self) { in test_retain_drop_panic() method
552 fn drop(&mut self) { in test_vec_truncate_drop() method
572 fn drop(&mut self) { in test_vec_truncate_fail() method
819 fn drop(&mut self) { in test_drain_leak() method
1063 fn drop(&mut self) { in test_into_iter_leak() method
1133 fn drop(&mut self) { in test_into_iter_zst() method
1296 fn drop(&mut self) { in test_from_iter_specialization_panic_during_drop_doesnt_leak() method
1313 fn drop(&mut self) { in test_from_iter_specialization_panic_during_drop_doesnt_leak() method
1574 fn drop(&mut self) { in extract_if_consumed_panic() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs26 fn drop(&mut self) { in drop() method
355 fn drop(&mut self) { in test_retain_drop_panic() method
552 fn drop(&mut self) { in test_vec_truncate_drop() method
572 fn drop(&mut self) { in test_vec_truncate_fail() method
819 fn drop(&mut self) { in test_drain_leak() method
1063 fn drop(&mut self) { in test_into_iter_leak() method
1133 fn drop(&mut self) { in test_into_iter_zst() method
1296 fn drop(&mut self) { in test_from_iter_specialization_panic_during_drop_doesnt_leak() method
1313 fn drop(&mut self) { in test_from_iter_specialization_panic_during_drop_doesnt_leak() method
1574 fn drop(&mut self) { in extract_if_consumed_panic() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs26 fn drop(&mut self) { in drop() method
355 fn drop(&mut self) { in test_retain_drop_panic() method
552 fn drop(&mut self) { in test_vec_truncate_drop() method
572 fn drop(&mut self) { in test_vec_truncate_fail() method
819 fn drop(&mut self) { in test_drain_leak() method
1063 fn drop(&mut self) { in test_into_iter_leak() method
1133 fn drop(&mut self) { in test_into_iter_zst() method
1296 fn drop(&mut self) { in test_from_iter_specialization_panic_during_drop_doesnt_leak() method
1313 fn drop(&mut self) { in test_from_iter_specialization_panic_during_drop_doesnt_leak() method
1574 fn drop(&mut self) { in extract_if_consumed_panic() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/ui/pin_project/
Dconflict-drop.rs13 fn drop(&mut self) {} in drop() method
25 fn drop(self: Pin<&mut Self>) {} in drop() method
29 fn drop(&mut self) {} in drop() method

12345678910>>...104