Home
last modified time | relevance | path

Searched refs:error_prefix (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconsistency_tools.py473 error_prefix = self.conventions.api_prefix + "ERROR"
475 bad_success = {x for x in successcodes if x.startswith(error_prefix)}
481 bad_errors = {x for x in errorcodes if not x.startswith(error_prefix)}
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser_test.cc137 StringPiece json, int split, StringPiece error_prefix, in DoErrorTest() argument
143 EXPECT_EQ(error_prefix, error_message.substr(0, error_prefix.size()));
/third_party/mksh/
Dmain.c1304 error_prefix(tobool(flags & VWARNINGF_FILELINE)); in vwarningf()
1443 error_prefix(bool fileline) in error_prefix() function
Dlex.c1223 error_prefix(true); in yyerror()
Dsh.h2605 void error_prefix(bool);