Searched defs:NotSupportedError (Results 1 – 9 of 9) sorted by relevance
/external/perfetto/ui/src/base/ |
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 | 347 class NotSupportedError : public tcu::NotSupportedError class
|
/external/python/cpython3/Modules/_sqlite/ |
D | connection.h | 105 PyObject* NotSupportedError; member
|
D | module.h | 40 PyObject *NotSupportedError; member
|
/external/pytorch/torch/jit/ |
D | frontend.py | 168 class NotSupportedError(FrontendError): class
|
/external/python/bumble/bumble/ |
D | core.py | 151 class NotSupportedError(BaseBumbleError, RuntimeError): class
|