/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultimapTestSuiteBuilder.java | 17 package com.google.common.collect.testing.google; 20 import static com.google.common.collect.testing.Helpers.mapEntry; 26 import com.google.common.collect.testing.AbstractTester; 27 import com.google.common.collect.testing.CollectionTestSuiteBuilder; 28 import com.google.common.collect.testing.DerivedGenerator; 29 import com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder; 30 import com.google.common.collect.testing.Helpers; 31 import com.google.common.collect.testing.MapTestSuiteBuilder; 32 import com.google.common.collect.testing.OneSizeTestContainerGenerator; 33 import com.google.common.collect.testing.PerCollectionSizeTestSuiteBuilder [all...] |
UnmodifiableCollectionTests.java | 17 package com.google.common.collect.testing.google;
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
NullPointerTester.java | 17 package com.google.common.testing;
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
EqualsTesterTest.java | 17 package com.google.common.testing;
|
/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/ |
ForwardingWrapperTesterTest.java | 17 package com.google.common.testing.anotherpackage; 29 import com.google.common.testing.ForwardingWrapperTester; 30 import com.google.common.testing.NullPointerTester;
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-port_test.cc | 61 namespace testing { namespace 121 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived)); 126 Base base = ::testing::internal::ImplicitCast_<Base>(derived); 145 Base base = ::testing::internal::ImplicitCast_<Base>(castable); 164 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable); 190 Base base = ::testing::internal::ImplicitCast_<Base>(castable); 197 base = ::testing::internal::ImplicitCast_<Base>(const_castable); 209 To to = ::testing::internal::ImplicitCast_<To>(&converted); 235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>(); 383 ::testing::ExitedWithCode(0), "Success") [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
remote_bitrate_estimator_unittest_helper.cc | 21 namespace testing { namespace in namespace:webrtc 190 } // namespace testing 194 bitrate_observer_(new testing::TestBitrateObserver), 195 stream_generator_(new testing::StreamGenerator( 202 stream_generator_->AddStream(new testing::RtpStream( 246 testing::RtpStream::PacketList packets; 251 testing::RtpStream::RtpPacket* packet = packets.front(); 453 stream_generator_->AddStream(new testing::RtpStream(
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_framework_unittest.cc | 15 #include "testing/gtest/include/gtest/gtest.h" 22 namespace testing { namespace in namespace:webrtc 149 class BweTestFramework_RateCounterFilterTest : public ::testing::Test { 273 class BweTestFramework_DelayFilterTest : public ::testing::Test { 580 class BweTestFramework_ChokeFilterTest : public ::testing::Test { [all...] |
metric_recorder.cc | 18 namespace testing { namespace in namespace:webrtc 444 } // namespace testing
|
packet.h | 23 namespace testing { namespace in namespace:webrtc 203 } // namespace testing
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
nada_unittest.cc | 21 #include "testing/gtest/include/gtest/gtest.h" 27 namespace testing { namespace in namespace:webrtc 30 class FilterTest : public ::testing::Test { 100 class NadaSenderSideTest : public ::testing::Test { 116 class NadaReceiverSideTest : public ::testing::Test { 495 } // namespace testing
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-port_test.cc | 61 namespace testing { namespace 121 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived)); 126 Base base = ::testing::internal::ImplicitCast_<Base>(derived); 145 Base base = ::testing::internal::ImplicitCast_<Base>(castable); 164 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable); 190 Base base = ::testing::internal::ImplicitCast_<Base>(castable); 197 base = ::testing::internal::ImplicitCast_<Base>(const_castable); 209 To to = ::testing::internal::ImplicitCast_<To>(&converted); 235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>(); 383 ::testing::ExitedWithCode(0), "Success") [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
WeightWatcher.java | 17 package com.android.launcher3.testing;
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
ChannelInfo.java | 17 package com.android.tv.testing;
|
/prebuilts/tools/common/m2/repository/com/google/api-client/google-api-client/1.22.0/ |
google-api-client-1.22.0.jar | |
/external/gmock/include/gmock/ |
gmock-generated-function-mockers.h | 46 namespace testing { namespace 52 // Note: class FunctionMocker really belongs to the ::testing 53 // namespace. However if we define it in ::testing, MSVC will 54 // complain when classes in ::testing::internal declare it as a 56 // FunctionMocker in ::testing::internal and import it into ::testing. 324 // is meant to be defined in the ::testing namespace. The following 326 // cannot handle it if we define FunctionMocker in ::testing. 335 tn ::testing::internal::Function<__VA_ARGS__>::Result 340 tn ::testing::internal::Function<__VA_ARGS__>::Argument## [all...] |
/external/gmock/test/ |
gmock-generated-actions_test.cc | 44 namespace testing { namespace 53 using testing::_; 54 using testing::Action; 55 using testing::ActionInterface; 56 using testing::ByRef; 57 using testing::DoAll; 58 using testing::Invoke; 59 using testing::Return; 60 using testing::ReturnNew; 61 using testing::SetArgPointee [all...] |
gmock-spec-builders_test.cc | 48 namespace testing { namespace 51 // Helper class for testing the Expectation class template. 61 } // namespace testing 65 using testing::_; 66 using testing::AnyNumber; 67 using testing::AtLeast; 68 using testing::AtMost; 69 using testing::Between; 70 using testing::Cardinality; 71 using testing::CardinalityInterface [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-param-util.h | 51 namespace testing { namespace 615 } // namespace testing
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest-death-test_test.cc | 38 using testing::internal::AlwaysFalse; 39 using testing::internal::AlwaysTrue; 70 namespace posix = ::testing::internal::posix; 72 using testing::Message; 73 using testing::internal::DeathTest; 74 using testing::internal::DeathTestFactory; 75 using testing::internal::FilePath; 76 using testing::internal::GetLastErrnoDescription; 77 using testing::internal::GetUnitTestImpl; 78 using testing::internal::InDeathTestChild 82 namespace testing { namespace [all...] |
gtest-printers_test.cc | 32 // Google Test - The Google C++ Testing Framework 61 // Some user-defined types for testing the universal value printer. 96 operator ::testing::internal::BiggestInt() const { return 42; } 187 namespace testing { namespace 199 using ::testing::PrintToString; 200 using ::testing::internal::ImplicitCast_; 201 using ::testing::internal::NativeArray; 202 using ::testing::internal::RE; 203 using ::testing::internal::Strings; 204 using ::testing::internal::UniversalTersePrint [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-generated-function-mockers.h | 46 namespace testing { namespace 52 // Note: class FunctionMocker really belongs to the ::testing 53 // namespace. However if we define it in ::testing, MSVC will 54 // complain when classes in ::testing::internal declare it as a 56 // FunctionMocker in ::testing::internal and import it into ::testing. 324 // is meant to be defined in the ::testing namespace. The following 326 // cannot handle it if we define FunctionMocker in ::testing. 331 #define GMOCK_RESULT_(tn, F) tn ::testing::internal::Function<F>::Result 335 #define GMOCK_ARG_(tn, F, N) tn ::testing::internal::Function<F>::Argument## [all...] |
gmock-generated-matchers.h | 46 namespace testing { namespace [all...] |
/external/google-breakpad/src/testing/test/ |
gmock-generated-actions_test.cc | 44 namespace testing { namespace 53 using testing::_; 54 using testing::Action; 55 using testing::ActionInterface; 56 using testing::ByRef; 57 using testing::DoAll; 58 using testing::Invoke; 59 using testing::Return; 60 using testing::ReturnNew; 61 using testing::SetArgPointee [all...] |
gmock-spec-builders_test.cc | 48 namespace testing { namespace 51 // Helper class for testing the Expectation class template. 61 } // namespace testing 65 using testing::_; 66 using testing::AnyNumber; 67 using testing::AtLeast; 68 using testing::AtMost; 69 using testing::Between; 70 using testing::Cardinality; 71 using testing::CardinalityInterface [all...] |