Home
last modified time | relevance | path

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

12345678910>>...18

/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 __anon6404782d0111::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/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()
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 …]
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 {
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/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp99 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in replaceTLSBaseAddrCall() local
106 return Copy; in replaceTLSBaseAddrCall()
121 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), 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/llvm/include/llvm/Analysis/
DAliasAnalysis.h121 Location Copy(*this); in getWithNewPtr()
122 Copy.Ptr = NewPtr; in getWithNewPtr()
123 return Copy; in getWithNewPtr()
127 Location Copy(*this); in getWithNewSize()
128 Copy.Size = NewSize; in getWithNewSize()
129 return Copy; in getWithNewSize()
133 Location Copy(*this); in getWithoutAATags()
134 Copy.AATags = AAMDNodes(); in getWithoutAATags()
135 return Copy; in getWithoutAATags()
/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/llvm/lib/Target/R600/
DSIFixSGPRCopies.cpp96 bool isVGPRToSGPRCopy(const MachineInstr &Copy, const SIRegisterInfo *TRI,
178 bool SIFixSGPRCopies::isVGPRToSGPRCopy(const MachineInstr &Copy, in isVGPRToSGPRCopy() argument
182 unsigned DstReg = Copy.getOperand(0).getReg(); in isVGPRToSGPRCopy()
183 unsigned SrcReg = Copy.getOperand(1).getReg(); in isVGPRToSGPRCopy()
184 unsigned SrcSubReg = Copy.getOperand(1).getSubReg(); in isVGPRToSGPRCopy()
/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/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/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/llvm/test/CodeGen/X86/
Dfp-stack-O0.ll12 ; Copy constant-pool value.
15 ; Copy x1 return value.
/external/protobuf/src/google/protobuf/
Dreflection_ops_unittest.cc57 TEST(ReflectionOpsTest, Copy) { in TEST() argument
62 ReflectionOps::Copy(message, &message2); in TEST()
67 ReflectionOps::Copy(message2, &message2); in TEST()
76 ReflectionOps::Copy(message, &message2); in TEST()
84 ReflectionOps::Copy(message, &message2); in TEST()
89 ReflectionOps::Copy(message, &message2); in TEST()
/external/google-breakpad/src/processor/
Dbasic_code_modules.cc68 that->GetModuleAtIndex(module_sequence)->Copy()); in BasicCodeModules()
124 const CodeModules* BasicCodeModules::Copy() const { in Copy() function in google_breakpad::BasicCodeModules
/external/nanopb-c/tests/cxx_main_program/
DSConscript10 # Copy the files to .cxx extension in order to force C++ build.
11 c = Copy("$TARGET", "$SOURCE")
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp174 auto Copy = *this; in dynCastTo() local
175 Copy.SupportedKind = Kind; in dynCastTo()
176 Copy.RestrictKind = in dynCastTo()
178 return Copy; in dynCastTo()

12345678910>>...18