Searched defs:NotSupportedError (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/common/
H A DtcuDefs.hpp106 class NotSupportedError : public TestException class in namespace:tcu
109 NotSupportedError (const char* message, const char* expr, const char* file, int line);
110 NotSupportedError (const std::string& message);
111 virtual ~NotSupportedError (void) throw() {}
H A DtcuDefs.cpp118 NotSupportedError::NotSupportedError (const char* message, const char* expr, const char* file, int line) function in class:tcu::NotSupportedError
123 NotSupportedError::NotSupportedError (const std::string& message) function in class:tcu::NotSupportedError
/external/python/cpython2/Modules/_sqlite/
H A Dconnection.h117 PyObject* NotSupportedError; member in struct:__anon17539

Completed in 152 milliseconds