Home
last modified time | relevance | path

Searched defs:owned2 (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs11 let owned2: Cow<'_, str> = Cow::Owned(String::from("Rustaceans!")); in check_cow_add_cow() localVariable
64 let owned2: Cow<'_, str> = Cow::Owned(String::from("Rustaceans!")); in check_cow_add_assign_cow() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs11 let owned2: Cow<'_, str> = Cow::Owned(String::from("Rustaceans!")); in check_cow_add_cow() localVariable
64 let owned2: Cow<'_, str> = Cow::Owned(String::from("Rustaceans!")); in check_cow_add_assign_cow() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs11 let owned2: Cow<'_, str> = Cow::Owned(String::from("Rustaceans!")); in check_cow_add_cow() localVariable
64 let owned2: Cow<'_, str> = Cow::Owned(String::from("Rustaceans!")); in check_cow_add_assign_cow() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs11 let owned2: Cow<'_, str> = Cow::Owned(String::from("Rustaceans!")); in check_cow_add_cow() localVariable
64 let owned2: Cow<'_, str> = Cow::Owned(String::from("Rustaceans!")); in check_cow_add_assign_cow() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs11 let owned2: Cow<'_, str> = Cow::Owned(String::from("Rustaceans!")); in check_cow_add_cow() localVariable
64 let owned2: Cow<'_, str> = Cow::Owned(String::from("Rustaceans!")); in check_cow_add_assign_cow() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/camino/tests/
Dintegration_tests.rs52 let owned2 = Utf8PathBuf::from(path2); in test_borrow_eq_ord() localVariable
/aosp_15_r20/external/arm-trusted-firmware/plat/imx/imx8qm/
H A Dimx8qm_bl31_setup.c180 bool owned, owned2; in mx8_partition_resources() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx8qm/
Dimx8qm_bl31_setup.c180 bool owned, owned2; in mx8_partition_resources() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/
H A Draw_ptr_unittest.cc2690 auto owned2 = std::make_unique<int>(9); in TEST() local
2746 auto owned2 = std::make_unique<int>(9); in TEST() local
2871 auto owned2 = std::make_unique<Derived>(4, 5, 6); in TEST() local
2927 auto owned2 = std::make_unique<Derived>(4, 5, 6); in TEST() local
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A DMaybeOwned_test.cpp30 c10::MaybeOwned<T> owned2; member in __anon0e9a52ae0111::MaybeOwnedTest