/external/libchrome/mojo/public/cpp/platform/ |
D | platform_handle.cc | 133 MojoPlatformHandle* out_handle) { in ToMojoPlatformHandle() argument 134 DCHECK(out_handle); in ToMojoPlatformHandle() 135 out_handle->struct_size = sizeof(MojoPlatformHandle); in ToMojoPlatformHandle() 137 out_handle->type = MOJO_PLATFORM_HANDLE_TYPE_INVALID; in ToMojoPlatformHandle() 138 out_handle->value = 0; in ToMojoPlatformHandle() 144 out_handle->type = MOJO_PLATFORM_HANDLE_TYPE_WINDOWS_HANDLE; in ToMojoPlatformHandle() 145 out_handle->value = in ToMojoPlatformHandle() 150 out_handle->type = MOJO_PLATFORM_HANDLE_TYPE_FUCHSIA_HANDLE; in ToMojoPlatformHandle() 151 out_handle->value = handle.TakeHandle().release(); in ToMojoPlatformHandle() 156 out_handle->type = MOJO_PLATFORM_HANDLE_TYPE_MACH_PORT; in ToMojoPlatformHandle() [all …]
|
/external/mesa3d/src/gallium/auxiliary/renderonly/ |
D | renderonly.c | 70 struct winsys_handle *out_handle) in renderonly_create_kms_dumb_buffer_for_resource() argument 96 if (!out_handle) in renderonly_create_kms_dumb_buffer_for_resource() 100 memset(out_handle, 0, sizeof(*out_handle)); in renderonly_create_kms_dumb_buffer_for_resource() 101 out_handle->type = DRM_API_HANDLE_TYPE_FD; in renderonly_create_kms_dumb_buffer_for_resource() 102 out_handle->stride = create_dumb.pitch; in renderonly_create_kms_dumb_buffer_for_resource() 105 (int *)&out_handle->handle); in renderonly_create_kms_dumb_buffer_for_resource() 126 struct winsys_handle *out_handle) in renderonly_create_gpu_import_for_resource() argument
|
D | renderonly.h | 61 struct winsys_handle *out_handle); 72 struct winsys_handle *out_handle) in renderonly_scanout_for_resource() argument 74 return ro->create_for_resource(rsc, ro, out_handle); in renderonly_scanout_for_resource() 101 struct winsys_handle *out_handle); 109 struct winsys_handle *out_handle);
|
/external/tensorflow/tensorflow/python/client/ |
D | tf_session_helper.h | 68 int64_t* out_handle, 72 int64_t* out_handle, TF_Status* out_status); 101 const char** out_handle); 170 const char** out_handle, TF_Status* status);
|
D | tf_session_helper.cc | 174 const TF_Buffer* callable_options, int64_t* out_handle, in MakeCallableHelper() argument 191 *out_handle = handle; in MakeCallableHelper() 197 int64_t* out_handle, in TF_DeprecatedSessionMakeCallable() argument 199 MakeCallableHelper(session->session, callable_options, out_handle, in TF_DeprecatedSessionMakeCallable() 204 int64_t* out_handle, TF_Status* out_status) { in TF_SessionMakeCallable() argument 205 MakeCallableHelper(session->session, callable_options, out_handle, in TF_SessionMakeCallable() 328 const char** out_handle) { in TF_PRunSetup_wrapper() argument 334 out_handle, out_status); in TF_PRunSetup_wrapper() 523 const char** out_handle, in TF_SessionPRunSetup_wrapper() argument 529 out_handle, out_status); in TF_SessionPRunSetup_wrapper()
|
D | tf_session.i | 301 %typemap(in, numinputs=0) char** out_handle ( 328 %typemap(argout) char** out_handle { 446 %typemap(in, numinputs=0) int64_t* out_handle (int64_t out_handle) { 447 $1 = &out_handle; 450 %typemap(argout) int64_t* out_handle {
|
D | session_ref.h | 68 CallableHandle* out_handle) override;
|
D | session_ref.cc | 464 CallableHandle* out_handle) { in MakeCallable() argument 465 LOG_AND_RUN_OPERATION(MakeCallable, callable_options, out_handle); in MakeCallable()
|
/external/libchrome/mojo/core/ |
D | channel_fuchsia.cc | 90 PlatformHandle out_handle; in WrapPlatformHandles() local 92 out_handle = PlatformHandle(std::move(handles->front())); in WrapPlatformHandles() 122 out_handle = PlatformHandle(std::move(out_fd)); in WrapPlatformHandles() 124 return out_handle; in WrapPlatformHandles()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_session.h | 99 CallableHandle* out_handle) override; 124 Status Handle(string* out_handle) LOCKS_EXCLUDED(mu_);
|
D | grpc_session.cc | 102 Status GrpcSession::Handle(string* out_handle) { in Handle() argument 107 *out_handle = handle_; in Handle() 409 CallableHandle* out_handle) { in MakeCallable() argument 418 *out_handle = resp.handle(); in MakeCallable()
|
/external/tensorflow/tensorflow/cc/client/ |
D | client_session.cc | 131 CallableHandle* out_handle) { in MakeCallable() argument 133 return impl()->session_->MakeCallable(callable_options, out_handle); in MakeCallable()
|
D | client_session.h | 98 CallableHandle* out_handle);
|
/external/minigbm/cros_gralloc/ |
D | cros_gralloc_driver.h | 24 buffer_handle_t *out_handle);
|
D | cros_gralloc_driver.cc | 87 buffer_handle_t *out_handle) in allocate() argument 161 *out_handle = &hnd->base; in allocate()
|
/external/clang/tools/scan-build-py/tests/functional/cases/ |
D | test_from_cdb.py | 24 with open(target_file, 'w') as out_handle: 27 out_handle.write(temp.substitute(path=path))
|
/external/tensorflow/tensorflow/core/public/ |
D | session.h | 206 CallableHandle* out_handle) { in MakeCallable() argument
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | message.cc | 79 ScopedMessageHandle* out_handle, in CreateSerializedMessageObject() argument 112 *out_handle = std::move(handle); in CreateSerializedMessageObject()
|
/external/libdrm/amdgpu/ |
D | amdgpu_cs.c | 752 uint32_t *out_handle) in amdgpu_cs_fence_to_handle() argument 768 *out_handle = fth.out.handle; in amdgpu_cs_fence_to_handle()
|
D | amdgpu.h | 1525 uint32_t *out_handle);
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.h | 112 CallableHandle* out_handle) override;
|
D | direct_session.cc | 1722 CallableHandle* out_handle) { in MakeCallable() argument 1733 *out_handle = next_callable_handle_++; in MakeCallable() 1734 callables_[*out_handle] = {std::move(ek), std::move(func_info)}; in MakeCallable()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.cc | 1800 const std::vector<ShapeAndType>* out_handle = nullptr; in UpdateMerge() local 1819 out_handle = input_handle; in UpdateMerge() 1828 if (out_handle) ic->set_output_handle_shapes_and_types(0, *out_handle); in UpdateMerge()
|