Searched defs:Copy (Results 151 - 175 of 199) sorted by relevance

12345678

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddeterminize.h134 : CacheImpl<A>(opts), fst_(fst.Copy()) {
589 virtual DeterminizeFst<A> *Copy() const { function in class:fst::DeterminizeFst
/external/webp/src/dsp/
H A Denc.c657 static WEBP_INLINE void Copy(const uint8_t* src, uint8_t* dst, int size) { function
666 static void Copy4x4(const uint8_t* src, uint8_t* dst) { Copy(src, dst, 4); }
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc940 void Copy(Browser* browser) { function in namespace:chrome
941 content::RecordAction(UserMetricsAction("Copy"));
942 browser->window()->Copy();
/external/chromium_org/third_party/skia/tests/
H A DPictureTest.cpp1210 static SkPicture* Copy(SkPictureRecorder* recorder) { function in class:SkPictureRecorderReplayTester
1270 SkAutoTUnref<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder));
1272 // The extra save and restore comes from the Copy process.
1296 SkAutoTUnref<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder));
1324 SkAutoTUnref<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder));
/external/lldb/source/Core/
H A DDataExtractor.cpp391 // Copy the data into the buffer
2118 DataExtractor::Copy (DataExtractor &dest_data) const function in class:DataExtractor
2144 return (rhs.Copy(*this) > 0);
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp97 /// WorkList - Copy instructions yet to be coalesced.
1254 // 3. Copy of external value. The overlapping def may be a copy of a value that
2082 static bool isLocalCopy(MachineInstr *Copy, const LiveIntervals *LIS) { argument
2083 if (!Copy->isCopy())
2086 if (Copy->getOperand(1).isUndef())
2089 unsigned SrcReg = Copy->getOperand(1).getReg();
2090 unsigned DstReg = Copy->getOperand(0).getReg();
/external/llvm/lib/IR/
H A DVerifier.cpp1635 AttrBuilder Copy; local
1638 Copy.addAttribute(AK);
1641 Copy.addAlignmentAttr(Attrs.getParamAlignment(I + 1));
1642 return Copy;
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp818 // Copy the intrinsic results to registers
1609 SDNode *Copy = DAG.getMachineNode(TargetOpcode::COPY_TO_REGCLASS, local
1612 DAG.ReplaceAllUsesWith(Users[Lane], Copy);
H A DSIInstrInfo.cpp1198 MachineInstr *Copy = BuildMI(*MBB, Inst, DL, get(TargetOpcode::COPY)) local
1201 Worklist.push_back(Copy);
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h111 // Copy num_states, num_futures and num_final back into data.
681 virtual NGramFst<A>* Copy(bool safe = false) const { function in class:fst::NGramFst
775 virtual NGramFstMatcher<A>* Copy(bool safe = false) const { function in class:fst::NGramFstMatcher
/external/openfst/src/include/fst/
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
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h386 FX_BOOL Copy(const CFX_BasicArray& src);
498 FX_BOOL Copy(const CFX_ArrayTemplate& src) function in class:CFX_ArrayTemplate
500 return CFX_BasicArray::Copy(src);
630 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.cpp33 pObj->Copy(this);
36 void CPDF_PageObject::Copy(const CPDF_PageObject* pSrc) function in class:CPDF_PageObject
H A Dfpdf_page_colors.cpp1335 void CPDF_Color::Copy(const CPDF_Color* pSrc) function in class:CPDF_Color
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp113 FX_BOOL CFX_DIBitmap::Copy(const CFX_DIBSource* pSrc) function in class:CFX_DIBitmap
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa.cpp359 inline void Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const;
386 inline void TDsa::Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const function in class:TDsa
427 iDsa.Copy(reinterpret_cast<TUint32*>(targetPtr), reinterpret_cast<const TUint8*>(source), copyLen, height);
438 iDsa.Copy(reinterpret_cast<TUint32*>(targetPtr), reinterpret_cast<const TUint8*>(source), copyLen, height);
934 Mem::Copy(addr, aData, aLength);
1091 Mem::Copy(target, aBits, byteCount);
1257 Mem::Copy(aTarget, src, aBytes << 2);
1308 virtual void Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed) = 0;
1318 void Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed);
1357 void TRgbCopy<T>::Copy(TUint3 function in class:TRgbCopy
[all...]
H A Ddsa_new.cpp19 inline void Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const;
44 inline void TDsa::Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const function in class:TDsa
85 iDsa.Copy(reinterpret_cast<TUint32*>(targetPtr), reinterpret_cast<const TUint8*>(source), copyLen, height);
96 iDsa.Copy(reinterpret_cast<TUint32*>(targetPtr), reinterpret_cast<const TUint8*>(source), copyLen, height);
693 Mem::Copy(addr, aData, aLength);
976 Mem::Copy(target, aBits, byteCount);
1024 Mem::Copy(target, aBits, byteCount);
1195 Mem::Copy(aTarget, src, aBytes << 2);
1246 virtual void Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed) = 0;
1256 void Copy(TUint3
1295 void TRgbCopy<T>::Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed) function in class:TRgbCopy
[all...]
/external/skia/tests/
H A DPictureTest.cpp978 static SkPicture* Copy(SkPictureRecorder* recorder) { function in class:SkPictureRecorderReplayTester
1038 SkAutoTUnref<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder));
1040 // The extra save and restore comes from the Copy process.
1064 SkAutoTUnref<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder));
1092 SkAutoTUnref<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder));
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1361 // TODO(devint): http://b/issue?id=1117225 Cut, Copy, and Paste are always
1376 void BrowserView::Copy() { function in class:BrowserView
1377 DoCutCopyPaste(&content::WebContents::Copy, IDS_APP_COPY);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h1984 void Copy() { function in class:VideoFrameTest
1988 target.reset(source->Copy());
1998 target.reset(source->Copy());
2009 target.reset(source->Copy());
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession_unittest.cc684 virtual ContentDescription* Copy() const { function in class:TestContentDescription
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4830 const int status = info.Copy(pTrack->m_info);
4900 int Track::Info::Copy(Info& dst) const { function in class:mkvparser::Track::Info
4915 // can fail (indeed, that's why we have Info::Copy), so we must
5406 const int status = info.Copy(pTrack->m_info);
5597 const int status = info.Copy(pTrack->m_info);
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc1224 Copy();
1705 bool Textfield::Copy() { function in class:views::Textfield
1706 if (text_input_type_ != ui::TEXT_INPUT_TYPE_PASSWORD && model_->Copy()) {
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp5517 const int status = info.Copy(pTrack->m_info);
5596 int Track::Info::Copy(Info& dst) const function in class:mkvparser::Track::Info
5612 //can fail (indeed, that's why we have Info::Copy), so we must
6210 const int status = info.Copy(pTrack->m_info);
6443 const int status = info.Copy(pTrack->m_info);
/external/libvpx/libwebm/
H A Dmkvparser.cpp4833 const int status = info.Copy(pTrack->m_info);
4903 int Track::Info::Copy(Info& dst) const { function in class:mkvparser::Track::Info
4918 // can fail (indeed, that's why we have Info::Copy), so we must
5409 const int status = info.Copy(pTrack->m_info);
5600 const int status = info.Copy(pTrack->m_info);

Completed in 4476 milliseconds

12345678