HomeSort by relevance Sort by last modified time
    Searched refs:result_handle (Results 1 - 5 of 5) sorted by null

  /external/libchrome/mojo/public/cpp/system/
buffer.cc 28 SharedBufferHandle result_handle; local
29 MojoDuplicateBufferHandle(value(), &options, result_handle.mutable_value());
30 result.reset(result_handle);
  /external/libchrome/ipc/
ipc_message_utils_unittest.cc 108 IPC::ChannelHandle result_handle; local
109 EXPECT_TRUE(IPC::ReadParam(&message, &iter, &result_handle));
110 EXPECT_EQ(channel_handle.mojo_handle, result_handle.mojo_handle);
  /external/v8/src/builtins/
builtins-api.cc 286 Handle<Object> result_handle = custom.Call(call_data); local
287 if (result_handle.is_null()) {
290 result = *result_handle;
  /external/tensorflow/tensorflow/core/common_runtime/eager/
execute.cc 141 TensorHandle* result_handle = nullptr; local
143 *handle, ctx, expected_input_device->name().c_str(), &result_handle);
164 if (result_handle != nullptr) result_handle->Unref();
172 *handle = result_handle;
    [all...]
  /external/v8/src/ic/
ic.cc 2647 Handle<Object> result_handle = custom.Call(*call_handler_info); local
    [all...]

Completed in 7395 milliseconds