/external/webrtc/test/pc/e2e/analyzer/video/ |
D | default_video_quality_analyzer_test.cc | 81 VideoFrame DeepCopy(const VideoFrame& frame) { in DeepCopy() function 132 VideoFrame received_frame = DeepCopy(frame); in PassFramesThroughAnalyzer() 174 VideoFrame received_frame = DeepCopy(captured_frames.at(frame_id)); in TEST() 229 VideoFrame received_frame = DeepCopy(captured_frames.at(frame_id)); in TEST() 258 VideoFrame received_frame = DeepCopy(captured_frames.at(frame_id)); in TEST() 312 VideoFrame received_frame = DeepCopy(captured_frames.at(frame_id)); in TEST() 364 VideoFrame received_frame = DeepCopy(captured_frames.at(frame_id)); in TEST() 416 VideoFrame received_frame = DeepCopy(captured_frame); in TEST() 423 received_frame = DeepCopy(captured_frame); in TEST() 482 VideoFrame received_frame = DeepCopy(captured_frames.at(frame_id)); in TEST() [all …]
|
/external/libchrome/components/policy/core/common/ |
D | policy_bundle.cc | 38 policy_bundle_[it->first] = it->second->DeepCopy(); in CopyFrom() 61 policy_bundle_[it_other->first] = it_other->second->DeepCopy(); in MergeFrom() 70 policy_bundle_[it_other->first] = it_other->second->DeepCopy(); in MergeFrom()
|
D | policy_map.cc | 21 PolicyMap::Entry PolicyMap::Entry::DeepCopy() const { in DeepCopy() function in policy::PolicyMap::Entry 135 Set(it.first, it.second.DeepCopy()); in CopyFrom() 138 std::unique_ptr<PolicyMap> PolicyMap::DeepCopy() const { in DeepCopy() function in policy::PolicyMap 148 Set(it.first, it.second.DeepCopy()); in MergeFrom()
|
D | policy_map.h | 46 Entry DeepCopy() const; 110 std::unique_ptr<PolicyMap> DeepCopy() const;
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.h | 218 DeepCopy(); in Event() 223 DeepCopy(); in Event() 230 DeepCopy(); 237 void DeepCopy();
|
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.h | 218 DeepCopy(); in Event() 223 DeepCopy(); in Event() 230 DeepCopy(); 237 void DeepCopy();
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_util_test.cc | 37 Tensor y = tensor::DeepCopy(x); in TEST() 49 Tensor z = tensor::DeepCopy(y); in TEST() 71 Tensor y = tensor::DeepCopy(x); in TEST() 77 TEST(TensorUtil, DeepCopy) { in TEST() argument 82 Tensor y = tensor::DeepCopy(x); in TEST() 94 Tensor z = tensor::DeepCopy(y); in TEST() 117 Tensor str2 = tensor::DeepCopy(str1); in TEST() 131 Tensor z = tensor::DeepCopy(y); in TEST() 161 Tensor z = tensor::DeepCopy(y); in TEST() 191 Tensor z = tensor::DeepCopy(y); in TEST()
|
D | tensor_util.cc | 33 Tensor DeepCopy(const Tensor& other) { in DeepCopy() function 35 DeepCopy(other, &tmp); in DeepCopy() 39 void DeepCopy(const Tensor& input, Tensor* output) { in DeepCopy() function
|
/external/protobuf/src/google/protobuf/ |
D | unknown_field_set.cc | 77 fields_.back().DeepCopy((other.fields_)[i]); in InternalMergeFrom() 88 fields_.back().DeepCopy((other.fields_)[i]); in MergeFrom() 182 fields_.back().DeepCopy(field); in AddField() 270 void UnknownField::DeepCopy(const UnknownField& other) { in DeepCopy() function in google::protobuf::UnknownField
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | unknown_field_set.cc | 77 fields_.back().DeepCopy((other.fields_)[i]); in InternalMergeFrom() 88 fields_.back().DeepCopy((other.fields_)[i]); in MergeFrom() 182 fields_.back().DeepCopy(field); in AddField() 270 void UnknownField::DeepCopy(const UnknownField& other) { in DeepCopy() function in google::protobuf::UnknownField
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_reorder_op.cc | 66 sparse::SparseTensor::Create(tensor::DeepCopy(input_ind), in operator ()() 67 tensor::DeepCopy(input_val), in operator ()()
|
D | sparse_reduce_op.cc | 182 tensor::DeepCopy(*indices_t), tensor::DeepCopy(*values_t), in Compute() 287 OP_REQUIRES_OK(ctx, SparseTensor::Create(tensor::DeepCopy(*indices_t), in Compute() 288 tensor::DeepCopy(*values_t), in Compute()
|
D | sparse_softmax_op.cc | 74 context, SparseTensor::Create(tensor::DeepCopy(*indices_t), in Compute() 75 tensor::DeepCopy(*values_t), shape, &st)); in Compute()
|
D | sparse_concat_op.cc | 76 tensor::DeepCopy(inds[i]), tensor::DeepCopy(vals[i]), in operator ()()
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_DeepCopy.pbtxt | 2 graph_op_name: "DeepCopy"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_DeepCopy.pbtxt | 2 graph_op_name: "DeepCopy"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | DeepCopy.pbtxt | 2 name: "DeepCopy"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | DeepCopy.pbtxt | 2 name: "DeepCopy"
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_SymbolDict.cpp | 15 std::unique_ptr<CJBig2_SymbolDict> CJBig2_SymbolDict::DeepCopy() const { in DeepCopy() function in CJBig2_SymbolDict
|
D | JBig2_SymbolDict.h | 23 std::unique_ptr<CJBig2_SymbolDict> DeepCopy() const;
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DeepCopy.pbtxt | 2 graph_op_name: "DeepCopy"
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | single_threaded_cpu_device.cc | 81 tensor::DeepCopy(*input_tensor, output_tensor); in CopyTensorInSameDevice()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 475 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in DeepCopy() function 476 return reinterpret_cast<RepeatedCompositeContainer*>(pself)->DeepCopy(); in DeepCopy() 524 {"__deepcopy__", DeepCopy, METH_VARARGS, "Makes a deep copy of the class."},
|
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 475 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in DeepCopy() function 476 return reinterpret_cast<RepeatedCompositeContainer*>(pself)->DeepCopy(); in DeepCopy() 524 {"__deepcopy__", DeepCopy, METH_VARARGS, "Makes a deep copy of the class."},
|
/external/libchrome/base/ |
D | values.h | 334 Value* DeepCopy() const; 585 DictionaryValue* DeepCopy() const; 729 ListValue* DeepCopy() const;
|