Home
last modified time | relevance | path

Searched defs:clone (Results 176 – 200 of 17948) sorted by relevance

12345678910>>...718

/aosp_15_r20/prebuilts/rust/linux-musl-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 …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/train/optim/
H A Dsgd.h15 std::unique_ptr<SGDParamState> clone() const { in clone() function
31 std::unique_ptr<SGDOptions> clone() const { in clone() function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/modules/container/
H A Dany_value.h98 virtual std::unique_ptr<Placeholder> clone() const { in clone() function
114 std::unique_ptr<Placeholder> clone() const override { in clone() function
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DNode.java13 public abstract Object clone(); in clone() method in Node
68 List<T> clone = new LinkedList<T>(); in cloneList() local
/aosp_15_r20/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
H A DFrameNode.java155 public AbstractInsnNode clone(final Map<LabelNode, LabelNode> clonedLabels) { in clone() method in FrameNode
156 FrameNode clone = new FrameNode(); in clone() local
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/
H A DVelocityContext.java183 public Object clone() in clone() method in VelocityContext
185 VelocityContext clone = null; in clone() local
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DTestResourceHelper.kt38 val clone = in <lambda>() constant
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/optim/
H A Doptimizer.h50 std::unique_ptr<OptimizerParamState> clone() const override { in clone() function
73 std::unique_ptr<OptimizerOptions> clone() const override { in clone() function
/aosp_15_r20/external/apache-http/src/org/apache/http/client/methods/
H A DHttpRequestBase.java176 public Object clone() throws CloneNotSupportedException { in clone() method in HttpRequestBase
177 HttpRequestBase clone = (HttpRequestBase) super.clone(); in clone() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DReverseAxesWalker.java138 ReverseAxesWalker clone = (ReverseAxesWalker) this.clone(); in getProximityPosition() local
201 ReverseAxesWalker clone = (ReverseAxesWalker) this.clone(); in getLastPos() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/
DIDeviceConfiguration.java121 public IDeviceConfiguration clone(); in clone() method
124 public IDeviceConfiguration clone(String newName); in clone() method
/aosp_15_r20/external/armnn/src/armnn/test/
H A DCloneTests.cpp76 armnn::PreCompiledLayer* clone = layer->Clone(graph2); variable
95 armnn::PreCompiledLayer* clone = layer->Clone(graph2); variable
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Derror.rs379 fn clone(&self) -> Self { in clone() method
387 fn clone(&self) -> Self { in clone() method
396 fn clone(&self) -> Self { in clone() method
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowParcelFileDescriptorTest.java357 ParcelFileDescriptor clone = dupViaParcel(pfd, PARCELABLE_WRITE_RETURN_VALUE); in testCanMarshalUnmarshal_closedByFlagUponWrite() local
367 ParcelFileDescriptor clone = dupViaParcel(pfd, 0); in testCanMarshalUnmarshal_closedAfterWrite() local
378 ParcelFileDescriptor clone = dupViaParcel(pfd, 0); in testCanMarshalUnmarshal_canClosePendingDup() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java252 public Object clone() throws CloneNotSupportedException in clone() method in NodeSetDTM
255 NodeSetDTM clone = (NodeSetDTM) super.clone(); in clone() local
273 NodeSetDTM clone = (NodeSetDTM) clone(); in cloneWithReset() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Derror.rs379 fn clone(&self) -> Self { in clone() method
387 fn clone(&self) -> Self { in clone() method
396 fn clone(&self) -> Self { in clone() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/
Dhold_any.hpp70 void (*clone)(void* const*, void**); member
98 static void clone(void* const* src, void** dest) in clone() function
143 static void clone(void* const* src, void** dest) in clone() function
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/
Dboxed.rs55 fn clone(&self) -> Self { in clone() method
106 fn clone(&self) -> Self { in clone() function
145 fn clone(&self) -> Self { in clone() function
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/rank/
H A DPSquarePercentile.java568 public Object clone() { in clone() method in PSquarePercentile.Markers
859 public Object clone() { in clone() method in PSquarePercentile.Marker
969 Object clone(); in clone() method
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/
HDgoogle-api-client-1.31.3.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/
HDgoogle-api-client-1.33.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/
H A DReverseOrder.java61 T clone = (T) ois.readObject(); in serialClone() local
79 Comparator clone = serialClone(cmp); in main() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/array/
H A Dmod.rs403 fn clone(&self) -> Self { in clone() method
414 fn clone<const N: usize>(array: &[Self; N]) -> [Self; N]; in clone() method
419 default fn clone<const N: usize>(array: &[T; N]) -> [T; N] { in clone() method
426 fn clone<const N: usize>(array: &[T; N]) -> [T; N] { in clone() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/array/
H A Dmod.rs430 fn clone(&self) -> Self { in clone() method
441 fn clone<const N: usize>(array: &[Self; N]) -> [Self; N]; in clone() method
446 default fn clone<const N: usize>(array: &[T; N]) -> [T; N] { in clone() method
453 fn clone<const N: usize>(array: &[T; N]) -> [T; N] { in clone() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/array/
H A Dmod.rs430 fn clone(&self) -> Self { in clone() method
441 fn clone<const N: usize>(array: &[Self; N]) -> [Self; N]; in clone() method
446 default fn clone<const N: usize>(array: &[T; N]) -> [T; N] { in clone() method
453 fn clone<const N: usize>(array: &[T; N]) -> [T; N] { in clone() method

12345678910>>...718