Searched refs:Copy (Results 26 - 50 of 231) sorted by relevance

12345678910

/external/llvm/lib/Target/R600/
H A DSIFixSGPRCopies.cpp96 bool isVGPRToSGPRCopy(const MachineInstr &Copy, const SIRegisterInfo *TRI,
178 bool SIFixSGPRCopies::isVGPRToSGPRCopy(const MachineInstr &Copy, argument
182 unsigned DstReg = Copy.getOperand(0).getReg();
183 unsigned SrcReg = Copy.getOperand(1).getReg();
184 unsigned SrcSubReg = Copy.getOperand(1).getSubReg();
/external/libvpx/libvpx/vpx_dsp/x86/
H A 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 eigh
[all...]
/external/openfst/src/include/fst/script/
H A Dfst-class.h63 virtual FstClassImplBase *Copy() = 0;
83 impl_(should_own ? impl : impl->Copy()) { }
85 explicit FstClassImpl(const Fst<Arc> &impl) : impl_(impl.Copy()) { }
135 virtual FstClassImpl *Copy() { function in class:fst::script::FstClassImpl
174 FstClass(const FstClass &other) : impl_(other.impl_->Copy()) { }
178 impl_ = other.impl_->Copy();
H A Dweight-class.h34 virtual WeightImplBase *Copy() const = 0;
48 virtual WeightClassImpl<W> *Copy() const { function in struct:fst::script::WeightClassImpl
89 impl_(other.impl_ ? other.impl_->Copy() : 0) { }
93 impl_ = other.impl_ ? other.impl_->Copy() : 0;
/external/openfst/src/lib/
H A Dsymbol-table-ops.cc47 return right.Copy();
76 return left.Copy();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DExceptionExtensions.cs53 Array.Copy(stackTrace, 1, frames, 0, stackTrace.Length);
/external/google-breakpad/src/processor/
H A Dbasic_code_module.h91 virtual const CodeModule* Copy() const { return new BasicCodeModule(this); } function in class:google_breakpad::BasicCodeModule
H A Dmicrodump_processor.cc69 process_state->modules_ = microdump.GetModules()->Copy();
H A Dstackwalker_unittest_utils.h117 const google_breakpad::CodeModule *Copy() const { function in class:MockCodeModule
160 const CodeModules *Copy() const { abort(); } // Tests won't use this. function in class:MockCodeModules
/external/llvm/utils/
H A DUpdateCMakeLists.pl4 use File::Copy;
/external/protobuf/src/google/protobuf/
H A Dreflection_ops_unittest.cc57 TEST(ReflectionOpsTest, Copy) {
62 ReflectionOps::Copy(message, &message2);
67 ReflectionOps::Copy(message2, &message2);
76 ReflectionOps::Copy(message, &message2);
84 ReflectionOps::Copy(message, &message2);
89 ReflectionOps::Copy(message, &message2);
94 // Note: Copy is implemented in terms of Merge() so technically the Copy
121 // Note: Copy is implemented in terms of Merge() so technically the Copy
[all...]
/external/v8/
H A DAndroid.d8.mk20 # Copy js2c.py to generated sources directory and invoke there to avoid
/external/v8/src/
H A Dhydrogen-removable-simulates.cc85 ? pred_state->Copy(succ_block, pred_block, zone)
130 State* Copy(HBasicBlock* succ_block, HBasicBlock* pred_block, Zone* zone) { function in class:v8::internal::State
H A Dhydrogen-load-elimination.cc27 HFieldApproximation* Copy(Zone* zone) { function in class:v8::internal::HFieldApproximation
31 copy->next_ = this->next_ == NULL ? NULL : this->next_->Copy(zone);
127 return pred_state->Copy(succ_block, pred_block, zone);
143 // Copy state to successor block.
144 HLoadEliminationTable* Copy(HBasicBlock* succ, HBasicBlock* from_block, function in class:v8::internal::HLoadEliminationTable
150 copy->fields_[i] = fields_[i] == NULL ? NULL : fields_[i]->Copy(zone);
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp174 auto Copy = *this; local
175 Copy.SupportedKind = Kind;
176 Copy.RestrictKind =
178 return Copy;
/external/lzma/CPP/Windows/
H A DPropVariant.h44 HRESULT Copy(const PROPVARIANT *pSrc);
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_GlobalData.h30 void Copy(const CJS_GlobalVariableArray& array);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs170 Array.Copy(data, startIndex, _inBuffer,0, count);
/external/openfst/src/include/fst/
H A Dlookahead-filter.h90 : lmatcher1_(lmatcher1->Copy()),
91 lmatcher2_(lmatcher2->Copy()),
95 : lmatcher1_(selector.lmatcher1_->Copy()),
96 lmatcher2_(selector.lmatcher2_->Copy()),
129 : fst_(lmatcher1->GetFst().Copy()),
130 lmatcher_(lmatcher2->Copy()) {}
133 : fst_(selector.fst_->Copy()),
134 lmatcher_(selector.lmatcher_->Copy()) {}
161 : fst_(lmatcher2->GetFst().Copy()),
162 lmatcher_(lmatcher1->Copy()) {}
[all...]
H A Dmatcher-fst.h102 // See Fst<>::Copy() for doc.
106 // Get a copy of this MatcherFst. See Fst<>::Copy() for further doc.
107 virtual MatcherFst<F, M, N, I> *Copy(bool safe = false) const { function in class:fst::MatcherFst
217 matcher_ = matcher.matcher_->Copy();
222 Matcher<FST> *Copy() const { function in class:fst::Matcher
257 matcher_ = matcher.matcher_->Copy(safe);
263 LookAheadMatcher<FST> *Copy(bool safe = false) const { function in class:fst::LookAheadMatcher
H A Dmatcher.h50 // // If safe=true, the copy is thread-safe. See Fst<>::Copy()
54 // // If safe=true, the copy is thread-safe. See Fst<>::Copy()
56 // Matcher<F> *Copy(bool safe = false) const;
113 virtual MatcherBase<A> *Copy(bool safe = false) const = 0;
150 : fst_(fst.Copy()),
174 : fst_(matcher.fst_->Copy(safe)),
190 virtual SortedMatcher<F> *Copy(bool safe = false) const { function in class:fst::SortedMatcher
442 virtual RhoMatcher<M> *Copy(bool safe = false) const { function in class:fst::RhoMatcher
616 virtual SigmaMatcher<M> *Copy(bool safe = false) const { function in class:fst::SigmaMatcher
805 virtual PhiMatcher<M> *Copy(boo function in class:fst::PhiMatcher
1029 MultiEpsMatcher<M> *Copy(bool safe = false) const { function in class:fst::MultiEpsMatcher
1181 Matcher<F> *Copy(bool safe = false) const { function in class:fst::Matcher
[all...]
H A Dcompose-filter.h172 // // If safe=true, the copy is thread-safe. See Fst<>::Copy()
231 : matcher1_(filter.matcher1_->Copy(safe)),
232 matcher2_(filter.matcher2_->Copy(safe)),
316 : matcher1_(filter.matcher1_->Copy(safe)),
317 matcher2_(filter.matcher2_->Copy(safe)),
403 : matcher1_(filter.matcher1_->Copy(safe)),
404 matcher2_(filter.matcher2_->Copy(safe)),
/external/regex-re2/re2/
H A Dwalker-inl.h52 virtual T Copy(T arg);
69 // Like Walk, but doesn't use Copy. This can lead to
112 template<typename T> T Regexp::Walker<T>::Copy(T arg) { function in class:re2::Regexp::Walker
197 s->child_args[s->n] = Copy(s->child_args[s->n - 1]);
/external/compiler-rt/make/
H A DAppleBI.mk44 # Copy results to DSTROOT.
81 # Copy results to DSTROOT.
117 # Copy results to DSTROOT.
/external/clang/lib/Driver/
H A DMultilib.cpp283 multilib_list Copy(Ms);
284 filterInPlace(F, Copy);
285 return Copy;

Completed in 1044 milliseconds

12345678910