Home
last modified time | relevance | path

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

12345678910>>...30

/external/chromium_org/sdch/open-vcdiff/src/
Dencodetable_test.cc173 EXPECT_DEBUG_DEATH(standard_writer.Copy(6, 5), in TEST_F()
279 standard_writer.Copy(2, 8); in TEST_F()
280 standard_writer.Copy(2, 8); in TEST_F()
304 interleaved_writer.Copy(2, 8); in TEST_F()
305 interleaved_writer.Copy(2, 8); in TEST_F()
326 standard_writer.Copy(2, 5); in TEST_F()
327 standard_writer.Copy(0, 4); in TEST_F()
350 interleaved_writer.Copy(2, 5); in TEST_F()
351 interleaved_writer.Copy(0, 4); in TEST_F()
377 interleaved_writer.Copy(2, 5); in TEST_F()
[all …]
/external/llvm/include/llvm/IR/
DValueMap.h217 ValueMapCallbackVH Copy(*this);
218 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
221 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
222 Copy.Map->Map.erase(Copy); // Definitely destroys *this.
230 ValueMapCallbackVH Copy(*this);
231 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
237 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
239 typename ValueMapT::MapT::iterator I = Copy.Map->Map.find(Copy);
242 if (I != Copy.Map->Map.end()) {
244 Copy.Map->Map.erase(I); // Definitely destroys *this.
[all …]
/external/chromium_org/ppapi/shared_impl/
Dcompositor_layer_data.cc12 void Copy(scoped_ptr<T>* a, const scoped_ptr<T>& b) { in Copy() function
29 Copy(&color, other.color); in operator =()
30 Copy(&texture, other.texture); in operator =()
31 Copy(&image, other.image); in operator =()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_variance_impl_mmx.asm97 movq mm0, [rax] ; Copy eight bytes to mm0
98 movq mm1, [rbx] ; Copy eight bytes to mm1
116 movq mm1, [rbx] ; Copy eight bytes to mm1
122 movq mm0, [rax] ; Copy eight bytes to mm0
140 movq mm1, [rbx] ; Copy eight bytes to mm1
145 movq mm0, [rax] ; Copy eight bytes to mm0
163 movq mm1, [rbx] ; Copy eight bytes to mm1
168 movq mm0, [rax] ; Copy eight bytes to mm0
186 movq mm1, [rbx] ; Copy eight bytes to mm1
191 movq mm0, [rax] ; Copy eight bytes to mm0
[all …]
/external/chromium_org/third_party/webrtc/base/
Dcryptstring.h30 virtual CryptStringImpl * Copy() const = 0;
44 virtual CryptStringImpl * Copy() const { return new EmptyCryptStringImpl(); } in Copy() function
55 CryptString(const CryptString & other) : impl_(other.impl_->Copy()) {} in CryptString()
56 explicit CryptString(const CryptStringImpl & impl) : impl_(impl.Copy()) {} in CryptString()
59 impl_.reset(other.impl_->Copy());
168 virtual CryptStringImpl * Copy() const { in Copy() function
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
Dvariance_impl_mmx.asm97 movq mm0, [rax] ; Copy eight bytes to mm0
98 movq mm1, [rbx] ; Copy eight bytes to mm1
116 movq mm1, [rbx] ; Copy eight bytes to mm1
122 movq mm0, [rax] ; Copy eight bytes to mm0
140 movq mm1, [rbx] ; Copy eight bytes to mm1
145 movq mm0, [rax] ; Copy eight bytes to mm0
163 movq mm1, [rbx] ; Copy eight bytes to mm1
168 movq mm0, [rax] ; Copy eight bytes to mm0
186 movq mm1, [rbx] ; Copy eight bytes to mm1
191 movq mm0, [rax] ; Copy eight bytes to mm0
[all …]
/external/libvpx/libvpx/vp8/common/x86/
Dvariance_impl_mmx.asm97 movq mm0, [rax] ; Copy eight bytes to mm0
98 movq mm1, [rbx] ; Copy eight bytes to mm1
116 movq mm1, [rbx] ; Copy eight bytes to mm1
122 movq mm0, [rax] ; Copy eight bytes to mm0
140 movq mm1, [rbx] ; Copy eight bytes to mm1
145 movq mm0, [rax] ; Copy eight bytes to mm0
163 movq mm1, [rbx] ; Copy eight bytes to mm1
168 movq mm0, [rax] ; Copy eight bytes to mm0
186 movq mm1, [rbx] ; Copy eight bytes to mm1
191 movq mm0, [rax] ; Copy eight bytes to mm0
[all …]
/external/openfst/src/include/fst/
Drational.h77 replace_(impl.replace_ ? impl.replace_->Copy(true) : 0), in RationalFstImpl()
84 ? impl.fst_tuples_[i].second->Copy(true) in RationalFstImpl()
136 fst_tuples_.push_back(make_pair(-1, fst1.Copy())); in InitUnion()
137 fst_tuples_.push_back(make_pair(-2, fst2.Copy())); in InitUnion()
159 fst_tuples_.push_back(make_pair(-1, fst1.Copy())); in InitConcat()
160 fst_tuples_.push_back(make_pair(-2, fst2.Copy())); in InitConcat()
186 fst_tuples_.push_back(make_pair(-1, fst.Copy())); in InitClosure()
206 fst_tuples_.push_back(make_pair(-nonterminals_, fst.Copy())); in AddUnion()
227 fst_tuples_.push_back(make_pair(-nonterminals_, fst.Copy())); in AddConcat()
244 fst_tuples_[0].second = rfst_.Copy(); in Replace()
Dinvert.h57 SymbolTable *input = fst->InputSymbols() ? fst->InputSymbols()->Copy() : 0; in Invert()
58 SymbolTable *output = fst->OutputSymbols() ? fst->OutputSymbols()->Copy() : 0; in Invert()
94 virtual InvertFst<A> *Copy(bool safe = false) const {
Dlookahead-filter.h90 : lmatcher1_(lmatcher1->Copy()), in LookAheadSelector()
91 lmatcher2_(lmatcher2->Copy()), in LookAheadSelector()
95 : lmatcher1_(selector.lmatcher1_->Copy()), in LookAheadSelector()
96 lmatcher2_(selector.lmatcher2_->Copy()), in LookAheadSelector()
129 : fst_(lmatcher1->GetFst().Copy()), in LookAheadSelector()
130 lmatcher_(lmatcher2->Copy()) {} in LookAheadSelector()
133 : fst_(selector.fst_->Copy()), in LookAheadSelector()
134 lmatcher_(selector.lmatcher_->Copy()) {} in LookAheadSelector()
161 : fst_(lmatcher2->GetFst().Copy()), in LookAheadSelector()
162 lmatcher_(lmatcher1->Copy()) {} in LookAheadSelector()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp101 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in replaceTLSBaseAddrCall() local
108 return Copy; in replaceTLSBaseAddrCall()
125 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in setRegister() local
129 return Copy; in setRegister()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h124 Location Copy(*this); in getWithNewPtr()
125 Copy.Ptr = NewPtr; in getWithNewPtr()
126 return Copy; in getWithNewPtr()
130 Location Copy(*this); in getWithNewSize()
131 Copy.Size = NewSize; in getWithNewSize()
132 return Copy; in getWithNewSize()
136 Location Copy(*this); in getWithoutTBAATag()
137 Copy.TBAATag = nullptr; in getWithoutTBAATag()
138 return Copy; in getWithoutTBAATag()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsdp_unittest.cc694 jdesc_.Initialize(desc_.Copy(), kSessionId, kSessionVersion); in WebRtcSdpTest()
1006 audio_desc_->Copy()); in AddExtmap()
1008 video_desc_->Copy()); in AddExtmap()
1030 if (!jdesc_.Initialize(desc_.Copy(), in TestSerializeDirection()
1042 audio_desc_->Copy()); in TestSerializeRejected()
1044 video_desc_->Copy()); in TestSerializeRejected()
1054 if (!jdesc_.Initialize(desc_.Copy(), in TestSerializeRejected()
1114 if (!jdesc_.Initialize(desc_.Copy(), in TestDeserializeDirection()
1130 audio_desc_->Copy()); in TestDeserializeRejected()
1132 video_desc_->Copy()); in TestDeserializeRejected()
[all …]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
Dunicodetext.cc147 void UnicodeText::Repr::Copy(const char* data, int size) { in Copy() function in i18n::phonenumbers::UnicodeText::Repr
200 Copy(src); in UnicodeText()
221 Copy(src); in operator =()
226 UnicodeText& UnicodeText::Copy(const UnicodeText& src) { in Copy() function in i18n::phonenumbers::UnicodeText
227 repr_.Copy(src.repr_.data_, src.repr_.size_); in Copy()
232 repr_.Copy(buffer, byte_length); in CopyUTF8()
242 repr_.Copy(buffer, byte_length); in UnsafeCopyUTF8()
273 repr_.Copy(buffer, byte_length); in PointToUTF8()
/external/llvm/include/llvm/ADT/
DSmallBitVector.h421 SmallBitVector Copy = RHS; variable
422 Copy.resize(size());
423 getPointer()->operator&=(*Copy.getPointer());
469 SmallBitVector Copy = RHS; variable
470 Copy.resize(size());
471 getPointer()->operator|=(*Copy.getPointer());
483 SmallBitVector Copy = RHS; variable
484 Copy.resize(size());
485 getPointer()->operator^=(*Copy.getPointer());
/external/chromium_org/sync/syncable/
Dsyncable_id.h50 Copy(that); in Id()
53 Copy(that);
56 inline void Copy(const Id& that) { in Copy() function
/external/llvm/lib/Target/R600/
DSIFixSGPRCopies.cpp95 bool isVGPRToSGPRCopy(const MachineInstr &Copy, const SIRegisterInfo *TRI,
177 bool SIFixSGPRCopies::isVGPRToSGPRCopy(const MachineInstr &Copy, in isVGPRToSGPRCopy() argument
181 unsigned DstReg = Copy.getOperand(0).getReg(); in isVGPRToSGPRCopy()
182 unsigned SrcReg = Copy.getOperand(1).getReg(); in isVGPRToSGPRCopy()
183 unsigned SrcSubReg = Copy.getOperand(1).getSubReg(); in isVGPRToSGPRCopy()
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp392 MachineInstr *Copy = BuildMI(*UseMBB, UseMI, UseMI->getDebugLoc(), in INITIALIZE_PASS_DEPENDENCY() local
397 Copy->getOperand(0).setSubReg(SubIdx); in INITIALIZE_PASS_DEPENDENCY()
398 Copy->getOperand(0).setIsUndef(); in INITIALIZE_PASS_DEPENDENCY()
486 static bool getCopyOrBitcastDefUseIdx(const MachineInstr &Copy, in getCopyOrBitcastDefUseIdx() argument
488 assert((Copy.isCopy() || Copy.isBitcast()) && "Wrong operation type."); in getCopyOrBitcastDefUseIdx()
489 if (Copy.isCopy()) { in getCopyOrBitcastDefUseIdx()
491 if (Copy.getDesc().getNumOperands() != 2) in getCopyOrBitcastDefUseIdx()
495 assert(Copy.getOperand(DefIdx).isDef() && "Use comes before def!"); in getCopyOrBitcastDefUseIdx()
500 if (Copy.getDesc().getNumDefs() != 1) in getCopyOrBitcastDefUseIdx()
503 SrcIdx = Copy.getDesc().getNumOperands(); in getCopyOrBitcastDefUseIdx()
[all …]
/external/openfst/src/include/fst/script/
Dweight-class.h34 virtual WeightImplBase *Copy() const = 0;
48 virtual WeightClassImpl<W> *Copy() const { in Copy() function
89 impl_(other.impl_ ? other.impl_->Copy() : 0) { } in WeightClass()
93 impl_ = other.impl_ ? other.impl_->Copy() : 0;
Dfst-class.h63 virtual FstClassImplBase *Copy() = 0;
83 impl_(should_own ? impl : impl->Copy()) { }
85 explicit FstClassImpl(const Fst<Arc> &impl) : impl_(impl.Copy()) { } in FstClassImpl()
135 virtual FstClassImpl *Copy() { in Copy() function
174 FstClass(const FstClass &other) : impl_(other.impl_->Copy()) { } in FstClass()
178 impl_ = other.impl_->Copy();
/external/chromium_org/third_party/webrtc/common_video/
Dplane.h34 int Copy(const Plane& plane);
39 int Copy(int size, int stride, const uint8_t* buffer);
Dplane_unittest.cc64 plane1.Copy(plane2); in TEST()
68 plane2.Copy(plane1); in TEST()
76 plane2.Copy(size1, stride1, buffer1); in TEST()
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/
DREADME.txt20 3) Copy /conf/irc.xml to JETTY_HOME/contexts, edit the value of resourceBase in
22 4) Copy jetty.xml and webdefault.xml to JETTY_HOME/etc
23 5) Copy the following jars from JETTY_HOME/lib to /servlet/WEB-INF/lib:
/external/chromium_org/content/browser/shared_worker/
Dworker_storage_partition.cc40 Copy(other); in WorkerStoragePartition()
45 Copy(rhs); in operator =()
65 void WorkerStoragePartition::Copy(const WorkerStoragePartition& other) { in Copy() function in content::WorkerStoragePartition
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
Dcopy_operation_unittest.cc233 operation_->Copy(src_path, in TEST_F()
255 operation_->Copy(src_path, in TEST_F()
281 operation_->Copy(src_path, in TEST_F()
321 operation_->Copy(src_path, in TEST_F()
367 operation_->Copy(src_path, in TEST_F()
388 operation_->Copy(src_path, in TEST_F()
407 operation_->Copy(src_path, in TEST_F()
425 operation_->Copy(src_path, in TEST_F()
475 operation_->Copy(src_path, in TEST_F()

12345678910>>...30