HomeSort by: relevance | last modified time | path
    Searched defs:test_one (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/unittests/
path-join-selftests.c 28 test_one (const char *expected, Args... paths) function
40 test_one ("/foo/bar", "/foo", "bar");
41 test_one ("/bar", "/", "bar");
42 test_one ("foo/bar/", "foo", "bar", "");
43 test_one ("foo", "", "foo");
44 test_one ("foo/bar", "foo", "", "bar");
45 test_one ("foo/", "foo", "");
46 test_one ("foo/", "foo/", "");
48 test_one ("D:/foo/bar", "D:/foo", "bar");
49 test_one ("D:/foo/bar", "D:/foo/", "bar")
    [all...]
path-join-selftests.c 28 test_one (const char *expected, Args... paths) function
40 test_one ("/foo/bar", "/foo", "bar");
41 test_one ("/bar", "/", "bar");
42 test_one ("foo/bar/", "foo", "bar", "");
43 test_one ("foo", "", "foo");
44 test_one ("foo/bar", "foo", "", "bar");
45 test_one ("foo/", "foo", "");
46 test_one ("foo/", "foo/", "");
48 test_one ("D:/foo/bar", "D:/foo", "bar");
49 test_one ("D:/foo/bar", "D:/foo/", "bar")
    [all...]
  /src/external/gpl3/gdb/dist/gdb/unittests/
path-join-selftests.c 28 test_one (const char *expected, Args... paths) function
40 test_one ("/foo/bar", "/foo", "bar");
41 test_one ("/bar", "/", "bar");
42 test_one ("foo/bar/", "foo", "bar", "");
43 test_one ("foo", "", "foo");
44 test_one ("foo/bar", "foo", "", "bar");
45 test_one ("foo/", "foo", "");
46 test_one ("foo/", "foo/", "");
48 test_one ("D:/foo/bar", "D:/foo", "bar");
49 test_one ("D:/foo/bar", "D:/foo/", "bar")
    [all...]
path-join-selftests.c 28 test_one (const char *expected, Args... paths) function
40 test_one ("/foo/bar", "/foo", "bar");
41 test_one ("/bar", "/", "bar");
42 test_one ("foo/bar/", "foo", "bar", "");
43 test_one ("foo", "", "foo");
44 test_one ("foo/bar", "foo", "", "bar");
45 test_one ("foo/", "foo", "");
46 test_one ("foo/", "foo/", "");
48 test_one ("D:/foo/bar", "D:/foo", "bar");
49 test_one ("D:/foo/bar", "D:/foo/", "bar")
    [all...]
parallel-for-selftests.c 50 test_one (int n_threads, do_foreach_t do_foreach) function
104 test_one (n_threads, for_each_function);
parallel-for-selftests.c 50 test_one (int n_threads, do_foreach_t do_foreach) function
104 test_one (n_threads, for_each_function);
  /src/crypto/external/bsd/heimdal/dist/lib/otp/
otptest.c 43 test_one(OtpKey key1, char *name, char *val, function
133 sum += test_one (key, "hexadecimal", t->hex, otp_print_hex,
135 test_one (key, "standard_word", t->word, otp_print_stddict, alg);
otptest.c 43 test_one(OtpKey key1, char *name, char *val, function
133 sum += test_one (key, "hexadecimal", t->hex, otp_print_hex,
135 test_one (key, "standard_word", t->word, otp_print_stddict, alg);

Completed in 30 milliseconds