| /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
| CollectionToStringTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER; 20 import static com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING; 21 import static com.google.common.collect.testing.features.CollectionSize.ONE; 22 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL; 23 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 25 import com.google.common.collect.testing.AbstractCollectionTester; 26 import com.google.common.collect.testing.Helpers; 27 import com.google.common.collect.testing.features.CollectionFeature; 28 import com.google.common.collect.testing.features.CollectionSize [all...] |
| ListCreationTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION; 20 import static com.google.common.collect.testing.features.CollectionSize.ONE; 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 23 import com.google.common.collect.testing.features.CollectionFeature; 24 import com.google.common.collect.testing.features.CollectionSize; 29 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
|
| /external/chromium_org/chromeos/dbus/ |
| mock_cryptohome_client.cc | 10 using ::testing::_; 11 using ::testing::AnyNumber; 12 using ::testing::Invoke;
|
| /external/chromium_org/rlz/test/ |
| rlz_unittest_main.cc | 10 #include "testing/gmock/include/gmock/gmock.h" 11 #include "testing/gtest/include/gtest/gtest.h" 23 testing::InitGoogleMock(&argc, argv); 24 testing::InitGoogleTest(&argc, argv); 35 rlz_lib::testing::SetRlzStoreDirectory(temp_dir.path());
|
| /external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
| ErrorCodeEnum.pass.cpp | 19 enum testing enum 27 template <> struct is_error_code_enum<testing> : public std::true_type {}; 32 make_error_code(testing x)
|
| /external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
| ErrorCodeEnum.pass.cpp | 19 enum testing enum 27 template <> struct is_error_code_enum<testing> : public std::true_type {}; 32 make_error_code(testing x)
|
| /hardware/libhardware/tests/camera2/ |
| main.cpp | 28 ::testing::InitGoogleTest(&argc, argv); 36 ::testing::TestEventListeners& listeners = 37 ::testing::UnitTest::GetInstance()->listeners();
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
| ErrorCodeEnum.pass.cpp | 19 enum testing enum 27 template <> struct is_error_code_enum<testing> : public std::true_type {}; 32 make_error_code(testing x)
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
| ErrorCodeEnum.pass.cpp | 19 enum testing enum 27 template <> struct is_error_code_enum<testing> : public std::true_type {}; 32 make_error_code(testing x)
|
| /external/chromium_org/content/renderer/input/ |
| input_handler_proxy_unittest.cc | 12 #include "testing/gmock/include/gmock/gmock.h" 13 #include "testing/gtest/include/gtest/gtest.h" 193 class InputHandlerProxyTest : public testing::Test { 210 testing::Mock::VerifyAndClearExpectations(&mock_input_handler_); \ 211 testing::Mock::VerifyAndClearExpectations(&mock_client_); \ 221 EXPECT_CALL(mock_input_handler_, ScrollBegin(testing::_, testing::_)) 222 .WillOnce(testing::Return(cc::InputHandler::ScrollStarted)); 231 .WillOnce(testing::Return(cc::InputHandler::ScrollStarted)); 252 testing::StrictMock<MockInputHandler> mock_input_handler_ [all...] |
| /cts/tests/tests/bionic/ |
| main.cpp | 21 testing::InitGoogleTest(&argc, argv);
|
| /external/chromium_org/chrome_elf/blacklist/test/ |
| blacklist_test_main.cc | 7 #include "testing/gtest/include/gtest/gtest.h" 10 testing::InitGoogleTest(&argc, argv);
|
| /external/chromium_org/extensions/browser/value_store/ |
| testing_value_store_unittest.cc | 22 testing::Values(&Param));
|
| /external/chromium_org/gpu/command_buffer/client/ |
| program_info_manager_unittest.cc | 9 #include "testing/gtest/include/gtest/gtest.h" 10 #include "testing/gmock/include/gmock/gmock.h" 15 class ProgramInfoManagerTest : public testing::Test {
|
| /external/chromium_org/testing/gtest/src/ |
| gtest_main.cc | 36 testing::InitGoogleTest(&argc, argv);
|
| /external/chromium_org/testing/gtest/test/ |
| gtest-death-test_ex_test.cc | 57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); 83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); 90 testing::InitGoogleTest(&argc, argv); 91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
|
| gtest_xml_outfile1_test_.cc | 37 class PropertyOne : public testing::Test {
|
| gtest_xml_outfile2_test_.cc | 37 class PropertyTwo : public testing::Test {
|
| /external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
| call_unittest.cc | 31 #include "testing/base/public/gunit.h" 35 testing::ParseGUnitFlags(&argc, argv);
|
| /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/ |
| gtest_main.cc | 36 testing::InitGoogleTest(&argc, argv);
|
| /external/chromium_org/third_party/mesa/src/src/gtest/src/ |
| gtest_main.cc | 37 testing::InitGoogleTest(&argc, argv);
|
| /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/ |
| two_windows_fixture.h | 14 #include "testing/gtest/include/gtest/gtest.h" 20 class TwoWindowsFixture : public testing::Test {
|
| /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/ |
| automated_mode.cc | 11 #include "testing/gtest/include/gtest/gtest.h" 15 // Initialize WebRTC testing framework so paths to resources can be resolved. 17 testing::InitGoogleTest(argc, argv);
|
| /external/gtest/src/ |
| gtest_main.cc | 36 testing::InitGoogleTest(&argc, argv);
|
| /external/gtest/test/ |
| gtest-death-test_ex_test.cc | 57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); 83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); 90 testing::InitGoogleTest(&argc, argv); 91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
|