Home
last modified time | relevance | path

Searched refs:fail_msg (Results 1 – 18 of 18) sorted by relevance

/third_party/jerryscript/tools/
Drun-mem-stats-test.sh31 function fail_msg function
42 [ -x "$1" ] || fail_msg "Engine '$1' is not executable"
54 is_mem_stats_build "$JERRY" || fail_msg "First engine specified should be built without memory stat…
58 is_mem_stats_build "$JERRY_MEM_STATS" && fail_msg "Second engine specified should be built with mem…
Drun-perf-test.sh31 [ -x "$1" ] || fail_msg "Engine '$1' is not executable"
/third_party/flutter/skia/third_party/externals/wuffs/test/c/testlib/
Dtestlib.c58 char fail_msg[65536] = {0}; variable
61 snprintf(fail_msg, sizeof(fail_msg), ##__VA_ARGS__); \
62 return fail_msg
64 msg += snprintf(msg, sizeof(fail_msg) - (msg - fail_msg), ##__VA_ARGS__)
326 fail_msg[0] = 0; in test_main()
562 char* msg = fail_msg; in check_io_buffers_equal()
582 return fail_msg; in check_io_buffers_equal()
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_pack.h58 FailMsg fail_msg; member
/third_party/python/Lib/test/
Dtest_thread.py88 fail_msg = "stack_size(%d) failed - should succeed"
91 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
Dtest_math.py213 fail_msg = fail_fmt.format(expected, got)
214 fail_msg += ' ({})'.format(failure)
215 return fail_msg
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.cpp466 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tcs()
494 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tcs()
Dbrw_vec4_gs_visitor.cpp845 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_gs()
940 *error_str = ralloc_strdup(mem_ctx, gs->fail_msg); in brw_compile_gs()
Dbrw_shader.cpp1429 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tes()
1457 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tes()
Dbrw_vec4.h100 char *fail_msg; variable
Dbrw_fs.cpp683 this->fail_msg = msg; in vfail()
9762 params->error_str = ralloc_strdup(mem_ctx, v8->fail_msg); in brw_compile_fs()
9806 v16->fail_msg); in brw_compile_fs()
9834 v32->fail_msg); in brw_compile_fs()
10177 params->error_str = ralloc_strdup(mem_ctx, v8->fail_msg); in brw_compile_cs()
10208 v16->fail_msg); in brw_compile_cs()
10213 "couldn't generate SIMD16: %s", v16->fail_msg); in brw_compile_cs()
10256 v32->fail_msg); in brw_compile_cs()
10262 "couldn't generate SIMD32: %s", v32->fail_msg); in brw_compile_cs()
10433 *error_str = ralloc_strdup(mem_ctx, v8->fail_msg); in compile_single_bs()
[all …]
Dbrw_fs.h387 char *fail_msg; variable
Dbrw_vec4_visitor.cpp1759 fail_msg(NULL), in vec4_visitor()
1802 this->fail_msg = msg; in fail()
Dbrw_fs_visitor.cpp1144 this->fail_msg = NULL; in init()
Dbrw_vec4.cpp2994 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_vs()
3026 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_vs()
/third_party/mesa3d/docs/relnotes/
D19.1.6.rst95 - intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs
D19.2.0.rst360 - intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs
D19.3.0.rst2689 - intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs