/external/google-breakpad/src/processor/ |
D | fast_source_line_resolver_types.h | 57 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
|
D | fast_source_line_resolver.cc | 84 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()
|
D | module_comparer.cc | 194 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/ |
D | gifalloc.c | 323 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/ |
D | matrix.h | 80 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 …]
|
D | complex_matrix.h | 48 this->CopyFrom(operand); in PointwiseConjugate() 78 this->CopyFrom(operand); in ZeroImag()
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | 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/ |
D | 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/mesa3d/src/gtest/include/gtest/internal/ |
D | 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/ |
D | 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/ |
D | 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/ |
D | 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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.h | 27 void CopyFrom(const CommonFlags &other); 46 common_flags_dont_use.CopyFrom(cf); in OverrideCommonFlags()
|
/external/sfntly/cpp/src/sfntly/data/ |
D | writable_font_data.cc | 161 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()
|
D | writable_font_data.h | 175 virtual void CopyFrom(InputStream* is, int32_t length); 180 virtual void CopyFrom(InputStream* is);
|
D | byte_array.h | 133 virtual bool CopyFrom(InputStream* is, int32_t length); 137 virtual bool CopyFrom(InputStream* is);
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 165 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 …]
|
D | extension_set_unittest.cc | 207 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()
|
D | lite_unittest.cc | 94 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/ |
D | shared_ptr.h | 306 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/ |
D | plugin.pb.h | 53 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/ |
D | audio_frame_operations_unittest.cc | 66 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/ |
D | test-bit-vector.cc | 87 w.CopyFrom(v); in TEST() 118 r.CopyFrom(v); in TEST()
|
/external/v8/src/ |
D | bit-vector.h | 77 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/ |
D | gmock-actions_test.cc | 808 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()
|