/gem5/ext/googletest/googlemock/test/ |
H A D | gmock-generated-internal-utils_test.cc | 51 TEST(MatcherTupleTest, ForSize0) { function in namespace:__anon16 55 TEST(MatcherTupleTest, ForSize1) { function in namespace:__anon16 60 TEST(MatcherTupleTest, ForSize2) { function in namespace:__anon16 65 TEST(MatcherTupleTest, ForSize5) { function in namespace:__anon16 74 TEST(FunctionTest, Nullary) { function in namespace:__anon16 83 TEST(FunctionTest, Unary) { function in namespace:__anon16 94 TEST(FunctionTest, Binary) { function in namespace:__anon16 107 TEST(FunctionTest, LongArgumentList) { function in namespace:__anon16
|
H A D | gmock-port_test.cc | 43 TEST(DummyTest, Dummy) {} function
|
H A D | gmock_ex_test.cc | 57 TEST(DefaultValueTest, ThrowsRuntimeErrorWhenNoDefaultValue) { function in namespace:__anon21
|
H A D | gmock_leak_test_.cc | 59 TEST(LeakTest, LeakedMockWithExpectCallCausesFailureWhenLeakCheckingIsEnabled) { function in namespace:__anon22 72 TEST(LeakTest, LeakedMockWithOnCallCausesFailureWhenLeakCheckingIsEnabled) { function in namespace:__anon22 84 TEST(LeakTest, CatchesMultipleLeakedMockObjects) { function in namespace:__anon22
|
/gem5/ext/googletest/googletest/samples/ |
H A D | sample1_unittest.cc | 79 TEST(FactorialTest, Negative) { function 103 TEST(FactorialTest, Zero) { function 108 TEST(FactorialTest, Positive) { function 119 TEST(IsPrimeTest, Negative) { function 128 TEST(IsPrimeTest, Trivial) { function 136 TEST(IsPrimeTest, Positive) { function
|
H A D | sample4_unittest.cc | 36 TEST(Counter, Increment) { function
|
H A D | sample2_unittest.cc | 49 TEST(MyString, DefaultConstructor) { function 80 TEST(MyString, ConstructorFromCString) { function 88 TEST(MyString, CopyConstructor) { function 95 TEST(MyString, Set) { function
|
/gem5/ext/googletest/googletest/test/ |
H A D | gtest_help_test_.cc | 40 TEST(HelpFlagTest, ShouldNotBeRun) { function 45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {} function
|
H A D | gtest_main_unittest.cc | 39 TEST(GTestMainTest, ShouldSucceed) { function in namespace:__anon59
|
H A D | gtest_sole_header_test.cc | 43 TEST(NoFatalFailureTest, ExpectNoFatalFailure) { function in namespace:__anon63 50 TEST(NoFatalFailureTest, AssertNoFatalFailure) { function in namespace:__anon63
|
H A D | gtest_uninitialized_test_.cc | 34 TEST(DummyTest, Dummy) { function
|
H A D | gtest-message_test.cc | 45 TEST(MessageTest, DefaultConstructor) { function in namespace:__anon51 51 TEST(MessageTest, CopyConstructor) { function in namespace:__anon51 58 TEST(MessageTest, ConstructsFromCString) { function in namespace:__anon51 64 TEST(MessageTest, StreamsFloat) { function in namespace:__anon51 72 TEST(MessageTest, StreamsDouble) { function in namespace:__anon51 81 TEST(MessageTest, StreamsPointer) { function in namespace:__anon51 88 TEST(MessageTest, StreamsNullPointer) { function in namespace:__anon51 94 TEST(MessageTest, StreamsCString) { function in namespace:__anon51 99 TEST(MessageTest, StreamsNullCString) { function in namespace:__anon51 105 TEST(MessageTes function in namespace:__anon51 111 TEST(MessageTest, StreamsStringWithEmbeddedNUL) { function in namespace:__anon51 121 TEST(MessageTest, StreamsNULChar) { function in namespace:__anon51 126 TEST(MessageTest, StreamsInt) { function in namespace:__anon51 132 TEST(MessageTest, StreamsBasicIoManip) { function in namespace:__anon51 140 TEST(MessageTest, GetString) { function in namespace:__anon51 147 TEST(MessageTest, StreamsToOStream) { function in namespace:__anon51 155 TEST(MessageTest, DoesNotTakeUpMuchStackSpace) { function in namespace:__anon51 [all...] |
H A D | gtest_prod_test.cc | 39 TEST(PrivateCodeTest, CanAccessPrivateMembers) { function
|
H A D | gtest_color_test_.cc | 55 TEST(GTestColorTest, Dummy) { function
|
H A D | gtest-death-test_ex_test.cc | 51 TEST(CxxExceptionDeathTest, ExceptionIsFailure) { function 66 TEST(CxxExceptionDeathTest, PrintsMessageForStdExceptions) { function 80 TEST(SehExceptionDeasTest, CatchExceptionsDoesNotInterfere) { function
|
H A D | gtest_break_on_failure_unittest_.cc | 52 TEST(Foo, Bar) { function in namespace:__anon56
|
/gem5/src/base/ |
H A D | addr_range_map.test.cc | 48 TEST(AddrRangeMapTest, LegacyTests) function
|
H A D | inifile.test.cc | 70 TEST(Initest, MatchFound) function 98 TEST(Initest, MatchNotFound) function
|
H A D | circlebuf.test.cc | 50 TEST(CircleBufTest, BasicReadWriteNoOverflow) function 71 TEST(CircleBufTest, SingleWriteOverflow) function 84 TEST(CircleBufTest, MultiWriteOverflow) function 99 TEST(CircleBufTest, PointerWrapAround) function
|
H A D | pixel.test.cc | 48 TEST(FBTest, PixelConversionRGBA8888) function 65 TEST(FBTest, PixelConversionRGB565) function 76 TEST(FBTest, PixelToMemRGBA8888LE) function 101 TEST(FBTest, MemToPixelRGBA8888LE) function 112 TEST(FBTest, MemToPixelRGBA8888BE) function
|
H A D | cprintf.test.cc | 51 TEST(CPrintf, Misc) function 69 TEST(CPrintf, FloatingPoint) function 158 TEST(CPrintf, Types) function 176 TEST(CPrintf, SpecialFormatting) function
|
/gem5/ext/googletest/googletest/xcode/Samples/FrameworkSample/ |
H A D | widget_test.cc | 45 TEST(WidgetInitializerTest, TestConstructor) { function 53 TEST(WidgetInitializerTest, TestConversion) { function
|
/gem5/src/systemc/tests/systemc/datatypes/int/misc/test03/ |
H A D | test03.cpp | 3 #define TEST(EXP) cout << #EXP << " = " << EXP << endl; macro [all...] |
/gem5/src/systemc/tests/systemc/datatypes/int/string_conversion/test03/ |
H A D | test03.cpp | 10 #define TEST(BASE) \ macro
|
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test07/ |
H A D | test07.cpp | 48 #define TEST(LEFT,RIGHT) \ macro [all...] |