Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 25 of 11678) sorted by relevance

12345678910>>...468

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/gen/
H A Dclone.rs9 fn clone(&self) -> Self { in clone() method
19 fn clone(&self) -> Self { in clone() method
31 fn clone(&self) -> Self { in clone() method
48 fn clone(&self) -> Self { in clone() method
55 fn clone(&self) -> Self { in clone() method
68 fn clone(&self) -> Self { in clone() method
82 fn clone(&self) -> Self { in clone() method
89 fn clone(&self) -> Self { in clone() method
100 fn clone(&self) -> Self { in clone() method
110 fn clone(&self) -> Self { in clone() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/
Dclone.rs8 fn clone(&self) -> Self { in clone() method
18 fn clone(&self) -> Self { in clone() method
30 fn clone(&self) -> Self { in clone() method
44 fn clone(&self) -> Self { in clone() method
56 fn clone(&self) -> Self { in clone() method
71 fn clone(&self) -> Self { in clone() method
78 fn clone(&self) -> Self { in clone() method
90 fn clone(&self) -> Self { in clone() method
101 fn clone(&self) -> Self { in clone() method
116 fn clone(&self) -> Self { in clone() method
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/gen/
H A Dclone.rs8 fn clone(&self) -> Self { in clone() method
18 fn clone(&self) -> Self { in clone() method
30 fn clone(&self) -> Self { in clone() method
44 fn clone(&self) -> Self { in clone() method
56 fn clone(&self) -> Self { in clone() method
71 fn clone(&self) -> Self { in clone() method
78 fn clone(&self) -> Self { in clone() method
90 fn clone(&self) -> Self { in clone() method
101 fn clone(&self) -> Self { in clone() method
116 fn clone(&self) -> Self { in clone() method
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_clone.cpp31 ir_rvalue::clone(void *mem_ctx, struct hash_table *) const in clone() function in ir_rvalue
41 ir_variable::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_variable
78 ir_swizzle::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_swizzle
84 ir_return::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_return
95 ir_discard::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_discard
106 ir_demote::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_demote
112 ir_loop_jump::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_loop_jump
120 ir_if::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_if
136 ir_loop::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_loop
148 ir_call::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_call
[all …]
/aosp_15_r20/prebuilts/tools/common/google-api-services-compute/
HDgoogle-api-services-compute-v1-rev181-1.23.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/external/google-cloud-java/java-dns/src/test/java/com/google/cloud/dns/
H A DChangeRequestInfoTest.java84 ChangeRequestInfo clone = CHANGE.toBuilder().build(); in testEqualsAndNotEquals() local
103 ChangeRequestInfo clone = CHANGE.toBuilder().build(); in testSameHashCodeOnEquals() local
154 ChangeRequestInfo clone = CHANGE.toBuilder().clearAdditions().build(); in testClearAdditions() local
167 ChangeRequestInfo clone = CHANGE.toBuilder().add(RECORD1).build(); in testAddAddition() local
179 ChangeRequestInfo clone = CHANGE.toBuilder().delete(RECORD1).build(); in testAddDeletion() local
185 ChangeRequestInfo clone = CHANGE.toBuilder().clearDeletions().build(); in testClearDeletions() local
192 ChangeRequestInfo clone = CHANGE.toBuilder().removeAddition(RECORD1).build(); in testRemoveAddition() local
205 ChangeRequestInfo clone = CHANGE.toBuilder().removeDeletion(RECORD3).build(); in testRemoveDeletion() local
/aosp_15_r20/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
H A DInputMethodInfoTest.java55 final InputMethodInfo clone = cloneViaParcel(imi); in testEqualsAndHashCode() local
69 final InputMethodInfo clone = cloneViaParcel(imi); in testBooleanAttributes_DefaultValues() local
87 final InputMethodInfo clone = cloneViaParcel(imi); in testSupportsSwitchingToNextInputMethod() local
98 final InputMethodInfo clone = cloneViaParcel(imi); in testInlineSuggestionsEnabled() local
110 final InputMethodInfo clone = cloneViaParcel(imi); in testInlineSuggestionsEnabledWithTouchExploration() local
121 final InputMethodInfo clone = cloneViaParcel(imi); in testIsVrOnly() local
133 final InputMethodInfo clone = cloneViaParcel(imi); in testIsVirtualDeviceOnly() local
/aosp_15_r20/prebuilts/tools/common/google-api-services-storage/1.24.1/
HDgoogle-api-services-storage-v1-rev155-1.24.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-api-services-storage-v1-rev158-1.25.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DUtils.cpp44 nn::GeneralResult<std::vector<Type>> clone(const std::vector<Type>& arguments) { in clone() function
48 nn::GeneralResult<ndk::ScopedFileDescriptor> clone(const ndk::ScopedFileDescriptor& fd) { in clone() function
53 nn::GeneralResult<common::NativeHandle> clone(const common::NativeHandle& handle) { in clone() function
63 nn::GeneralResult<Memory> clone(const Memory& memory) { in clone() function
100 nn::GeneralResult<RequestMemoryPool> clone(const RequestMemoryPool& requestPool) { in clone() function
115 nn::GeneralResult<Request> clone(const Request& request) { in clone() function
124 nn::GeneralResult<Model> clone(const Model& model) { in clone() function
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/
H A DCarVersionTest.java68 CarVersion clone = clone(version); in testTiramisu_0() local
117 CarVersion clone = clone(version); in testTiramisu_1() local
166 CarVersion clone = clone(version); in testTiramisu_2() local
215 CarVersion clone = clone(version); in testTiramisu_3() local
265 CarVersion clone = clone(version); in testUpsideDownCake_0() local
286 CarVersion clone = clone(original); in testMarshalling() local
304 private CarVersion clone(CarVersion original) { in clone() method in CarVersionTest
H A DPlatformVersionTest.java69 PlatformVersion clone = clone(version); in testTiramisu_0() local
118 PlatformVersion clone = clone(version); in testTiramisu_1() local
167 PlatformVersion clone = clone(version); in testTiramisu_2() local
216 PlatformVersion clone = clone(version); in testTiramisu_3() local
266 PlatformVersion clone = clone(version); in testUpSideDownCake_0() local
287 PlatformVersion clone = clone(original); in testMarshalling() local
305 private PlatformVersion clone(PlatformVersion original) { in clone() method in PlatformVersionTest
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java148 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_oneSmallView() local
168 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_manySmallViews() local
222 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_oneBigView() local
280 ViewNodeParcelable clone = cloneThroughParcel(viewNodeParcelable); in testViewNodeParcelableForCredentialManager() local
328 ViewNodeParcelable clone = cloneThroughParcel(viewNodeParcelable); in testViewNodeParcelableForAutofill() local
354 ViewNodeParcelable clone = cloneThroughParcel(viewNodeParcelable); in testViewNodeParcelableControlFlags() local
469 ViewNodeParcelable clone = ViewNodeParcelable.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local
487 AssistStructure clone = AssistStructure.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowAccessibilityNodeInfoTest.java187 AccessibilityNodeInfo clone = AccessibilityNodeInfo.obtain(node); in equalsTest_nodeIsEqualToItsClone_evenWhenModified() local
207 AccessibilityNodeInfo clone = AccessibilityNodeInfo.obtain(node); in shouldClonePreserveImportance() local
218 AccessibilityNodeInfo clone = AccessibilityNodeInfo.obtain(node); in clone_preservesHintText() local
229 AccessibilityNodeInfo clone = AccessibilityNodeInfo.obtain(node); in clone_preservesTooltipText() local
241 AccessibilityNodeInfo clone = AccessibilityNodeInfo.obtain(node); in clone_preservesPaneTitle() local
253 AccessibilityNodeInfo clone = AccessibilityNodeInfo.obtain(node); in clone_preservesStateDescription() local
265 AccessibilityNodeInfo clone = AccessibilityNodeInfo.obtain(node); in clone_preservesContainerTitle() local
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
H A DCompatibilityBuildHelperTest.java198 IBuildInfo clone = mBuild.clone(); in testAddDynamicFiles() local
231 IBuildInfo clone = mBuild.clone(); in testSetBusinessLogicHostFile() local
259 IBuildInfo clone = mBuild.clone(); in testSetBusinessLogicHostFileWithModuleId() local
283 IBuildInfo clone = mBuild.clone(); in testHasBusinessLogicHostFile() local
305 IBuildInfo clone = mBuild.clone(); in testHasBusinessLogicHostFileModuleId() local
329 IBuildInfo clone = mBuild.clone(); in testGetBusinessLogicHostFile() local
357 IBuildInfo clone = mBuild.clone(); in testGetBusinessLogicHostFileWithModuleId() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDasm-tree-4.0.jar ... abstract org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) static org. ...
/aosp_15_r20/libcore/luni/src/test/java/tests/security/cert/
H A DCertStore2Test.java282 public Object clone() { in clone() method in CertStore2Test.MyCertStoreParameters
288 public Object clone() { in clone() method in CertStore2Test.MyOtherCertStoreParameters
299 public Object clone() { in clone() method in CertStore2Test.MyCRLSelector
309 public Object clone() { in clone() method in CertStore2Test.MyOtherCRLSelector
321 public Object clone() { in clone() method in CertStore2Test.MyCertSelector
332 public Object clone() { in clone() method in CertStore2Test.MyOtherCertSelector
/aosp_15_r20/libcore/ojluni/src/test/java/lang/ref/
H A DReferenceCloneTest.java67 public Object clone() throws CloneNotSupportedException; in clone() method
74 public Object clone() throws CloneNotSupportedException { in clone() method in ReferenceCloneTest.SoftRef
83 public Object clone() throws CloneNotSupportedException { in clone() method in ReferenceCloneTest.WeakRef
93 public Object clone() throws CloneNotSupportedException { in clone() method in ReferenceCloneTest.PhantomRef
104 public Object clone() throws CloneNotSupportedException { in clone() method in ReferenceCloneTest.CloneableReference
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dclone.rs160 fn clone(&self) -> Self; in clone() method
237 fn clone(&self) -> Self { in clone() method
245 fn clone(&self) -> Self { in clone() method
253 fn clone(&self) -> Self { in clone() method
263 fn clone(&self) -> Self { in clone() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dclone.rs160 fn clone(&self) -> Self; in clone() method
237 fn clone(&self) -> Self { in clone() method
245 fn clone(&self) -> Self { in clone() method
253 fn clone(&self) -> Self { in clone() method
263 fn clone(&self) -> Self { in clone() method
/aosp_15_r20/system/libcppbor/include/cppbor/
H A Dcppbor.h315 std::unique_ptr<Item> clone() const override { return std::make_unique<EncodedItem>(mValue); } in clone() function
362 std::unique_ptr<Item> clone() const override { return std::make_unique<Uint>(mValue); } in clone() function
399 std::unique_ptr<Item> clone() const override { return std::make_unique<Nint>(mValue); } in clone() function
457 std::unique_ptr<Item> clone() const override { return std::make_unique<Bstr>(mValue); } in clone() function
509 std::unique_ptr<Item> clone() const override { return std::make_unique<ViewBstr>(mView); } in clone() function
564 std::unique_ptr<Item> clone() const override { return std::make_unique<Tstr>(mValue); } in clone() function
611 std::unique_ptr<Item> clone() const override { return std::make_unique<ViewTstr>(mView); } in clone() function
924 std::unique_ptr<Item> clone() const override { return std::make_unique<Bool>(mValue); } in clone() function
952 std::unique_ptr<Item> clone() const override { return std::make_unique<Null>(); } in clone() function
984 std::unique_ptr<Item> clone() const override { return std::make_unique<Float>(mValue); } in clone() function
[all …]
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_trace-full/linux_glibc_common/javac/
Dperfetto_trace-full.jar ... public perfetto.protos.PerfettoTrace$ActiveBufferProto$Builder clone () public perfetto.protos.PerfettoTrace$ActiveBufferProto ...
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_trace-full/linux_glibc_common/local-javac-header/
Dperfetto_trace-full.jar ... public perfetto.protos.PerfettoTrace$ActiveBufferProto$Builder clone () public perfetto.protos.PerfettoTrace$ActiveBufferProto ...
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/autofill/
H A DAutofillIdTest.java41 final AutofillId clone = cloneThroughParcel(id); in testNonVirtual() local
55 final AutofillId clone = cloneThroughParcel(id); in testVirtual_int() local
74 final AutofillId clone = cloneThroughParcel(id); in testVirtual_long() local
92 final AutofillId clone = cloneThroughParcel(id); in testVirtual_parentObjectConstructor() local
109 final AutofillId clone = cloneThroughParcel(id); in testVirtual_withSession() local
326 AutofillId clone = AutofillId.CREATOR.createFromParcel(parcel); in cloneThroughParcel() local
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/
H A Dcopy_test.cc75 protobuf_test_messages_proto2_TestAllTypesProto2* clone = in TEST() local
116 protobuf_test_messages_proto2_TestAllTypesProto2* clone = in TEST() local
149 protobuf_test_messages_proto2_TestAllTypesProto2* clone = in TEST() local
189 protobuf_test_messages_proto2_TestAllTypesProto2* clone = in TEST() local
265 protobuf_test_messages_proto2_TestAllTypesProto2_MessageSetCorrect* clone = in TEST() local
323 protobuf_test_messages_proto2_TestAllTypesProto2* clone = in TEST() local

12345678910>>...468