Searched refs:test (Results 151 - 175 of 304) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/stars/star110069/
H A Dstar110069.cpp46 int test[16]; local
H A Dmem0.h62 int test; local
/gem5/ext/testlib/
H A Duid.py66 def from_test(self, test, filepath):
67 return TestUID(filepath, test.name, test.parent_suite.name)
96 def test(self): member in class:TestUID
H A Dquery.py55 for test in suite:
56 log.test_log.message(test.uid, machine_readable=True)
H A Dloader.py38 a name starting or ending in test(s). If there are any additional
45 - `test.py`
46 - `test-this.py`
48 - `these-test.py`
52 - `.test.py` - 'hidden' files are ignored.
53 - `test` - Must end in '.py'
54 - `test-.py` - Needs a character after the hypen.
55 - `testthis.py` - Needs a hypen or underscore to separate 'test' and 'this'
58 2. With all files discovered execute each file gathering its test items we
62 a :class:`TestSuite` by the test write
[all...]
H A Dresult.py87 self._tests = [InternalTestResult(test, self, self.directory)
88 for test in obj]
102 for test in self:
103 helper.append_dictlist(results, test.result.value, test)
135 for test in suite:
136 helper.append_dictlist(results, test.result.value, test)
143 Return the path which results for a specific test case should be
248 for test i
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dsimple.S7 # This is the most basic self checking test. If your simulator does not
H A Dfence_i.S20 # test I$ hit
29 # test prefetcher hit
H A Djal.S17 # Test 2: Basic test
/gem5/tests/test-progs/insttest/src/riscv/
H A Dinsttest.h64 const std::string& test)
69 cout << test << ": "; local
63 expect(const T& expected, std::function<T()> func, const std::string& test) argument
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h58 // returns a concrete class that depends on the prevailing death test
72 // appropriate action to take for the current death test; for example,
75 // case. Otherwise, the DeathTest pointer pointed to by the "test"
76 // argument is set. If the death test should be skipped, the pointer
78 // DeathTest object that controls the execution of the current test.
80 const char* file, int line, DeathTest** test);
84 // A helper class that aborts a death test when it's deleted.
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } argument
95 // test i
[all...]
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/pr476/
H A Dtest.cpp22 test.cpp --
49 #include "test.h"
51 void test::entry()
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test2/
H A Dtest.cpp22 test.cpp --
49 #include "test.h"
51 void test::entry()
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test6/
H A Dtest.cpp22 test.cpp --
49 #include "test.h"
51 void test::entry()
/gem5/src/systemc/tests/systemc/misc/stars/star107755/
H A Dstar107755.cpp41 void test::reset_loop() {
/gem5/src/systemc/tests/systemc/misc/stars/star109180/
H A Dstar109180.cpp41 void test::reset_loop() {
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test1/
H A Dmain.cpp41 #include "test.h"
67 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test2/
H A Dmain.cpp41 #include "test.h"
67 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test3/
H A Dmain.cpp41 #include "test.h"
67 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test4/
H A Dmain.cpp41 #include "test.h"
67 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test5/
H A Dmain.cpp41 #include "test.h"
67 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test6/
H A Dmain.cpp41 #include "test.h"
67 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test01/
H A Dmain.cpp40 #include "test.h"
66 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dldst.S7 # This test verifies that flw, fld, fsw, and fsd work properly.
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed_bitref.inc49 return m_obj_p->test( m_index );
55 return ( ! m_obj_p->test( m_index ) );
61 return ( ! m_obj_p->test( m_index ) );
132 m_obj_p->set(low_i, src.test(low_i));
140 m_obj_p->set(low_i, src.test(low_i));

Completed in 11 milliseconds

1234567891011>>