Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 13 of 13) sorted by relevance

/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/
Dgmock-function-mocker_test.cc775 MockFunction<void()> foo; in TEST() local
781 MockFunction<int()> foo; in TEST() local
790 MockFunction<void(int)> foo; in TEST() local
796 MockFunction<int(bool, int)> foo; in TEST() local
809 int a5, int a6, char a7, int a8, bool a9)> foo; in TEST() local
818 MockFunction<int(int)> foo; in TEST() local
829 MockFunction<int&()> foo; in TEST() local
839 MockFunction<int(int &)> foo; in TEST() local
870 MockFunction<Argument> foo; in TYPED_TEST() local
877 MockFunction<Argument> foo; in TYPED_TEST() local
[all …]
Dgmock_stress_test.cc70 MockFoo foo; in TestConcurrentMockObjects() local
120 MockFoo foo; in TestConcurrentCallsOnSameObject() local
150 void Helper2(MockFoo* foo) { in Helper2()
159 MockFoo foo; in TestPartiallyOrderedExpectationsWithThreads() local
Dgmock_leak_test_.cc59 MockFoo* foo = new MockFoo; in TEST() local
72 MockFoo* foo = new MockFoo; in TEST() local
Dgmock-more-actions_test.cc302 Foo foo; in TEST() local
327 Foo foo; in TEST() local
334 Foo foo; in TEST() local
341 Foo foo; in TEST() local
350 Foo foo; in TEST() local
357 Foo foo; in TEST() local
364 Foo foo; in TEST() local
371 Foo foo; in TEST() local
380 Foo foo; in TEST() local
392 Foo foo; in TEST() local
[all …]
Dgmock_output_test_.cc287 MockFoo* foo = new MockFoo; in TestCatchesLeakedMocksInAdHocTests() local
Dgmock-actions_test.cc1020 Foo foo; in TEST() local
Dgmock-matchers_test.cc530 bool IsPositiveIntValue(const IntValue& foo) { in IsPositiveIntValue()
2986 const int foo = 0; in TEST() variable
/device/generic/vulkan-cereal/third-party/astc-codec/
Dcmake-format.json13 "foo": { object
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h80 #define GTEST_CONCAT_TOKEN_(foo, bar) GTEST_CONCAT_TOKEN_IMPL_(foo, bar) argument
81 #define GTEST_CONCAT_TOKEN_IMPL_(foo, bar) foo ## bar argument
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/
Dgoogletest-param-test-test.cc410 const char* foo = "foo"; in TEST() local
476 const char* foo = "foo"; in TEST() local
Dgoogletest-output-test_.cc489 namespace foo { namespace
Dgoogletest-printers-test.cc129 namespace foo { namespace
Dgtest_unittest.cc3651 const std::string foo("foo"); in TEST() local
5054 Foo foo; member in __anonbb4b4fd70411::FRIEND_TEST_Test2