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

  /external/llvm/tools/llvm-pdbdump/
BuiltinDumper.cpp 64 case PDB_BuiltinType::HResult:
65 return "HRESULT";
67 return "HRESULT";
  /external/opencv3/modules/videoio/src/cap_winrt/
MFIncludes.hpp 58 #define CHK(statement) {HRESULT _hr = (statement); if (FAILED(_hr)) { throw ref new Platform::COMException(_hr); };}
123 HRESULT OriginateError(__in HRESULT hr, __in wchar_t const (&str)[N])
133 inline HRESULT OriginateError(__in HRESULT hr)
144 HRESULT ExceptionBoundary(Lambda&& lambda)
153 return e->HResult;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 367 HResult = 31
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DInterop.cpp 260 HRESULT hr = reinterpret_cast<IUnknown*>(captureDevice)->QueryInterface(__uuidof(ICameraCaptureDeviceNative), (void**) &iCameraCaptureDeviceNative);
276 HResult hr = action->ErrorCode;
313 HRESULT Direct3DInterop::Connect(_In_ IDrawingSurfaceRuntimeHostNative* host)
329 HRESULT Direct3DInterop::PrepareResources(_In_ const LARGE_INTEGER* presentTargetTime, _Out_ BOOL* contentDirty)
340 HRESULT Direct3DInterop::GetTexture(_In_ const DrawingSurfaceSizeF* size, _Out_ IDrawingSurfaceSynchronizedTextureNative** synchronizedTexture, _Out_ DrawingSurfaceRectF* textureSubRectangle)
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 215 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall;
287 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall;
509 function TList<T>.QueryInterface(const IID: TGUID; out Obj): HResult;
675 out Obj): HResult;

Completed in 577 milliseconds