Home
last modified time | relevance | path

Searched defs:HRESULT (Results 1 – 13 of 13) sorted by relevance

/external/crosvm/hypervisor/src/whpx/
Dvcpu.rs83 ) -> HRESULT; in io_port_cb()
87 ) -> HRESULT; in memory_cb()
93 ) -> HRESULT; in get_virtual_processor_registers_cb()
99 ) -> HRESULT; in set_virtual_processor_registers_cb()
106 ) -> HRESULT; in translate_gva_page_cb()
123 ) -> HRESULT { in io_port_cb()
174 ) -> HRESULT { in memory_cb()
219 ) -> HRESULT { in get_virtual_processor_registers_cb()
240 ) -> HRESULT { in set_virtual_processor_registers_cb()
262 ) -> HRESULT { in translate_gva_page_cb()
/external/cronet/third_party/googletest/src/docs/reference/
Dassertions.md508 ### EXPECT_HRESULT_SUCCEEDED {#EXPECT_HRESULT_SUCCEEDED}
515 ### EXPECT_HRESULT_FAILED {#EXPECT_HRESULT_FAILED}
/external/crosvm/win_audio/src/win_audio_impl/
Dcompletion_handler.rs101 ) -> HRESULT { in activate_completed()
122 ) -> HRESULT { in query_interface()
/external/cronet/base/win/
Dpost_async_results.h277 base::OnceCallback<void(HRESULT, internal::AsyncResultsT<T>)> in PostAsyncHandlers()
Dwindows_types.h66 typedef _Return_type_success_(return >= 0) long HRESULT; // NOLINT(runtime/int) typedef
/external/crosvm/hypervisor/src/whpx/whpx_sys/
DWinHvPlatform.h65 typedef long HRESULT; typedef
Dbindings.rs9051 pub type HRESULT = ::std::os::raw::c_long; typedef
9601 ) -> HRESULT; in WHvEmulatorCreateEmulator()
9604 pub fn WHvEmulatorDestroyEmulator(Emulator: WHV_EMULATOR_HANDLE) -> HRESULT; in WHvEmulatorDestroyEmulator()
9613 ) -> HRESULT; in WHvEmulatorTryIoEmulation()
9622 ) -> HRESULT; in WHvEmulatorTryMmioEmulation()
9643 ) -> HRESULT; in WHvGetCapability()
9646 pub fn WHvCreatePartition(Partition: *mut WHV_PARTITION_HANDLE) -> HRESULT; in WHvCreatePartition()
9649 pub fn WHvSetupPartition(Partition: WHV_PARTITION_HANDLE) -> HRESULT; in WHvSetupPartition()
9652 pub fn WHvDeletePartition(Partition: WHV_PARTITION_HANDLE) -> HRESULT; in WHvDeletePartition()
9661 ) -> HRESULT; in WHvGetPartitionProperty()
[all …]
/external/angle/src/common/
Ddebug.h29 typedef _Return_type_success_(return >= 0) long HRESULT; typedef
/external/lzma/CPP/Common/
DMyWindows.h82 #define HRESULT LONG macro
/external/python/cpython3/Lib/ctypes/
D__init__.py415 class HRESULT(_SimpleCData): class
/external/python/cpython2/Lib/ctypes/
D__init__.py407 class HRESULT(_SimpleCData): class
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1014 virtual STDMETHODIMP_(void) OnCacheComplete(__in HRESULT /*hrStatus*/) { in OnCacheComplete()
/external/mesa3d/include/D3D9/
Dd3d9types.h86 typedef int32_t HRESULT; typedef