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

1 2 3

  /art/runtime/
memory_region.cc 27 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const {
  /external/chromium_org/media/base/
data_buffer.cc 42 scoped_refptr<DataBuffer> DataBuffer::CopyFrom(const uint8* data, int size) {
decoder_buffer.cc 49 scoped_refptr<DecoderBuffer> DecoderBuffer::CopyFrom(const uint8* data,
57 scoped_refptr<DecoderBuffer> DecoderBuffer::CopyFrom(const uint8* data,
stream_parser_buffer.cc 16 scoped_refptr<StreamParserBuffer> StreamParserBuffer::CopyFrom(
22 scoped_refptr<StreamParserBuffer> StreamParserBuffer::CopyFrom(
audio_buffer.cc 83 scoped_refptr<AudioBuffer> AudioBuffer::CopyFrom(
  /external/chromium/net/url_request/
url_request_context.cc 34 void URLRequestContext::CopyFrom(URLRequestContext* other) {
  /external/chromium_org/chrome/browser/policy/
policy_bundle.cc 37 void PolicyBundle::CopyFrom(const PolicyBundle& other) {
policy_map.cc 74 void PolicyMap::CopyFrom(const PolicyMap& other) {
86 copy->CopyFrom(*this);
  /external/chromium_org/chrome/installer/util/
app_commands.cc 54 AppCommands& AppCommands::CopyFrom(const AppCommands& other) {
installation_state.cc 155 ProductState& ProductState::CopyFrom(const ProductState& other) {
164 commands_.CopyFrom(other.commands_);
  /external/chromium_org/net/cert/
cert_verify_result.h 28 void CopyFrom(const CertVerifyResult& other) {
  /external/chromium_org/remoting/host/
in_memory_host_config.cc 47 bool InMemoryHostConfig::CopyFrom(const base::DictionaryValue* dictionary) {
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatch.cc 70 number_.CopyFrom(number);
84 void PhoneNumberMatch::CopyFrom(const PhoneNumberMatch& match) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.h 47 void CopyFrom(uptr *src, uptr src_size) {
  /external/chromium_org/chrome/service/cloud_print/
connector_settings.cc 37 CopyFrom(ConnectorSettings());
105 void ConnectorSettings::CopyFrom(const ConnectorSettings& source) {
  /external/chromium_org/chromeos/dbus/ibus/
ibus_property.cc 181 void IBusProperty::CopyFrom(const IBusProperty& obj) {
191 sub_properties_[i]->CopyFrom(*obj.sub_properties()[i]);
ibus_lookup_table.cc 218 void IBusLookupTable::CopyFrom(const IBusLookupTable& table) {
  /external/chromium_org/net/url_request/
url_request_context.cc 40 void URLRequestContext::CopyFrom(const URLRequestContext* other) {
  /external/sfntly/cpp/src/sfntly/data/
byte_array.cc 143 bool ByteArray::CopyFrom(InputStream* is, int32_t length) {
163 bool ByteArray::CopyFrom(InputStream* is) {
writable_font_data.cc 158 void WritableFontData::CopyFrom(InputStream* is, int32_t length) {
159 array_->CopyFrom(is, length);
162 void WritableFontData::CopyFrom(InputStream* is) {
163 array_->CopyFrom(is);
  /external/chromium_org/content/browser/
host_zoom_map_impl.cc 44 void HostZoomMapImpl::CopyFrom(HostZoomMap* copy_interface) {
46 // UI: a.CopyFrom(b);
47 // IO: b.CopyFrom(a);
  /external/protobuf/python/google/protobuf/
message.py 93 def CopyFrom(self, other_msg):
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
learning_rate_controller-inl.h 109 void CopyFrom(const LearningRateController &other) {
  /external/chromium/net/http/
http_request_headers.h 132 void CopyFrom(const HttpRequestHeaders& other) {
  /external/chromium/net/tools/flip_server/
mem_cache.cc 56 void FileData::CopyFrom(const FileData& file_data) {
58 headers->CopyFrom(*(file_data.headers));
74 out_i->second.CopyFrom(i->second);
195 headers->CopyFrom(visitor.headers);

Completed in 3349 milliseconds

1 2 3