/external/libcxx/benchmarks/ |
D | algorithms.bench.cpp | 109 for (auto& Copy : Copies) in resetCopies() local 110 Copy = Orig; in resetCopies() 122 for (auto& Copy : Copies) { in runOpOnCopies() local 123 f(Copy); in runOpOnCopies() 124 benchmark::DoNotOptimize(Copy); in runOpOnCopies() 135 runOpOnCopies<ValueType>(state, Quantity, Order(), false, [](auto& Copy) { in run() argument 136 std::sort(Copy.begin(), Copy.end()); in run() 153 runOpOnCopies<ValueType>(state, Quantity, Order(), false, [](auto& Copy) { in run() argument 154 std::stable_sort(Copy.begin(), Copy.end()); in run() 171 runOpOnCopies<ValueType>(state, Quantity, Order(), false, [](auto& Copy) { in run() argument [all …]
|
/external/crosvm/x86_64/src/ |
D | bootparam.rs | 55 #[derive(Debug, Default, Copy, Clone)] 95 #[derive(Debug, Default, Copy, Clone)] 108 #[derive(Copy, Clone)] 130 #[derive(Copy, Clone)] 141 #[derive(Debug, Default, Copy, Clone)] 148 #[derive(Debug, Default, Copy, Clone)] 157 #[derive(Debug, Default, Copy, Clone)] 162 #[derive(Debug, Default, Copy, Clone)] 167 #[derive(Debug, Default, Copy, Clone)] 172 #[derive(Debug, Default, Copy, Clone)] [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryLocation.h | 101 MemoryLocation Copy(*this); in getWithNewPtr() 102 Copy.Ptr = NewPtr; in getWithNewPtr() 103 return Copy; in getWithNewPtr() 107 MemoryLocation Copy(*this); in getWithNewSize() 108 Copy.Size = NewSize; in getWithNewSize() 109 return Copy; in getWithNewSize() 113 MemoryLocation Copy(*this); in getWithoutAATags() 114 Copy.AATags = AAMDNodes(); in getWithoutAATags() 115 return Copy; in getWithoutAATags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryLocation.h | 120 MemoryLocation Copy(*this); in getWithNewPtr() 121 Copy.Ptr = NewPtr; in getWithNewPtr() 122 return Copy; in getWithNewPtr() 126 MemoryLocation Copy(*this); in getWithNewSize() 127 Copy.Size = NewSize; in getWithNewSize() 128 return Copy; in getWithNewSize() 132 MemoryLocation Copy(*this); in getWithoutAATags() 133 Copy.AATags = AAMDNodes(); in getWithoutAATags() 134 return Copy; in getWithoutAATags()
|
/external/crosvm/devices/src/virtio/gpu/ |
D | protocol.rs | 100 #[derive(Copy, Clone, Debug)] 114 #[derive(Copy, Clone, Debug)] 126 #[derive(Copy, Clone, Debug)] 141 #[derive(Copy, Clone, Debug, Default)] 153 #[derive(Copy, Clone, Debug)] 164 #[derive(Copy, Clone, Debug)] 177 #[derive(Copy, Clone, Debug)] 189 #[derive(Copy, Clone, Debug)] 201 #[derive(Copy, Clone, Debug)] 213 #[derive(Copy, Clone, Debug)] [all …]
|
/external/crosvm/devices/src/ |
D | split_irqchip_common.rs | 10 #[derive(Clone, Copy, Debug, PartialEq)] 17 #[derive(Clone, Copy, Debug, PartialEq)] 24 #[derive(Debug, Clone, Copy, PartialEq)] 37 #[derive(Clone, Copy, PartialEq)] 50 #[derive(Clone, Copy, PartialEq)]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | copy_insertion_test.cc | 103 op::Tuple(op::Copy(x))); in TEST_F() 124 op::Tuple(op::Copy(constant))); in TEST_F() 160 op::Add(op::Copy(op::Constant()), op::Copy(op::Constant()))); in TEST_F() 192 op::Tuple(op::Copy(constant2), op::Copy(x), op::Add(constant1, y))); in TEST_F() 228 op::Tuple(op::Copy(op::GetTupleElement(old_root)), in TEST_F() 229 op::Copy(op::GetTupleElement(old_root)))); in TEST_F() 251 op::Copy(old_root)); in TEST_F() 274 op::Copy(old_root)); in TEST_F() 295 op::Tuple(op::Copy(bitcast))); in TEST_F() 330 op::Copy(op::GetTupleElement(op::GetTupleElement(old_root))), in TEST_F() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineCopyPropagation.cpp | 109 bool eraseIfRedundant(MachineInstr &Copy, unsigned Src, unsigned Def); 111 bool isForwardableRegClassCopy(const MachineInstr &Copy, 214 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, unsigned Src, in eraseIfRedundant() argument 233 LLVM_DEBUG(dbgs() << "MCP: copy is a NOP, removing: "; Copy.dump()); in eraseIfRedundant() 237 assert(Copy.isCopy()); in eraseIfRedundant() 238 unsigned CopyDef = Copy.getOperand(0).getReg(); in eraseIfRedundant() 241 make_range(PrevCopy.getIterator(), Copy.getIterator())) in eraseIfRedundant() 244 Copy.eraseFromParent(); in eraseIfRedundant() 253 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy() argument 257 unsigned CopySrcReg = Copy.getOperand(1).getReg(); in isForwardableRegClassCopy() [all …]
|
/external/libvpx/libvpx/test/ |
D | consistency_test.cc | 93 void Copy(uint8_t *reference, uint8_t *source) { in Copy() function in __anon8b59b7b80111::ConsistencyTestBase 155 Copy(source_data_[1], source_data_[0]); in TEST_P() 156 Copy(reference_data_[0], source_data_[0]); in TEST_P() 158 Copy(reference_data_[1], source_data_[0]); in TEST_P() 175 Copy(source_data_[1], source_data_[0]); in TEST_P() 185 Copy(source_data_[1], source_data_[0]); in TEST_P() 186 Copy(reference_data_[0], source_data_[0]); in TEST_P() 187 Copy(reference_data_[1], source_data_[0]); in TEST_P() 192 Copy(reference_data_[1], source_data_[0]); in TEST_P()
|
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_abi.rs | 41 #[derive(PartialEq, Debug, Clone, Copy)] 121 #[derive(Clone, Copy, PartialEq)] 298 #[derive(Clone, Copy)] 318 #[derive(Clone, Copy)] 339 #[derive(Clone, Copy)] 359 #[derive(Clone, Copy)] 376 #[derive(Clone, Copy)] 398 #[derive(Clone, Copy)] 414 #[derive(Clone, Copy)] 431 #[derive(Clone, Copy)] [all …]
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 411 #[derive(Debug, Default, Copy, Clone)] 438 #[derive(Debug, Default, Copy, Clone)] 462 #[derive(Copy, Clone)] 473 #[derive(Debug, Copy, Clone)] 510 #[derive(Debug, Default, Copy, Clone)] 574 #[derive(Debug, Default, Copy, Clone)] 580 #[derive(Debug, Default, Copy, Clone)] 586 #[derive(Debug, Default, Copy, Clone)] 594 #[derive(Debug, Default, Copy, Clone)] 623 #[derive(Debug, Default, Copy, Clone)] [all …]
|
/external/llvm/include/llvm/IR/ |
D | ValueMap.h | 257 ValueMapCallbackVH Copy(*this); 258 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data); 262 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this. 263 Copy.Map->Map.erase(Copy); // Definitely destroys *this. 269 ValueMapCallbackVH Copy(*this); 270 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data); 277 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key); 279 typename ValueMapT::MapT::iterator I = Copy.Map->Map.find(Copy); 282 if (I != Copy.Map->Map.end()) { 284 Copy.Map->Map.erase(I); // Definitely destroys *this. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ValueMap.h | 268 ValueMapCallbackVH Copy(*this); 269 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data); 273 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this. 274 Copy.Map->Map.erase(Copy); // Definitely destroys *this. 281 ValueMapCallbackVH Copy(*this); 282 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data); 289 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key); 291 typename ValueMapT::MapT::iterator I = Copy.Map->Map.find(Copy); 294 if (I != Copy.Map->Map.end()) { 296 Copy.Map->Map.erase(I); // Definitely destroys *this. [all …]
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | copy.fail.cpp | 29 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local 34 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local 39 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local 44 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
|
/external/adhd/cras/client/cras-sys/src/ |
D | gen.rs | 46 #[derive(Copy, Clone)] 107 #[derive(Copy, Clone)] 126 #[derive(Debug, Copy, Clone)] 341 #[derive(Debug, Copy, Clone)] 417 #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] 474 #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] 490 #[derive(Debug, Copy, Clone)] 553 #[derive(Debug, Copy, Clone)] 620 #[derive(Debug, Copy, Clone)] 659 #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | BitVector.h | 218 BitWord Copy = Bits[i]; in find_first_in() local 222 Copy &= maskTrailingZeros<BitWord>(FirstBit); in find_first_in() 227 Copy &= maskTrailingOnes<BitWord>(LastBit + 1); in find_first_in() 229 if (Copy != 0) in find_first_in() 230 return i * BITWORD_SIZE + countTrailingZeros(Copy); in find_first_in() 248 BitWord Copy = Bits[CurrentWord]; in find_last_in() local 251 Copy &= maskTrailingOnes<BitWord>(LastBit + 1); in find_last_in() 256 Copy &= maskTrailingZeros<BitWord>(FirstBit); in find_last_in() 259 if (Copy != 0) in find_last_in() 260 return (CurrentWord + 1) * BITWORD_SIZE - countLeadingZeros(Copy) - 1; in find_last_in() [all …]
|
/external/webrtc/webrtc/base/ |
D | cryptstring.cc | 29 CryptStringImpl* EmptyCryptStringImpl::Copy() const { in Copy() function in rtc::EmptyCryptStringImpl 41 : impl_(other.impl_->Copy()) { in CryptString() 44 CryptString::CryptString(const CryptStringImpl& impl) : impl_(impl.Copy()) { in CryptString() 63 CryptStringImpl* InsecureCryptStringImpl::Copy() const { in Copy() function in rtc::InsecureCryptStringImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | DenseSetTest.cpp | 120 static int Copy; member 126 Copy++; in CountCopyAndMove() 130 Copy++; in operator =() 143 int CountCopyAndMove::Copy = 0; member in __anon5021e3f40111::CountCopyAndMove 176 CountCopyAndMove::Copy = 0; in TEST() 185 EXPECT_EQ(0, CountCopyAndMove::Copy); in TEST()
|
D | DenseMapTest.cpp | 346 static int Copy; member 349 CountCopyAndMove(const CountCopyAndMove &) { Copy++; } in CountCopyAndMove() 351 Copy++; in operator =() 360 int CountCopyAndMove::Copy = 0; member in __anon4dd99be60111::__anon4dd99be60211::CountCopyAndMove 377 CountCopyAndMove::Copy = 0; in TEST() 388 EXPECT_EQ(0, CountCopyAndMove::Copy); in TEST() 401 EXPECT_EQ(0, CountCopyAndMove::Copy); in TEST() 415 CountCopyAndMove::Copy = 0; in TEST() 426 EXPECT_EQ(0, CountCopyAndMove::Copy); in TEST() 439 CountCopyAndMove::Copy = 0; in TEST() [all …]
|
/external/crosvm/gpu_buffer/src/ |
D | raw.rs | 15 #[derive(Debug, Copy, Clone)] 20 #[derive(Debug, Copy, Clone)] 25 #[derive(Debug, Copy, Clone)] 32 #[derive(Copy, Clone)] 117 #[derive(Debug, Copy, Clone)] 127 #[derive(Debug, Copy, Clone)]
|
/external/conscrypt/openjdk-uber/ |
D | build.gradle | 35 * Copy the native libraries to the resources directory. 37 task copySharedLibs(type: Copy, dependsOn: configurations.uberJar) { 49 * Copy the object files to the classes directory. 51 task copyClasses(type: Copy, dependsOn: configurations.uberJar) { 62 task copySources(type: Copy, dependsOn: ":conscrypt-openjdk:sourcesJar") {
|
/external/crosvm/kvm_sys/src/aarch64/ |
D | bindings.rs | 43 impl<T> ::std::marker::Copy for __IncompleteArrayField<T> {} 492 #[derive(Debug, Default, Copy, Clone)] 542 #[derive(Debug, Default, Copy, Clone)] 587 #[derive(Debug, Default, Copy, Clone)] 648 #[derive(Debug, Default, Copy, Clone)] 694 #[derive(Debug, Default, Copy, Clone)] 701 #[derive(Debug, Default, Copy, Clone)] 803 #[derive(Debug, Default, Copy, Clone)] 871 #[derive(Debug, Default, Copy, Clone)] 910 #[derive(Debug, Default, Copy, Clone)] [all …]
|
/external/llvm/unittests/ADT/ |
D | DenseMapTest.cpp | 346 static int Copy; member 349 CountCopyAndMove(const CountCopyAndMove &) { Copy++; } in CountCopyAndMove() 351 Copy++; in operator =() 360 int CountCopyAndMove::Copy = 0; member in __anon8403fe4e0111::__anon8403fe4e0211::CountCopyAndMove 377 CountCopyAndMove::Copy = 0; in TEST() 388 EXPECT_EQ(0, CountCopyAndMove::Copy); in TEST() 401 EXPECT_EQ(0, CountCopyAndMove::Copy); in TEST() 415 CountCopyAndMove::Copy = 0; in TEST() 426 EXPECT_EQ(0, CountCopyAndMove::Copy); in TEST() 439 CountCopyAndMove::Copy = 0; in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64CleanupLocalDynamicTLSPass.cpp | 105 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local 112 return Copy; in replaceTLSBaseAddrCall() 126 MachineInstr *Copy = in setRegister() local 131 return Copy; in setRegister()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | assign_op.h | 97 Copy(context, &reshaped_old_lhs, rhs); in Compute() 123 Copy(context, copyTensor, rhs); in Compute() 133 Copy(context, &old_unlocked_lhs, rhs); in Compute() 136 virtual void Copy(OpKernelContext* context, Tensor* lhs,
|