Searched defs:NotSupportedError (Results 1 – 8 of 8) sorted by relevance
| /external/perfetto/ui/src/frontend/ |
| D | keyboard_layout_map.ts | 24 export class NotSupportedError extends Error {} class
|
| /external/deqp/framework/common/ |
| D | tcuDefs.cpp | 133 NotSupportedError::NotSupportedError(const char *message, const char *expr, const char *file, int l… in NotSupportedError() function in tcu::NotSupportedError 138 NotSupportedError::NotSupportedError(const std::string &message, const char *expr, const char *file… in NotSupportedError() function in tcu::NotSupportedError 143 NotSupportedError::NotSupportedError(const std::string &message) : TestException(message, QP_TEST_R… in NotSupportedError() function in tcu::NotSupportedError
|
| D | tcuDefs.hpp | 136 class NotSupportedError : public TestException class
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkDefs.cpp | 62 NotSupportedError::NotSupportedError(VkResult error, const char *message, const char *expr, const c… in NotSupportedError() function in vk::NotSupportedError 68 NotSupportedError::NotSupportedError(VkResult error, const std::string &message) in NotSupportedError() function in vk::NotSupportedError
|
| D | vkDefs.hpp | 309 class NotSupportedError : public tcu::NotSupportedError class
|
| /external/python/cpython2/Modules/_sqlite/ |
| D | connection.h | 117 PyObject* NotSupportedError; member
|
| /external/python/cpython3/Modules/_sqlite/ |
| D | connection.h | 99 PyObject* NotSupportedError; member
|
| D | module.h | 39 PyObject *NotSupportedError; member
|