Home
last modified time | relevance | path

Searched refs:result_handle (Results 1 – 5 of 5) 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.cc286 Handle<Object> result_handle = custom.Call(call_data); in HandleApiCallAsFunctionOrConstructor() local
287 if (result_handle.is_null()) { in HandleApiCallAsFunctionOrConstructor()
290 result = *result_handle; in HandleApiCallAsFunctionOrConstructor()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc141 TensorHandle* result_handle = nullptr; in MaybeCopyInputToExpectedDevice() local
143 *handle, ctx, expected_input_device->name().c_str(), &result_handle); in MaybeCopyInputToExpectedDevice()
164 if (result_handle != nullptr) result_handle->Unref(); in MaybeCopyInputToExpectedDevice()
172 *handle = result_handle; in MaybeCopyInputToExpectedDevice()
/external/v8/src/ic/
Dic.cc2647 Handle<Object> result_handle = custom.Call(*call_handler_info); in RUNTIME_FUNCTION() local
2649 if (result_handle.is_null()) return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
2650 return *result_handle; in RUNTIME_FUNCTION()