/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/ |
ChannelState.java | 16 package com.android.tv.testing.testinput; 20 import com.android.tv.testing.Constants;
|
TestInputControlConnection.java | 16 package com.android.tv.testing.testinput; 25 import com.android.tv.testing.ChannelInfo;
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/ |
Constants.java | 16 package com.android.tv.testing.uihelper;
|
LiveChannelsUiDeviceHelper.java | 1 package com.android.tv.testing.uihelper; 3 import static com.android.tv.testing.uihelper.UiDeviceAsserts.waitForCondition; 17 * Helper for testing the Live TV Application.
|
UiDeviceAsserts.java | 16 package com.android.tv.testing.uihelper; 18 import static com.android.tv.testing.uihelper.Constants.FOCUSED_VIEW;
|
UiDeviceUtils.java | 16 package com.android.tv.testing.uihelper;
|
/external/gmock/include/gmock/internal/ |
gmock-generated-internal-utils.h | 46 namespace testing { namespace 277 } // namespace testing
|
/external/gmock/test/ |
gmock-nice-strict_test.cc | 39 // This must not be defined inside the ::testing namespace, or it will 40 // clash with ::testing::Mock. 51 namespace testing { namespace 54 using testing::internal::string; 55 using testing::GMOCK_FLAG(verbose); 56 using testing::HasSubstr; 57 using testing::NaggyMock; 58 using testing::NiceMock; 59 using testing::StrictMock; 62 using testing::internal::CaptureStdout [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 76 namespace testing { namespace 104 // contention in production code, but is acceptable in a testing 231 } // namespace testing
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest-filepath_test.cc | 59 namespace testing { namespace 696 } // namespace testing
|
gtest-unittest-api_test.cc | 31 // The Google C++ Testing Framework (Google Test) 41 using ::testing::InitGoogleTest; 43 namespace testing { namespace 142 return testing::AssertionFailure() << "argument is " << str; 229 // These two tests are here to provide support for testing 333 } // namespace testing 338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
|
gtest_environment_test.cc | 42 namespace testing { namespace 52 // For testing using global test environments. 53 class MyEnvironment : public testing::Environment { 119 testing::internal::posix::Abort(); 131 testing::internal::GetUnitTestImpl()->ClearAdHocTestResult(); 138 testing::InitGoogleTest(&argc, argv); 143 Check(testing::AddGlobalTestEnvironment(env) == env, 181 testing::GTEST_FLAG(filter) = "-*";
|
gtest_repeat_test.cc | 47 namespace testing { namespace 53 } // namespace testing 55 using testing::GTEST_FLAG(death_test_style); 56 using testing::GTEST_FLAG(filter); 57 using testing::GTEST_FLAG(repeat); 61 // We need this when we are testing Google Test itself and therefore 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\ 72 ::testing::internal::posix::Abort();\ 74 } while (::testing::internal::AlwaysFalse()) 83 class MyEnvironment : public testing::Environment [all...] |
gtest_stress_test.cc | 49 namespace testing { namespace 112 // is for testing whether Google Test can handle failed assertions in a 236 } // namespace testing 239 testing::InitGoogleTest(&argc, argv); 254 testing::InitGoogleTest(&argc, argv);
|
/external/google-breakpad/src/testing/include/gmock/internal/ |
gmock-generated-internal-utils.h | 46 namespace testing { namespace 277 } // namespace testing
|
/external/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 76 namespace testing { namespace 104 // contention in production code, but is acceptable in a testing 231 } // namespace testing
|
/external/gtest/test/ |
gtest-filepath_test.cc | 59 namespace testing { namespace 680 } // namespace testing
|
gtest-unittest-api_test.cc | 31 // The Google C++ Testing Framework (Google Test) 41 using ::testing::InitGoogleTest; 43 namespace testing { namespace 142 return testing::AssertionFailure() << "argument is " << str; 229 // These two tests are here to provide support for testing 333 } // namespace testing 338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
|
gtest_environment_test.cc | 42 namespace testing { namespace 52 // For testing using global test environments. 53 class MyEnvironment : public testing::Environment { 119 testing::internal::posix::Abort(); 131 testing::internal::GetUnitTestImpl()->ClearAdHocTestResult(); 138 testing::InitGoogleTest(&argc, argv); 143 Check(testing::AddGlobalTestEnvironment(env) == env, 181 testing::GTEST_FLAG(filter) = "-*";
|
gtest_repeat_test.cc | 47 namespace testing { namespace 53 } // namespace testing 55 using testing::GTEST_FLAG(death_test_style); 56 using testing::GTEST_FLAG(filter); 57 using testing::GTEST_FLAG(repeat); 61 // We need this when we are testing Google Test itself and therefore 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\ 72 ::testing::internal::posix::Abort();\ 74 } while (::testing::internal::AlwaysFalse()) 83 class MyEnvironment : public testing::Environment [all...] |
gtest_stress_test.cc | 49 namespace testing { namespace 111 // is for testing whether Google Test can handle failed assertions in a 235 } // namespace testing 238 testing::InitGoogleTest(&argc, argv); 253 testing::InitGoogleTest(&argc, argv);
|
/external/guava/guava-gwt/test/com/google/common/testing/ |
FakeTickerTest_gwt.java | 16 package com.google.common.testing; 19 return "com.google.common.testing.testModule"; 22 com.google.common.testing.FakeTickerTest testCase = new com.google.common.testing.FakeTickerTest(); 27 com.google.common.testing.FakeTickerTest testCase = new com.google.common.testing.FakeTickerTest(); 32 com.google.common.testing.FakeTickerTest testCase = new com.google.common.testing.FakeTickerTest(); 37 com.google.common.testing.FakeTickerTest testCase = new com.google.common.testing.FakeTickerTest() [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/ |
Helpers.java | 17 package com.google.common.collect.testing; 235 * for testing methods that must treat the return value from size() 252 * meaning an entry that is suitable for testing that map entries cannot be 253 * modified via a nefarious implementation of equals. This is used for testing
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
CollectionAddTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 20 import static com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION; 21 import static com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS; 22 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD; 23 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 26 import com.google.common.collect.testing.AbstractCollectionTester; 27 import com.google.common.collect.testing.features.CollectionFeature; 28 import com.google.common.collect.testing.features.CollectionSize; 36 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder} [all...] |
ListAddAtIndexTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 20 import static com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION; 21 import static com.google.common.collect.testing.features.CollectionSize.ONE; 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 23 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX; 26 import com.google.common.collect.testing.features.CollectionFeature; 27 import com.google.common.collect.testing.features.CollectionSize; 28 import com.google.common.collect.testing.features.ListFeature; 36 * {@link com.google.common.collect.testing.ListTestSuiteBuilder} [all...] |