/external/dtc/tests/ |
notfound.c | 30 static void check_error(const char *s, int err) function 48 check_error("fdt_get_property(\"nonexistant-property\")", lenerr); 51 check_error("fdt_getprop(\"nonexistant-property\"", lenerr); 58 check_error("fdt_getprop(\"prop-str\")", lenerr); 61 check_error("fdt_subnode_offset(\"nonexistant-subnode\")", offset); 64 check_error("fdt_subnode_offset(\"subsubnode\")", offset); 67 check_error("fdt_path_offset(\"/nonexistant-subnode\")", offset);
|
/external/skia/tests/ |
ParametricStageTest.cpp | 12 static void check_error(skiatest::Reporter* r, float limit, skcms_TransferFunction fn) { function 43 static void check_error(skiatest::Reporter* r, float limit, float gamma) { function 47 check_error(r, limit, fn); 52 check_error(r, 1/510.0f, { 64 DEF_TEST(Parametric_1dot0, r) { check_error(r, 1/510.0f, 1.0f); } 66 DEF_TEST(Parametric_1dot2, r) { check_error(r, 1/510.0f, 1.2f); } 67 DEF_TEST(Parametric_1dot4, r) { check_error(r, 1/510.0f, 1.4f); } 68 DEF_TEST(Parametric_1dot8, r) { check_error(r, 1/510.0f, 1.8f); } 69 DEF_TEST(Parametric_2dot0, r) { check_error(r, 1/510.0f, 2.0f); } 70 DEF_TEST(Parametric_2dot2, r) { check_error(r, 1/510.0f, 2.2f); [all...] |
/external/skqp/tests/ |
ParametricStageTest.cpp | 12 static void check_error(skiatest::Reporter* r, float limit, skcms_TransferFunction fn) { function 43 static void check_error(skiatest::Reporter* r, float limit, float gamma) { function 47 check_error(r, limit, fn); 52 check_error(r, 1/510.0f, { 64 DEF_TEST(Parametric_1dot0, r) { check_error(r, 1/510.0f, 1.0f); } 66 DEF_TEST(Parametric_1dot2, r) { check_error(r, 1/510.0f, 1.2f); } 67 DEF_TEST(Parametric_1dot4, r) { check_error(r, 1/510.0f, 1.4f); } 68 DEF_TEST(Parametric_1dot8, r) { check_error(r, 1/510.0f, 1.8f); } 69 DEF_TEST(Parametric_2dot0, r) { check_error(r, 1/510.0f, 2.0f); } 70 DEF_TEST(Parametric_2dot2, r) { check_error(r, 1/510.0f, 2.2f); [all...] |
/external/ltp/testcases/misc/math/float/ |
thread_code.c | 117 static void check_error(TH_DATA * th_data, double e, double r, int index) function 163 check_error(th_data, e, r, index); 177 check_error(th_data, e, r, index); 206 check_error(th_data, e, r, index); 219 check_error(th_data, e, r, index); 252 check_error(th_data, e, r, index); 265 check_error(th_data, e, r, index);
|
/external/ltp/testcases/realtime/ |
run.sh | 56 check_error() function 195 check_error make
|
/external/ltp/testscripts/ |
test_realtime.sh | 59 function check_error() function 187 check_error make
|
/external/autotest/client/cros/video/ |
native_html5_player.py | 181 def check_error(self): member in class:NativeHtml5Player
|
/external/libpng/contrib/libtests/ |
pngunknown.c | 877 check_error(display *d, png_uint_32 flags, const char *message) function 1042 check_error(d, (flags[0][0]|flags[0][2]) & (flags[0][1]|flags[0][3]), 1044 check_error(d, (flags[1][0]|flags[1][2]) & (flags[1][1]|flags[1][3]), 1056 check_error(d, test, "new known chunk before IDAT"); 1058 check_error(d, test, "new unknown chunk before IDAT"); 1060 check_error(d, test, "new known chunk after IDAT"); 1062 check_error(d, test, "new unknown chunk after IDAT"); [all...] |
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/ |
video_ChromeHWDecodeUsed.py | 115 if not is_mse and player.check_error():
|
/external/google-fruit/tests/ |
fruit_test_common.py | 333 def check_error(e, error_message_lines, error_message_head): function in function:expect_generic_compile_error 350 expect_compile_error_helper(check_error, setup_source_code, source_code, test_params) 389 def check_error(e, error_message_lines, error_message_head): function in function:expect_compile_error 479 expect_compile_error_helper(check_error, setup_source_code, source_code, test_params, ignore_deprecation_warnings, ignore_warnings)
|
/external/wayland/tests/ |
test-compositor.c | 466 check_error(struct wl_display *display) function 490 check_error(c->wl_display);
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
adb_wrapper.py | 265 check_error=True, cpu_affinity=None, 283 if status != 0 or (check_error and output.startswith('error:')): 298 self, args, timeout, retries, check_error=True, 306 check_error: Check that the command doesn't return an error message. This 314 check_error=check_error, 536 args, timeout, retries, check_error=False, [all...] |
/external/python/cpython3/Lib/test/ |
test_faulthandler.py | 92 def check_error(self, code, line_number, fatal_error, *, member in class:FaultHandlerTests 127 self.check_error(code, line_number, fatal_error, **kw) 131 self.check_error(code, line_number, fatal_error, **kw)
|
test_posixpath.py | 558 def check_error(exc, paths): function in function:PosixPathTest.test_commonpath 564 check_error(ValueError, ['/usr', 'usr']) 565 check_error(ValueError, ['usr', '/usr']) 592 check_error(ValueError, ['', '/spam/alot'])
|
/external/autotest/client/cros/chameleon/ |
chameleon_stream_server.py | 185 def _send_and_receive(self, packet, sock, check_error=True): 190 @param check_error: Check the error code. If this is True, this function 197 @raise ValueError if check_error and error code is not OK. 202 if check_error:
|
/external/python/cpython3/Objects/ |
genobject.c | [all...] |
/external/e2fsprogs/e2fsck/ |
unix.c | 1201 goto check_error; 1206 goto check_error; [all...] |