Searched refs:Copy (Results 176 - 200 of 231) sorted by relevance

12345678910

/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h396 ifst_(ifst.Copy()),
/external/openfst/src/include/fst/
H A Dvector-fst.h430 // Get a copy of this VectorFst. See Fst<>::Copy() for further doc.
431 virtual VectorFst<A> *Copy(bool safe = false) const { function in class:fst::VectorFst
H A Dcompact-fst.h847 // See Fst<>::Copy() for doc.
851 // Get a copy of this CompactFst. See Fst<>::Copy() for further doc.
852 virtual CompactFst<A, C, U> *Copy(bool safe = false) const { function in class:fst::CompactFst
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h694 void Copy(const CPDF_Color* pSrc);
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h793 void Copy(const CFX_Matrix& m) function in class:CFX_Matrix
/external/pdfium/core/include/fxge/
H A Dfx_dib.h296 FX_BOOL Copy(const CFX_DIBSource* pSrc);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_ps.cpp261 m_CurGraphState.Copy(*pGraphState);
/external/regex-re2/re2/
H A Dre2.cc175 options_.Copy(options);
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1945 explicit ContainerEqMatcher(const Container& rhs) : rhs_(View::Copy(rhs)) {
2113 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp790 // Copy the intrinsic results to registers
1876 SDNode *Copy = DAG.getMachineNode(TargetOpcode::COPY_TO_REGCLASS, local
1879 DAG.ReplaceAllUsesWith(Users[Lane], Copy);
H A DSIInstrInfo.cpp2129 MachineInstr *Copy = BuildMI(*MBB, Inst, DL, get(TargetOpcode::COPY))
2132 Worklist.push_back(Copy);
/external/clang/tools/scan-build/
H A Dscan-build21 use File::Copy qw(copy);
433 # CopyFiles - Copy resource files to target directory.
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4361 const int status = info.Copy(pTrack->m_info);
4431 int Track::Info::Copy(Info& dst) const { function in class:mkvparser::Track::Info
4446 // can fail (indeed, that's why we have Info::Copy), so we must
4947 const int status = info.Copy(pTrack->m_info);
5145 const int status = info.Copy(pTrack->m_info);
/external/libvpx/libwebm/
H A Dmkvparser.cpp4447 const int status = info.Copy(pTrack->m_info);
4517 int Track::Info::Copy(Info& dst) const { function in class:Track::Info
4532 // can fail (indeed, that's why we have Info::Copy), so we must
5038 const int status = info.Copy(pTrack->m_info);
5238 const int status = info.Copy(pTrack->m_info);
/external/v8/src/
H A Dobjects.cc1920 // - Copy all existing properties in, in the following order: backing store
1923 // * Copy inobject properties from the backing store back into the object.
2049 // Copy (real) inobject properties. If necessary, stop at number_of_fields to
2111 Handle<Map> new_map = Copy(map);
4231 // Copy the next enumeration index from instance descriptor.
5189 Handle<Map> new_map = Map::Copy(handle(object->map()));
5302 Handle<Map> new_map = Map::Copy(handle(object->map()));
5344 new_map = Map::Copy(old_map);
6614 Handle<Map> new_map = Copy(map);
6638 new_map = Copy(ma
6653 Handle<Map> Map::Copy(Handle<Map> map) { function in class:v8::internal::Map
7893 Handle<AccessorPair> AccessorPair::Copy(Handle<AccessorPair> pair) { function in class:v8::internal::AccessorPair
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp1372 Copy, enumerator in enum:__anon1136
1419 Form = Copy;
1560 if (Form == Copy || Form == GNUXchg || Form == Init)
1586 else if (Form == Copy || Form == Xchg)
1628 case Copy:
H A DSemaDeclCXX.cpp1599 // Copy non-redundant base specifiers into permanent storage.
9879 StmtResult Copy = local
9884 if (Copy.isInvalid() || !Copy.get())
9885 return Copy;
9905 Loc, Copy.get());
10197 StmtResult Copy = buildSingleCopyAssign(*this, Loc, BaseType, local
10201 if (Copy.isInvalid()) {
10209 Statements.push_back(Copy.getAs<Expr>());
10268 StmtResult Copy local
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2344 << "') does not contain 'Copy' or 'Create'. This violates the naming"
/external/libvpx/libvpx/test/
H A Dconvolve_test.cc568 TEST_P(ConvolveTest, Copy) {
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp1391 void CPDF_Color::Copy(const CPDF_Color* pSrc)
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp112 FX_BOOL CFX_DIBitmap::Copy(const CFX_DIBSource* pSrc) function in class:CFX_DIBitmap
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp1343 m_perMatrix.Copy(objMatrix);
/external/google-breakpad/src/processor/
H A Dminidump.cc2070 const CodeModule* MinidumpModule::Copy() const { function in class:google_breakpad::MinidumpModule
2653 const CodeModules* MinidumpModuleList::Copy() const { function in class:google_breakpad::MinidumpModuleList
/external/lldb/source/Core/
H A DValueObject.cpp893 return pointee_sp->GetDataExtractor().Copy(data);
900 return child_sp->GetDataExtractor().Copy(data);
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1485 SDValue Copy = AM.Segment; local
1491 AM.Segment = Copy;
2410 // Copy the low half of the result, if it is needed.
2421 // Copy the high half of the result, if it is needed.
2598 // Copy the division (low) result, if it is needed.
2606 // Copy the remainder (high) result, if it is needed.

Completed in 3935 milliseconds

12345678910