/external/perfetto/src/protozero/ |
D | message_handle.cc | 31 message_->set_handle(this); in MessageHandleBase() 66 message_->set_handle(this); in Move()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.h | 238 void set_handle(const void* p, ChunkHandle h) { handles_[IndexFor(p)] = h; } in set_handle() function 239 void erase(const void* p) { set_handle(p, kInvalidChunkHandle); } in erase() 291 void set_handle(const void* p, ChunkHandle h) { in set_handle() function 292 return MutableRegionFor(p)->set_handle(p, h); in set_handle()
|
D | bfc_allocator.cc | 158 region_manager_.set_handle(c->ptr, h); in Extend() 365 region_manager_.set_handle(new_chunk->ptr, h_new_chunk); in SplitChunk()
|
/external/v4l2_codec2/vda/ |
D | bitstream_buffer.h | 59 void set_handle(const base::SharedMemoryHandle& handle) { handle_ = handle; } in set_handle() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | compilation_cache.cc | 50 handle.set_handle(key); in Insert()
|
D | execution_tracker.cc | 61 execution_handle.set_handle(handle); in Register()
|
D | channel_tracker.cc | 69 result.set_handle(handle_value); in AllocateHandle()
|
D | allocation_tracker.cc | 99 result.set_handle(handle); in RegisterInternal()
|
D | service.cc | 775 device_handle.set_handle(i); in GetDeviceHandles() 1156 device_handle.set_handle(0); in SingleComputationDeviceHandle()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | interface_ptr_info.h | 49 void set_handle(ScopedMessagePipeHandle handle) { in set_handle() function
|
D | associated_interface_ptr_info.h | 54 void set_handle(ScopedInterfaceEndpointHandle handle) { in set_handle() function
|
D | interface_request.h | 149 ptr_info->set_handle(std::move(pipe.handle0)); in MakeRequest()
|
D | associated_interface_ptr.h | 212 ptr_info->set_handle(std::move(handle0)); in MakeRequest()
|
/external/tensorflow/tensorflow/python/client/ |
D | session_ref.cc | 320 resp->set_handle(*handle); in RecordMakeCallable() 332 req->set_handle(handle); in RecordRunCallable() 354 req->set_handle(handle); in RecordReleaseCallable()
|
/external/tensorflow/tensorflow/core/framework/ |
D | log_memory.cc | 44 step.set_handle(handle); in RecordStep()
|
/external/nos/host/android/hals/keymaster/ |
D | KeymasterDevice.cpp | 755 continueRequest.mutable_handle()->set_handle(operationHandle); in attestKey() 769 finishRequest.mutable_handle()->set_handle(operationHandle); in attestKey() 1083 request.mutable_handle()->set_handle(operationHandle); in update() 1183 request.mutable_handle()->set_handle(operationHandle); in finish() 1226 request.mutable_handle()->set_handle(operationHandle); in abort()
|
/external/perfetto/include/perfetto/protozero/ |
D | message.h | 91 void set_handle(MessageHandleBase* handle) { handle_ = handle; } in set_handle() function
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | interface_serialization.h | 45 output->set_handle(std::move(handle));
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_session.cc | 428 req.set_handle(handle); in RunCallable() 452 req.set_handle(handle); in ReleaseCallable()
|
/external/autotest/client/bin/net/ |
D | net_tc.py | 183 def set_handle(self, handle): member in tcfilter
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.cc | 1931 resp->set_handle(handle); in MakeCallable()
|