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

  /external/python/cpython2/Modules/
clmodule.c 22 static PyObject *ClError; /* exception cl.error */
54 PyErr_SetString(ClError, errbuf);
127 PyErr_SetString(ClError, "clCompressImage failed");
169 PyErr_SetString(ClError, "clDecompressImage failed");
193 PyErr_SetString(ClError, "close failed");
250 PyErr_SetString(ClError, "compress failed");
261 PyErr_SetString(ClError,
299 PyErr_SetString(ClError, "decompress failed");
470 PyErr_SetString(ClError, "getparamid failed");
562 PyErr_SetString(ClError, "getname failed")
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 749 BOOLEAN ClError;
771 ClError = FALSE;
784 ClError = TRUE;
826 if (ClError) {
    [all...]

Completed in 897 milliseconds