Home
last modified time | relevance | path

Searched refs:DeepCopy (Results 1 – 25 of 74) sorted by relevance

123

/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer_test.cc81 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/
Dpolicy_bundle.cc38 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()
Dpolicy_map.cc21 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()
Dpolicy_map.h46 Entry DeepCopy() const;
110 std::unique_ptr<PolicyMap> DeepCopy() const;
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h218 DeepCopy(); in Event()
223 DeepCopy(); in Event()
230 DeepCopy();
237 void DeepCopy();
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h218 DeepCopy(); in Event()
223 DeepCopy(); in Event()
230 DeepCopy();
237 void DeepCopy();
/external/tensorflow/tensorflow/core/framework/
Dtensor_util_test.cc37 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()
Dtensor_util.cc33 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/
Dunknown_field_set.cc77 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/
Dunknown_field_set.cc77 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/
Dsparse_reorder_op.cc66 sparse::SparseTensor::Create(tensor::DeepCopy(input_ind), in operator ()()
67 tensor::DeepCopy(input_val), in operator ()()
Dsparse_reduce_op.cc182 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()
Dsparse_softmax_op.cc74 context, SparseTensor::Create(tensor::DeepCopy(*indices_t), in Compute()
75 tensor::DeepCopy(*values_t), shape, &st)); in Compute()
Dsparse_concat_op.cc76 tensor::DeepCopy(inds[i]), tensor::DeepCopy(vals[i]), in operator ()()
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_DeepCopy.pbtxt2 graph_op_name: "DeepCopy"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_DeepCopy.pbtxt2 graph_op_name: "DeepCopy"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DDeepCopy.pbtxt2 name: "DeepCopy"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DDeepCopy.pbtxt2 name: "DeepCopy"
/external/pdfium/core/fxcodec/jbig2/
DJBig2_SymbolDict.cpp15 std::unique_ptr<CJBig2_SymbolDict> CJBig2_SymbolDict::DeepCopy() const { in DeepCopy() function in CJBig2_SymbolDict
DJBig2_SymbolDict.h23 std::unique_ptr<CJBig2_SymbolDict> DeepCopy() const;
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DeepCopy.pbtxt2 graph_op_name: "DeepCopy"
/external/tensorflow/tensorflow/core/common_runtime/
Dsingle_threaded_cpu_device.cc81 tensor::DeepCopy(*input_tensor, output_tensor); in CopyTensorInSameDevice()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc475 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/
Drepeated_composite_container.cc475 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/
Dvalues.h334 Value* DeepCopy() const;
585 DictionaryValue* DeepCopy() const;
729 ListValue* DeepCopy() const;

123