Home
last modified time | relevance | path

Searched refs:result_handle (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/public/cpp/system/
Dbuffer.cc28 SharedBufferHandle result_handle; in Clone() local
29 MojoDuplicateBufferHandle(value(), &options, result_handle.mutable_value()); in Clone()
30 result.reset(result_handle); in Clone()
/external/libchrome/ipc/
Dipc_message_utils_unittest.cc108 IPC::ChannelHandle result_handle; in TEST() local
109 EXPECT_TRUE(IPC::ReadParam(&message, &iter, &result_handle)); in TEST()
110 EXPECT_EQ(channel_handle.mojo_handle, result_handle.mojo_handle); in TEST()
/external/v8/src/builtins/
Dbuiltins-api.cc274 Handle<Object> result_handle = custom.Call(call_data); in HandleApiCallAsFunctionOrConstructor() local
275 if (result_handle.is_null()) { in HandleApiCallAsFunctionOrConstructor()
278 result = *result_handle; in HandleApiCallAsFunctionOrConstructor()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc139 TensorHandle* result_handle = nullptr; in CopyInputToExpectedDevice() local
148 ctx->MirrorTensors(), &result_handle); in CopyInputToExpectedDevice()
157 *result = result_handle; in CopyInputToExpectedDevice()