Searched refs:hresult (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ctypes/test/ |
D | test_win32.py | 75 self.assertEqual(ex.hresult, -1)
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_win32.py | 95 self.assertEqual(ex.hresult, -1)
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 5231 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.c | 5491 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/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |