Searched defs:Copy (Results 26 - 50 of 199) sorted by relevance

12345678

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dclosure.h113 virtual ClosureFst<A> *Copy() const { return new ClosureFst<A>(*this); } function in class:fst::ClosureFst
H A Dconcat.h124 virtual ConcatFst<A> *Copy() const { return new ConcatFst<A>(*this); } function in class:fst::ConcatFst
H A Ddifference.h82 virtual DifferenceFst<A> *Copy() const { function in class:fst::DifferenceFst
H A Dintersect.h73 virtual IntersectFst<A> *Copy() const { function in class:fst::IntersectFst
H A Dproject.h89 virtual ProjectFst<A> *Copy() const { return new ProjectFst(*this); } function in class:fst::ProjectFst
H A Dunion.h126 virtual UnionFst<A> *Copy() const { return new UnionFst<A>(*this); } function in class:fst::UnionFst
/external/chromium_org/cc/quads/
H A Drender_pass.cc69 scoped_ptr<RenderPass> RenderPass::Copy(RenderPassId new_id) const { function in class:cc::RenderPass
/external/chromium_org/content/common/cursors/
H A Dwebcursor.cc41 Copy(other);
49 Copy(other);
220 void WebCursor::Copy(const WebCursor& other) { function in class:content::WebCursor
/external/chromium_org/media/filters/
H A Dskcanvas_video_renderer.cc369 void SkCanvasVideoRenderer::Copy(const scoped_refptr<VideoFrame>& video_frame, function in class:media::SkCanvasVideoRenderer
/external/chromium_org/remoting/protocol/
H A Dcontent_description.cc124 ContentDescription* ContentDescription::Copy() const { function in class:remoting::protocol::ContentDescription
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessiondescription.cc92 SessionDescription* SessionDescription::Copy() const { function in class:cricket::SessionDescription
94 // Copy all ContentDescriptions.
97 content->description = content->description->Copy();
/external/chromium_org/third_party/re2/re2/
H A Dsimplify.cc111 virtual Regexp* Copy(Regexp* re);
154 Regexp* SimplifyWalker::Copy(Regexp* re) { function in class:re2::SimplifyWalker
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/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
H A Dvideo_codec_interface.h152 virtual VideoDecoder* Copy() { return NULL; } function in class:webrtc::VideoDecoder
/external/chromium_org/third_party/webrtc/sound/
H A Dnullsoundsystem.cc33 virtual SoundDeviceLocator *Copy() const { function in class:rtc::NullSoundDeviceLocator
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
H A Dvie_autotest_defines.h88 void Copy(AutoTestRect iRect) { function in struct:AutoTestRect
/external/chromium_org/ui/base/models/
H A Dlist_selection_model.cc141 void ListSelectionModel::Copy(const ListSelectionModel& source) { function in class:ui::ListSelectionModel
/external/chromium_org/v8/src/
H A Dhydrogen-flow-engine.h39 inline NoState* Copy(HBasicBlock* succ, Zone* zone) { function in class:v8::internal::NoState
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
/external/llvm/lib/Target/R600/
H A DSIFixSGPRCopies.cpp95 bool isVGPRToSGPRCopy(const MachineInstr &Copy, const SIRegisterInfo *TRI,
177 bool SIFixSGPRCopies::isVGPRToSGPRCopy(const MachineInstr &Copy, argument
181 unsigned DstReg = Copy.getOperand(0).getReg();
182 unsigned SrcReg = Copy.getOperand(1).getReg();
183 unsigned SrcSubReg = Copy.getOperand(1).getSubReg();
/external/openfst/src/include/fst/
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 Dunion.h149 // See Fst<>::Copy() for doc.
153 // Get a copy of this UnionFst. See Fst<>::Copy() for further doc.
154 virtual UnionFst<A> *Copy(bool safe = false) const { function in class:fst::UnionFst
/external/regex-re2/re2/
H A Dsimplify.cc111 virtual Regexp* Copy(Regexp* re);
154 Regexp* SimplifyWalker::Copy(Regexp* re) { function in class:re2::SimplifyWalker
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/chromium_org/base/win/
H A Dscoped_variant.cc84 VARIANT ScopedVariant::Copy() const { function in class:base::win::ScopedVariant

Completed in 952 milliseconds

12345678