Home
last modified time | relevance | path

Searched defs:owned (Results 1 – 25 of 233) sorted by relevance

12345678910

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dbase_from_member_test.cpp65 void register_use( T &owner, U &owned ) in register_use()
68 void unregister_use( T &owner, U &owned ) in unregister_use()
318 object_id owned in register_use_imp()
341 object_id owned in unregister_use_imp()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/symbols/
H A Drust_string.rs34 let owned = s.to_owned(); in string_from_utf8() localVariable
49 let owned = String::from_utf8_lossy(slice).into_owned(); in string_from_utf8_lossy() localVariable
78 let owned = String::from_utf16_lossy(slice); in string_from_utf16_lossy() localVariable
/aosp_15_r20/external/rust/cxx/src/symbols/
Drust_string.rs34 let owned = s.to_owned(); in string_from_utf8() localVariable
49 let owned = String::from_utf8_lossy(slice).into_owned(); in string_from_utf8_lossy() localVariable
78 let owned = String::from_utf16_lossy(slice); in string_from_utf16_lossy() localVariable
/aosp_15_r20/external/perfetto/src/trace_processor/importers/memory_tracker/
H A Dgraph_processor_unittest.cc281 Node* owned = process->CreateNode(kEmptyId, "owned", false); in TEST_F() local
333 Node* owned = process->CreateNode(kEmptyId, "parent/owned", false); in TEST_F() local
354 Node* owned = s_process->CreateNode(kEmptyId, "owned", false); in TEST_F() local
576 Node* owned = process->CreateNode(kEmptyId, "owned", false); in TEST_F() local
614 Node* owned = process->CreateNode(kEmptyId, "owned", false); in TEST_F() local
/aosp_15_r20/system/core/libsysutils/src/
H A DSocketClient.cpp35 SocketClient::SocketClient(int socket, bool owned) { in SocketClient()
39 SocketClient::SocketClient(int socket, bool owned, bool useCmdNum) { in SocketClient()
43 void SocketClient::init(int socket, bool owned, bool useCmdNum) { in init()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc233 inline bool owned(int depth) const { return depth < share_depth; } in owned() function
322 const bool owned = depth < share_depth; in Unwind() local
495 inline OpResult CordRepBtree::AddEdge(bool owned, CordRep* edge, size_t delta) { in AddEdge()
504 OpResult CordRepBtree::SetEdge(bool owned, CordRep* edge, size_t delta) { in SetEdge()
1111 bool owned = consume && tree->refcount.IsOne(); in Rebuild() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc233 inline bool owned(int depth) const { return depth < share_depth; } in owned() function
322 const bool owned = depth < share_depth; in Unwind() local
485 inline OpResult CordRepBtree::AddEdge(bool owned, CordRep* edge, size_t delta) { in AddEdge()
494 OpResult CordRepBtree::SetEdge(bool owned, CordRep* edge, size_t delta) { in SetEdge()
1101 bool owned = consume && tree->refcount.IsOne(); in Rebuild() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc234 inline bool owned(int depth) const { return depth < share_depth; } in owned() function
323 const bool owned = depth < share_depth; in Unwind() local
486 inline OpResult CordRepBtree::AddEdge(bool owned, CordRep* edge, size_t delta) { in AddEdge()
495 OpResult CordRepBtree::SetEdge(bool owned, CordRep* edge, size_t delta) { in SetEdge()
1102 bool owned = consume && tree->refcount.IsOne(); in Rebuild() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc233 inline bool owned(int depth) const { return depth < share_depth; } in owned() function
322 const bool owned = depth < share_depth; in Unwind() local
495 inline OpResult CordRepBtree::AddEdge(bool owned, CordRep* edge, size_t delta) { in AddEdge()
504 OpResult CordRepBtree::SetEdge(bool owned, CordRep* edge, size_t delta) { in SetEdge()
1111 bool owned = consume && tree->refcount.IsOne(); in Rebuild() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/
H A Dcord_rep_btree.cc234 inline bool owned(int depth) const { return depth < share_depth; } in owned() function
323 const bool owned = depth < share_depth; in Unwind() local
486 inline OpResult CordRepBtree::AddEdge(bool owned, CordRep* edge, size_t delta) { in AddEdge()
495 OpResult CordRepBtree::SetEdge(bool owned, CordRep* edge, size_t delta) { in SetEdge()
1102 bool owned = consume && tree->refcount.IsOne(); in Rebuild() local
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc233 inline bool owned(int depth) const { return depth < share_depth; } in owned() function
322 const bool owned = depth < share_depth; in Unwind() local
495 inline OpResult CordRepBtree::AddEdge(bool owned, CordRep* edge, size_t delta) { in AddEdge()
504 OpResult CordRepBtree::SetEdge(bool owned, CordRep* edge, size_t delta) { in SetEdge()
1111 bool owned = consume && tree->refcount.IsOne(); in Rebuild() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dvar_int.h81 void OwnRemoteFd(bool owned) { own_remote_ = owned; } in OwnRemoteFd()
82 void OwnLocalFd(bool owned) { own_local_ = owned; } in OwnLocalFd()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs39 let owned: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_str() localVariable
104 let mut owned: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_assign_str() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs39 let owned: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_str() localVariable
104 let mut owned: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_assign_str() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs39 let owned: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_str() localVariable
104 let mut owned: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_assign_str() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs39 let owned: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_str() localVariable
104 let mut owned: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_assign_str() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs39 let owned: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_str() localVariable
104 let mut owned: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_assign_str() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dhandle.rs58 owned: OwnedStore<T>, field
68 let owned = &mut self.owned; in alloc() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dhandle.rs58 owned: OwnedStore<T>, field
68 let owned = &mut self.owned; in alloc() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dhandle.rs58 owned: OwnedStore<T>, field
68 let owned = &mut self.owned; in alloc() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dhandle.rs58 owned: OwnedStore<T>, field
68 let owned = &mut self.owned; in alloc() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dhandle.rs58 owned: OwnedStore<T>, field
68 let owned = &mut self.owned; in alloc() localVariable
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/
H A Draw_ptr_unittest.cc2641 auto owned = std::make_unique<int>(8); in TEST() local
2666 auto owned = std::make_unique<int>(8); in TEST() local
2724 auto owned = std::make_unique<int>(8); in TEST() local
2780 auto owned = std::make_unique<int>(8); in TEST() local
2801 auto owned = std::make_unique<int>(8); in TEST() local
2822 auto owned = std::make_unique<Derived>(1, 2, 3); in TEST() local
2847 auto owned = std::make_unique<Derived>(1, 2, 3); in TEST() local
2905 auto owned = std::make_unique<Derived>(1, 2, 3); in TEST() local
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A DMaybeOwned_test.cpp29 c10::MaybeOwned<T> owned; member in __anon0e9a52ae0111::MaybeOwnedTest
209 c10::MaybeOwned<TypeParam> borrowed, owned; in TYPED_TEST() local
/aosp_15_r20/external/skia/tests/graphite/
H A DGraphiteResourceCacheTest.cpp40 Ownership owned, in Make()
73 Ownership owned, in TestResource()

12345678910