/external/llvm-project/lldb/test/API/functionalities/signal/raise/ |
D | TestRaise.py | 50 def set_handle(self, signal, pass_signal, stop_at_signal, notify_signal): member in RaiseTestCase 87 self.set_handle(signal, "false", "true", "true") 110 self.set_handle(signal, "false", "false", "true") 124 self.set_handle(signal, "false", "false", "false") 134 self.set_handle(signal, default_pass, default_stop, default_notify) 141 self.set_handle(signal, "true", "true", "true") 167 self.set_handle(signal, "true", "false", "true") 181 self.set_handle(signal, "true", "false", "false") 190 self.set_handle(signal, default_pass, default_stop, default_notify)
|
/external/openscreen/cast/streaming/ |
D | rpc_broker_unittest.cc | 41 void set_handle(RpcBroker::Handle handle) { handle_ = handle; } in set_handle() function in openscreen::cast::__anon832ba4080111::FakeMessager 68 fake_messager_->set_handle(handle); in SetUp() 81 rpc.set_handle(fake_messager_->handle()); in TEST_F() 103 sent_rpc.set_handle(fake_messager_->handle()); in TEST_F() 119 sent_rpc.set_handle(fake_messager_->handle()); in TEST_F() 136 sent_rpc.set_handle(different_handle); in TEST_F()
|
/external/perfetto/src/protozero/ |
D | message_handle.cc | 29 message_->set_handle(this); in MessageHandleBase() 62 message_->set_handle(this); in Move()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.h | 314 void set_handle(const void* p, ChunkHandle h) { handles_[IndexFor(p)] = h; } in set_handle() function 315 void erase(const void* p) { set_handle(p, kInvalidChunkHandle); } in erase() 403 void set_handle(const void* p, ChunkHandle h) { in set_handle() function 404 return MutableRegionFor(p)->set_handle(p, h); in set_handle()
|
D | bfc_allocator.cc | 182 region_manager_.set_handle(c->ptr, h); in Extend() 607 region_manager_.set_handle(new_chunk->ptr, h_new_chunk); in SplitChunk()
|
/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 | 91 result.set_handle(handle); in RegisterInternal()
|
D | service.cc | 748 device_handle.set_handle(i); in GetDeviceHandles() 1133 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/arm-trusted-firmware/drivers/io/ |
D | io_storage.c | 84 static void set_handle(uintptr_t *handle, io_entity_t *entity) in set_handle() function 226 set_handle(handle, entity); in io_open()
|
/external/tensorflow/tensorflow/core/framework/ |
D | log_memory.cc | 43 step.set_handle(handle); in RecordStep()
|
/external/tensorflow/tensorflow/python/client/ |
D | session_ref.cc | 321 resp->set_handle(*handle); in RecordMakeCallable() 333 req->set_handle(handle); in RecordRunCallable() 355 req->set_handle(handle); in RecordReleaseCallable()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | interface_serialization.h | 45 output->set_handle(std::move(handle));
|
/external/perfetto/include/perfetto/protozero/ |
D | message.h | 88 void set_handle(MessageHandleBase* handle) { handle_ = handle; } in set_handle() function
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_session.cc | 446 req.set_handle(handle); in RunCallable() 470 req.set_handle(handle); in ReleaseCallable()
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/ |
D | recording_tpu_driver.cc | 257 r.mutable_dealloc()->set_handle(recording_handle_id); in Deallocate()
|
D | grpc_tpu_driver.cc | 776 req->mutable_dealloc()->set_handle(grpc_handle->id().AsInt()); in Deallocate()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_function_importer.cc | 977 if (channel_id) channel_handle.set_handle(*channel_id); in ConvertChannelHandle()
|
D | mlir_hlo_to_hlo.cc | 278 channel_handle.set_handle(ConvertAPInt(attr.handle().getValue())); in Convert_channel_handle()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.cc | 2030 resp->set_handle(handle); in MakeCallable()
|