Home
last modified time | relevance | path

Searched refs:Copy (Results 1 – 25 of 732) 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/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/ADT/
DValueMap.h214 ValueMapCallbackVH Copy(*this);
215 sys::Mutex *M = Config::getMutex(Copy.Map->Data);
218 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
219 Copy.Map->Map.erase(Copy); // Definitely destroys *this.
227 ValueMapCallbackVH Copy(*this);
228 sys::Mutex *M = Config::getMutex(Copy.Map->Data);
234 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
236 typename ValueMapT::MapT::iterator I = Copy.Map->Map.find(Copy);
239 if (I != Copy.Map->Map.end()) {
241 Copy.Map->Map.erase(I); // Definitely destroys *this.
[all …]
DSmallBitVector.h422 SmallBitVector Copy = RHS; variable
423 Copy.resize(size());
424 getPointer()->operator&=(*Copy.getPointer());
470 SmallBitVector Copy = RHS; variable
471 Copy.resize(size());
472 getPointer()->operator|=(*Copy.getPointer());
484 SmallBitVector Copy = RHS; variable
485 Copy.resize(size());
486 getPointer()->operator^=(*Copy.getPointer());
/external/chromium/sdch/open-vcdiff/src/
Dencodetable_test.cc189 EXPECT_DEBUG_DEATH(standard_writer.Copy(6, 5), in TEST_F()
301 standard_writer.Copy(2, 8); in TEST_F()
302 standard_writer.Copy(2, 8); in TEST_F()
336 interleaved_writer.Copy(2, 8); in TEST_F()
337 interleaved_writer.Copy(2, 8); in TEST_F()
368 standard_writer.Copy(2, 5); in TEST_F()
369 standard_writer.Copy(0, 4); in TEST_F()
399 interleaved_writer.Copy(2, 5); in TEST_F()
400 interleaved_writer.Copy(0, 4); in TEST_F()
433 interleaved_writer.Copy(2, 5); in TEST_F()
[all …]
/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/libjingle/source/talk/base/
Dcryptstring.h45 virtual CryptStringImpl * Copy() const = 0;
59 virtual CryptStringImpl * Copy() const { return new EmptyCryptStringImpl(); } in Copy() function
70 CryptString(const CryptString & other) : impl_(other.impl_->Copy()) {} in CryptString()
71 explicit CryptString(const CryptStringImpl & impl) : impl_(impl.Copy()) {} in CryptString()
74 impl_.reset(other.impl_->Copy());
183 virtual CryptStringImpl * Copy() const { in Copy() function
/external/chromium/third_party/libjingle/source/talk/base/
Dcryptstring.h45 virtual CryptStringImpl * Copy() const = 0;
59 virtual CryptStringImpl * Copy() const { return new EmptyCryptStringImpl(); } in Copy() function
70 CryptString(const CryptString & other) : impl_(other.impl_->Copy()) {} in CryptString()
71 explicit CryptString(const CryptStringImpl & impl) : impl_(impl.Copy()) {} in CryptString()
74 impl_.reset(other.impl_->Copy());
183 virtual CryptStringImpl * Copy() const { in Copy() function
/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 {
/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 = 0; in getWithoutTBAATag()
138 return Copy; in getWithoutTBAATag()
/external/chromium_org/content/browser/worker_host/
Dworker_storage_partition.cc37 Copy(other); in WorkerStoragePartition()
42 Copy(rhs); in operator =()
61 void WorkerStoragePartition::Copy(const WorkerStoragePartition& other) { in Copy() function in content::WorkerStoragePartition
/external/llvm/autoconf/
DREADME.TXT8 3. Copy <SRC>/ltdl.m4 to llvm/autoconf/m4
9 4. Copy <PFX>/share/aclocal/libtool.m4 to llvm/autoconf/m4/libtool.m4
10 5. Copy <PFX>/share/libtool/ltmain.sh to llvm/autoconf/ltmain.sh
11 6. Copy <PFX>/share/libtool/libltdl/ltdl.c to llvm/lib/System
12 7. Copy <PFX>/share/libtool/libltdl/ltdl.h to llvm/lib/System
/external/chromium/net/base/
Daddress_list_unittest.cc72 addrlist2.Copy(addrlist1.head(), true); in TEST()
94 addrlist2.Copy(addrlist1.head(), false); in TEST()
123 addrlist3.Copy(addrlist1.head()->ai_next, false); in TEST()
146 addrlist1.Copy(&ai, true); in TEST()
156 addrlist2.Copy(addrinfo1, true); in TEST()
171 addrlist_no_canon.Copy(&ai, true); in TEST()
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_id.h52 Copy(that); in Id()
55 Copy(that);
58 inline void Copy(const Id& that) { in Copy() function
/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/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/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsdp_unittest.cc603 jdesc_.Initialize(desc_.Copy(), kSessionId, kSessionVersion); in WebRtcSdpTest()
915 audio_desc_->Copy()); in AddExtmap()
917 video_desc_->Copy()); in AddExtmap()
939 if (!jdesc_.Initialize(desc_.Copy(), in TestSerializeDirection()
951 audio_desc_->Copy()); in TestSerializeRejected()
953 video_desc_->Copy()); in TestSerializeRejected()
963 if (!jdesc_.Initialize(desc_.Copy(), in TestSerializeRejected()
1023 if (!jdesc_.Initialize(desc_.Copy(), in TestDeserializeDirection()
1039 audio_desc_->Copy()); in TestDeserializeRejected()
1041 video_desc_->Copy()); in TestDeserializeRejected()
[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/sync/api/
Dsync_error.cc46 Copy(other); in SyncError()
56 Copy(other); in operator =()
60 void SyncError::Copy(const SyncError& other) { in Copy() function in syncer::SyncError
/external/chromium/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/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/chrome/browser/chromeos/drive/file_system/
Dcopy_operation_unittest.cc160 operation_->Copy(src_path, in TEST_F()
182 operation_->Copy(src_path, in TEST_F()
208 operation_->Copy(src_path, in TEST_F()
231 operation_->Copy(src_path, in TEST_F()
249 operation_->Copy(src_path, in TEST_F()

12345678910>>...30