/external/rust/android-crates-io/crates/syn/src/gen/ |
D | clone.rs | 8 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 …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/gen/ |
D | clone.rs | 8 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 …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/gen/ |
D | clone.rs | 8 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 …]
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_clone.cpp | 31 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 …]
|
/external/google-cloud-java/java-dns/src/test/java/com/google/cloud/dns/ |
D | ChangeRequestInfoTest.java | 84 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
|
D | ProjectInfoTest.java | 65 ProjectInfo.Quota clone = new ProjectInfo.Quota(6, 5, 4, 3, 2, 1); in testEqualsAndNotEqualsQuota() local 73 ProjectInfo.Quota clone = ProjectInfo.Quota.fromPb(QUOTA.toPb()); in testSameHashCodeOnEqualsQuota() local 80 ProjectInfo clone = ProjectInfo.newBuilder().build(); in testEqualsAndNotEquals() local 106 ProjectInfo clone = ProjectInfo.fromPb(PROJECT_INFO.toPb()); in testSameHashCodeOnEquals() local
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Storage/Nvme/ |
D | mod.rs | 583 fn clone(&self) -> Self { in clone() method 594 fn clone(&self) -> Self { in clone() method 604 fn clone(&self) -> Self { in clone() method 617 fn clone(&self) -> Self { in clone() method 627 fn clone(&self) -> Self { in clone() method 637 fn clone(&self) -> Self { in clone() method 659 fn clone(&self) -> Self { in clone() method 669 fn clone(&self) -> Self { in clone() method 680 fn clone(&self) -> Self { in clone() method 690 fn clone(&self) -> Self { in clone() method [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Storage/Nvme/ |
D | mod.rs | 583 fn clone(&self) -> Self { in clone() method 594 fn clone(&self) -> Self { in clone() method 604 fn clone(&self) -> Self { in clone() method 617 fn clone(&self) -> Self { in clone() method 627 fn clone(&self) -> Self { in clone() method 637 fn clone(&self) -> Self { in clone() method 659 fn clone(&self) -> Self { in clone() method 669 fn clone(&self) -> Self { in clone() method 680 fn clone(&self) -> Self { in clone() method 690 fn clone(&self) -> Self { in clone() method [all …]
|
/external/rust/android-crates-io/crates/serialport/tests/ |
D | test_try_clone.rs | 15 let mut clone = master.try_clone().expect("Failed to clone"); in test_try_clone() localVariable 25 let mut clone = master.try_clone().expect("Failed to clone"); in test_try_clone() localVariable 41 let mut clone = master.try_clone().expect("Failed to clone the slave"); in test_try_clone_move() localVariable
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | OneStepIterator.java | 135 public Object clone() throws CloneNotSupportedException in clone() method in OneStepIterator 139 OneStepIterator clone = (OneStepIterator) super.clone(); in clone() local 159 OneStepIterator clone = (OneStepIterator) super.cloneWithReset(); in cloneWithReset() local 204 OneStepIterator clone = (OneStepIterator) this.clone(); in getProximityPosition() local 266 OneStepIterator clone = (OneStepIterator) this.cloneWithReset(); in getLength() local
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowAccessibilityNodeInfoTest.java | 187 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
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Storage/Vhd/ |
D | mod.rs | 269 fn clone(&self) -> Self { in clone() method 279 fn clone(&self) -> Self { in clone() method 290 fn clone(&self) -> Self { in clone() method 301 fn clone(&self) -> Self { in clone() method 312 fn clone(&self) -> Self { in clone() method 322 fn clone(&self) -> Self { in clone() method 333 fn clone(&self) -> Self { in clone() method 344 fn clone(&self) -> Self { in clone() method 354 fn clone(&self) -> Self { in clone() method 364 fn clone(&self) -> Self { in clone() method [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Storage/Vhd/ |
D | mod.rs | 269 fn clone(&self) -> Self { in clone() method 279 fn clone(&self) -> Self { in clone() method 290 fn clone(&self) -> Self { in clone() method 301 fn clone(&self) -> Self { in clone() method 312 fn clone(&self) -> Self { in clone() method 322 fn clone(&self) -> Self { in clone() method 333 fn clone(&self) -> Self { in clone() method 344 fn clone(&self) -> Self { in clone() method 354 fn clone(&self) -> Self { in clone() method 364 fn clone(&self) -> Self { in clone() method [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Wdk/Foundation/ |
D | mod.rs | 83 fn clone(&self) -> Self { in clone() method 98 fn clone(&self) -> Self { in clone() method 136 fn clone(&self) -> Self { in clone() method 151 fn clone(&self) -> Self { in clone() method 180 fn clone(&self) -> Self { in clone() method 196 fn clone(&self) -> Self { in clone() method 216 fn clone(&self) -> Self { in clone() method 231 fn clone(&self) -> Self { in clone() method 248 fn clone(&self) -> Self { in clone() method 265 fn clone(&self) -> Self { in clone() method [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Wdk/Foundation/ |
D | mod.rs | 83 fn clone(&self) -> Self { in clone() method 98 fn clone(&self) -> Self { in clone() method 136 fn clone(&self) -> Self { in clone() method 151 fn clone(&self) -> Self { in clone() method 180 fn clone(&self) -> Self { in clone() method 196 fn clone(&self) -> Self { in clone() method 216 fn clone(&self) -> Self { in clone() method 231 fn clone(&self) -> Self { in clone() method 248 fn clone(&self) -> Self { in clone() method 265 fn clone(&self) -> Self { in clone() method [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/Kernel/ |
D | mod.rs | 77 fn clone(&self) -> Self { in clone() method 92 fn clone(&self) -> Self { in clone() method 113 fn clone(&self) -> Self { in clone() method 134 fn clone(&self) -> Self { in clone() method 145 fn clone(&self) -> Self { in clone() method 156 fn clone(&self) -> Self { in clone() method 167 fn clone(&self) -> Self { in clone() method 187 fn clone(&self) -> Self { in clone() method 202 fn clone(&self) -> Self { in clone() method 213 fn clone(&self) -> Self { in clone() method [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/Kernel/ |
D | mod.rs | 77 fn clone(&self) -> Self { in clone() method 92 fn clone(&self) -> Self { in clone() method 113 fn clone(&self) -> Self { in clone() method 134 fn clone(&self) -> Self { in clone() method 145 fn clone(&self) -> Self { in clone() method 156 fn clone(&self) -> Self { in clone() method 167 fn clone(&self) -> Self { in clone() method 187 fn clone(&self) -> Self { in clone() method 202 fn clone(&self) -> Self { in clone() method 213 fn clone(&self) -> Self { in clone() method [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Wdk/Graphics/Direct3D/ |
D | mod.rs | 2335 fn clone(&self) -> Self { in clone() method 2361 fn clone(&self) -> Self { in clone() method 2388 fn clone(&self) -> Self { in clone() method 2398 fn clone(&self) -> Self { in clone() method 2409 fn clone(&self) -> Self { in clone() method 2419 fn clone(&self) -> Self { in clone() method 2429 fn clone(&self) -> Self { in clone() method 2440 fn clone(&self) -> Self { in clone() method 2450 fn clone(&self) -> Self { in clone() method 2460 fn clone(&self) -> Self { in clone() method [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Wdk/Graphics/Direct3D/ |
D | mod.rs | 2335 fn clone(&self) -> Self { in clone() method 2361 fn clone(&self) -> Self { in clone() method 2388 fn clone(&self) -> Self { in clone() method 2398 fn clone(&self) -> Self { in clone() method 2409 fn clone(&self) -> Self { in clone() method 2419 fn clone(&self) -> Self { in clone() method 2429 fn clone(&self) -> Self { in clone() method 2440 fn clone(&self) -> Self { in clone() method 2450 fn clone(&self) -> Self { in clone() method 2460 fn clone(&self) -> Self { in clone() method [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/IO/ |
D | mod.rs | 34 fn clone(&self) -> Self { in clone() method 49 fn clone(&self) -> Self { in clone() method 66 fn clone(&self) -> Self { in clone() method 81 fn clone(&self) -> Self { in clone() method 96 fn clone(&self) -> Self { in clone() method 113 fn clone(&self) -> Self { in clone() method
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/IO/ |
D | mod.rs | 34 fn clone(&self) -> Self { in clone() method 49 fn clone(&self) -> Self { in clone() method 66 fn clone(&self) -> Self { in clone() method 81 fn clone(&self) -> Self { in clone() method 96 fn clone(&self) -> Self { in clone() method 113 fn clone(&self) -> Self { in clone() method
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/ProcessStatus/ |
D | mod.rs | 117 fn clone(&self) -> Self { in clone() method 129 fn clone(&self) -> Self { in clone() method 152 fn clone(&self) -> Self { in clone() method 171 fn clone(&self) -> Self { in clone() method 191 fn clone(&self) -> Self { in clone() method 202 fn clone(&self) -> Self { in clone() method 212 fn clone(&self) -> Self { in clone() method 223 fn clone(&self) -> Self { in clone() method 234 fn clone(&self) -> Self { in clone() method 244 fn clone(&self) -> Self { in clone() method [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/ProcessStatus/ |
D | mod.rs | 117 fn clone(&self) -> Self { in clone() method 129 fn clone(&self) -> Self { in clone() method 152 fn clone(&self) -> Self { in clone() method 171 fn clone(&self) -> Self { in clone() method 191 fn clone(&self) -> Self { in clone() method 202 fn clone(&self) -> Self { in clone() method 212 fn clone(&self) -> Self { in clone() method 223 fn clone(&self) -> Self { in clone() method 234 fn clone(&self) -> Self { in clone() method 244 fn clone(&self) -> Self { in clone() method [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Devices/WebServicesOnDevices/ |
D | mod.rs | 168 fn clone(&self) -> Self { in clone() method 183 fn clone(&self) -> Self { in clone() method 201 fn clone(&self) -> Self { in clone() method 211 fn clone(&self) -> Self { in clone() method 221 fn clone(&self) -> Self { in clone() method 236 fn clone(&self) -> Self { in clone() method 251 fn clone(&self) -> Self { in clone() method 267 fn clone(&self) -> Self { in clone() method 280 fn clone(&self) -> Self { in clone() method 294 fn clone(&self) -> Self { in clone() method [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Devices/WebServicesOnDevices/ |
D | mod.rs | 168 fn clone(&self) -> Self { in clone() method 183 fn clone(&self) -> Self { in clone() method 201 fn clone(&self) -> Self { in clone() method 211 fn clone(&self) -> Self { in clone() method 221 fn clone(&self) -> Self { in clone() method 236 fn clone(&self) -> Self { in clone() method 251 fn clone(&self) -> Self { in clone() method 267 fn clone(&self) -> Self { in clone() method 280 fn clone(&self) -> Self { in clone() method 294 fn clone(&self) -> Self { in clone() method [all …]
|