/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/syzkaller/vendor/github.com/ianlancetaylor/demangle/ |
D | ast.go | 28 Copy(copy func(AST) AST, skip func(AST) bool) AST methodSpec 120 func (n *Name) Copy(fn func(AST) AST, skip func(AST) bool) AST { func 168 func (t *Typed) Copy(fn func(AST) AST, skip func(AST) bool) AST { func 172 name := t.Name.Copy(fn, skip) 173 typ := t.Type.Copy(fn, skip) 226 func (q *Qualified) Copy(fn func(AST) AST, skip func(AST) bool) AST { func 230 scope := q.Scope.Copy(fn, skip) 231 name := q.Name.Copy(fn, skip) 314 func (t *Template) Copy(fn func(AST) AST, skip func(AST) bool) AST { func 318 name := t.Name.Copy(fn, skip) [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/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/include/llvm/ADT/ |
D | ValueMap.h | 211 ValueMapCallbackVH Copy(*this); 212 sys::Mutex *M = Config::getMutex(Copy.Map->Data); 215 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this. 216 Copy.Map->Map.erase(Copy); // Definitely destroys *this. 224 ValueMapCallbackVH Copy(*this); 225 sys::Mutex *M = Config::getMutex(Copy.Map->Data); 231 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key); 233 typename ValueMapT::MapT::iterator I = Copy.Map->Map.find(Copy); 236 if (I != Copy.Map->Map.end()) { 238 Copy.Map->Map.erase(I); // Definitely destroys *this. [all …]
|
D | SmallBitVector.h | 372 SmallBitVector Copy = RHS; variable 373 Copy.resize(size()); 374 getPointer()->operator&=(*Copy.getPointer()); 386 SmallBitVector Copy = RHS; variable 387 Copy.resize(size()); 388 getPointer()->operator|=(*Copy.getPointer()); 400 SmallBitVector Copy = RHS; variable 401 Copy.resize(size()); 402 getPointer()->operator^=(*Copy.getPointer());
|
/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 __anona707928d0111::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/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/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/conscrypt/openjdk-uber/ |
D | build.gradle | 33 * Copy the native libraries to the resources directory. 35 task copySharedLibs(type: Copy, dependsOn: configurations.uberJar) { 47 * Copy the object files to the classes directory. 49 task copyClasses(type: Copy, dependsOn: configurations.uberJar) { 60 task copySources(type: Copy, dependsOn: ":conscrypt-openjdk:sourcesJar") {
|
/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 __anon093a19890111::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 __anon06f1d17b0111::__anon06f1d17b0211::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/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 __anon7a8ac1430111::__anon7a8ac1430211::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/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_copy_insertion_test.cc | 97 EXPECT_THAT(xla_while->operand(0), op::Copy(op::Parameter())); in TEST_F() 98 EXPECT_THAT(body->root_instruction(), op::Copy(op::Constant())); in TEST_F() 99 EXPECT_THAT(condition->root_instruction(), op::Copy(op::Constant())); in TEST_F() 134 op::Tuple(op::Copy(op::Parameter()), op::Copy(op::Constant()), in TEST_F()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | AliasAnalysis.h | 116 Location Copy(*this); in getWithNewPtr() 117 Copy.Ptr = NewPtr; in getWithNewPtr() 118 return Copy; in getWithNewPtr() 122 Location Copy(*this); in getWithNewSize() 123 Copy.Size = NewSize; in getWithNewSize() 124 return Copy; in getWithNewSize() 128 Location Copy(*this); in getWithoutTBAATag() 129 Copy.TBAATag = 0; in getWithoutTBAATag() 130 return Copy; in getWithoutTBAATag()
|
/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | RepeatedField.cs | 219 Array.Copy(array, 0, tmp, 0, array.Length); in EnsureSize() 264 Array.Copy(this.array, 0, array, arrayIndex, count); in CopyTo() 279 Array.Copy(array, index + 1, array, index, count - index - 1); in Remove() 309 Array.Copy(values.array, 0, array, count, values.count); in Add() 452 Array.Copy(array, index, array, index + 1, count - index); in Insert() 467 Array.Copy(array, index + 1, array, index, count - index - 1); in RemoveAt() 520 Array.Copy(this.array, 0, array, index, count); in ICollection.CopyTo()
|
/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/llvm/lib/Target/AArch64/ |
D | AArch64CleanupLocalDynamicTLSPass.cpp | 102 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local 109 return Copy; in replaceTLSBaseAddrCall() 123 MachineInstr *Copy = in setRegister() local 128 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,
|
/external/ltp/testcases/kernel/syscalls/epoll/ |
D | README.1ST | 11 2. Copy <epoll-lib_directory>/include/epoll.h /usr/include 27 5. Copy <libpcl_directory>/pcl/.libs/libpcl.* /lib 34 8. Copy <epoll-lib_directory>/include/epoll.h /usr/include 36 10. Copy <epoll-lib_directory>/lib/libepoll* /lib
|