Searched refs:test (Results 1 - 25 of 304) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/synth/directives/misc/test1/
H A Dtest.cpp22 test.cpp --
45 #include "test.h"
47 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/directives/misc/test2/
H A Dtest.cpp22 test.cpp --
45 #include "test.h"
47 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/directives/misc/test3/
H A Dtest.cpp22 test.cpp --
45 #include "test.h"
47 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/directives/translate_on/test3/
H A Dtest.cpp22 test.cpp --
45 #include "test.h"
47 void test::entry()
/gem5/src/systemc/tests/systemc/datatypes/misc/test01/
H A Dtest01.cpp38 // test of i/o streaming of the datatypes
53 test( sc_dt::sc_bitref<X> a ) function
69 test( sc_dt::sc_subref<X> a ) function
85 test( sc_dt::sc_fxnum_bitref a ) function
100 test( sc_dt::sc_fxnum_fast_bitref a ) function
116 test( sc_dt::sc_fxnum_subref a ) function
131 test( sc_dt::sc_fxnum_fast_subref a ) function
147 test( T& a ) function
171 test( a );
172 test(
[all...]
/gem5/ext/drampower/test/libdrampowertest/
H A Dlib_test.cc60 libDRAMPower test = libDRAMPower(memSpec, 0); local
69 test.doCommand(MemCommand::ACT,0,35);
70 test.doCommand(MemCommand::RDA,0,50);
71 test.doCommand(MemCommand::ACT,4,51);
72 test.doCommand(MemCommand::RDA,4,66);
73 test.doCommand(MemCommand::ACT,0,86);
74 test.doCommand(MemCommand::RDA,0,101);
75 test.doCommand(MemCommand::ACT,2,102);
76 test.doCommand(MemCommand::RDA,2,117);
77 test
[all...]
/gem5/ext/fputils/tests/
H A Dtest_helper.h49 void test_ok(const char *test);
51 void test_fail(const char *test);
53 void test_skip(const char *test, const char *fmt_why, ...)
56 void test_todo(const char *test, const char *fmt_why, ...)
H A Dtest_helper.c90 test_vstatus(const char *status, const char *test, argument
96 if (test && test[0] != '\0')
97 printf(" - %s", test);
110 test_status(const char *status, const char *test, argument
117 test_vstatus(status, test, directive, fmt_why, ap);
123 test_ok(const char *test) argument
125 test_status("ok", test, NULL, NULL);
129 test_fail(const char *test) argument
131 test_status("not ok", test, NUL
136 test_skip(const char *test, const char *fmt_why, ...) argument
147 test_todo(const char *test, const char *fmt_why, ...) argument
[all...]
/gem5/ext/nomali/tests/
H A Dtest_helpers.h43 void test_ok(const char *test);
45 void test_fail(const char *test);
47 void test_skip(const char *test, const char *fmt_why, ...)
50 void test_todo(const char *test, const char *fmt_why, ...)
H A Dtest_helpers.c80 test_vstatus(const char *status, const char *test, argument
86 if (test && test[0] != '\0')
87 printf(" - %s", test);
100 test_status(const char *status, const char *test, argument
107 test_vstatus(status, test, directive, fmt_why, ap);
113 test_ok(const char *test) argument
115 test_status("ok", test, NULL, NULL);
119 test_fail(const char *test) argument
121 test_status("not ok", test, NUL
126 test_skip(const char *test, const char *fmt_why, ...) argument
137 test_todo(const char *test, const char *fmt_why, ...) argument
[all...]
/gem5/src/systemc/tests/systemc/misc/synth/directives/translate_on/test2/
H A Dtest.cpp22 test.cpp --
45 #include "test.h"
47 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/directives/translate_on/test4/
H A Dtest.cpp22 test.cpp --
45 #include "test.h"
47 void test::entry()
/gem5/src/systemc/tests/systemc/misc/stars/star103601-2/
H A Dtest.h22 test.h --
38 struct test : sc_module { struct in inherits:sc_module
46 SC_HAS_PROCESS( test );
48 test (const char *NAME) : sc_module(NAME) { function in struct:test
/gem5/src/systemc/tests/systemc/misc/stars/star103765/
H A Dtest.h22 test.h --
38 struct test : sc_module { struct in inherits:sc_module
46 SC_HAS_PROCESS( test );
48 test (const char *NAME) : sc_module(NAME) { function in struct:test
/gem5/src/systemc/tests/systemc/misc/stars/star107755/
H A Dregfile.h38 struct test : sc_module { struct in inherits:sc_module
46 SC_HAS_PROCESS( test );
48 test (const char *NAME) : sc_module(NAME) { function in struct:test
/gem5/src/systemc/tests/systemc/misc/stars/star109180/
H A Dregfile.h38 struct test : sc_module { struct in inherits:sc_module
46 SC_HAS_PROCESS( test );
48 test (const char *NAME) : sc_module(NAME) { function in struct:test
/gem5/ext/googletest/googletest/test/
H A Dgtest_shuffle_test.py31 """Verifies that test shuffling works."""
41 # The environment variables for test sharding.
79 """Runs the test program and returns its output."""
88 """Runs the test program and returns a list of test lists.
96 test iteration.
111 """Returns a list of test cases in the given full test names.
114 tests: a list of full test names
117 A list of test case
[all...]
/gem5/src/systemc/tests/systemc/misc/synth/directives/line_label/test1/
H A Dtest.cpp22 test.cpp --
45 #include "test.h"
47 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/directives/resource/test1/
H A Dtest.cpp22 test.cpp --
44 #include "test.h"
46 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test01/
H A Dtest.cpp22 test.cpp --
38 #include "test.h"
40 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test09/
H A Dtest.cpp22 test.cpp --
38 #include "test.h"
41 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test10/
H A Dtest.cpp22 test.cpp --
38 #include "test.h"
41 void test::entry()
/gem5/ext/googletest/googletest/xcode/Samples/FrameworkSample/
H A Druntests.sh45 for test in ${test_executables[*]}; do
46 "$test"
52 failed_list="$failed_list $test"
/gem5/src/systemc/tests/systemc/misc/stars/star109218-2/
H A Dmap.h38 SC_MODULE(test) {
45 SC_CTOR(test) {
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test5/
H A Dtest.cpp22 test.cpp --
47 #include "test.h"
49 int test::incr (int x)
59 void test::entry()

Completed in 18 milliseconds

1234567891011>>