Home
last modified time | relevance | path

Searched refs:ResourceError (Results 1 – 25 of 32) sorted by relevance

12

/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.cpp82 throw ResourceError("Failed to open display", name, __FILE__, __LINE__); in Display()
86 throw ResourceError("Failed to get registry", name, __FILE__, __LINE__); in Display()
91 throw ResourceError("Failed to bind compositor", name, __FILE__, __LINE__); in Display()
93 throw ResourceError("Failed to bind shell", name, __FILE__, __LINE__); in Display()
139 throw ResourceError("Failed to create ", "surface", __FILE__, __LINE__); in Window()
143 throw ResourceError("Failed to create ", "shell_surface", __FILE__, __LINE__); in Window()
156 throw ResourceError("Failed to create ", "window", __FILE__, __LINE__); in Window()
/external/python/cpython2/Modules/
Dresource.c22 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/
DtcuWGL.cpp203 throw ResourceError("Failed to load core WGL functions"); in Library()
217 throw ResourceError("Failed to set pixel format for temporary context creation"); in Library()
226 throw ResourceError("Failed to create temporary WGL context"); in Library()
244 throw ResourceError("Failed to load WGL extension functions"); in Library()
271 throw ResourceError("Failed to query number of WGL pixel formats"); in getPixelFormats()
327 throw ResourceError("Pixel format query failed"); in getPixelFormatInfo()
406 throw ResourceError("DescribePixelFormat() failed"); in Context()
409 throw ResourceError("Failed to set pixel format"); in Context()
416 throw ResourceError("Failed to create WGL context"); in Context()
421 throw ResourceError("wglMakeCurrent() failed"); in Context()
[all …]
DtcuWin32Window.cpp72 TCU_THROW(ResourceError, "Failed to create Win32 window"); in Window()
/external/deqp/framework/common/
DtcuDefs.hpp95 class ResourceError : public TestException class
98 ResourceError (const char* message, const char* expr, const char* file, int line);
99 ResourceError (const std::string& message);
100 virtual ~ResourceError (void) throw() {} in ~ResourceError()
DtcuDefs.cpp108 ResourceError::ResourceError (const char* message, const char* expr, const char* file, int line) in ResourceError() function in tcu::ResourceError
113 ResourceError::ResourceError (const std::string& message) in ResourceError() function in tcu::ResourceError
DtcuResource.cpp53 throw ResourceError("Failed to open file", filename, __FILE__, __LINE__); in FileResource()
DtcuTestLog.cpp34 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/deqp/framework/opengl/
DgluDefs.cpp52 : tcu::ResourceError(message, expr, file, line) in OutOfMemoryError()
57 : tcu::ResourceError(message) in OutOfMemoryError()
DgluDefs.hpp61 class OutOfMemoryError : public tcu::ResourceError
/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.cpp60 : tcu::ResourceError(message, expr, file, line) in OutOfMemoryError()
67 : tcu::ResourceError(message) in OutOfMemoryError()
DvkBinaryRegistry.hpp59 class ProgramNotFoundException : public tcu::ResourceError
63 …: tcu::ResourceError("Program " + id.testCasePath + " / '" + id.programName + "' not found: " + re… in ProgramNotFoundException()
/external/deqp/framework/egl/
DegluDefs.cpp68 : tcu::ResourceError(errStr) in BadAllocError()
73 : tcu::ResourceError(message, expr, file, line) in BadAllocError()
DegluNativeWindow.hpp67 class WindowDestroyedError : public tcu::ResourceError
70 WindowDestroyedError (const std::string& message) : tcu::ResourceError(message) {} in WindowDestroyedError()
DegluDefs.hpp51 class BadAllocError : public tcu::ResourceError
DegluGLContextFactory.cpp473 throw tcu::ResourceError(string("eglSwapBuffers() failed: ") + getErrorStr(error).toString()); in postIterate()
513 throw tcu::ResourceError(string("Failed to re-create window: ") + e.what()); in postIterate()
520 throw tcu::ResourceError(string("eglSwapBuffers() failed: ") + getErrorStr(error).toString()); in postIterate()
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.mm51 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/platform/osx/
DtcuOSXPlatform.cpp133 throw ResourceError("Failed to create CGL context"); in CGLRenderContext()
136 throw ResourceError("Failed to set current CGL context"); in CGLRenderContext()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp76 TCU_THROW(ResourceError, "Device reports an empty set of queue family properties"); in createDeviceSupportingQueues()
84 TCU_THROW(ResourceError, "Device reports an empty set of queue family properties"); in createDeviceSupportingQueues()
/external/deqp/framework/platform/android/
DtcuAndroidAssets.cpp52 throw ResourceError("Failed to open asset resource", name, __FILE__, __LINE__); in AssetResource()
DtcuAndroidPlatform.cpp169 throw ResourceError("Native window is not available", DE_NULL, __FILE__, __LINE__); in createWindow()
257 TCU_THROW(ResourceError, "Native window is not available"); in createWindow()
/external/deqp/modules/gles31/
Dtes31TestPackage.cpp84 catch (const tcu::ResourceError& e) in iterate()
/external/deqp/modules/gles2/
Dtes2TestPackage.cpp99 catch (const tcu::ResourceError& e) in iterate()
/external/deqp/modules/gles3/
Dtes3TestPackage.cpp98 catch (const tcu::ResourceError& e) in iterate()
/external/deqp/doc/testlog-stylesheet/
Dtestlog.css113 .ResourceError { background: #ff4040; }

12