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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dimm.h 244 virtual HRESULT STDMETHODCALLTYPE Clone(
279 HRESULT (STDMETHODCALLTYPE *Clone)(
309 #define IEnumInputContext_Clone(This,ppEnum) (This)->lpVtbl->Clone(This,ppEnum)
326 return This->lpVtbl->Clone(This,ppEnum);
    [all...]
xpsobjectmodel_1.h     [all...]
activscp.h     [all...]
dmusici.h     [all...]
  /external/golang-protobuf/proto/
all_test.go     [all...]
  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp     [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 683 RetainPtr<CFX_DIBitmap> pCloned = pBitmap->Clone(pSrcRect);
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 51 Dependencies = new ReadOnlyCollection<FileDescriptor>((FileDescriptor[]) dependencies.Clone());
  /external/tensorflow/tensorflow/contrib/verbs/
rdma.cc     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_linux.go 110 // Clone, the Linux rfork.
140 func clone(flags int32, stk, mp, gp, fn unsafe.Pointer) int32 func
149 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " clone=", funcPC(clone), " id=", mp.id, " ostk=", &mp, "\n")
152 // Disable signals during clone, so that the new thread starts
156 ret := clone(cloneFlags, stk, unsafe.Pointer(mp), unsafe.Pointer(mp.g0), unsafe.Pointer(funcPC(mstart)))
176 ret := clone(cloneFlags, unsafe.Pointer(uintptr(stack)+stacksize), nil, nil, fn)
  /prebuilts/go/linux-x86/src/runtime/
os_linux.go 110 // Clone, the Linux rfork.
140 func clone(flags int32, stk, mp, gp, fn unsafe.Pointer) int32 func
149 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " clone=", funcPC(clone), " id=", mp.id, " ostk=", &mp, "\n")
152 // Disable signals during clone, so that the new thread starts
156 ret := clone(cloneFlags, stk, unsafe.Pointer(mp), unsafe.Pointer(mp.g0), unsafe.Pointer(funcPC(mstart)))
176 ret := clone(cloneFlags, unsafe.Pointer(uintptr(stack)+stacksize), nil, nil, fn)
  /art/runtime/mirror/
object.h 136 Object* Clone(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_)
    [all...]
  /external/dng_sdk/source/
dng_negative.h 285 virtual dng_metadata * Clone (dng_memory_allocator &allocator) const;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 211 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
354 NewSU = Clone(SU);
ScheduleDAGSDNodes.cpp 89 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) {
139 // Helper for AddGlue to clone node operands.
318 // FIXME: Multiply by 2 because we may clone nodes during scheduling.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 81 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) {
280 // FIXME: Multiply by 2 because we may clone nodes during scheduling.
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_computation.cc 731 std::unique_ptr<HloComputation> HloComputation::Clone(const string& suffix,
791 // Clone control dependencies.
hlo_computation_test.cc 440 auto clone = computation->Clone(); local
442 auto cloned_add = clone->root_instruction();
hlo_instruction.h     [all...]
hlo_rematerialization.cc     [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
common.go 540 // Clone returns a shallow clone of c. It is safe to clone a Config that is
542 func (c *Config) Clone() *Config {
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
common.go 540 // Clone returns a shallow clone of c. It is safe to clone a Config that is
542 func (c *Config) Clone() *Config {
    [all...]
  /system/core/debuggerd/libdebuggerd/
tombstone.cpp 422 std::unique_ptr<Regs> regs_copy(thread_info.registers->Clone());

Completed in 603 milliseconds

<<11121314151617181920>>