Searched refs:test_function (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_constants_and_functions.py9 assert m.test_function() == "test_function()"
10 assert m.test_function(7) == "test_function(7)"
11 assert m.test_function(m.MyEnum.EFirstEntry) == "test_function(enum=1)"
12 assert m.test_function(m.MyEnum.ESecondEntry) == "test_function(enum=2)"
14 assert m.test_function() == "test_function()"
[all...]
H A Dtest_enum.cpp58 static EMode test_function(EMode mode) { function in class:ClassWithUnscopedEnum
63 exenum_class.def_static("test_function", &ClassWithUnscopedEnum::test_function);
H A Dtest_enum.py146 f = m.ClassWithUnscopedEnum.test_function
/gem5/ext/testlib/
H A Dtest.py80 self.test_function = function
86 self.test_function(*args, **kwargs)
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test01/
H A Dtest01.cpp47 int test_function(double d) function
119 wait( sc_spawn(&r, sc_bind(&test_function, 3.14159)).terminated_event() );
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_spawn_options/test01/
H A Dtest01.cpp47 int test_function(double d) function

Completed in 7 milliseconds