Searched refs:testcases (Results 1 - 25 of 642) sorted by relevance

1234567891011>>

/external/ltp/testcases/kernel/syscalls/modify_ldt/
H A Drun-modify_ldt01.sh5 if [ -f $LTPROOT/testcases/bin/${syscall}01 ]; then
6 $LTPROOT/testcases/bin/${syscall}01
H A Drun-modify_ldt02.sh5 if [ -f $LTPROOT/testcases/bin/${syscall}02 ]; then
6 $LTPROOT/testcases/bin/${syscall}02
/external/libcxx/test/std/numerics/complex.number/complex.value.ops/
H A Darg.pass.cpp32 const unsigned N = sizeof(testcases) / sizeof(testcases[0]);
35 double r = arg(testcases[i]);
36 if (std::isnan(testcases[i].real()) || std::isnan(testcases[i].imag()))
40 switch (classify(testcases[i]))
43 if (std::signbit(testcases[i].real()))
45 if (std::signbit(testcases[i].imag()))
52 assert(std::signbit(testcases[i].imag()) == std::signbit(r));
56 if (testcases[
[all...]
/external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
H A Dexp.pass.cpp37 const unsigned N = sizeof(testcases) / sizeof(testcases[0]);
40 std::complex<double> r = exp(testcases[i]);
41 if (testcases[i].real() == 0 && testcases[i].imag() == 0)
45 assert(std::signbit(testcases[i].imag()) == std::signbit(r.imag()));
47 else if (std::isfinite(testcases[i].real()) && std::isinf(testcases[i].imag()))
52 else if (std::isfinite(testcases[i].real()) && std::isnan(testcases[
[all...]
H A Dcosh.pass.cpp38 const unsigned N = sizeof(testcases) / sizeof(testcases[0]);
41 std::complex<double> r = cosh(testcases[i]);
42 if (testcases[i].real() == 0 && testcases[i].imag() == 0)
46 assert(std::signbit(r.imag()) == std::signbit(testcases[i].imag()));
48 else if (testcases[i].real() == 0 && std::isinf(testcases[i].imag()))
53 else if (testcases[i].real() == 0 && std::isnan(testcases[
[all...]
H A Dacos.pass.cpp39 const unsigned N = sizeof(testcases) / sizeof(testcases[0]);
42 std::complex<double> r = acos(testcases[i]);
43 if (testcases[i].real() == 0 && testcases[i].imag() == 0)
47 assert(std::signbit(testcases[i].imag()) != std::signbit(r.imag()));
49 else if (testcases[i].real() == 0 && std::isnan(testcases[i].imag()))
54 else if (std::isfinite(testcases[i].real()) && std::isinf(testcases[
[all...]
H A Dsqrt.pass.cpp39 const unsigned N = sizeof(testcases) / sizeof(testcases[0]);
42 std::complex<double> r = sqrt(testcases[i]);
43 if (testcases[i].real() == 0 && testcases[i].imag() == 0)
46 assert(std::signbit(r.imag()) == std::signbit(testcases[i].imag()));
48 else if (std::isinf(testcases[i].imag()))
53 assert(std::signbit(r.imag()) == std::signbit(testcases[i].imag()));
55 else if (std::isfinite(testcases[i].real()) && std::isnan(testcases[
[all...]
H A Datanh.pass.cpp39 const unsigned N = sizeof(testcases) / sizeof(testcases[0]);
42 std::complex<double> r = atanh(testcases[i]);
43 if (testcases[i].real() == 0 && testcases[i].imag() == 0)
45 assert(std::signbit(r.real()) == std::signbit(testcases[i].real()));
46 assert(std::signbit(r.imag()) == std::signbit(testcases[i].imag()));
48 else if ( testcases[i].real() == 0 && std::isnan(testcases[i].imag()))
51 assert(std::signbit(testcases[
[all...]
H A Dtanh.pass.cpp38 const unsigned N = sizeof(testcases) / sizeof(testcases[0]);
41 std::complex<double> r = tanh(testcases[i]);
42 if (testcases[i].real() == 0 && testcases[i].imag() == 0)
45 assert(std::signbit(r.real()) == std::signbit(testcases[i].real()));
47 assert(std::signbit(r.imag()) == std::signbit(testcases[i].imag()));
49 else if (std::isfinite(testcases[i].real()) && std::isinf(testcases[i].imag()))
54 else if (std::isfinite(testcases[
[all...]
H A Dacosh.pass.cpp39 const unsigned N = sizeof(testcases) / sizeof(testcases[0]);
42 std::complex<double> r = acosh(testcases[i]);
43 if (testcases[i].real() == 0 && testcases[i].imag() == 0)
46 if (std::signbit(testcases[i].imag()))
51 else if (testcases[i].real() == 1 && testcases[i].imag() == 0)
56 assert(std::signbit(r.imag()) == std::signbit(testcases[i].imag()));
58 else if (std::isfinite(testcases[
[all...]
H A Dlog.pass.cpp38 const unsigned N = sizeof(testcases) / sizeof(testcases[0]);
41 std::complex<double> r = log(testcases[i]);
42 if (testcases[i].real() == 0 && testcases[i].imag() == 0)
44 if (std::signbit(testcases[i].real()))
48 if (std::signbit(testcases[i].imag()))
58 assert(std::signbit(testcases[i].imag()) == std::signbit(r.imag()));
61 else if (std::isfinite(testcases[i].real()) && std::isinf(testcases[
[all...]
/external/ltp/testcases/kernel/connectors/
H A Dconnector_test.sh8 $LTPROOT/testcases/bin/run_pec_test
/external/ltp/android/
H A DAndroid.ltp.mk16 module_prebuilt := testcases/bin/tcp4-uni-basic02
17 module_src_files := testcases/network/stress/tcp/uni-basic/tcp4-uni-basic02
20 module_prebuilt := testcases/bin/ext4_funcs.sh
21 module_src_files := testcases/kernel/fs/ext4-new-features/ext4_funcs.sh
24 module_prebuilt := testcases/bin/file1.in
25 module_src_files := testcases/commands/ade/ar/file1.in
28 module_prebuilt := testcases/bin/tcp6-uni-sackoff10
29 module_src_files := testcases/network/stress/tcp/uni-sackoff/tcp6-uni-sackoff10
32 module_prebuilt := testcases/bin/ftp-upload-stress
33 module_src_files := testcases/networ
[all...]
/external/ltp/testcases/kernel/syscalls/sysctl/
H A Dsysctl05.c78 struct testcases { struct
89 } testcases[] = { variable in typeref:struct:testcases
120 TEST(sysctl(testcases[i].name, testcases[i].size,
121 testcases[i].oldval, testcases[i].oldlen,
122 testcases[i].newval, testcases[i].newlen));
124 if (TEST_RETURN != testcases[i].exp_retval) {
127 testcases[
[all...]
/external/ltp/testcases/kernel/syscalls/getcwd/
H A Dgetcwd01.c72 } testcases[] = { variable in typeref:struct:test_case_t
84 int TST_TOTAL = ARRAY_SIZE(testcases);
102 tst_resm(TINFO, "%s", testcases[i].desc);
104 if (testcases[i].setupfunc != NULL) {
105 testcases[i].setupfunc();
109 test_erg = getcwd(testcases[i].buf, testcases[i].size);
112 if (test_erg != testcases[i].exp_retval) {
115 "got: %p", testcases[i].exp_retval,
119 if (TEST_ERRNO != testcases[
[all...]
/external/ltp/testcases/kernel/syscalls/getrlimit/
H A Dgetrlimit02.c90 } testcases[] = { variable in typeref:struct:test_case_t
100 int TST_TOTAL = ARRAY_SIZE(testcases);
121 TEST(getrlimit(testcases[i].res_type,
122 testcases[i].rlim));
125 (TEST_ERRNO == testcases[i].exp_errno)) {
127 testcases[i].exp_errval);
/external/ltp/testcases/kernel/controllers/cgroup_xattr/
H A DMakefile19 include $(top_srcdir)/include/mk/testcases.mk
/external/ltp/testcases/kernel/device-drivers/block/block_dev_user/
H A DMakefile19 include $(top_srcdir)/include/mk/testcases.mk
/external/ltp/testcases/kernel/device-drivers/pci/tpci_user/
H A DMakefile19 include $(top_srcdir)/include/mk/testcases.mk
/external/ltp/testcases/kernel/device-drivers/rtc/
H A DMakefile19 include $(top_srcdir)/include/mk/testcases.mk
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
H A DMakefile19 include $(top_srcdir)/include/mk/testcases.mk
/external/ltp/testcases/kernel/firmware/fw_load_user/
H A DMakefile19 include $(top_srcdir)/include/mk/testcases.mk
/external/ltp/testcases/kernel/fs/fs_perms/
H A DMakefile2 # kernel/fs/fs_perms testcases Makefile.
25 include $(top_srcdir)/include/mk/testcases.mk
/external/ltp/testcases/kernel/fs/stream/
H A DMakefile21 include $(top_srcdir)/include/mk/testcases.mk
/external/ltp/testcases/kernel/io/aio/
H A DMakefile21 include $(top_srcdir)/include/mk/testcases.mk

Completed in 380 milliseconds

1234567891011>>