HomeSort by relevance Sort by last modified time
    Searched defs:CopyFrom (Results 1 - 25 of 72) sorted by null

1 2 3

  /art/runtime/
memory_region.cc 24 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const {
  /build/soong/third_party/zip/
android.go 25 func (w *Writer) CopyFrom(orig *File, newName string) error {
  /art/runtime/gc/accounting/
bitmap.cc 74 void Bitmap::CopyFrom(Bitmap* source_bitmap) {
space_bitmap.cc 142 void SpaceBitmap<kAlignment>::CopyFrom(SpaceBitmap* source_bitmap) {
  /device/google/cuttlefish_common/common/libs/auto_resources/
auto_resources.cpp 22 bool AutoCloseFILE::CopyFrom(const AutoCloseFILE& in) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.cc 44 void CommonFlags::CopyFrom(const CommonFlags &other) {
  /external/sfntly/cpp/src/sfntly/data/
byte_array.cc 145 bool ByteArray::CopyFrom(InputStream* is, int32_t length) {
165 bool ByteArray::CopyFrom(InputStream* is) {
writable_font_data.cc 161 void WritableFontData::CopyFrom(InputStream* is, int32_t length) {
162 array_->CopyFrom(is, length);
165 void WritableFontData::CopyFrom(InputStream* is) {
166 array_->CopyFrom(is);
  /external/google-breakpad/src/processor/
fast_source_line_resolver_types.h 57 void CopyFrom(const Line *line_ptr) {
59 CopyFrom(raw);
63 void CopyFrom(const char *raw) {
75 void CopyFrom(const Function *func_ptr) {
77 CopyFrom(raw);
81 void CopyFrom(const char *raw) {
98 void CopyFrom(const PublicSymbol *public_symbol_ptr) {
100 CopyFrom(raw);
104 void CopyFrom(const char *raw) {
windows_frame_info.h 162 // CopyFrom makes "this" WindowsFrameInfo object identical to "that".
163 void CopyFrom(const WindowsFrameInfo &that) {
  /external/v8/src/compiler/
bytecode-liveness-map.h 68 void CopyFrom(const BytecodeLivenessState& other) {
69 bit_vector_.CopyFrom(other.bit_vector_);
  /system/nvram/messages/include/nvram/messages/
tagged_union.h 181 CopyFrom(other);
188 CopyFrom(other);
267 NVRAM_NOINLINE void CopyFrom(const TaggedUnion<TagType, Member...>& other) {
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd.cpp 58 bool FileInstance::CopyFrom(FileInstance& in) {
  /external/libvpx/libvpx/test/
buffer.h 83 void CopyFrom(const Buffer<T> &a);
204 void Buffer<T>::CopyFrom(const Buffer<T> &a) {
  /external/lzma/CPP/Common/
MyBuffer.h 66 void CopyFrom(const T *data, size_t size)
94 CopyFrom(buffer, buffer._size);
  /external/nanopb-c/generator/google/protobuf/
message.py 107 def CopyFrom(self, other_msg):
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 148 /// This method can also be invoked in <c>ByteString.CopyFrom(0xaa, 0xbb, ...)</c> form
151 public static ByteString CopyFrom(params byte[] bytes)
159 public static ByteString CopyFrom(byte[] bytes, int offset, int count)
170 public static ByteString CopyFrom(string text, Encoding encoding)
180 return CopyFrom(text, Encoding.UTF8);
  /external/protobuf/python/google/protobuf/
message.py 106 def CopyFrom(self, other_msg):
  /external/v8/src/heap/
objects-visiting.h 155 void CopyFrom(VisitorDispatchTable* other) {
  /external/webrtc/webrtc/libjingle/xmpp/
jid.cc 134 void Jid::CopyFrom(const Jid& jid) {
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
matrix.h 80 CopyFrom(data, num_rows, num_columns);
88 void CopyFrom(const Matrix& other) {
89 CopyFrom(&other.data_[0], other.num_rows_, other.num_columns_);
93 void CopyFrom(const T* const data, size_t num_rows, size_t num_columns) {
158 CopyFrom(operand);
174 CopyFrom(lhs);
190 CopyFrom(lhs);
206 CopyFrom(lhs);
222 CopyFrom(lhs);
235 CopyFrom(operand)
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
decoding_state.cc 99 void VCMDecodingState::CopyFrom(const VCMDecodingState& state) {
  /external/protobuf/src/google/protobuf/
any.pb.cc 363 void Any::CopyFrom(const ::google::protobuf::Message& from) {
370 void Any::CopyFrom(const Any& from) {
duration.pb.cc 349 void Duration::CopyFrom(const ::google::protobuf::Message& from) {
356 void Duration::CopyFrom(const Duration& from) {
empty.pb.cc 261 void Empty::CopyFrom(const ::google::protobuf::Message& from) {
268 void Empty::CopyFrom(const Empty& from) {
287 CopyFrom(*other);
288 other->CopyFrom(temp);

Completed in 818 milliseconds

1 2 3