/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWayland.cpp | 99 throw ResourceError("Failed to open display", name, __FILE__, __LINE__); in Display() 103 throw ResourceError("Failed to get registry", name, __FILE__, __LINE__); in Display() 108 throw ResourceError("Failed to bind compositor", name, __FILE__, __LINE__); in Display() 110 throw ResourceError("Failed to bind shell", name, __FILE__, __LINE__); in Display() 156 throw ResourceError("Failed to create ", "surface", __FILE__, __LINE__); in Window() 160 throw ResourceError("Failed to create ", "shell_surface", __FILE__, __LINE__); in Window() 173 throw ResourceError("Failed to create ", "window", __FILE__, __LINE__); in Window()
|
/external/python/cpython2/Modules/ |
D | resource.c | 22 static PyObject *ResourceError; variable 77 PyErr_SetFromErrno(ResourceError); in resource_getrusage() 129 PyErr_SetFromErrno(ResourceError); in resource_getrlimit() 201 PyErr_SetFromErrno(ResourceError); in resource_setrlimit() 256 if (ResourceError == NULL) { in initresource() 257 ResourceError = PyErr_NewException("resource.error", in initresource() 260 Py_INCREF(ResourceError); in initresource() 261 PyModule_AddObject(m, "error", ResourceError); in initresource()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 217 throw ResourceError("Failed to load core WGL functions"); in Library() 231 throw ResourceError("Failed to set pixel format for temporary context creation"); in Library() 240 throw ResourceError("Failed to create temporary WGL context"); in Library() 260 throw ResourceError("Failed to load WGL extension functions"); in Library() 297 TCU_THROW(ResourceError, "Failed to query number of WGL pixel formats"); in getPixelFormats() 334 TCU_THROW(ResourceError, "Pixel format query failed"); in getPixelFormatAttribs() 504 throw ResourceError("DescribePixelFormat() failed"); in Context() 507 throw ResourceError("Failed to set pixel format"); in Context() 521 TCU_THROW(ResourceError, "Failed to create WGL context"); in Context() 526 TCU_THROW(ResourceError, "wglMakeCurrent() failed"); in Context() [all …]
|
/external/deqp/framework/common/ |
D | tcuDefs.hpp | 96 class ResourceError : public TestException class 99 ResourceError (const char* message, const char* expr, const char* file, int line); 100 ResourceError (const std::string& message); 101 virtual ~ResourceError (void) throw() {} in ~ResourceError()
|
D | tcuDefs.cpp | 112 ResourceError::ResourceError (const char* message, const char* expr, const char* file, int line) in ResourceError() function in tcu::ResourceError 117 ResourceError::ResourceError (const std::string& message) in ResourceError() function in tcu::ResourceError
|
D | tcuResource.cpp | 53 throw ResourceError("Failed to open file", filename, __FILE__, __LINE__); in FileResource()
|
D | tcuTestLog.cpp | 34 class LogWriteFailedError : public ResourceError 37 LogWriteFailedError (void) : ResourceError("Writing to test log failed") {} in LogWriteFailedError() 187 throw ResourceError(std::string("Failed to open test log file '") + fileName + "'"); in TestLog()
|
/external/fonttools/Lib/fontTools/misc/ |
D | macRes.py | 13 class ResourceError(Exception): class 29 except (ResourceError, IOError): 61 raise ResourceError("Failed to seek offset ('offset' is too large)") 63 raise ResourceError('Failed to seek offset (reached EOF)') 67 raise ResourceError("Cannot read resource ('numBytes' is too large)") 69 raise ResourceError('Cannot read resource (not enough data)')
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | macUtils.py | 4 from fontTools.misc.macRes import ResourceReader, ResourceError 14 except ResourceError:
|
/external/deqp/framework/opengl/ |
D | gluDefs.cpp | 52 : tcu::ResourceError(message, expr, file, line) in OutOfMemoryError() 57 : tcu::ResourceError(message) in OutOfMemoryError()
|
D | gluDefs.hpp | 66 class OutOfMemoryError : public tcu::ResourceError
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.mm | 51 throw ResourceError("View is already is in use"); 126 throw ResourceError("Failed to create EAGL context"); 131 throw ResourceError("Failed to set current EAGL context"); 239 throw ResourceError("Failed to allocate color renderbuffer"); 290 throw ResourceError("presentRenderbuffer() failed");
|
/external/deqp/framework/egl/ |
D | egluDefs.cpp | 68 : tcu::ResourceError(errStr) in BadAllocError() 73 : tcu::ResourceError(message, expr, file, line) in BadAllocError()
|
D | egluNativeWindow.hpp | 67 class WindowDestroyedError : public tcu::ResourceError 70 WindowDestroyedError (const std::string& message) : tcu::ResourceError(message) {} in WindowDestroyedError()
|
D | egluDefs.hpp | 52 class BadAllocError : public tcu::ResourceError
|
D | egluGLContextFactory.cpp | 513 throw tcu::ResourceError(string("eglSwapBuffers() failed: ") + getErrorStr(error).toString()); in postIterate() 553 throw tcu::ResourceError(string("Failed to re-create window: ") + e.what()); in postIterate() 560 throw tcu::ResourceError(string("eglSwapBuffers() failed: ") + getErrorStr(error).toString()); in postIterate()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDefs.cpp | 60 : tcu::ResourceError(message, expr, file, line) in OutOfMemoryError() 67 : tcu::ResourceError(message) in OutOfMemoryError()
|
D | vkBinaryRegistry.hpp | 59 class ProgramNotFoundException : public tcu::ResourceError 63 …: tcu::ResourceError("Program " + id.testCasePath + " / '" + id.programName + "' not found: " + re… in ProgramNotFoundException()
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 275 throw tcu::ResourceError("eglGetDisplay() failed"); in EglRenderContext() 336 throw tcu::ResourceError("surfaceless couldn't find any config"); in EglRenderContext() 339 throw tcu::ResourceError("surfaceless couldn't find any config"); in EglRenderContext() 392 throw tcu::ResourceError("eglCreateContext failed"); in EglRenderContext()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTestCaseWrapper.cpp | 71 catch (const tcu::ResourceError& e) in initTestCase() 149 catch (const tcu::ResourceError& e) in iterateTestCase()
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 182 throw ResourceError("Failed to create CGL context"); in CGLRenderContext() 185 throw ResourceError("Failed to set current CGL context"); in CGLRenderContext()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.cpp | 110 TCU_THROW(ResourceError, "Device reports an empty set of queue family properties"); in createDeviceSupportingQueues() 118 TCU_THROW(ResourceError, "Device reports an empty set of queue family properties"); in createDeviceSupportingQueues()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidAssets.cpp | 52 throw ResourceError("Failed to open asset resource", name, __FILE__, __LINE__); in AssetResource()
|
D | tcuAndroidPlatform.cpp | 173 throw ResourceError("Native window is not available", DE_NULL, __FILE__, __LINE__); in createWindow() 266 TCU_THROW(ResourceError, "Native window is not available"); in createWindow()
|
/external/deqp/modules/gles31/ |
D | tes31TestPackage.cpp | 84 catch (const tcu::ResourceError& e) in iterate()
|