/external/pdfium/core/fxge/ge/ |
H A D | cfx_graphstatedata.cpp | 23 Copy(src); 26 void CFX_GraphStateData::Copy(const CFX_GraphStateData& src) { function in class:CFX_GraphStateData
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
H A D | BitVectorTest.cpp | 79 BitVector Copy = Vec; local 83 EXPECT_TRUE(Copy == Alt); 87 std::swap(Copy, Vec);
|
H A D | SmallBitVectorTest.cpp | 76 SmallBitVector Copy = Vec; local 80 EXPECT_TRUE(Copy == Alt); 84 std::swap(Copy, Vec);
|
/external/google-breakpad/src/processor/ |
H A D | basic_code_modules.cc | 68 that->GetModuleAtIndex(module_sequence)->Copy()); 124 const CodeModules* BasicCodeModules::Copy() const { function in class:google_breakpad::BasicCodeModules
|
H A D | basic_code_module.h | 91 virtual const CodeModule* Copy() const { return new BasicCodeModule(this); } function in class:google_breakpad::BasicCodeModule
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64CleanupLocalDynamicTLSPass.cpp | 100 // Insert a Copy from TLSBaseAddrReg to x0, which is where the rest of the 102 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), local 109 return Copy; 123 MachineInstr *Copy = local 128 return Copy;
|
H A D | AArch64CallLowering.cpp | 45 MachineInstr *Copy = local 47 (void)Copy; 48 assert(Copy->getNextNode() == Return &&
|
/external/llvm/unittests/ADT/ |
H A D | BitVectorTest.cpp | 89 TypeParam Copy = Vec; local 93 EXPECT_TRUE(Copy == Alt); 97 std::swap(Copy, Vec);
|
H A D | DenseMapTest.cpp | 346 static int Copy; member in struct:__anon13689::__anon13690::CountCopyAndMove 349 CountCopyAndMove(const CountCopyAndMove &) { Copy++; } 351 Copy++; 360 int CountCopyAndMove::Copy = 0; member in class:__anon13689::__anon13690::CountCopyAndMove 377 CountCopyAndMove::Copy = 0; member in class:__anon13689::CountCopyAndMove 388 EXPECT_EQ(0, CountCopyAndMove::Copy); 401 EXPECT_EQ(0, CountCopyAndMove::Copy); 415 CountCopyAndMove::Copy = 0; member in class:__anon13689::CountCopyAndMove 426 EXPECT_EQ(0, CountCopyAndMove::Copy); 439 CountCopyAndMove::Copy member in class:__anon13689::CountCopyAndMove 459 CountCopyAndMove::Copy = 0; member in class:__anon13689::CountCopyAndMove [all...] |
/external/pdfium/fpdfsdk/javascript/ |
H A D | JS_KeyValue.cpp | 13 void CJS_GlobalVariableArray::Copy(const CJS_GlobalVariableArray& array) { function in class:CJS_GlobalVariableArray 43 pNewObjData->objData.Copy(pOldObjData->objData);
|
/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | ByteArray.cs | 43 /// The threshold above which you should use Buffer.BlockCopy rather than ByteArray.Copy
50 internal static void Copy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int count)
method in class:Google.Protobuf.ByteArray
|
/external/webrtc/webrtc/base/ |
H A D | cryptstring.cc | 29 CryptStringImpl* EmptyCryptStringImpl::Copy() const { function in class:rtc::EmptyCryptStringImpl 41 : impl_(other.impl_->Copy()) { 44 CryptString::CryptString(const CryptStringImpl& impl) : impl_(impl.Copy()) { 63 CryptStringImpl* InsecureCryptStringImpl::Copy() const { function in class:rtc::InsecureCryptStringImpl
|
/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_allstates.cpp | 31 void CPDF_AllStates::Copy(const CPDF_AllStates& src) { function in class:CPDF_AllStates
|
H A D | cpdf_color.cpp | 109 void CPDF_Color::Copy(const CPDF_Color* pSrc) { function in class:CPDF_Color
|
/external/google-breakpad/src/client/ |
H A D | minidump_file_writer.h | 94 // Copy the contents of |str| to a MDString and write it to the file. 114 bool Copy(MDRVA position, const void *src, ssize_t size); 139 // Copy |length| characters from |str| to |mdstring|. These are distinct 180 // Copy |size| bytes starting at |src| into the minidump at |position| 182 bool Copy(MDRVA position, const void *src, size_t size); 184 // Copy |size| bytes from |src| to the current position 185 inline bool Copy(const void *src, size_t size) { function in class:google_breakpad::UntypedMDRVA 186 return Copy(position_, src, size); 245 // Copy |item| to |index| 250 // Copy |siz [all...] |
H A D | minidump_file_writer.cc | 104 result = mdstring->Copy(str, mdstring->get()->length); 109 // Copy the string character by character 138 // Copy the string character by character 211 if (!mem.Copy(src, mem.size())) 246 bool MinidumpFileWriter::Copy(MDRVA position, const void *src, ssize_t size) { function in class:google_breakpad::MinidumpFileWriter 277 bool UntypedMDRVA::Copy(MDRVA pos, const void *src, size_t size) { function in class:google_breakpad::UntypedMDRVA 281 return writer_->Copy(pos, src, size);
|
/external/libchrome/crypto/ |
H A D | rsa_private_key_nss.cc | 107 RSAPrivateKey* RSAPrivateKey::Copy() const { function in class:crypto::RSAPrivateKey
|
/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZLDCleanup.cpp | 119 // Insert a Copy from TLSBaseAddrReg to R2. 120 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), local 127 return Copy; 140 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), local 144 return Copy;
|
/external/protobuf/src/google/protobuf/ |
H A D | reflection_ops.cc | 48 void ReflectionOps::Copy(const Message& from, Message* to) { function in class:google::protobuf::internal::ReflectionOps
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/target/ |
H A D | target_ocaml.c | 35 value Copy = copy_string(StringRep); local 37 return Copy;
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
H A D | PVRTArray.h | 46 @brief Copy constructor. 127 // Copy the first half to the new array 134 // Copy last half to the new array 232 // Copy source data to new array 247 @fn Copy 253 void Copy(const CPVRTArray<T2>& other) function in class:CPVRTArray 258 // Copy data 283 Copy(other); 430 // Copy the data. memmove will only work for built-in types.
|
/external/libvpx/libvpx/test/ |
H A D | consistency_test.cc | 92 void Copy(uint8_t *reference, uint8_t *source) { function in class:__anon11834::ConsistencyTestBase 154 Copy(source_data_[1], source_data_[0]); 155 Copy(reference_data_[0], source_data_[0]); 157 Copy(reference_data_[1], source_data_[0]); 174 Copy(source_data_[1], source_data_[0]); 184 Copy(source_data_[1], source_data_[0]); 185 Copy(reference_data_[0], source_data_[0]); 186 Copy(reference_data_[1], source_data_[0]); 191 Copy(reference_data_[1], source_data_[0]);
|
/external/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 129 getCopyRegClasses(const MachineInstr &Copy, argument 132 unsigned DstReg = Copy.getOperand(0).getReg(); 133 unsigned SrcReg = Copy.getOperand(1).getReg(); 141 // SrcRC = TRI.getSubRegClass(SrcRC, Copy.getOperand(1).getSubReg());
|
/external/lzma/CPP/Windows/ |
H A D | PropVariant.cpp | 248 HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc) throw()
function in class:NWindows::NCOM::CPropVariant 314 HRESULT hr = Copy(pSrc);
|
/external/pdfium/xfa/fgas/crt/ |
H A D | fgas_utils.h | 25 int32_t Copy(const CFX_BaseArray& src, int32_t iStart, int32_t iCount); 68 int32_t Copy(const CFX_BaseArrayTemplate& src, function in class:CFX_BaseArrayTemplate 71 return CFX_BaseArray::Copy(src, iStart, iCount); 90 int32_t Copy(const CFX_BaseMassArrayImp& src, int32_t iStart, int32_t iCount);
|