HomeSort by relevance Sort by last modified time
    Searched defs:Copy (Results 101 - 125 of 134) sorted by null

1 2 3 45 6

  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 4 // You may obtain a copy of the License at
111 // Copy num_states, num_futures and num_final back into data.
651 // is never a need to do anything beside copy the reference.
681 virtual NGramFst<A>* Copy(bool safe = false) const {
775 virtual NGramFstMatcher<A>* Copy(bool safe = false) const {
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 5 // You may obtain a copy of the License at
89 : 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 {
354 : ifst_(ifst.Copy()),
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 19 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
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(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed)
    [all...]
dsa_old.cpp 480 Mem::Copy(addr, aData, aLength);
653 Mem::Copy(target, aBits, byteCount);
891 Mem::Copy(aTarget, aSource, aBytes);
943 virtual void Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed) = 0;
952 void Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed);
982 void TRgbCopy<T>::Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed)
1068 GetCopy(&mem, aDsa.iSourceMode)->Copy(aTarget, aSource, aBytes, EFalse);
1074 GetCopy(&mem, aDsa.iSourceMode)->Copy(aTarget, aSource, aBytes, ETrue);
dsa.cpp 359 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
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(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 5 // You may obtain a copy of the License at
108 :CacheImpl<A>(opts), fst1_(fst1.Copy()), fst2_(fst2.Copy()) {
733 virtual ComposeFst<A> *Copy() const {
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.h 15 You should have received a copy of the GNU Library General Public License
116 Copy,
  /external/webp/src/dsp/
enc.c 274 // is equivalent to VE prediction where you just copy the top samples.
653 // Block copy
655 static WEBP_INLINE void Copy(const uint8_t* src, uint8_t* dst, int size) {
664 static void Copy4x4(const uint8_t* src, uint8_t* dst) { Copy(src, dst, 4); }
  /external/libvpx/libwebm/
mkvparser.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/openfst/src/include/fst/
replace.h 5 // You may obtain a copy of the License at
63 // // Required copy constructor that does not copy state
265 // By default ReplaceFst will copy the input label of the 'replace arc'.
376 fst_array_.push_back(opts.take_ownership ? fst : fst->Copy());
449 fst_array_.push_back(impl.fst_array_[i]->Copy(true));
805 // copy constructor
900 // could potentially have one copy of prefix array
978 // See Fst<>::Copy() for doc.
982 // Get a copy of this ReplaceFst. See Fst<>::Copy() for further doc
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 716 assert(Opc && "Impossible reg-to-reg copy");
721 // Copy register tuples backward when the first Dest reg overlaps with SrcReg.
734 assert(!DstRegs.count(Src) && "destructive vector copy");
    [all...]
  /external/v8/src/
hydrogen.h 488 HEnvironment* Copy() const;
    [all...]
hydrogen-instructions.h 246 Range* Copy(Zone* zone) const {
    [all...]
objects-inl.h     [all...]
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 637 Copy,
683 Form = Copy;
818 if (Form == Copy || Form == GNUXchg || Form == Init)
844 else if (Form == Copy || Form == Xchg)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 6 * You may obtain a copy of the License at
512 copy(url);
603 private void copy(CharSequence text) { method in class:Controller
    [all...]
  /external/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]

Completed in 1362 milliseconds

1 2 3 45 6