| /external/chromium_org/media/cast/framer/ |
| framer_unittest.cc | 8 #include "testing/gtest/include/gtest/gtest.h" 13 class FramerTest : public ::testing::Test { 20 EXPECT_CALL(mock_rtp_payload_feedback_, CastFeedback(testing::_)) 21 .WillRepeatedly(testing::Return());
|
| /external/chromium_org/net/http/ |
| http_proxy_client_socket_pool_unittest.cc | 22 #include "testing/gtest/include/gtest/gtest.h" 56 typedef ::testing::TestWithParam<HttpProxyType> TestWithHttpParam; 62 : public ::testing::TestWithParam<HttpProxyClientSocketPoolTestParams> { 236 // TODO(akalin): Use ::testing::Combine() when we are able to use 241 ::testing::Values(
|
| /external/chromium_org/net/spdy/ |
| spdy_http_stream_unittest.cc | 31 #include "testing/gtest/include/gtest/gtest.h" 66 class SpdyHttpStreamTest : public testing::Test, 67 public testing::WithParamInterface<NextProto> { 133 testing::Values(kProtoDeprecatedSPDY2,
|
| spdy_session_pool_unittest.cc | 19 #include "testing/gtest/include/gtest/gtest.h" 25 class SpdySessionPoolTest : public ::testing::Test, 26 public ::testing::WithParamInterface<NextProto> { 54 testing::Values(kProtoDeprecatedSPDY2,
|
| /external/chromium_org/testing/gtest/src/ |
| gtest-internal-inl.h | 30 // Utility functions and classes used by the Google C++ testing framework. 73 namespace testing { namespace 85 // library. This is solely for testing GetTestTypeId(). 815 friend class ::testing::UnitTest; [all...] |
| /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
| GIFImageDecoderTest.cpp | 96 SCOPED_TRACE(testing::Message() << "Random i:" << i << " j:" << j); 106 SCOPED_TRACE(testing::Message() << "Reverse i:" << i); 129 SCOPED_TRACE(testing::Message() << "Random i:" << i << " j:" << j); 465 RefPtr<SharedBuffer> testData = readFile("/Source/platform/image-decoders/testing/bad-initial-code.gif"); 478 RefPtr<SharedBuffer> testData = readFile("/Source/platform/image-decoders/testing/bad-code.gif");
|
| /external/chromium_org/third_party/mesa/src/src/gtest/src/ |
| gtest-internal-inl.h | 30 // Utility functions and classes used by the Google C++ testing framework. 68 namespace testing { namespace 80 // library. This is solely for testing GetTestTypeId(). 788 friend class ::testing::UnitTest; [all...] |
| /external/chromium_org/third_party/webrtc/modules/pacing/ |
| paced_sender_unittest.cc | 11 #include "testing/gmock/include/gmock/gmock.h" 12 #include "testing/gtest/include/gtest/gtest.h" 16 using testing::_; 17 using testing::Return; 56 class PacedSenderTest : public ::testing::Test {
|
| /external/gtest/src/ |
| gtest-internal-inl.h | 30 // Utility functions and classes used by the Google C++ testing framework. 73 namespace testing { namespace 85 // library. This is solely for testing GetTestTypeId(). 815 friend class ::testing::UnitTest; [all...] |
| /external/guava/guava-tests/test/com/google/common/base/ |
| FunctionsTest.java | 23 import com.google.common.testing.EqualsTester; 24 import com.google.common.testing.NullPointerTester; 25 import com.google.common.testing.SerializableTester;
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| ConcurrentHashMultisetTest.java | 22 import static com.google.common.collect.testing.IteratorFeature.SUPPORTS_REMOVE; 23 import static com.google.common.testing.SerializableTester.reserializeAndAssert; 33 import com.google.common.collect.testing.IteratorTester;
|
| ImmutableListMultimapTest.java | 24 import com.google.common.collect.testing.google.UnmodifiableCollectionTests; 25 import com.google.common.testing.EqualsTester; 26 import com.google.common.testing.SerializableTester;
|
| ImmutableSetMultimapTest.java | 24 import com.google.common.collect.testing.google.UnmodifiableCollectionTests; 25 import com.google.common.testing.EqualsTester; 26 import com.google.common.testing.SerializableTester;
|
| /external/llvm/utils/unittest/googletest/src/ |
| gtest-internal-inl.h | 30 // Utility functions and classes used by the Google C++ testing framework. 68 namespace testing { namespace 80 // library. This is solely for testing GetTestTypeId(). 787 friend class ::testing::UnitTest; [all...] |
| /external/mesa3d/src/gtest/src/ |
| gtest-internal-inl.h | 30 // Utility functions and classes used by the Google C++ testing framework. 68 namespace testing { namespace 80 // library. This is solely for testing GetTestTypeId(). 788 friend class ::testing::UnitTest; [all...] |
| /external/protobuf/gtest/src/ |
| gtest-internal-inl.h | 30 // Utility functions and classes used by the Google C++ testing framework. 66 namespace testing { namespace 78 // library. This is solely for testing GetTestTypeId(). [all...] |
| /external/protobuf/src/google/protobuf/io/ |
| zero_copy_stream_unittest.cc | 35 // Testing strategy: For each type of I/O (array, string, file, etc.) we 70 #include <google/protobuf/testing/googletest.h> 71 #include <google/protobuf/testing/file.h> 91 class IoTest : public testing::Test { 112 // Similar to WriteStuff, but performs more sophisticated testing. 402 // Some ad-hoc testing of compression options.
|
| /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/matcher/ |
| ViewMatchers.java | 17 package com.google.android.apps.common.testing.ui.espresso.matcher; 19 import static com.google.android.apps.common.testing.ui.espresso.util.TreeIterables.breadthFirstViewTraversal; 24 import com.google.android.apps.common.testing.ui.espresso.util.HumanReadables;
|
| /hardware/libhardware/tests/camera2/ |
| CameraBurstTests.cpp | 70 : public ::testing::Test, 374 const ::testing::TestInfo* const test_info = 375 ::testing::UnitTest::GetInstance()->current_test_info();
|
| CameraMultiStreamTests.cpp | 72 : public ::testing::Test, 496 const ::testing::TestInfo* const test_info = 497 ::testing::UnitTest::GetInstance()->current_test_info();
|
| /ndk/sources/third_party/googletest/googletest/src/ |
| gtest-internal-inl.h | 30 // Utility functions and classes used by the Google C++ testing framework. 73 namespace testing { namespace 85 // library. This is solely for testing GetTestTypeId(). 809 friend class ::testing::UnitTest; [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_strptime.py | 1 """PyUnit testing against strptime""" 31 def compare_against_time(self, testing, directive, tuple_position, 33 """Helper method that tests testing against directive based on the 38 comparison = testing[self.time_tuple[tuple_position]] 39 self.assertIn(strftime_output, testing, 49 "Testing of full weekday name failed") 51 "Testing of abbreviated weekday name failed") 57 "Testing against full month name failed") 59 "Testing against abbreviated month name failed") 85 # testing these directives for correctness by comparing strftim [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_strptime.py | 1 """PyUnit testing against strptime""" 31 def compare_against_time(self, testing, directive, tuple_position, 33 """Helper method that tests testing against directive based on the 38 comparison = testing[self.time_tuple[tuple_position]] 39 self.assertIn(strftime_output, testing, 49 "Testing of full weekday name failed") 51 "Testing of abbreviated weekday name failed") 57 "Testing against full month name failed") 59 "Testing against abbreviated month name failed") 85 # testing these directives for correctness by comparing strftim [all...] |
| /external/chromium_org/cc/layers/ |
| texture_layer_unittest.cc | 33 #include "testing/gmock/include/gmock/gmock.h" 34 #include "testing/gtest/include/gtest/gtest.h" 36 using ::testing::Mock; 37 using ::testing::_; 38 using ::testing::AtLeast; 39 using ::testing::AnyNumber; 40 using ::testing::InvokeWithoutArgs; 146 class TextureLayerTest : public testing::Test { [all...] |
| /external/chromium_org/chrome/browser/extensions/api/cast_channel/ |
| cast_socket_unittest.cc | 21 #include "testing/gmock/include/gmock/gmock.h" 22 #include "testing/gtest/include/gtest/gtest.h" 24 using ::testing::_; 25 using ::testing::A; 26 using ::testing::DoAll; 27 using ::testing::Return; 28 using ::testing::SaveArg; 292 class CastSocketTest : public testing::Test { [all...] |