Searched full:foo* (Results 176 - 200 of 234) sorted by relevance

12345678910

/gem5/ext/googletest/googletest/test/
H A Dgtest-typed-test_test.cc182 state_.AddTestName("foo.cc", 0, "FooTest", "A");
183 state_.AddTestName("foo.cc", 0, "FooTest", "B");
184 state_.AddTestName("foo.cc", 0, "FooTest", "C");
193 state_.VerifyRegisteredTestNames("foo.cc", 1, tests));
201 state_.VerifyRegisteredTestNames("foo.cc", 1, tests));
208 state_.VerifyRegisteredTestNames("foo.cc", 1, "A, B, A, C"),
209 "foo\\
[all...]
H A Dgtest_break_on_failure_unittest_.cc52 TEST(Foo, Bar) {
H A Dgtest_env_var_test.py89 TestFlag('filter', 'FooTest.Bar', '*')
91 TestFlag('output', 'xml:tmp/foo.xml', '')
112 SetEnvVar('GTEST_OUTPUT', 'xml:tmp/foo.xml')
114 AssertEq('xml:tmp/foo.xml', GetFlag('output'))
H A Dgtest_environment_test.cc111 TEST(FooTest, Bar) {
H A Dgtest_filter_unittest.py153 'FooTest.Abc',
154 'FooTest.Xyz',
391 self.RunAndVerify('FooTest.Xyz', ['FooTest.Xyz'])
392 self.RunAndVerifyAllowingDisabled('FooTest.Xyz', ['FooTest.Xyz'])
393 self.RunAndVerifyWithSharding('FooTest.Xyz', 5, ['FooTest.Xyz'])
407 self.RunAndVerify('FooTest.*', ['FooTest
[all...]
H A Dgtest_filter_unittest_.cc45 // Test case FooTest.
47 class FooTest : public testing::Test { class in namespace:__anon58
50 TEST_F(FooTest, Abc) {
53 TEST_F(FooTest, Xyz) {
104 // Test case FoobarTest
114 // Test case FoobarbazTest
H A Dgtest_list_tests_unittest.py56 EXPECTED_OUTPUT_NO_FILTER_RE = re.compile(r"""FooDeathTest\.
58 Foo\.
65 FooBar\.
67 FooTest\.
99 # --gtest_list_tests and --gtest_filter=Foo*.
100 EXPECTED_OUTPUT_FILTER_FOO_RE = re.compile(r"""FooDeathTest\.
102 Foo\.
106 FooBar\.
108 FooTest\.
203 other_flag='--gtest_filter=Foo*')
[all...]
H A Dgtest_list_tests_unittest_.cc44 TEST(Foo, Bar1) {
47 TEST(Foo, Bar2) {
50 TEST(Foo, DISABLED_Bar3) {
59 TEST(FooBar, Baz) {
62 class FooTest : public testing::Test { class in inherits:testing::Test
65 TEST_F(FooTest, Test1) {
68 TEST_F(FooTest, DISABLED_Test2) {
71 TEST_F(FooTest, Test3) {
74 TEST(FooDeathTest, Test1) {
H A Dgtest_output_test_.cc462 ADD_FAILURE_AT("foo.cc", 42) << "Expected failure in foo.cc";
533 namespace foo { namespace
547 } // namespace foo
995 class FooEnvironment : public testing::Environment { class in inherits:testing::Environment
998 printf("%s", "FooEnvironment::SetUp() called.\n");
1002 printf("%s", "FooEnvironment::TearDown() called.\n");
1058 testing::AddGlobalTestEnvironment(new FooEnvironment);
H A Dgtest_output_test_golden_lin.txt12 FooEnvironment::SetUp() called.
264 foo.cc:42: Failure
266 Expected failure in foo.cc
619 FooEnvironment::TearDown() called.
H A Dgtest_repeat_test.cc94 TEST(FooTest, ShouldFail) {
103 TEST(FooTest, ShouldPass) {
H A Dgtest_unittest.cc97 test_info_obj_("FooTest", "Bar", NULL, NULL,
123 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL));
124 EXPECT_EQ("event=TestCaseStart&name=FooTest\n", *output());
129 streamer_.OnTestCaseEnd(TestCase("FooTest", "Bar", NULL, NULL));
148 TestPartResult::kFatalFailure, "foo.cc", 42, "failed=\n&%"));
152 "event=TestPartResult&file=foo.cc&line=42&message=failed%3D%0A%26%25\n",
1002 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", "BAR"));
1003 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobaR", "bar"));
1004 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", ""));
1007 EXPECT_FALSE(String::EndsWithCaseInsensitive("Foobar", "fo
4992 class Foo { class in namespace:__anon67
4994 Foo() {} function in class:__anon67::Foo
5014 Foo foo; member in class:__anon67::FRIEND_TEST_Test2
[all...]
/gem5/configs/dram/
H A Dlat_mem_rd.py258 system.monitor.footprint = MemFootprintProbe()
/gem5/src/base/
H A Dinifile.test.cc57 [Foo]
58 Foo1=89
59 Foo2=384
H A Dcirclebuf.test.cc53 char foo[16]; local
58 buf.peek(foo, 8);
59 EXPECT_EQ(memcmp(foo, data, 8), 0);
62 buf.read(foo, 2);
63 EXPECT_EQ(memcmp(foo, data, 2), 0);
65 buf.read(foo, 6);
66 EXPECT_EQ(memcmp(foo, data + 2, 6), 0);
74 char foo[16]; local
78 buf.peek(foo, 8);
79 EXPECT_EQ(memcmp(data + 8, foo,
87 char foo[16]; local
102 char foo[16]; local
[all...]
H A Dcprintf.test.cc53 char foo[] = "foo"; local
54 CPRINTF_TEST("%s\n", foo);
162 std::string foo1 = "string test"; local
163 ccprintf(ss, "%s\n", foo1);
167 std::stringstream foo2; local
168 foo2 << "stringstream test";
169 ccprintf(ss, "%s\n", foo2.str());
H A Drefcnt.hh108 * typedef RefCountingPtr<Foo> FooPtr;
111 * @attention Do not use "const FooPtr"
114 * typedef RefCountingPtr<const Foo> ConstFooPtr;
212 // what is pointed to. This is analagous to a "Foo * const".
/gem5/src/mem/probes/
H A DMemFootprintProbe.py49 page_size = Param.Unsigned(4096, "Page size for page-level footprint")
/gem5/src/python/m5/util/
H A Dcode_formatter.py285 class Foo(dict): class in class:code_formatter
292 l = [ [Foo(x=[Foo(y=9)])] ]
H A Dsmartdict.py135 # so that even after we call env['foo'] we still get a
136 # meaningful answer from "'foo' in env" (which
H A Dmultidict.py163 test2.get('g', 'foo')
/gem5/tests/testing/
H A Dhelpers.py157 cmd_foo = [ "/bin/echo", "-n", "foo" ]
166 assert stdout == "foo"
177 names=("ignore.txt", "foo/test.txt"),
182 assert "foo/test.txt" in ignore_list
186 assert "#foo" in ignore_list
187 assert "foo#" not in ignore_list
/gem5/util/style/
H A Dverifiers.py118 messages such as "error in <foo>" or "invalid <foo>"
120 control the test (--fix-<foo>, --ignore-<foo>, etc.)
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc1717 // update avg. reuse distance footprint
/gem5/src/arch/
H A Disa_parser.py328 # Wrap the decode block in a pair of strings (e.g., 'case foo:'
349 # i.e., foo<a:b> --> bits(foo, a, b)
1753 # regexp for token FOO can be provided in two ways:
1989 # ISA name declaration looks like "namespace <foo>;"
1996 # Output blocks 'output <foo> {{...}}' (C++ code blocks) are copied
2143 # keyword parameters, followed by a '*foo' parameter that gets
2147 # Note that we do not support the '**foo' parameter for collecting
2267 # 1. Format blocks 'format <foo> { ... }'
2284 # A format block 'format <foo> {
[all...]

Completed in 71 milliseconds

12345678910