Home
last modified time | relevance | path

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

12345678910>>...19

/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/llvm/include/llvm/ADT/
DValueMap.h209 ValueMapCallbackVH Copy(*this);
210 sys::Mutex *M = Config::getMutex(Copy.Map->Data);
213 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
214 Copy.Map->Map.erase(Copy); // Definitely destroys *this.
222 ValueMapCallbackVH Copy(*this);
223 sys::Mutex *M = Config::getMutex(Copy.Map->Data);
229 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
231 typename ValueMapT::MapT::iterator I = Copy.Map->Map.find(Copy);
234 if (I != Copy.Map->Map.end()) {
236 Copy.Map->Map.erase(I); // Definitely destroys *this.
[all …]
DSmallBitVector.h372 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/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/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 …]
Dmatcher-fst.h107 virtual MatcherFst<F, M, N, I> *Copy(bool safe = false) const {
217 matcher_ = matcher.matcher_->Copy(); in Matcher()
222 Matcher<FST> *Copy() const { in Copy() function
257 matcher_ = matcher.matcher_->Copy(safe);
263 LookAheadMatcher<FST> *Copy(bool safe = false) const {
/external/libvpx/vp8/encoder/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/llvm/include/llvm/Analysis/
DAliasAnalysis.h116 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/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/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.h61 virtual FstClassImplBase *Copy() = 0;
81 impl_(should_own ? impl : impl->Copy()) { }
125 virtual FstClassImpl *Copy() { in Copy() function
160 explicit FstClass(const FstClass &other) : impl_(other.impl_->Copy()) { } in FstClass()
/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/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/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/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/webkit/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/
Dproject.pbxproj11 …1A02C870125D4CFD00E3F4BD /* find.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 1A02C8…
14 …1ADBEFE3130C6AA100D61D19 /* simple-accelerated-compositing.html in Copy Resources */ = {isa = PBXB…
25 …BC2D006412AA04CE00E732A3 /* file-with-anchor.html in Copy Resources */ = {isa = PBXBuildFile; file…
41 …BC909784125571CF00083756 /* simple.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = BC90…
49 …BCBD3737125ABBEB00D2C29F /* icon.png in Copy Resources */ = {isa = PBXBuildFile; fileRef = BCBD372…
52 …C01A23F21266156700C9ED55 /* spacebar-scrolling.html in Copy Resources */ = {isa = PBXBuildFile; fi…
57 …C0ADBE9612FCA79B00D2C129 /* simple-form.html in Copy Resources */ = {isa = PBXBuildFile; fileRef =…
83 BCB9F4FB112384C000A137E0 /* Copy Resources */ = {
89 BCBD3737125ABBEB00D2C29F /* icon.png in Copy Resources */,
90 1A02C870125D4CFD00E3F4BD /* find.html in Copy Resources */,
[all …]
/external/llvm/test/CodeGen/X86/
Dfp-stack-O0.ll12 ; Copy constant-pool value.
15 ; Copy x1 return value.
/external/webkit/Source/WebCore/English.lproj/
DLocalizable.strings82 /* Copy context menu item */
83 "Copy" = "Copy";
85 /* Copy Audio Address Location context menu item */
86 "Copy Audio Address" = "Copy Audio Address";
88 /* Copy Image context menu item */
89 "Copy Image" = "Copy Image";
91 /* Copy Image Address menu item */
92 "Copy Image Address" = "Copy Image Address";
94 /* Copy Link context menu item */
95 "Copy Link" = "Copy Link";
[all …]
/external/chromium/webkit/glue/
Dwebcursor.cc34 Copy(other); in WebCursor()
42 Copy(other); in operator =()
160 void WebCursor::Copy(const WebCursor& other) { in Copy() function in WebCursor
/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c35 value Copy = copy_string(StringRep); in llvm_targetdata_as_string() local
37 return Copy; in llvm_targetdata_as_string()
/external/valgrind/unittest/
Dlinear_solver.h70 inline void Copy(const Vector & from) { in Copy() function
260 m_by_curr.Copy(perf_m.MultiplyRight(current));
262 derivative.Copy(perf_m.MultiplyLeft(stats_v - m_by_curr));
298 stats_est.Copy(perf_m.MultiplyRight(current));

12345678910>>...19