HomeSort by relevance Sort by last modified time
    Searched defs:check_error (Results 1 - 14 of 14) sorted by null

  /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/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/skia/tests/
ParametricStageTest.cpp 13 static void check_error(skiatest::Reporter* r, float limit, SkColorSpaceTransferFn fn) { function
44 static void check_error(skiatest::Reporter* r, float limit, float gamma) { function
48 check_error(r, limit, fn);
53 check_error(r, 1/510.0f, {
65 DEF_TEST(Parametric_1dot0, r) { check_error(r, 1/510.0f, 1.0f); }
67 DEF_TEST(Parametric_1dot2, r) { check_error(r, 1/510.0f, 1.2f); }
68 DEF_TEST(Parametric_1dot4, r) { check_error(r, 1/510.0f, 1.4f); }
69 DEF_TEST(Parametric_1dot8, r) { check_error(r, 1/510.0f, 1.8f); }
70 DEF_TEST(Parametric_2dot0, r) { check_error(r, 1/510.0f, 2.0f); }
71 DEF_TEST(Parametric_2dot2, r) { check_error(r, 1/510.0f, 2.2f);
    [all...]
  /external/skqp/tests/
ParametricStageTest.cpp 13 static void check_error(skiatest::Reporter* r, float limit, SkColorSpaceTransferFn fn) { function
44 static void check_error(skiatest::Reporter* r, float limit, float gamma) { function
48 check_error(r, limit, fn);
53 check_error(r, 1/510.0f, {
65 DEF_TEST(Parametric_1dot0, r) { check_error(r, 1/510.0f, 1.0f); }
67 DEF_TEST(Parametric_1dot2, r) { check_error(r, 1/510.0f, 1.2f); }
68 DEF_TEST(Parametric_1dot4, r) { check_error(r, 1/510.0f, 1.4f); }
69 DEF_TEST(Parametric_1dot8, r) { check_error(r, 1/510.0f, 1.8f); }
70 DEF_TEST(Parametric_2dot0, r) { check_error(r, 1/510.0f, 2.0f); }
71 DEF_TEST(Parametric_2dot2, r) { check_error(r, 1/510.0f, 2.2f);
    [all...]
  /external/autotest/client/cros/video/
native_html5_player.py 181 def check_error(self): member in class:NativeHtml5Player
  /frameworks/base/tools/bit/
print.cpp 146 check_error(int err) function
  /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/python/cpython3/Lib/test/
test_faulthandler.py 84 def check_error(self, code, line_number, fatal_error, *, member in class:FaultHandlerTests
119 self.check_error(code, line_number, fatal_error, **kw)
123 self.check_error(code, line_number, fatal_error, **kw)
test_ntpath.py 337 def check_error(exc, paths): function in function:TestNtpath.test_commonpath
343 check_error(ValueError, ['C:\\Program Files', 'Program Files'])
344 check_error(ValueError, ['C:\\Program Files', 'C:Program Files'])
345 check_error(ValueError, ['\\Program Files', 'Program Files'])
346 check_error(ValueError, ['Program Files', 'C:\\Program Files'])
373 check_error(ValueError, ['C:\\Program Files', 'D:\\Program Files'])
387 check_error(ValueError, ['', '\\spam\\alot'])
test_posixpath.py 544 def check_error(exc, paths): function in function:PosixPathTest.test_commonpath
550 check_error(ValueError, ['/usr', 'usr'])
551 check_error(ValueError, ['usr', '/usr'])
578 check_error(ValueError, ['', '/spam/alot'])
  /external/wayland/tests/
test-compositor.c 466 check_error(struct wl_display *display) function
490 check_error(c->wl_display);
  /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...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i386.c 583 check_error enumerator in enum:check_kind
    [all...]

Completed in 375 milliseconds