Home
last modified time | relevance | path

Searched refs:hResult (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp119 HRESULT hResult = E_FAIL; in Process() local
122 return hResult; in Process()
130 hResult = Init (bWindowed); in Process()
131 if (SUCCEEDED (hResult)) in Process()
137 hResult = Render (pDst, pInfo); in Process()
140 hResult = Dump (pDst, pInfo, pFp); in Process()
145 return hResult; in Process()
149 HRESULT hResult = E_FAIL; in Render() local
161 hResult = InitResource (NULL, pInfo); in Render()
162 if (SUCCEEDED (hResult)) in Render()
[all …]
/third_party/typescript/tests/baselines/reference/
DstringLiteralTypesAsTypeParameterConstraint01.js17 let hResult = h("foo"); variable
18 hResult = h("bar");
32 var hResult = h("foo");
33 hResult = h("bar");
44 declare let hResult: "foo" | "bar";
DstringLiteralTypesAsTypeParameterConstraint01.symbols52 let hResult = h("foo");
53 >hResult : Symbol(hResult, Decl(stringLiteralTypesAsTypeParameterConstraint01.ts, 15, 3))
56 hResult = h("bar");
57 >hResult : Symbol(hResult, Decl(stringLiteralTypesAsTypeParameterConstraint01.ts, 15, 3))
DstringLiteralTypesAsTypeParameterConstraint01.types57 let hResult = h("foo");
58 >hResult : "foo" | "bar"
63 hResult = h("bar");
64 >hResult = h("bar") : "foo" | "bar"
65 >hResult : "foo" | "bar"
/third_party/typescript/tests/cases/conformance/types/stringLiteral/
DstringLiteralTypesAsTypeParameterConstraint01.ts18 let hResult = h("foo"); variable
19 hResult = h("bar");
/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_win.cc497 HRESULT hResult; in Clone() local
500 hResult = CreateEnumFormatEtc(m_nNumFormats, m_pFormatEtc, ppEnumFormatEtc); in Clone()
502 if (hResult == S_OK) { in Clone()
507 return hResult; in Clone()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dndis_events.c387 ndis_events_set_status(IWbemObjectSink *this, long lFlags, HRESULT hResult, in ndis_events_set_status() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dndis_events.c387 ndis_events_set_status(IWbemObjectSink *this, long lFlags, HRESULT hResult, in ndis_events_set_status() argument