Home
last modified time | relevance | path

Searched refs:getExpectedError (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptParser.cpp183 return getExpectedError(ErrorMsg); in parseIntExpr2()
209 return getExpectedError(ErrorMsg); in parseIntExpr2()
215 return getExpectedError("string"); in readString()
221 return getExpectedError("string"); in readFilename()
227 return getExpectedError("identifier"); in readIdentifier()
233 return getExpectedError("int or string"); in readIntOrString()
241 return getExpectedError("int or identifier"); in readTypeOrName()
254 return getExpectedError(#TokenName); in consumeType()
257 return getExpectedError(#TokenCh); in consumeType()
326 return getExpectedError(join(FlagDesc, "/"), true); in parseFlags()
[all …]
DResourceScriptParser.h182 Error getExpectedError(const Twine &Message, bool IsAlreadyRead = false);
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DRequestParams.php386 public function getExpectedError() function in Grpc\\Testing\\RequestParams
/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp1827 glw::GLenum getExpectedError (void) const;
1904 if (error != getExpectedError()) in iterate()
1906 … " << glu::getErrorStr(error) << ", expected: " << glu::getErrorStr(getExpectedError()) << tcu::Te… in iterate()
1956 glw::GLenum NegativeTexParameterCase::getExpectedError (void) const in getExpectedError() function in deqp::gles31::Functional::__anoneadaa2760111::NegativeTexParameterCase