Home
last modified time | relevance | path

Searched refs:hresult (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_win32.py75 self.assertEqual(ex.hresult, -1)
/external/python/cpython3/Lib/ctypes/test/
Dtest_win32.py95 self.assertEqual(ex.hresult, -1)
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c5231 PyObject *hresult, *text, *details; in comerror_init() local
5238 if (!PyArg_ParseTuple(args, "OOO:COMError", &hresult, &text, &details)) in comerror_init()
5249 if (PyObject_SetAttrString(self, "hresult", hresult) < 0) in comerror_init()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c5491 PyObject *hresult, *text, *details; in comerror_init() local
5495 if (!PyArg_ParseTuple(args, "OOOO:COMError", &self, &hresult, &text, &details)) in comerror_init()
5506 if (PyObject_SetAttrString(self, "hresult", hresult) < 0) in comerror_init()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...