HomeSort by relevance Sort by last modified time
    Searched refs:check_line (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Lib/test/
test_regrtest.py 352 def check_line(self, output, regex): member in class:BaseTestCase
395 self.check_line(output, regex)
399 self.check_line(output, regex)
403 self.check_line(output, regex)
410 self.check_line(output, regex)
413 self.check_line(output, 'Test suite interrupted by signal SIGINT.')
421 self.check_line(output, 'Tests result: %s' % result)
694 self.check_line(output, regex)
716 self.check_line(output, regex)
725 self.check_line(output, regex
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
test-pexecute.c 97 static void check_line (int, FILE *, const char *);
136 check_line (int line, FILE *e, const char *str) function
173 #define CHECK_LINE(E, STR) check_line (__LINE__, E, STR)
283 CHECK_LINE (e, "foo");
297 CHECK_LINE (e, "bar");
315 CHECK_LINE (e, "bar");
333 CHECK_LINE (e, "quux");
341 CHECK_LINE (e, "quux");
346 CHECK_LINE (e, "quux")
    [all...]
  /external/libpng/contrib/tools/
genpng.c 551 * { inside_line, check_line }
607 check_line(const struct arg *arg, double x, double y) function
647 { inside_line, check_line } }
  /external/selinux/libsemanage/src/
genhomedircon.c 553 static int check_line(genhomedircon_settings_t * s, const char *line) function
583 if (check_line(s, line) == STATUS_SUCCESS) {
618 if (check_line(s, line) == STATUS_SUCCESS &&
660 if (check_line(s, line) == STATUS_SUCCESS) {
    [all...]
  /external/skia/tests/
PathTest.cpp 3691 static void check_line(skiatest::Reporter* reporter, SkPath::RawIter* iter, function
    [all...]
  /external/skqp/tests/
PathTest.cpp 3785 static void check_line(skiatest::Reporter* reporter, SkPath::RawIter* iter, function
    [all...]

Completed in 1121 milliseconds