HomeSort by relevance Sort by last modified time
    Searched defs:check_error (Results 1 - 9 of 9) 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 12 static void check_error(skiatest::Reporter* r, float limit, SkColorSpaceTransferFn 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/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/libpng/contrib/libtests/
pngunknown.c 869 check_error(display *d, png_uint_32 flags, const char *message) function
1034 check_error(d, (flags[0][0]|flags[0][2]) & (flags[0][1]|flags[0][3]),
1036 check_error(d, (flags[1][0]|flags[1][2]) & (flags[1][1]|flags[1][3]),
1048 check_error(d, test, "new known chunk before IDAT");
1050 check_error(d, test, "new unknown chunk before IDAT");
1052 check_error(d, test, "new known chunk after IDAT");
1054 check_error(d, test, "new unknown chunk after IDAT");
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 554 check_error enumerator in enum:check_kind
    [all...]

Completed in 502 milliseconds