Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuDefs.cpp110 InternalError::InternalError (const char* message, const char* expr, const char* file, int line) in InternalError() function in tcu::InternalError
115 InternalError::InternalError (const std::string& message, const char* expr, const char* file, int l… in InternalError() function in tcu::InternalError
120 InternalError::InternalError (const std::string& message) in InternalError() function in tcu::InternalError
DtcuDefs.hpp92 class InternalError : public TestException class
/third_party/tex-hyphen/tools/yaml/
Dvalidate-header.rb19 class InternalError < StandardError class in HeaderValidator
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/
Dtestlist.go211 InternalError = Status("INTERNAL_ERROR") const
/third_party/python/Modules/_sqlite/
Dconnection.h97 PyObject* InternalError; member
Dmodule.h38 PyObject *InternalError; member
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus.cc339 Status InternalError(absl::string_view message) { in InternalError() function