Home
last modified time | relevance | path

Searched defs:NotSupportedError (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/common/
DtcuDefs.cpp135 NotSupportedError::NotSupportedError (const char* message, const char* expr, const char* file, int … in NotSupportedError() function in tcu::NotSupportedError
140 NotSupportedError::NotSupportedError (const std::string& message, const char* expr, const char* fil… in NotSupportedError() function in tcu::NotSupportedError
145 NotSupportedError::NotSupportedError (const std::string& message) in NotSupportedError() function in tcu::NotSupportedError
DtcuDefs.hpp113 class NotSupportedError : public TestException class
/external/perfetto/ui/src/frontend/
Dkeyboard_layout_map.ts20 export class NotSupportedError extends Error {} class
/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.cpp59 NotSupportedError::NotSupportedError (VkResult error, const char* message, const char* expr, const … in NotSupportedError() function in vk::NotSupportedError
65 NotSupportedError::NotSupportedError (VkResult error, const std::string& message) in NotSupportedError() function in vk::NotSupportedError
DvkDefs.hpp305 class NotSupportedError : public tcu::NotSupportedError class
/external/python/cpython2/Modules/_sqlite/
Dconnection.h117 PyObject* NotSupportedError; member
/external/python/cpython3/Modules/_sqlite/
Dconnection.h106 PyObject* NotSupportedError; member