Home
last modified time | relevance | path

Searched defs:clone (Results 151 – 175 of 17948) sorted by relevance

12345678910>>...718

/aosp_15_r20/libcore/luni/src/test/java/tests/security/cert/
H A DCertStoreSpiTest.java78 public Object clone() { in clone() method in CertStoreSpiTest.tmpCRLSelector
86 public Object clone() { in clone() method in CertStoreSpiTest.tmpCertSelector
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dtask.rs16 let clone = waker.clone(); in test_waker_will_wake_clone() localVariable
32 let clone = waker.clone(); in test_local_waker_will_wake_clone() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dtask.rs16 let clone = waker.clone(); in test_waker_will_wake_clone() localVariable
32 let clone = waker.clone(); in test_local_waker_will_wake_clone() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dtask.rs16 let clone = waker.clone(); in test_waker_will_wake_clone() localVariable
32 let clone = waker.clone(); in test_local_waker_will_wake_clone() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/
H A Dtask.rs16 let clone = waker.clone(); in test_waker_will_wake_clone() localVariable
32 let clone = waker.clone(); in test_local_waker_will_wake_clone() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dtask.rs16 let clone = waker.clone(); in test_waker_will_wake_clone() localVariable
32 let clone = waker.clone(); in test_local_waker_will_wake_clone() localVariable
/aosp_15_r20/external/skia/modules/skunicode/src/
H A DSkUnicode_icu_builtin.cpp24 static UBreakIterator* clone(T bi, UErrorCode* status) { in clone() function
30 static UBreakIterator* clone(T bi, UErrorCode* status) { in clone() function
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/libs/
Dgoogle-api-client-1.30.10.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp_15_r20/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-api-client-1.30.2.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp_15_r20/cts/tests/searchui/src/android/searchuiservice/cts/
H A DSearchTargetEventTest.java57 final SearchTargetEvent clone = cloneThroughParcel(event); in testParcel() local
79 final SearchTargetEvent clone = SearchTargetEvent.CREATOR in cloneThroughParcel() local
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/middleware/
Dfrom_fn.rs176 fn clone(&self) -> Self { in clone() function
231 fn clone(&self) -> Self { in clone() function
351 fn clone(&self) -> Self { in clone() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DSuppressedAttachState.kt47 fun clone(other: SuppressedAttachState) { in clone() method
/aosp_15_r20/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/domain/menu/
DMenuAction.kt66 fun clone(newValue: Boolean): ToggleMenuAction method
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DLocusIdTest.java51 final LocusId clone = cloneThroughParcel(new LocusId(ID)); in testParcel() local
89 final LocusId clone = LocusId.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local
/aosp_15_r20/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
H A DLookupSwitchInsnNode.java87 public AbstractInsnNode clone(final Map<LabelNode, LabelNode> clonedLabels) { in clone() method in LookupSwitchInsnNode
88 LookupSwitchInsnNode clone = in clone() local
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicClientCookie2.java99 public Object clone() throws CloneNotSupportedException { in clone() method in BasicClientCookie2
100 BasicClientCookie2 clone = (BasicClientCookie2) super.clone(); in clone() local
/aosp_15_r20/external/rust/android-crates-io/crates/jni-sys/src/
Dlib.rs52 fn clone(&self) -> Self { in clone() method
100 fn clone(&self) -> Self { in clone() method
1414 fn clone(&self) -> Self { in clone() method
1426 fn clone(&self) -> Self { in clone() method
1439 fn clone(&self) -> Self { in clone() method
1454 fn clone(&self) -> Self { in clone() method
1468 fn clone(&self) -> Self { in clone() method
1502 fn clone(&self) -> Self { in clone() method
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DSharedObject.java114 public Reference<T> clone() { in clone() method in SharedObject.Reference
166 public SharedObject clone() { in clone() method in SharedObject
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/
H A DSharedObject.java111 public Reference<T> clone() { in clone() method in SharedObject.Reference
163 public SharedObject clone() { in clone() method in SharedObject
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtransapi.cpp718 virtual TestFilter1* clone() const override { in clone() function in TestFilter1
739 virtual TestFilter2* clone() const override { in clone() function in TestFilter2
760 virtual TestFilter3* clone() const override { in clone() function in TestFilter3
978 virtual UnicodeFunctor* clone() const override {return nullptr;} in clone() function in MyUnicodeFunctorTestClass
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java355 public Builder clone() { in clone() method in UnknownFieldSet.Builder
356 Builder clone = UnknownFieldSet.newBuilder(); in clone() local
898 public Builder clone() { in clone() method in UnknownFieldSet.Field.Builder
926 Builder clone = new Builder(); in clone() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtransapi.cpp718 virtual TestFilter1* clone() const override { in clone() function in TestFilter1
739 virtual TestFilter2* clone() const override { in clone() function in TestFilter2
760 virtual TestFilter3* clone() const override { in clone() function in TestFilter3
978 virtual UnicodeFunctor* clone() const override {return nullptr;} in clone() function in MyUnicodeFunctorTestClass
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java355 public Builder clone() { in clone() method in UnknownFieldSet.Builder
356 Builder clone = UnknownFieldSet.newBuilder(); in clone() local
898 public Builder clone() { in clone() method in UnknownFieldSet.Field.Builder
926 Builder clone = new Builder(); in clone() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DLocPathIterator.java236 LocPathIterator clone = (LocPathIterator)m_clones.getInstance(); in executeCharsToContentHandler() local
531 LocPathIterator clone; in getLength() local
713 LocPathIterator clone; in cloneWithReset() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/
H A Dwindows_sys.rs856 fn clone(&self) -> Self { in clone() method
875 fn clone(&self) -> Self { in clone() method
886 fn clone(&self) -> Self { in clone() method
908 fn clone(&self) -> Self { in clone() method
921 fn clone(&self) -> Self { in clone() method
935 fn clone(&self) -> Self { in clone() method
959 fn clone(&self) -> Self { in clone() method
973 fn clone(&self) -> Self { in clone() method
1016 fn clone(&self) -> Self { in clone() method
1074 fn clone(&self) -> Self { in clone() method
[all …]

12345678910>>...718