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

1 2 3 4 5 6 7 8

  /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) {
fast_source_line_resolver.cc 84 func.get()->CopyFrom(func_ptr);
92 line.get()->CopyFrom(line_ptr);
104 public_symbol.get()->CopyFrom(public_symbol_ptr);
204 result->CopyFrom(CopyWFI(frame_info_ptr));
221 function.get()->CopyFrom(function_ptr);
234 public_symbol.get()->CopyFrom(public_symbol_ptr);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h 27 void CopyFrom(const CommonFlags &other);
46 common_flags_dont_use.CopyFrom(cf);
  /art/runtime/
memory_region.cc 27 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const {
  /external/giflib/
gifalloc.c 323 GifMakeSavedImage(GifFileType *GifFile, const SavedImage *CopyFrom)
337 if (CopyFrom != NULL) {
338 memcpy((char *)sp, CopyFrom, sizeof(SavedImage));
349 CopyFrom->ImageDesc.ColorMap->ColorCount,
350 CopyFrom->ImageDesc.ColorMap->Colors);
359 CopyFrom->ImageDesc.Height *
360 CopyFrom->ImageDesc.Width);
365 memcpy(sp->RasterBits, CopyFrom->RasterBits,
366 sizeof(GifPixelType) * CopyFrom->ImageDesc.Height *
367 CopyFrom->ImageDesc.Width)
    [all...]
  /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...]
complex_matrix.h 48 this->CopyFrom(operand);
78 this->CopyFrom(operand);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wrappers.pb.h 60 CopyFrom(from);
79 void CopyFrom(const ::google::protobuf::Message& from);
81 void CopyFrom(const DoubleValue& from);
151 CopyFrom(from);
170 void CopyFrom(const ::google::protobuf::Message& from);
172 void CopyFrom(const FloatValue& from);
242 CopyFrom(from);
261 void CopyFrom(const ::google::protobuf::Message& from);
263 void CopyFrom(const Int64Value& from);
333 CopyFrom(from)
    [all...]
duration.pb.h 52 CopyFrom(from);
66 void CopyFrom(const ::google::protobuf::Message& from);
68 void CopyFrom(const Duration& from);
empty.pb.h 52 CopyFrom(from);
71 void CopyFrom(const ::google::protobuf::Message& from);
73 void CopyFrom(const Empty& from);
timestamp.pb.h 52 CopyFrom(from);
71 void CopyFrom(const ::google::protobuf::Message& from);
73 void CopyFrom(const Timestamp& from);
  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_audio_vector.h 24 MOCK_CONST_METHOD1(CopyFrom,
  /external/webrtc/webrtc/modules/video_coding/
decoding_state.h 39 void CopyFrom(const VCMDecodingState& state);
  /system/connectivity/shill/
result_aggregator.cc 56 error_.CopyFrom(error);
service_under_test.cc 64 key_value_store_.CopyFrom(value);
  /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/google-breakpad/src/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/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/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/protobuf/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/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /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...]
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.h 47 CopyFrom(other);
50 CopyFrom(other);
52 void CopyFrom(const SparseWeightVector<Key, Hash> &other) {

Completed in 948 milliseconds

1 2 3 4 5 6 7 8