Home
last modified time | relevance | path

Searched refs:CopyFrom (Results 1 – 25 of 127) sorted by relevance

123456

/external/google-breakpad/src/processor/
Dfast_source_line_resolver_types.h57 void CopyFrom(const Line *line_ptr) { in CopyFrom() function
59 CopyFrom(raw); in CopyFrom()
63 void CopyFrom(const char *raw) { in CopyFrom() function
75 void CopyFrom(const Function *func_ptr) { in CopyFrom() function
77 CopyFrom(raw); in CopyFrom()
81 void CopyFrom(const char *raw) { in CopyFrom() function
98 void CopyFrom(const PublicSymbol *public_symbol_ptr) { in CopyFrom() function
100 CopyFrom(raw); in CopyFrom()
104 void CopyFrom(const char *raw) { in CopyFrom() function
Dfast_source_line_resolver.cc84 func.get()->CopyFrom(func_ptr); in LookupAddress()
92 line.get()->CopyFrom(line_ptr); in LookupAddress()
104 public_symbol.get()->CopyFrom(public_symbol_ptr); in LookupAddress()
204 result->CopyFrom(CopyWFI(frame_info_ptr)); in FindWindowsFrameInfo()
221 function.get()->CopyFrom(function_ptr); in FindWindowsFrameInfo()
234 public_symbol.get()->CopyFrom(public_symbol_ptr); in FindWindowsFrameInfo()
Dmodule_comparer.cc194 fast_func->CopyFrom(fast_func_raw); in CompareFunction()
223 fast_line->CopyFrom(fast_line_raw); in CompareLine()
237 fast_ps->CopyFrom(fastps_raw); in ComparePubSymbol()
271 newwfi.CopyFrom(fast_resolver_->CopyWFI(fast_crm->entry_ptr_)); in CompareCRM()
/external/giflib/
Dgifalloc.c323 GifMakeSavedImage(GifFileType *GifFile, const SavedImage *CopyFrom) in GifMakeSavedImage() argument
337 if (CopyFrom != NULL) { in GifMakeSavedImage()
338 memcpy((char *)sp, CopyFrom, sizeof(SavedImage)); in GifMakeSavedImage()
349 CopyFrom->ImageDesc.ColorMap->ColorCount, in GifMakeSavedImage()
350 CopyFrom->ImageDesc.ColorMap->Colors); in GifMakeSavedImage()
359 (CopyFrom->ImageDesc.Height * in GifMakeSavedImage()
360 CopyFrom->ImageDesc.Width), in GifMakeSavedImage()
366 memcpy(sp->RasterBits, CopyFrom->RasterBits, in GifMakeSavedImage()
367 sizeof(GifPixelType) * CopyFrom->ImageDesc.Height * in GifMakeSavedImage()
368 CopyFrom->ImageDesc.Width); in GifMakeSavedImage()
[all …]
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dmatrix.h80 CopyFrom(data, num_rows, num_columns); in Matrix()
88 void CopyFrom(const Matrix& other) { in CopyFrom() function
89 CopyFrom(&other.data_[0], other.num_rows_, other.num_columns_); in CopyFrom()
93 void CopyFrom(const T* const data, size_t num_rows, size_t num_columns) { in CopyFrom() function
158 CopyFrom(operand); in Scale()
174 CopyFrom(lhs); in Add()
190 CopyFrom(lhs); in Subtract()
206 CopyFrom(lhs); in PointwiseMultiply()
222 CopyFrom(lhs); in PointwiseDivide()
235 CopyFrom(operand); in PointwiseSquareRoot()
[all …]
Dcomplex_matrix.h48 this->CopyFrom(operand); in PointwiseConjugate()
78 this->CopyFrom(operand); in ZeroImag()
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-tuple.h218 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/
Dgtest-tuple.h218 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/mesa3d/src/gtest/include/gtest/internal/
Dgtest-tuple.h196 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/
Dgtest-tuple.h196 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/
Dgtest-tuple.h218 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/
Dgtest-tuple.h196 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/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.h27 void CopyFrom(const CommonFlags &other);
46 common_flags_dont_use.CopyFrom(cf); in OverrideCommonFlags()
/external/sfntly/cpp/src/sfntly/data/
Dwritable_font_data.cc161 void WritableFontData::CopyFrom(InputStream* is, int32_t length) { in CopyFrom() function in sfntly::WritableFontData
162 array_->CopyFrom(is, length); in CopyFrom()
165 void WritableFontData::CopyFrom(InputStream* is) { in CopyFrom() function in sfntly::WritableFontData
166 array_->CopyFrom(is); in CopyFrom()
Dwritable_font_data.h175 virtual void CopyFrom(InputStream* is, int32_t length);
180 virtual void CopyFrom(InputStream* is);
Dbyte_array.h133 virtual bool CopyFrom(InputStream* is, int32_t length);
137 virtual bool CopyFrom(InputStream* is);
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h165 CopyFrom(from);
185 void CopyFrom(const ::google::protobuf::Message& from);
187 void CopyFrom(const FileDescriptorSet& from);
247 CopyFrom(from);
267 void CopyFrom(const ::google::protobuf::Message& from);
269 void CopyFrom(const FileDescriptorProto& from);
465 CopyFrom(from);
485 void CopyFrom(const ::google::protobuf::Message& from);
487 void CopyFrom(const DescriptorProto_ExtensionRange& from);
554 CopyFrom(from);
[all …]
Dextension_set_unittest.cc207 TEST(ExtensionSetTest, CopyFrom) { in TEST() argument
211 message2.CopyFrom(message1); in TEST()
213 message2.CopyFrom(message1); // exercise copy when fields already exist in TEST()
221 message2.CopyFrom(message1); in TEST()
223 message2.CopyFrom(message1); // exercise copy when fields already exist in TEST()
232 message2.CopyFrom(upcasted_message); in TEST()
235 message2.CopyFrom(upcasted_message); in TEST()
586 CopyFrom(foreign); in TEST()
664 CopyFrom(prototype); in TEST()
736 unittest::repeated_nested_message_extension)->CopyFrom(nested_message); in TEST()
Dlite_unittest.cc94 message2.CopyFrom(message); in main()
110 message2.CopyFrom(message); in main()
126 message2.CopyFrom(message); in main()
142 message2.CopyFrom(message); in main()
/external/protobuf/src/google/protobuf/stubs/
Dshared_ptr.h306 CopyFrom(ptr.ptr_, ptr.control_block_);
314 CopyFrom(ptr.ptr_, ptr.control_block_);
319 CopyFrom(ptr.ptr_, ptr.control_block_);
401 void CopyFrom(T* ptr, SharedPtrControlBlock* control_block) {
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h53 CopyFrom(from);
73 void CopyFrom(const ::google::protobuf::Message& from);
75 void CopyFrom(const CodeGeneratorRequest& from);
167 CopyFrom(from);
187 void CopyFrom(const ::google::protobuf::Message& from);
189 void CopyFrom(const CodeGeneratorResponse_File& from);
281 CopyFrom(from);
301 void CopyFrom(const ::google::protobuf::Message& from);
303 void CopyFrom(const CodeGeneratorResponse& from);
/external/webrtc/webrtc/modules/utility/source/
Daudio_frame_operations_unittest.cc66 temp_frame.CopyFrom(frame_); in TEST_F()
91 temp_frame.CopyFrom(frame_); in TEST_F()
137 orig_frame.CopyFrom(frame_); in TEST_F()
/external/v8/test/cctest/
Dtest-bit-vector.cc87 w.CopyFrom(v); in TEST()
118 r.CopyFrom(v); in TEST()
/external/v8/src/
Dbit-vector.h77 CopyFrom(other); in BitVector()
85 void CopyFrom(const BitVector& other) { in CopyFrom() function
244 if (bits_ != NULL) new_bits->CopyFrom(*bits_); in EnsureCapacity()
/external/gmock/test/
Dgmock-actions_test.cc808 orig_msg.CopyFrom(*msg); in TEST()
830 orig_msg.CopyFrom(*msg); in TEST()
855 orig_msg.CopyFrom(*msg); in TEST()
880 orig_msg.CopyFrom(*msg); in TEST()
927 orig_msg.CopyFrom(*msg); in TEST()
949 orig_msg.CopyFrom(*msg); in TEST()
974 orig_msg.CopyFrom(*msg); in TEST()
999 orig_msg.CopyFrom(*msg); in TEST()

123456