HomeSort by relevance Sort by last modified time
    Searched refs:Clone (Results 351 - 375 of 539) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemcli.h 898 virtual HRESULT STDMETHODCALLTYPE Clone(
    [all...]
tapi3if.h     [all...]
objidlbase.h     [all...]
mlang.h     [all...]
mstask.h     [all...]
activdbg.h     [all...]
  /external/golang-protobuf/proto/
any_test.go 224 got := proto.Clone(tt.m)
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.cpp 222 std::unique_ptr<CPDF_Object> pClone = pDV->Clone();
228 m_pDict->SetFor("RV", pDV->Clone());
  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.cpp 406 pNoteDriver->ProcessMessage(pMessage->Clone());
408 pNoteDriver->QueueMessage(pMessage->Clone());
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Any.cs 125 public Any Clone() {
Duration.cs 108 public Duration Clone() {
Timestamp.cs 120 public Timestamp Clone() {
  /external/tensorflow/tensorflow/contrib/quantize/python/
fold_batch_norms.py 652 return _OP_CLONER.Clone(op, inputs, new_name)
710 def Clone(self, op, inputs, new_name):
    [all...]
  /frameworks/base/tools/aapt2/
ResourceTable.cpp 613 std::unique_ptr<ResourceTable> ResourceTable::Clone() const {
632 new_value->value.reset(config_value->value->Clone(&new_table->string_pool));
  /frameworks/base/tools/aapt2/format/binary/
TableFlattener_test.cpp 255 std::unique_ptr<Value>(value->Clone(nullptr)),
261 std::unique_ptr<Value>(value->Clone(nullptr)),
  /external/libmojo/mojo/public/cpp/bindings/tests/
union_unittest.cc 115 PodUnionPtr pod_clone = pod.Clone();
340 ObjectUnionPtr pod_clone = pod.Clone();
532 SmallStructPtr clone = small_struct.Clone(); local
533 EXPECT_EQ(10, clone->pod_union->get_f_int8());
    [all...]
  /external/pdfium/core/fxge/dib/
cfx_dibsource.cpp 612 RetainPtr<CFX_DIBitmap> CFX_DIBSource::Clone(const FX_RECT* pClip) const {
926 return Clone(nullptr);
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
function.cc 185 Status Clone(std::unique_ptr<FunctionLibraryDefinition>* out_lib_def,
901 Status FunctionLibraryRuntimeImpl::Clone(
906 parent_->Clone(env_, graph_def_version_, optimizer_.options(),
1194 Node* clone = g->AddNode(ndef, &s); local
    [all...]
  /external/dng_sdk/source/
dng_xmp_sdk.cpp 152 fMeta = new SXMPMeta (xmp.fMeta->Clone (0));
  /external/libmojo/mojo/public/cpp/system/tests/
core_unittest.cc 493 h0->Clone(SharedBufferHandle::AccessMode::READ_ONLY);
  /external/pdfium/xfa/fxfa/
cxfa_ffwidgethandler.cpp 516 ->Clone(false);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 205 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
347 NewSU = Clone(SU);
  /external/v8/src/compiler/
node.cc 119 Node* Node::Clone(Zone* zone, NodeId id, const Node* node) {
124 Node* const clone = New(zone, id, node->op(), input_count, inputs, false); local
125 clone->set_type(node->type());
126 return clone;
node.h 47 static Node* Clone(Zone* zone, NodeId id, const Node* node);
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator_test.cpp 303 std::unique_ptr<Styleable>(styleable.Clone(nullptr)))

Completed in 2286 milliseconds

<<11121314151617181920>>