Searched refs:Copy (Results 1 - 25 of 231) sorted by relevance

12345678910

/external/lzma/CPP/7zip/Compress/
H A DCopyRegister.cpp12 { CreateCodec, CreateCodec, 0x00, L"Copy", 1, false };
14 REGISTER_CODEC(Copy)
/external/llvm/unittests/ADT/
H A DFunctionRefTest.cpp19 TEST(FunctionRefTest, Copy) {
/external/google-breakpad/src/google_breakpad/processor/
H A Dcode_modules.h93 virtual const CodeModules* Copy() const = 0;
H A Dcode_module.h89 virtual const CodeModule* Copy() const = 0;
/external/v8/src/
H A Dtype-feedback-vector.cc14 Handle<TypeFeedbackVector> TypeFeedbackVector::Copy( function in class:v8::internal::TypeFeedbackVector
H A Dtype-feedback-vector.h25 static Handle<TypeFeedbackVector> Copy(Isolate* isolate,
/external/google-breakpad/src/client/
H A Dminidump_file_writer-inl.h74 return writer_->Copy(
84 return writer_->Copy(
92 return writer_->Copy(position_, &data_, minidump_size<MDType>::size());
H A Dminidump_file_writer.h94 // Copy the contents of |str| to a MDString and write it to the file.
114 bool Copy(MDRVA position, const void *src, ssize_t size);
139 // Copy |length| characters from |str| to |mdstring|. These are distinct
180 // Copy |size| bytes starting at |src| into the minidump at |position|
182 bool Copy(MDRVA position, const void *src, size_t size);
184 // Copy |size| bytes from |src| to the current position
185 inline bool Copy(const void *src, size_t size) { function in class:google_breakpad::UntypedMDRVA
186 return Copy(position_, src, size);
245 // Copy |item| to |index|
250 // Copy |siz
[all...]
H A Dminidump_file_writer.cc104 result = mdstring->Copy(str, mdstring->get()->length);
109 // Copy the string character by character
138 // Copy the string character by character
211 if (!mem.Copy(src, mem.size()))
246 bool MinidumpFileWriter::Copy(MDRVA position, const void *src, ssize_t size) { function in class:google_breakpad::MinidumpFileWriter
277 bool UntypedMDRVA::Copy(MDRVA pos, const void *src, size_t size) { function in class:google_breakpad::UntypedMDRVA
281 return writer_->Copy(pos, src, size);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DJSystem.cs61 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length );
/external/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp97 // Insert a Copy from TLSBaseAddrReg to x0, which is where the rest of the
99 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), local
106 return Copy;
121 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), local
125 return Copy;
/external/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp116 // Insert a Copy from TLSBaseAddrReg to R2.
117 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), local
124 return Copy;
137 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), local
141 return Copy;
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.h59 static void Copy(const Message& from, Message* to);
/external/llvm/include/llvm/IR/
H A DValueMap.h238 ValueMapCallbackVH Copy(*this); variable
239 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
243 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
244 Copy.Map->Map.erase(Copy); // Definitely destroys *this.
250 ValueMapCallbackVH Copy(*this); variable
251 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
258 Config::onRAUW(Copy.Map->Data, Copy
[all...]
/external/google-breakpad/src/processor/
H A Dbasic_code_modules.cc68 that->GetModuleAtIndex(module_sequence)->Copy());
124 const CodeModules* BasicCodeModules::Copy() const { function in class:google_breakpad::BasicCodeModules
H A Dbasic_code_modules.h57 // made of each contained CodeModule using CodeModule::Copy.
68 virtual const CodeModules* Copy() const;
/external/valgrind/none/tests/s390x/
H A Dex.stdout.exp1 ------- Copy 10+1 bytes from buffer to target
H A Dexrl.stdout.exp1 ------- Copy 10+1 bytes from buffer to target
H A Dmvc.stdout.exp1 ------- Copy 17 bytes from BUFFER to TARGET
/external/openfst/src/include/fst/
H A Dinvert.h57 SymbolTable *input = fst->InputSymbols() ? fst->InputSymbols()->Copy() : 0;
58 SymbolTable *output = fst->OutputSymbols() ? fst->OutputSymbols()->Copy() : 0;
89 // See Fst<>::Copy() for doc.
93 // Get a copy of this InvertFst. See Fst<>::Copy() for further doc.
94 virtual InvertFst<A> *Copy(bool safe = false) const { function in class:fst::InvertFst
H A Drational.h77 replace_(impl.replace_ ? impl.replace_->Copy(true) : 0),
84 ? impl.fst_tuples_[i].second->Copy(true)
136 fst_tuples_.push_back(make_pair(-1, fst1.Copy()));
137 fst_tuples_.push_back(make_pair(-2, fst2.Copy()));
159 fst_tuples_.push_back(make_pair(-1, fst1.Copy()));
160 fst_tuples_.push_back(make_pair(-2, fst2.Copy()));
186 fst_tuples_.push_back(make_pair(-1, fst.Copy()));
206 fst_tuples_.push_back(make_pair(-nonterminals_, fst.Copy()));
227 fst_tuples_.push_back(make_pair(-nonterminals_, fst.Copy()));
244 fst_tuples_[0].second = rfst_.Copy();
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DJSystem.cs62 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length );
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_impl_mmx.asm97 movq mm0, [rax] ; Copy eight bytes to mm0
98 movq mm1, [rbx] ; Copy eight bytes to mm1
116 movq mm1, [rbx] ; Copy eight bytes to mm1
122 movq mm0, [rax] ; Copy eight bytes to mm0
140 movq mm1, [rbx] ; Copy eight bytes to mm1
145 movq mm0, [rax] ; Copy eight bytes to mm0
163 movq mm1, [rbx] ; Copy eight bytes to mm1
168 movq mm0, [rax] ; Copy eight bytes to mm0
186 movq mm1, [rbx] ; Copy eight bytes to mm1
191 movq mm0, [rax] ; Copy eigh
[all...]
/external/llvm/include/llvm/ADT/
H A DSmallBitVector.h418 SmallBitVector Copy = RHS; local
419 Copy.resize(size());
420 getPointer()->operator&=(*Copy.getPointer());
466 SmallBitVector Copy = RHS; local
467 Copy.resize(size());
468 getPointer()->operator|=(*Copy.getPointer());
480 SmallBitVector Copy = RHS; local
481 Copy.resize(size());
482 getPointer()->operator^=(*Copy.getPointer());
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h121 Location Copy(*this);
122 Copy.Ptr = NewPtr;
123 return Copy;
127 Location Copy(*this);
128 Copy.Size = NewSize;
129 return Copy;
133 Location Copy(*this);
134 Copy.AATags = AAMDNodes();
135 return Copy;

Completed in 637 milliseconds

12345678910