Home
last modified time | relevance | path

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

/external/perfetto/ui/src/base/
Dkeyboard_layout_map.ts24 export class NotSupportedError extends Error {} class
/external/deqp/framework/common/
DtcuDefs.cpp133 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
DtcuDefs.hpp136 class NotSupportedError : public TestException class
/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.cpp62 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
DvkDefs.hpp347 class NotSupportedError : public tcu::NotSupportedError class
/external/python/cpython3/Modules/_sqlite/
Dconnection.h105 PyObject* NotSupportedError; member
Dmodule.h40 PyObject *NotSupportedError; member
/external/pytorch/torch/jit/
Dfrontend.py168 class NotSupportedError(FrontendError): class
/external/python/bumble/bumble/
Dcore.py151 class NotSupportedError(BaseBumbleError, RuntimeError): class