HomeSort by relevance Sort by last modified time
    Searched refs:CopyFrom (Results 26 - 50 of 297) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/service/cloud_print/
connector_settings.h 30 void CopyFrom(const ConnectorSettings& source);
connector_settings.cc 37 CopyFrom(ConnectorSettings());
105 void ConnectorSettings::CopyFrom(const ConnectorSettings& source) {
connector_settings_unittest.cc 114 TEST_F(ConnectorSettingsTest, CopyFrom) {
120 settings2.CopyFrom(settings1);
  /external/chromium_org/content/public/browser/
host_zoom_map.h 56 virtual void CopyFrom(HostZoomMap* copy) = 0;
  /external/chromium_org/media/base/
data_buffer.cc 42 scoped_refptr<DataBuffer> DataBuffer::CopyFrom(const uint8* data, int size) {
decoder_buffer_unittest.cc 28 TEST(DecoderBufferTest, CopyFrom) {
31 scoped_refptr<DecoderBuffer> buffer2(DecoderBuffer::CopyFrom(
38 scoped_refptr<DecoderBuffer> buffer3(DecoderBuffer::CopyFrom(
55 scoped_refptr<DecoderBuffer> buffer2(DecoderBuffer::CopyFrom(
decoder_buffer.cc 49 scoped_refptr<DecoderBuffer> DecoderBuffer::CopyFrom(const uint8* data,
57 scoped_refptr<DecoderBuffer> DecoderBuffer::CopyFrom(const uint8* data,
decoder_buffer.h 48 static scoped_refptr<DecoderBuffer> CopyFrom(const uint8* data, int size);
53 static scoped_refptr<DecoderBuffer> CopyFrom(const uint8* data, int size,
  /external/chromium_org/net/tools/quic/
quic_in_memory_cache.h 43 headers_.CopyFrom(headers);
  /external/protobuf/src/google/protobuf/
lite_unittest.cc 48 message2.CopyFrom(message);
64 message2.CopyFrom(message);
81 message2.CopyFrom(message);
97 message2.CopyFrom(message);
  /external/sfntly/cpp/src/sfntly/data/
byte_array.h 133 virtual bool CopyFrom(InputStream* is, int32_t length);
137 virtual bool CopyFrom(InputStream* is);
writable_font_data.h 175 virtual void CopyFrom(InputStream* is, int32_t length);
180 virtual void CopyFrom(InputStream* is);
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-tuple.h 196 tuple& operator=(const tuple& t) { return CopyFrom(t); }
200 return CopyFrom(t);
206 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
231 tuple& operator=(const tuple& t) { return CopyFrom(t); }
235 return CopyFrom(t);
247 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
272 tuple& operator=(const tuple& t) { return CopyFrom(t); }
276 return CopyFrom(t);
282 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
311 tuple& operator=(const tuple& t) { return CopyFrom(t);
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-tuple.h 218 tuple& operator=(const tuple& t) { return CopyFrom(t); }
222 return CopyFrom(t);
228 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
253 tuple& operator=(const tuple& t) { return CopyFrom(t); }
257 return CopyFrom(t);
269 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
294 tuple& operator=(const tuple& t) { return CopyFrom(t); }
298 return CopyFrom(t);
304 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
333 tuple& operator=(const tuple& t) { return CopyFrom(t);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-tuple.h 196 tuple& operator=(const tuple& t) { return CopyFrom(t); }
200 return CopyFrom(t);
206 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
231 tuple& operator=(const tuple& t) { return CopyFrom(t); }
235 return CopyFrom(t);
247 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
272 tuple& operator=(const tuple& t) { return CopyFrom(t); }
276 return CopyFrom(t);
282 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
311 tuple& operator=(const tuple& t) { return CopyFrom(t);
    [all...]
  /external/gtest/include/gtest/internal/
gtest-tuple.h 196 tuple& operator=(const tuple& t) { return CopyFrom(t); }
200 return CopyFrom(t);
206 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
231 tuple& operator=(const tuple& t) { return CopyFrom(t); }
235 return CopyFrom(t);
247 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
272 tuple& operator=(const tuple& t) { return CopyFrom(t); }
276 return CopyFrom(t);
282 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
311 tuple& operator=(const tuple& t) { return CopyFrom(t);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 196 tuple& operator=(const tuple& t) { return CopyFrom(t); }
200 return CopyFrom(t);
206 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
231 tuple& operator=(const tuple& t) { return CopyFrom(t); }
235 return CopyFrom(t);
247 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
272 tuple& operator=(const tuple& t) { return CopyFrom(t); }
276 return CopyFrom(t);
282 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
311 tuple& operator=(const tuple& t) { return CopyFrom(t);
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-tuple.h 196 tuple& operator=(const tuple& t) { return CopyFrom(t); }
200 return CopyFrom(t);
206 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
231 tuple& operator=(const tuple& t) { return CopyFrom(t); }
235 return CopyFrom(t);
247 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
272 tuple& operator=(const tuple& t) { return CopyFrom(t); }
276 return CopyFrom(t);
282 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
311 tuple& operator=(const tuple& t) { return CopyFrom(t);
    [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-tuple.h 195 tuple& operator=(const tuple& t) { return CopyFrom(t); }
199 return CopyFrom(t);
205 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
230 tuple& operator=(const tuple& t) { return CopyFrom(t); }
234 return CopyFrom(t);
246 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
271 tuple& operator=(const tuple& t) { return CopyFrom(t); }
275 return CopyFrom(t);
281 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
310 tuple& operator=(const tuple& t) { return CopyFrom(t);
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 195 tuple& operator=(const tuple& t) { return CopyFrom(t); }
199 return CopyFrom(t);
205 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
230 tuple& operator=(const tuple& t) { return CopyFrom(t); }
234 return CopyFrom(t);
246 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
271 tuple& operator=(const tuple& t) { return CopyFrom(t); }
275 return CopyFrom(t);
281 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
310 tuple& operator=(const tuple& t) { return CopyFrom(t);
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-tuple.h 218 tuple& operator=(const tuple& t) { return CopyFrom(t); }
222 return CopyFrom(t);
228 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
253 tuple& operator=(const tuple& t) { return CopyFrom(t); }
257 return CopyFrom(t);
269 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
294 tuple& operator=(const tuple& t) { return CopyFrom(t); }
298 return CopyFrom(t);
304 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
333 tuple& operator=(const tuple& t) { return CopyFrom(t);
    [all...]
  /external/v8/src/
data-flow.h 100 CopyFrom(other);
108 if (this != &rhs) CopyFrom(rhs);
112 void CopyFrom(const BitVector& other) {
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.h 46 CopyFrom(other);
49 CopyFrom(other);
51 void CopyFrom(const SparseWeightVector<Key, Hash> &other) {
stochastic_linear_ranker.cpp 68 weight_backup.CopyFrom(weight_);
128 weight_.CopyFrom(weight_backup);
  /external/chromium/net/http/
http_net_log_params.cc 17 headers_.CopyFrom(headers);

Completed in 1103 milliseconds

12 3 4 5 6 7 8 91011>>