Home
last modified time | relevance | path

Searched refs:ClError (Results 1 – 3 of 3) sorted by relevance

/dports/lang/python27/Python-2.7.18/Modules/
H A Dclmodule.c22 static PyObject *ClError; /* exception cl.error */ variable
54 PyErr_SetString(ClError, errbuf); in cl_ErrorHandler()
127 PyErr_SetString(ClError, "clCompressImage failed"); in cl_CompressImage()
193 PyErr_SetString(ClError, "close failed"); in doClose()
250 PyErr_SetString(ClError, "compress failed"); in clm_Compress()
261 PyErr_SetString(ClError, in clm_Compress()
299 PyErr_SetString(ClError, "decompress failed"); in clm_Decompress()
470 PyErr_SetString(ClError, "getparamid failed"); in clm_GetParamID()
562 PyErr_SetString(ClError, "getname failed"); in clm_GetName()
974 ClError = PyErr_NewException("cl.error", NULL, NULL); in initcl()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dclmodule.c22 static PyObject *ClError; /* exception cl.error */ variable
54 PyErr_SetString(ClError, errbuf); in cl_ErrorHandler()
127 PyErr_SetString(ClError, "clCompressImage failed"); in cl_CompressImage()
193 PyErr_SetString(ClError, "close failed"); in doClose()
250 PyErr_SetString(ClError, "compress failed"); in clm_Compress()
261 PyErr_SetString(ClError, in clm_Compress()
299 PyErr_SetString(ClError, "decompress failed"); in clm_Decompress()
470 PyErr_SetString(ClError, "getparamid failed"); in clm_GetParamID()
562 PyErr_SetString(ClError, "getname failed"); in clm_GetName()
974 ClError = PyErr_NewException("cl.error", NULL, NULL); in initcl()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
H A DMakeDeps.c749 BOOLEAN ClError; in ProcessClOutput() local
771 ClError = FALSE; in ProcessClOutput()
784 ClError = TRUE; in ProcessClOutput()
826 if (ClError) { in ProcessClOutput()