/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | parse_number_test.cpp | 287 std::string err_msg; in TEST() local 290 rc = ParseAndEncodeIntegerNumber(nullptr, type, AssertEmitFunc, &err_msg); in TEST() 292 EXPECT_EQ("The given text is a nullptr", err_msg); in TEST() 293 rc = ParseAndEncodeIntegerNumber("", type, AssertEmitFunc, &err_msg); in TEST() 295 EXPECT_EQ("Invalid unsigned integer literal: ", err_msg); in TEST() 296 rc = ParseAndEncodeIntegerNumber("=", type, AssertEmitFunc, &err_msg); in TEST() 298 EXPECT_EQ("Invalid unsigned integer literal: =", err_msg); in TEST() 299 rc = ParseAndEncodeIntegerNumber("-", type, AssertEmitFunc, &err_msg); in TEST() 301 EXPECT_EQ("Invalid signed integer literal: -", err_msg); in TEST() 302 rc = ParseAndEncodeIntegerNumber("0=", type, AssertEmitFunc, &err_msg); in TEST() 310 std::string err_msg; TEST() local 356 std::string err_msg; TEST() local 418 std::string err_msg; TEST() local 441 std::string err_msg; TEST() local 491 std::string err_msg; TEST() local 555 std::string err_msg; TEST() local 578 std::string err_msg; TEST() local 632 std::string err_msg; TEST() local 662 std::string err_msg; TEST() local 698 std::string err_msg; TEST() local 728 std::string err_msg; TEST() local 788 std::string err_msg; TEST() local 846 std::string err_msg; TEST() local 903 std::string err_msg; TEST() local 934 std::string err_msg; TEST() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | parse_number_test.cpp | 287 std::string err_msg; in TEST() local 290 rc = ParseAndEncodeIntegerNumber(nullptr, type, AssertEmitFunc, &err_msg); in TEST() 292 EXPECT_EQ("The given text is a nullptr", err_msg); in TEST() 293 rc = ParseAndEncodeIntegerNumber("", type, AssertEmitFunc, &err_msg); in TEST() 295 EXPECT_EQ("Invalid unsigned integer literal: ", err_msg); in TEST() 296 rc = ParseAndEncodeIntegerNumber("=", type, AssertEmitFunc, &err_msg); in TEST() 298 EXPECT_EQ("Invalid unsigned integer literal: =", err_msg); in TEST() 299 rc = ParseAndEncodeIntegerNumber("-", type, AssertEmitFunc, &err_msg); in TEST() 301 EXPECT_EQ("Invalid signed integer literal: -", err_msg); in TEST() 302 rc = ParseAndEncodeIntegerNumber("0=", type, AssertEmitFunc, &err_msg); in TEST() 310 std::string err_msg; TEST() local 356 std::string err_msg; TEST() local 418 std::string err_msg; TEST() local 441 std::string err_msg; TEST() local 491 std::string err_msg; TEST() local 555 std::string err_msg; TEST() local 578 std::string err_msg; TEST() local 632 std::string err_msg; TEST() local 662 std::string err_msg; TEST() local 698 std::string err_msg; TEST() local 728 std::string err_msg; TEST() local 788 std::string err_msg; TEST() local 846 std::string err_msg; TEST() local 903 std::string err_msg; TEST() local 934 std::string err_msg; TEST() local [all...] |
/third_party/spirv-tools/test/ |
H A D | parse_number_test.cpp | 287 std::string err_msg; in TEST() local 290 rc = ParseAndEncodeIntegerNumber(nullptr, type, AssertEmitFunc, &err_msg); in TEST() 292 EXPECT_EQ("The given text is a nullptr", err_msg); in TEST() 293 rc = ParseAndEncodeIntegerNumber("", type, AssertEmitFunc, &err_msg); in TEST() 295 EXPECT_EQ("Invalid unsigned integer literal: ", err_msg); in TEST() 296 rc = ParseAndEncodeIntegerNumber("=", type, AssertEmitFunc, &err_msg); in TEST() 298 EXPECT_EQ("Invalid unsigned integer literal: =", err_msg); in TEST() 299 rc = ParseAndEncodeIntegerNumber("-", type, AssertEmitFunc, &err_msg); in TEST() 301 EXPECT_EQ("Invalid signed integer literal: -", err_msg); in TEST() 302 rc = ParseAndEncodeIntegerNumber("0=", type, AssertEmitFunc, &err_msg); in TEST() 310 std::string err_msg; TEST() local 356 std::string err_msg; TEST() local 418 std::string err_msg; TEST() local 441 std::string err_msg; TEST() local 491 std::string err_msg; TEST() local 555 std::string err_msg; TEST() local 578 std::string err_msg; TEST() local 632 std::string err_msg; TEST() local 662 std::string err_msg; TEST() local 698 std::string err_msg; TEST() local 728 std::string err_msg; TEST() local 788 std::string err_msg; TEST() local 846 std::string err_msg; TEST() local 903 std::string err_msg; TEST() local 934 std::string err_msg; TEST() local [all...] |
/third_party/ltp/lib/ |
H A D | tst_tmpdir.c | 151 static char err_msg[PATH_MAX + 1280]; in purge_dir() local 156 strcpy(err_msg, "Cannot purge system root directory"); in purge_dir() 157 *errptr = err_msg; in purge_dir() 168 sprintf(err_msg, in purge_dir() 171 *errptr = err_msg; in purge_dir() 197 static char err_msg[PATH_MAX + 1280]; in rmobj() local 213 sprintf(err_msg, in rmobj() 216 *errmsg = err_msg; in rmobj() 226 sprintf(err_msg, in rmobj() 229 *errmsg = err_msg; in rmobj() [all...] |
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | diagnostic.h | 152 /// @param err_msg the error message 153 void add_error(System system, std::string err_msg) { in add_error() argument 157 error.message = std::move(err_msg); in add_error() 163 /// @param err_msg the error message 165 void add_error(System system, std::string err_msg, const Source& source) { in add_error() argument 170 error.message = std::move(err_msg); in add_error() 178 /// @param err_msg the error message 182 std::string err_msg, in add_error() 189 error.message = std::move(err_msg); in add_error() 195 /// @param err_msg th 180 add_error(System system, const char* code, std::string err_msg, const Source& source) add_error() argument 197 add_ice(System system, const std::string& err_msg, const Source& source) add_ice() argument [all...] |
/third_party/benchmark/tools/gbench/ |
H A D | util.py | 65 err_msg = None 67 err_msg = "'%s' does not exist" % filename 69 err_msg = "'%s' does not name a file" % filename 75 err_msg = "'%s' does not name a valid benchmark executable or JSON file" % filename 76 return ftype, err_msg
|
/third_party/ffmpeg/libavformat/ |
H A D | sbgdec.c | 136 char err_msg[128]; member 327 snprintf(p->err_msg, sizeof(p->err_msg), in parse_immediate() 334 snprintf(p->err_msg, sizeof(p->err_msg), in parse_preprogrammed() 342 snprintf(p->err_msg, sizeof(p->err_msg), in parse_optarg() 379 snprintf(p->err_msg, sizeof(p->err_msg), in parse_options() 389 snprintf(p->err_msg, sizeo in parse_options() [all...] |
/third_party/python/Python/ |
H A D | errors.c | 1227 {"err_msg", "Error message"}, 1271 PyObject *err_msg, PyObject *obj) in make_unraisable_hook_args() 1292 ADD_ITEM(err_msg); in make_unraisable_hook_args() 1313 PyObject *err_msg, PyObject *obj, PyObject *file) in write_unraisable_exc_file() 1316 if (err_msg != NULL && err_msg != Py_None) { in write_unraisable_exc_file() 1317 if (PyFile_WriteObject(err_msg, file, Py_PRINT_RAW) < 0) { in write_unraisable_exc_file() 1340 else if (err_msg != NULL && err_msg != Py_None) { in write_unraisable_exc_file() 1341 if (PyFile_WriteObject(err_msg, fil in write_unraisable_exc_file() 1269 make_unraisable_hook_args(PyThreadState *tstate, PyObject *exc_type, PyObject *exc_value, PyObject *exc_tb, PyObject *err_msg, PyObject *obj) make_unraisable_hook_args() argument 1311 write_unraisable_exc_file(PyThreadState *tstate, PyObject *exc_type, PyObject *exc_value, PyObject *exc_tb, PyObject *err_msg, PyObject *obj, PyObject *file) write_unraisable_exc_file() argument 1431 write_unraisable_exc(PyThreadState *tstate, PyObject *exc_type, PyObject *exc_value, PyObject *exc_tb, PyObject *err_msg, PyObject *obj) write_unraisable_exc() argument 1467 PyObject *err_msg = PyStructSequence_GET_ITEM(args, 3); _PyErr_WriteUnraisableDefaultHook() local 1494 PyObject *err_msg = NULL; _PyErr_WriteUnraisableMsg() local [all...] |
/third_party/python/Lib/test/libregrtest/ |
H A D | runtest_mp.py | 205 err_msg=None 208 return MultiprocessResult(test_result, stdout, err_msg) 285 err_msg = None 287 err_msg = "Exit code %s" % retcode 292 err_msg = "Failed to parse worker stdout" 298 err_msg = "Failed to parse worker JSON: %s" % exc 300 if err_msg is not None: 301 return self.mp_result_error(ChildError(test_name), stdout, err_msg) 303 return MultiprocessResult(result, stdout, err_msg)
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_random_things.py | 49 self.assertEqual(cm.unraisable.err_msg, 71 err_msg = "unsupported operand type(s) for /: 'int' and 'bytes'" 72 with self.expect_unraisable(TypeError, err_msg):
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps.cc | 18 char *err_msg = std::strerror(errno); in check() local 19 PERFETTO_ELOG("%s: %s", msg, err_msg); in check()
|
/third_party/curl/lib/vssh/ |
H A D | libssh2.c | 1006 char *err_msg = NULL; in ssh_statemach_act() local 1007 (void)libssh2_session_last_error(sshc->ssh_session, &err_msg, NULL, 0); in ssh_statemach_act() 1008 failf(data, "Failure establishing ssh session: %d, %s", rc, err_msg); in ssh_statemach_act() 1178 char *err_msg = NULL; in ssh_statemach_act() local 1183 err_msg = unknown; in ssh_statemach_act() 1187 &err_msg, NULL, 0); in ssh_statemach_act() 1189 infof(data, "SSH public key authentication failed: %s", err_msg); in ssh_statemach_act() 1393 char *err_msg = NULL; in ssh_statemach_act() local 1401 &err_msg, NULL, 0); in ssh_statemach_act() 1402 failf(data, "Failure initializing sftp session: %s", err_msg); in ssh_statemach_act() 2624 char *err_msg = NULL; ssh_statemach_act() local 2661 char *err_msg = NULL; ssh_statemach_act() local 2719 char *err_msg = NULL; ssh_statemach_act() local 2793 char *err_msg = NULL; ssh_statemach_act() local 2846 char *err_msg = NULL; ssh_statemach_act() local 2863 char *err_msg = NULL; ssh_statemach_act() local 2879 char *err_msg = NULL; ssh_statemach_act() local 2895 char *err_msg = NULL; ssh_statemach_act() local 2921 char *err_msg = NULL; ssh_statemach_act() local 2936 char *err_msg = NULL; ssh_statemach_act() local 2965 char *err_msg = NULL; ssh_statemach_act() local 2987 char *err_msg = NULL; ssh_statemach_act() local [all...] |
/third_party/cJSON/tests/unity/auto/ |
H A D | unity_test_summary.rb | 73 def usage(err_msg = nil) 75 puts err_msg if err_msg
|
H A D | unity_to_junit.py | 111 def usage(err_msg=None): 113 if err_msg: 114 print(err_msg)
|
H A D | unity_test_summary.py | 74 def usage(self, err_msg=None): 76 if err_msg: 77 print(err_msg)
|
H A D | stylize_as_junit.rb | 120 def usage(err_msg = nil) 122 puts err_msg if err_msg
|
/third_party/unity/auto/ |
H A D | unity_test_summary.rb | 73 def usage(err_msg = nil) 75 puts err_msg if err_msg
|
H A D | unity_test_summary.py | 74 def usage(self, err_msg=None): 76 if err_msg: 77 print(err_msg)
|
H A D | stylize_as_junit.rb | 120 def usage(err_msg = nil) 122 puts err_msg if err_msg
|
/third_party/python/Lib/test/ |
H A D | test_code_module.py | 96 err_msg = self.stderr.method_calls[1] 98 self.assertEqual(err_msg, ['write', (expected,), {}]) 114 err_msg = self.stderr.method_calls[1] 116 self.assertEqual(err_msg, ['write', (expected,), {}])
|
/third_party/typescript/tests/ts_extra_tests/tool/ |
H A D | testcfg.py | 84 err_msg, line = get_error_message(
86 self.detail_result = err_msg
265 err_msg, line = get_error_message(
267 self.detail_result = err_msg
308 err_msg, line = get_error_message(
311 self.detail_result = err_msg
|
/third_party/python/Include/cpython/ |
H A D | initconfig.h | 17 const char *err_msg; member 22 PyAPI_FUNC(PyStatus) PyStatus_Error(const char *err_msg);
|
/third_party/skia/build/fuchsia/ |
H A D | update_fuchsia_sdk | 33 err_msg = "Cipd not found, please install. See: " + \ 40 MessageExit(err_msg)
|
/third_party/ffmpeg/libavcodec/ |
H A D | mjpegbdec.c | 34 static uint32_t read_offs(AVCodecContext *avctx, GetBitContext *gb, uint32_t size, const char *err_msg){ in read_offs() argument 37 av_log(avctx, AV_LOG_WARNING, err_msg, offs, size); in read_offs()
|
/third_party/mbedtls/tests/scripts/ |
H A D | test_generate_test_code.py | 565 err_msg = 'file: test_suite_ut.function - Test functions not found!' 566 self.assertRaisesRegex(GeneratorInputError, err_msg, 580 err_msg = r'file: test_suite_ut.function - '\ 582 self.assertRaisesRegex(GeneratorInputError, err_msg, 698 err_msg = 'file: test_suite_ut.function - Test functions not found!' 700 self.assertRaisesRegex(GeneratorInputError, err_msg,
|