/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()
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | function_serialization.py | 29 proto.fullargspec.CopyFrom(coder.encode_structure(function_spec.fullargspec)) 31 proto.args_to_prepend.CopyFrom( 33 proto.kwargs_to_include.CopyFrom( 35 proto.input_signature.CopyFrom( 58 concrete_function_proto.canonicalized_input_signature.CopyFrom( 60 concrete_function_proto.output_signature.CopyFrom( 82 proto.function_spec.CopyFrom(function_spec_proto)
|
D | nested_structure_coder.py | 125 encoded_list.list_value.CopyFrom(struct_pb2.ListValue()) 127 encoded_list.list_value.values.add().CopyFrom(encode_fn(element)) 168 encoded_tuple.tuple_value.CopyFrom(struct_pb2.TupleValue()) 170 encoded_tuple.tuple_value.values.add().CopyFrom(encode_fn(element)) 191 encoded_dict.dict_value.CopyFrom(struct_pb2.DictValue()) 193 encoded_dict.dict_value.fields[key].CopyFrom(encode_fn(value)) 218 encoded_named_tuple.named_tuple_value.CopyFrom(struct_pb2.NamedTupleValue()) 224 pair.value.CopyFrom(encode_fn(named_tuple_value._asdict()[key])) 323 value.none_value.CopyFrom(struct_pb2.NoneValue()) 369 encoded_tensor_shape.tensor_shape_value.CopyFrom( [all …]
|
/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/tensorflow/tensorflow/python/tools/ |
D | optimize_for_inference_lib.py | 339 scaled_weights_op.attr["dtype"].CopyFrom(weights_op.attr["dtype"]) 340 scaled_weights_op.attr["value"].CopyFrom( 344 new_conv_op.CopyFrom(conv_op) 348 offset_op.attr["dtype"].CopyFrom(mean_op.attr["dtype"]) 349 offset_op.attr["value"].CopyFrom( 355 bias_add_op.attr["T"].CopyFrom(conv_op.attr["T"]) 356 bias_add_op.attr["data_format"].CopyFrom(conv_op.attr["data_format"]) 365 new_node.CopyFrom(node) 453 paddings_op.attr["dtype"].CopyFrom( 455 paddings_op.attr["value"].CopyFrom( [all …]
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | bundle_shim_test.py | 146 signatures_proto.default_signature.generic_signature.CopyFrom( 155 regression_signature.input.CopyFrom( 158 regression_signature.output.CopyFrom( 161 signatures_proto.default_signature.regression_signature.CopyFrom( 181 classification_signature.input.CopyFrom( 184 classification_signature.classes.CopyFrom( 187 classification_signature.scores.CopyFrom( 190 signatures_proto.default_signature.classification_signature.CopyFrom( 193 signatures_proto.default_signature.classification_signature.CopyFrom( 219 signature_constants.PREDICT_INPUTS].regression_signature.CopyFrom( [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | ByteStringTest.cs | 44 ByteString b1 = ByteString.CopyFrom(1, 2, 3); in Equality() 45 ByteString b2 = ByteString.CopyFrom(1, 2, 3); in Equality() 46 ByteString b3 = ByteString.CopyFrom(1, 2, 4); in Equality() 47 ByteString b4 = ByteString.CopyFrom(1, 2, 3, 4); in Equality() 78 ByteString bs = ByteString.CopyFrom("AB", Encoding.Unicode); in CopyFromStringWithExplicitEncoding() 103 ByteString bs = ByteString.CopyFrom(data); in CopyFromByteArrayCopiesContents() 135 ByteString bs = ByteString.CopyFrom(data, 2, 3); in CopyFromPortion() 151 ByteString bs = ByteString.CopyFrom("\u20ac", Encoding.Unicode); in ToStringWithExplicitEncoding()
|
D | SampleMessages.cs | 52 SingleBytes = ByteString.CopyFrom(1, 2, 3, 4), in CreateFullTestAllTypes() 74 …RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6), ByteString.CopyFrom(… in CreateFullTestAllTypes()
|
/external/tensorflow/tensorflow/tools/graph_transforms/python/ |
D | transform_graph_test.py | 40 const_op1.attr["dtype"].CopyFrom(attr_value_pb2.AttrValue( 42 const_op1.attr["value"].CopyFrom( 49 const_op2.attr["dtype"].CopyFrom(attr_value_pb2.AttrValue( 51 const_op2.attr["value"].CopyFrom( 58 add_op.attr["T"].CopyFrom(attr_value_pb2.AttrValue( 66 relu_op.attr["T"].CopyFrom(attr_value_pb2.AttrValue(
|
/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 …]
|
/external/tensorflow/tensorflow/python/framework/ |
D | convert_to_constants.py | 53 meta_graph.collection_def["train_op"].CopyFrom(fetch_collection) 189 output_node.attr["dtype"].CopyFrom(dtype) 190 output_node.attr["value"].tensor.CopyFrom( 196 output_node.CopyFrom(input_node) 197 output_node.attr["T"].CopyFrom(resource_identities[input_node.name]) 203 output_node.attr["T"].CopyFrom(input_node.attr["dtype"]) 205 output_node.attr["_class"].CopyFrom(input_node.attr["_class"]) 207 output_node.CopyFrom(input_node)
|
D | graph_util_impl.py | 192 out.library.CopyFrom(graph_def.library) 193 out.versions.CopyFrom(graph_def.versions) 281 output_node.attr["dtype"].CopyFrom(dtype) 282 output_node.attr["value"].CopyFrom( 295 output_node.attr["T"].CopyFrom(input_node.attr["dtype"]) 297 output_node.attr["_class"].CopyFrom(input_node.attr["_class"]) 299 output_node.CopyFrom(input_node) 302 output_graph_def.library.CopyFrom(inference_graph.library) 346 new_node.CopyFrom(node) 383 new_node.CopyFrom(node)
|
/external/protobuf/src/google/protobuf/ |
D | 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 …]
|
D | wrappers.pb.cc | 501 void DoubleValue::CopyFrom(const ::google::protobuf::Message& from) { in CopyFrom() function in google::protobuf::DoubleValue 508 void DoubleValue::CopyFrom(const DoubleValue& from) { in CopyFrom() function in google::protobuf::DoubleValue 527 CopyFrom(*other); in Swap() 528 other->CopyFrom(temp); in Swap() 759 void FloatValue::CopyFrom(const ::google::protobuf::Message& from) { in CopyFrom() function in google::protobuf::FloatValue 766 void FloatValue::CopyFrom(const FloatValue& from) { in CopyFrom() function in google::protobuf::FloatValue 785 CopyFrom(*other); in Swap() 786 other->CopyFrom(temp); in Swap() 1019 void Int64Value::CopyFrom(const ::google::protobuf::Message& from) { in CopyFrom() function in google::protobuf::Int64Value 1026 void Int64Value::CopyFrom(const Int64Value& from) { in CopyFrom() function in google::protobuf::Int64Value [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/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 226 tuple& operator=(const tuple& t) { return CopyFrom(t); } 230 return CopyFrom(t); 236 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) { 261 tuple& operator=(const tuple& t) { return CopyFrom(t); } 265 return CopyFrom(t); 277 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) { 302 tuple& operator=(const tuple& t) { return CopyFrom(t); } 306 return CopyFrom(t); 312 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) { 341 tuple& operator=(const tuple& t) { return CopyFrom(t); } [all …]
|
/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/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-tuple.h | 226 tuple& operator=(const tuple& t) { return CopyFrom(t); } 230 return CopyFrom(t); 236 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) { 261 tuple& operator=(const tuple& t) { return CopyFrom(t); } 265 return CopyFrom(t); 277 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) { 302 tuple& operator=(const tuple& t) { return CopyFrom(t); } 306 return CopyFrom(t); 312 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) { 341 tuple& operator=(const tuple& t) { return CopyFrom(t); } [all …]
|
/external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-tuple.h | 226 tuple& operator=(const tuple& t) { return CopyFrom(t); } 230 return CopyFrom(t); 236 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) { 261 tuple& operator=(const tuple& t) { return CopyFrom(t); } 265 return CopyFrom(t); 277 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) { 302 tuple& operator=(const tuple& t) { return CopyFrom(t); } 306 return CopyFrom(t); 312 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) { 341 tuple& operator=(const tuple& t) { return CopyFrom(t); } [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-tuple.h | 227 tuple& operator=(const tuple& t) { return CopyFrom(t); } 231 return CopyFrom(t); 237 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) { 262 tuple& operator=(const tuple& t) { return CopyFrom(t); } 266 return CopyFrom(t); 278 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) { 303 tuple& operator=(const tuple& t) { return CopyFrom(t); } 307 return CopyFrom(t); 313 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) { 342 tuple& operator=(const tuple& t) { return CopyFrom(t); } [all …]
|
/external/libprotobuf-mutator/src/ |
D | mutator_test.cc | 316 message->CopyFrom(from); in Mutate() 437 from.add_repeated_msg()->CopyFrom(*m1_); in TestCopyField() 438 from.add_repeated_msg()->CopyFrom(*m2_); in TestCopyField() 441 to.add_repeated_msg()->CopyFrom(*m1_); in TestCopyField() 442 to.add_repeated_msg()->CopyFrom(*m1_); in TestCopyField() 446 to.add_repeated_msg()->CopyFrom(*m2_); in TestCopyField() 447 to.add_repeated_msg()->CopyFrom(*m2_); in TestCopyField() 481 message->CopyFrom(*m1_); in TEST_P() 518 message.CopyFrom(m1); in TYPED_TEST() 545 message.CopyFrom(m1); in TYPED_TEST() [all …]
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
D | saved_model_export_utils_test.py | 93 expected_signature_def.inputs[signature_constants.REGRESS_INPUTS].CopyFrom( 97 signature_constants.REGRESS_OUTPUTS].CopyFrom( 123 expected_signature_def.inputs[signature_constants.CLASSIFY_INPUTS].CopyFrom( 127 signature_constants.CLASSIFY_OUTPUT_CLASSES].CopyFrom( 164 expected_signature_def.inputs[signature_constants.CLASSIFY_INPUTS].CopyFrom( 168 signature_constants.CLASSIFY_OUTPUT_CLASSES].CopyFrom( 174 signature_constants.CLASSIFY_OUTPUT_SCORES].CopyFrom( 210 expected_signature_def.inputs[signature_constants.CLASSIFY_INPUTS].CopyFrom( 214 signature_constants.CLASSIFY_OUTPUT_CLASSES].CopyFrom( 220 signature_constants.CLASSIFY_OUTPUT_SCORES].CopyFrom( [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | ByteString.cs | 151 public static ByteString CopyFrom(params byte[] bytes) in CopyFrom() method in Google.Protobuf.ByteString 159 public static ByteString CopyFrom(byte[] bytes, int offset, int count) in CopyFrom() method in Google.Protobuf.ByteString 170 public static ByteString CopyFrom(string text, Encoding encoding) in CopyFrom() method in Google.Protobuf.ByteString 180 return CopyFrom(text, Encoding.UTF8); in CopyFromUtf8()
|