Home
last modified time | relevance | path

Searched refs:Copy (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/external/llvm/include/llvm/Analysis/
DMemoryLocation.h101 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/llvm/include/llvm/IR/
DValueMap.h238 ValueMapCallbackVH Copy(*this);
239 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
243 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
244 Copy.Map->Map.erase(Copy); // Definitely destroys *this.
250 ValueMapCallbackVH Copy(*this);
251 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
258 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
260 typename ValueMapT::MapT::iterator I = Copy.Map->Map.find(Copy);
263 if (I != Copy.Map->Map.end()) {
265 Copy.Map->Map.erase(I); // Definitely destroys *this.
[all …]
/external/libvpx/libvpx/test/
Dconsistency_test.cc98 void Copy(uint8_t *reference, uint8_t *source) { in Copy() function in __anon2c9129d90111::ConsistencyTestBase
161 Copy(source_data_[1], source_data_[0]); in TEST_P()
162 Copy(reference_data_[0], source_data_[0]); in TEST_P()
164 Copy(reference_data_[1], source_data_[0]); in TEST_P()
181 Copy(source_data_[1], source_data_[0]); in TEST_P()
191 Copy(source_data_[1], source_data_[0]); in TEST_P()
192 Copy(reference_data_[0], source_data_[0]); in TEST_P()
193 Copy(reference_data_[1], source_data_[0]); in TEST_P()
198 Copy(reference_data_[1], source_data_[0]); in TEST_P()
/external/pdfium/xfa/src/fxbarcode/common/
DBC_CommonDecoderResult.cpp37 m_rawBytes.Copy(rawBytes); in Init()
39 m_byteSegments.Copy(byteSegments); in Init()
52 m_rawBytes.Copy(rawBytes); in Init()
54 m_pdf417byteSegments.Copy(byteSegments); in Init()
/external/webrtc/webrtc/base/
Dcryptstring.cc29 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
Dcryptstring.h30 virtual CryptStringImpl * Copy() const = 0;
40 CryptStringImpl* Copy() const override;
54 impl_.reset(other.impl_->Copy());
160 CryptStringImpl* Copy() const override;
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp53 m_coefficients.Copy(*(m_field->GetZero()->GetCoefficients())); in Init()
61 m_coefficients.Copy(*coefficients); in Init()
113 smallerCoefficients.Copy(m_coefficients); in AddOrSubtract()
115 largerCoefficients.Copy(*(other->GetCoefficients())); in AddOrSubtract()
118 temp.Copy(smallerCoefficients); in AddOrSubtract()
119 smallerCoefficients.Copy(largerCoefficients); in AddOrSubtract()
120 largerCoefficients.Copy(temp); in AddOrSubtract()
147 aCoefficients.Copy(m_coefficients); in Multiply()
150 bCoefficients.Copy(*(other->GetCoefficients())); in Multiply()
/external/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp99 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in replaceTLSBaseAddrCall() local
106 return Copy; in replaceTLSBaseAddrCall()
120 MachineInstr *Copy = in setRegister() local
125 return Copy; in setRegister()
/external/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp117 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local
124 return Copy; in ReplaceTLSCall()
137 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local
141 return Copy; in SetRegister()
/external/google-breakpad/src/client/
Dminidump_file_writer.h114 bool Copy(MDRVA position, const void *src, ssize_t size);
182 bool Copy(MDRVA position, const void *src, size_t size);
185 inline bool Copy(const void *src, size_t size) { in Copy() function
186 return Copy(position_, src, size); in Copy()
Dminidump_file_writer.cc104 result = mdstring->Copy(str, mdstring->get()->length); in CopyStringToMDString()
211 if (!mem.Copy(src, mem.size())) in WriteMemory()
246 bool MinidumpFileWriter::Copy(MDRVA position, const void *src, ssize_t size) { function in google_breakpad::MinidumpFileWriter
277 bool UntypedMDRVA::Copy(MDRVA pos, const void *src, size_t size) { function in google_breakpad::UntypedMDRVA
281 return writer_->Copy(pos, src, size);
Dminidump_file_writer-inl.h74 return writer_->Copy( in CopyIndex()
84 return writer_->Copy( in CopyIndexAfterObject()
92 return writer_->Copy(position_, &data_, minidump_size<MDType>::size()); in Flush()
/external/libvpx/libvpx/vpx_dsp/x86/
Dvariance_impl_mmx.asm96 movq mm0, [rax] ; Copy eight bytes to mm0
97 movq mm1, [rbx] ; Copy eight bytes to mm1
115 movq mm1, [rbx] ; Copy eight bytes to mm1
120 movq mm0, [rax] ; Copy eight bytes to mm0
138 movq mm1, [rbx] ; Copy eight bytes to mm1
143 movq mm0, [rax] ; Copy eight bytes to mm0
161 movq mm1, [rbx] ; Copy eight bytes to mm1
166 movq mm0, [rax] ; Copy eight bytes to mm0
184 movq mm1, [rbx] ; Copy eight bytes to mm1
189 movq mm0, [rax] ; Copy eight bytes to mm0
[all …]
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417ECModulusPoly.cpp53 m_coefficients.Copy(coefficients); in CBC_PDF417ECModulusPoly()
107 smallerCoefficients.Copy(m_coefficients); in add()
109 largerCoefficients.Copy(other->m_coefficients); in add()
112 temp.Copy(smallerCoefficients); in add()
113 smallerCoefficients.Copy(largerCoefficients); in add()
114 largerCoefficients.Copy(temp); in add()
159 aCoefficients.Copy(m_coefficients); in multiply()
162 bCoefficients.Copy(other->m_coefficients); in multiply()
DBC_PDF417Writer.cpp67 originalScale.Copy(barcodeMatrix->getScaledMatrix( in Encode()
91 originalScale.Copy(barcodeMatrix->getScaledMatrix( in Encode()
108 temp.Copy(bitarray); in rotateArray()
/external/compiler-rt/lib/profile/
DInstrProfilingFile.c72 char *Copy = malloc(strlen(Filename) + 1); in truncateCurrentFile() local
73 strcpy(Copy, Filename); in truncateCurrentFile()
74 __llvm_profile_recursive_mkdir(Copy); in truncateCurrentFile()
75 free(Copy); in truncateCurrentFile()
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp_unittest.cc702 jdesc_.Initialize(desc_.Copy(), kSessionId, kSessionVersion); in WebRtcSdpTest()
1038 audio_desc_->Copy()); in AddExtmap()
1040 video_desc_->Copy()); in AddExtmap()
1062 if (!jdesc_.Initialize(desc_.Copy(), in TestSerializeDirection()
1074 audio_desc_->Copy()); in TestSerializeRejected()
1076 video_desc_->Copy()); in TestSerializeRejected()
1094 if (!jdesc_no_candidates.Initialize(desc_.Copy(), kSessionId, in TestSerializeRejected()
1151 if (!jdesc_.Initialize(desc_.Copy(), in TestDeserializeDirection()
1167 audio_desc_->Copy()); in TestDeserializeRejected()
1169 video_desc_->Copy()); in TestDeserializeRejected()
[all …]
/external/llvm/include/llvm/ADT/
DSmallBitVector.h418 SmallBitVector Copy = RHS; variable
419 Copy.resize(size());
420 getPointer()->operator&=(*Copy.getPointer());
466 SmallBitVector Copy = RHS; variable
467 Copy.resize(size());
468 getPointer()->operator|=(*Copy.getPointer());
480 SmallBitVector Copy = RHS; variable
481 Copy.resize(size());
482 getPointer()->operator^=(*Copy.getPointer());
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_object.h50 dashArray.Copy(m_DashArray); in GetDashArray()
54 m_DashArray.Copy(dashArray); in SetDashArray()
67 return compoundPatterns.Copy(m_CompoundPatterns), TRUE; in GetCompoundPatterns()
71 return m_CompoundPatterns.Copy(compoundPatterns), TRUE; in SetCompoundPatterns()
221 return colors.Copy(m_GradColors), TRUE; in GetGradientColors()
224 return m_GradColors.Copy(colors), TRUE; in SetGradientColors()
/external/protobuf/gtest/xcode/gtest.xcodeproj/
Dproject.pbxproj41 …3BF6F2A00E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; f…
50 …404884A00E2F7BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBu…
51 …404884A10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */ = {isa = PBXBuildFile; fi…
52 …404884A20E2F7BE600CF7658 /* gtest-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; fi…
53 …404884A30E2F7BE600CF7658 /* gtest-port.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRe…
54 …404884A40E2F7BE600CF7658 /* gtest-string.h in Copy Headers Internal */ = {isa = PBXBuildFile; file…
59 …40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileR…
78 …4539C9380EC280E200A70F4C /* gtest-linked_ptr.h in Copy Headers Internal */ = {isa = PBXBuildFile; …
79 …4539C9390EC280E200A70F4C /* gtest-param-util-generated.h in Copy Headers Internal */ = {isa = PBXB…
80 …4539C93A0EC280E200A70F4C /* gtest-param-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; …
[all …]
/external/google-breakpad/src/testing/gtest/xcode/gtest.xcodeproj/
Dproject.pbxproj41 …3BF6F2A00E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; f…
50 …404884A00E2F7BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBu…
51 …404884A10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */ = {isa = PBXBuildFile; fi…
52 …404884A20E2F7BE600CF7658 /* gtest-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; fi…
53 …404884A30E2F7BE600CF7658 /* gtest-port.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRe…
54 …404884A40E2F7BE600CF7658 /* gtest-string.h in Copy Headers Internal */ = {isa = PBXBuildFile; file…
59 …40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileR…
78 …4539C9380EC280E200A70F4C /* gtest-linked_ptr.h in Copy Headers Internal */ = {isa = PBXBuildFile; …
79 …4539C9390EC280E200A70F4C /* gtest-param-util-generated.h in Copy Headers Internal */ = {isa = PBXB…
80 …4539C93A0EC280E200A70F4C /* gtest-param-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; …
[all …]
/external/iptables/extensions/
Dlibxt_CONNMARK.man8 Copy the packet mark (nfmark) to the connection mark (ctmark) using the given
18 Copy the connection mark (ctmark) to the packet mark (nfmark) using the given
48 Copy the nfmark to the ctmark. If a mask is specified, only those bits are
52 Copy the ctmark to the nfmark. If a mask is specified, only those bits are
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/gtest.xcodeproj/
Dproject.pbxproj41 …3BF6F2A00E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; f…
50 …404884A00E2F7BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBu…
51 …404884A10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */ = {isa = PBXBuildFile; fi…
52 …404884A20E2F7BE600CF7658 /* gtest-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; fi…
53 …404884A30E2F7BE600CF7658 /* gtest-port.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRe…
54 …404884A40E2F7BE600CF7658 /* gtest-string.h in Copy Headers Internal */ = {isa = PBXBuildFile; file…
59 …40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileR…
78 …4539C9380EC280E200A70F4C /* gtest-linked_ptr.h in Copy Headers Internal */ = {isa = PBXBuildFile; …
79 …4539C9390EC280E200A70F4C /* gtest-param-util-generated.h in Copy Headers Internal */ = {isa = PBXB…
80 …4539C93A0EC280E200A70F4C /* gtest-param-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; …
[all …]
/external/llvm/test/CodeGen/X86/
Dfp-stack-O0.ll12 ; Copy constant-pool value.
15 ; Copy x1 return value.
/external/pdfium/xfa/src/fwl/src/lightwidget/
Ddatetimepicker.cpp111 FX_BOOL CFWL_DateTimePicker::Copy(CFX_WideString& wsCopy) { in Copy() function in CFWL_DateTimePicker
112 return static_cast<IFWL_DateTimePicker*>(m_pIface)->Copy(wsCopy); in Copy()
115 return static_cast<IFWL_DateTimePicker*>(m_pIface)->Copy(wsCut); in Cut()

12345678910>>...23