Home
last modified time | relevance | path

Searched refs:throwRuntimeError (Results 1 – 15 of 15) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeDefs.hpp102 void throwRuntimeError (const char* message, const char* expr, const char* file, int line);
138 …R(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::throwRuntimeError(DE_NULL, #X,…
148 …X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::throwRuntimeError(MSG, #X, __F…
DdeDefs.cpp32 void throwRuntimeError (const char* message, const char* expr, const char* file, int line) in throwRuntimeError() function
/external/jsoncpp/src/lib_json/
Djson_valueiterator.inl146 throwRuntimeError("ConstIterator to Iterator should never be allowed.");
Djson_value.cpp123 throwRuntimeError("in Json::Value::duplicateStringValue(): " in duplicateStringValue()
144 throwRuntimeError("in Json::Value::duplicateAndPrefixStringValue(): " in duplicateAndPrefixStringValue()
208 JSONCPP_NORETURN void throwRuntimeError(String const& msg) { in throwRuntimeError() function
215 JSONCPP_NORETURN void throwRuntimeError(String const& msg) {
Djson_reader.cpp157 throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1053 throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1469 throwRuntimeError("keylength >= 2^30"); in readObject()
1988 throwRuntimeError(errs); in operator >>()
Djson_writer.cpp1176 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter()
1184 throwRuntimeError("precisionType must be 'significant' or 'decimal'"); in newStreamWriter()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp352 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1278 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1654 if (name.length() >= (1U<<30)) throwRuntimeError("keylength >= 2^30"); in readObject()
2214 throwRuntimeError(errs); in operator >>()
2389 throwRuntimeError("ConstIterator to Iterator should never be allowed."); in ValueIterator()
2505 throwRuntimeError( in duplicateStringValue()
2528 throwRuntimeError( in duplicateAndPrefixStringValue()
2584 void throwRuntimeError(std::string const& msg) in throwRuntimeError() function
5107 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter()
Djson.h457 void throwRuntimeError(std::string const& msg);
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp337 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1296 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1620 if (name.length() >= (1U<<30)) throwRuntimeError("keylength >= 2^30"); in readObject()
2183 throwRuntimeError("reader error"); in operator >>()
2469 throwRuntimeError( in duplicateStringValue()
2492 throwRuntimeError( in duplicateAndPrefixStringValue()
2565 void throwRuntimeError(std::string const& msg) in throwRuntimeError() function
5044 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter()
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp337 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1296 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1620 if (name.length() >= (1U<<30)) throwRuntimeError("keylength >= 2^30"); in readObject()
2183 throwRuntimeError("reader error"); in operator >>()
2469 throwRuntimeError( in duplicateStringValue()
2492 throwRuntimeError( in duplicateAndPrefixStringValue()
2565 void throwRuntimeError(std::string const& msg) in throwRuntimeError() function
5044 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp337 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1296 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1620 if (name.length() >= (1U<<30)) throwRuntimeError("keylength >= 2^30"); in readObject()
2183 throwRuntimeError("reader error"); in operator >>()
2469 throwRuntimeError( in duplicateStringValue()
2492 throwRuntimeError( in duplicateAndPrefixStringValue()
2565 void throwRuntimeError(std::string const& msg) in throwRuntimeError() function
5044 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter()
/external/jsoncpp/include/json/
Dvalue.h101 JSONCPP_NORETURN void throwRuntimeError(String const& msg);
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h414 void throwRuntimeError(std::string const& msg);
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h414 void throwRuntimeError(std::string const& msg);
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h414 void throwRuntimeError(std::string const& msg);