Searched refs:Copy (Results 101 - 125 of 231) sorted by relevance

12345678910

/external/openfst/src/include/fst/
H A Darcsort.h133 // See Fst<>::Copy() for doc.
137 // Get a copy of this ArcSortFst. See Fst<>::Copy() for further doc.
138 virtual ArcSortFst<A, C> *Copy(bool safe = false) const { function in class:fst::ArcSortFst
H A Dcompose.h146 virtual ComposeFstImplBase<A> *Copy() = 0;
243 virtual ComposeFstImpl<M1, M2, F, T> *Copy() { function in class:fst::ComposeFstImpl
538 // See Fst<>::Copy() for doc.
541 SetImpl(fst.GetImpl()->Copy());
546 // Get a copy of this ComposeFst. See Fst<>::Copy() for further doc.
547 virtual ComposeFst<A> *Copy(bool safe = false) const { function in class:fst::ComposeFst
H A Dconcat.h210 // See Fst<>::Copy() for doc.
214 // Get a copy of this ConcatFst. See Fst<>::Copy() for further doc.
215 virtual ConcatFst<A> *Copy(bool safe = false) const { function in class:fst::ConcatFst
H A Ddifference.h109 // See Fst<>::Copy() for doc.
113 // Get a copy of this DifferenceFst. See Fst<>::Copy() for further doc.
114 virtual DifferenceFst<A> *Copy(bool safe = false) const { function in class:fst::DifferenceFst
H A Dexpanded-fst.h42 // Get a copy of this ExpandedFst. See Fst<>::Copy() for further doc.
43 virtual ExpandedFst<A> *Copy(bool safe = false) const = 0;
H A Darc-map.h335 fst_(fst.Copy()),
346 fst_(fst.Copy()),
356 fst_(impl.fst_->Copy(true)),
574 // See Fst<>::Copy() for doc.
578 // Get a copy of this ArcMapFst. See Fst<>::Copy() for further doc.
579 virtual ArcMapFst<A, B, C> *Copy(bool safe = false) const { function in class:fst::ArcMapFst
H A Dreplace.h376 fst_array_.push_back(opts.take_ownership ? fst : fst->Copy());
449 fst_array_.push_back(impl.fst_array_[i]->Copy(true));
978 // See Fst<>::Copy() for doc.
982 // Get a copy of this ReplaceFst. See Fst<>::Copy() for further doc.
983 virtual ReplaceFst<A, T> *Copy(bool safe = false) const { function in class:fst::ReplaceFst
1286 virtual ReplaceFstMatcher<A, T> *Copy(bool safe = false) const { function in class:fst::ReplaceFstMatcher
H A Daccumulator.h443 : arc_limit_(acc.arc_limit_), fst_(acc.fst_ ? acc.fst_->Copy() : 0),
464 fst_ = fst.Copy();
625 fst_array_.push_back(fst_tuples[i].second->Copy());
H A Dedit-fst.h44 // N.B.: The documentation for Fst::Copy(true) says that its behavior is
47 // behavior when its Copy(true) method is invoked, where consistent means
57 // required by Fst::Copy(true).
64 // crucially, MutableFstT::Copy(false) *must* yield an fst that is
382 // crucially, MutableFstT::Copy(false) *must* yield an fst that is
425 : wrapped_(static_cast<WrappedFstT *>(wrapped.Copy())) {
436 // the Copy() method of the Fst interface.
439 wrapped_(static_cast<WrappedFstT *>(impl.wrapped_->Copy(true))),
707 // See Fst<>::Copy() for doc.
713 // Get a copy of this EditFst. See Fst<>::Copy() fo
714 virtual EditFst<A, WrappedFstT, MutableFstT> *Copy(bool safe = false) const { function in class:fst::EditFst
[all...]
H A Drandgen.h350 fst_(fst.Copy()),
367 fst_(impl.fst_->Copy(true)),
524 // See Fst<>::Copy() for doc.
528 // Get a copy of this RandGenFst. See Fst<>::Copy() for further doc.
529 virtual RandGenFst<A, B, S> *Copy(bool safe = false) const { function in class:fst::RandGenFst
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.cc48 void ReflectionOps::Copy(const Message& from, Message* to) { function in class:google::protobuf::internal::ReflectionOps
H A Dmessage.cc81 ReflectionOps::Copy(from, this);
/external/v8/src/
H A Dhydrogen-flow-engine.h39 inline NoState* Copy(HBasicBlock* succ, Zone* zone) { function in class:v8::internal::NoState
H A Dhydrogen-range-analysis.cc153 new_range = range->Copy(graph()->zone());
H A Dlookup.cc185 pair = AccessorPair::Copy(pair);
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer.cc276 memory.Copy(*stack_copy, stack_len);
334 // Copy 256 bytes around crashing instruction pointer to minidump.
372 ip_memory.Copy(memory_copy, ip_memory_d.memory.data_size);
442 memory.Copy(data_copy, iter->length);
579 cv.Copy(cv_buf, MDCVInfoPDB70_minsize + file_name_len + 1);
1170 memory.Copy(pos, &buffers->data, buffers->len);
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc338 result = memory.Copy(dummy_stack, size);
353 result = memory.Copy(&stack_memory[0], size);
355 result = memory.Copy(reinterpret_cast<const void *>(start_addr), size);
1098 ip_memory.Copy(&memory[0], ip_memory_d.memory.data_size);
1101 ip_memory.Copy(
/external/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl18 use File::Copy;
21 use File::Copy;
/external/pdfium/core/include/fxge/
H A Dfx_ge.h211 void Copy(const CFX_PathData &src);
231 void Copy(const CFX_GraphStateData& src);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp242 Backdrop.Copy(&bitmap);
247 Backdrop.Copy(&bitmap);
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h89 : CacheImpl<A>(opts), fst_(fst.Copy()),
106 fst_(impl.fst_->Copy(true)),
249 // See Fst<>::Copy() for doc.
253 // Get a copy of this ExpandFst. See Fst<>::Copy() for further doc.
254 virtual ExpandFst<A> *Copy(bool safe = false) const { function in class:fst::ExpandFst
354 : ifst_(ifst.Copy()),
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h366 FX_BOOL Copy(const CFX_BasicArray& src);
475 FX_BOOL Copy(const CFX_ArrayTemplate& src) function in class:CFX_ArrayTemplate
477 return CFX_BasicArray::Copy(src);
606 FX_INT32 Copy(const CFX_ObjectArray& src, FX_INT32 nStart = 0, FX_INT32 nCount = -1) function in class:CFX_ObjectArray
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp88 m_pCurStates->Copy(*pStates);
757 ImageMatrix.Copy(m_pCurStates->m_CTM);
946 pStates->Copy(*m_pCurStates);
956 m_pCurStates->Copy(*pStates);
1312 pCopy->Copy(pText);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp78 FX_BOOL CFX_BasicArray::Copy(const CFX_BasicArray& src)
/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp217 /// \brief Specialized version of getNextSource for Copy instructions.
444 MachineInstr *Copy = BuildMI(*UseMBB, UseMI, UseMI->getDebugLoc(), local
449 Copy->getOperand(0).setSubReg(SubIdx);
450 Copy->getOperand(0).setIsUndef();
1196 // Copy instruction are supposed to be: Def = Src.

Completed in 500 milliseconds

12345678910