/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/ |
H A D | windows_sys.rs | 856 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 D | sgd.h | 15 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 D | any_value.h | 98 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 D | Node.java | 13 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 D | FrameNode.java | 155 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 D | VelocityContext.java | 183 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/ |
D | TestResourceHelper.kt | 38 val clone = in <lambda>() constant
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/optim/ |
H A D | optimizer.h | 50 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 D | HttpRequestBase.java | 176 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 D | ReverseAxesWalker.java | 138 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/ |
D | IDeviceConfiguration.java | 121 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 D | CloneTests.cpp | 76 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/ |
D | error.rs | 379 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 D | ShadowParcelFileDescriptorTest.java | 357 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 D | NodeSetDTM.java | 252 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 D | error.rs | 379 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/ |
D | hold_any.hpp | 70 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/ |
D | boxed.rs | 55 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 D | PSquarePercentile.java | 568 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/ |
HD | google-api-client-1.31.3.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/ |
HD | google-api-client-1.33.2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/ |
H A D | ReverseOrder.java | 61 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 D | mod.rs | 403 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 D | mod.rs | 430 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 D | mod.rs | 430 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
|