Searched refs:testing (Results 276 - 300 of 4428) sorted by relevance

<<11121314151617181920>>

/external/libvpx/libvpx/test/
H A Dtest_libvpx.cc26 std::string filter = ::testing::FLAGS_gtest_filter;
30 ::testing::FLAGS_gtest_filter = filter;
34 ::testing::InitGoogleTest(&argc, argv);
/external/chromium_org/chrome/browser/sync/glue/
H A Ddevice_info_data_type_controller_unittest.cc13 #include "testing/gtest/include/gtest/gtest.h"
22 class DeviceInfoDataTypeControllerTest : public testing::Test {
68 testing::AssertionResult LoadResult() {
70 return testing::AssertionFailure() << "OnLoadFinished wasn't called";
74 return testing::AssertionFailure()
80 return testing::AssertionFailure()
85 return testing::AssertionSuccess();
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A Dextension_test.cpp19 using testing::_;
45 using testing::_;
59 using testing::_;
75 using testing::WithParamInterface;
86 using testing::_;
103 INSTANTIATE_TEST_CASE_P(All, InvalidExtensionTest, testing::ValuesIn(kParams));
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetSetCountConditionallyTester.java17 package com.google.common.collect.testing.google;
19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
20 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
H A DAbstractMultisetTester.java17 package com.google.common.collect.testing.google;
21 import com.google.common.collect.testing.AbstractCollectionTester;
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DMapHashCodeTester.java17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
22 import com.google.common.collect.testing.AbstractMapTester;
23 import com.google.common.collect.testing.features.CollectionSize;
24 import com.google.common.collect.testing.features.MapFeature;
H A DSetEqualsTester.java17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import com.google.common.collect.testing.Helpers;
22 import com.google.common.collect.testing.MinimalSet;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
H A DListAddAtIndexTester.java17 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.CollectionSize.ONE;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
22 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX;
24 import com.google.common.collect.testing.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
26 import com.google.common.collect.testing.features.ListFeature;
33 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSetCollectionTest.java20 import com.google.common.collect.testing.ListTestSuiteBuilder;
21 import com.google.common.collect.testing.SetTestSuiteBuilder;
22 import com.google.common.collect.testing.TestStringSetGenerator;
23 import com.google.common.collect.testing.TestStringSortedSetGenerator;
24 import com.google.common.collect.testing.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
26 import com.google.common.collect.testing.google.SetGenerators.DegeneratedImmutableSetGenerator;
27 import com.google.common.collect.testing.google.SetGenerators.ImmutableSetAsListGenerator;
28 import com.google.common.collect.testing.google.SetGenerators.ImmutableSetCopyOfGenerator;
29 import com.google.common.collect.testing
[all...]
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dad_injection_browsertest.cc40 TESTING // The reset is complete, and we are testing.
180 testing::AssertionResult HandleResetBeginStage();
183 testing::AssertionResult HandleResetEndStage();
186 testing::AssertionResult HandleTestingStage(const std::string& message);
189 testing::AssertionResult HandleJSError(const std::string& message);
250 testing::AssertionResult AdInjectionBrowserTest::HandleResetBeginStage() {
252 return testing::AssertionFailure()
260 return testing::AssertionSuccess();
263 testing::AssertionResult AdInjectionBrowserTest::HandleResetEndStage() {
265 return testing
[all...]
/external/chromium_org/chrome/browser/ui/sync/
H A Dsync_promo_ui_unittest.cc15 #include "testing/gtest/include/gtest/gtest.h"
17 class SyncPromoUITest : public testing::Test {
21 // testing::Test:
23 testing::Test::SetUp();
/external/chromium_org/content/browser/
H A Dsystem_message_window_win_unittest.cc14 #include "testing/gmock/include/gmock/gmock.h"
15 #include "testing/gtest/include/gtest/gtest.h"
19 class SystemMessageWindowWinTest : public testing::Test {
35 EXPECT_CALL(observer_, OnDevicesChanged(testing::_)).Times(1);
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_gatt_descriptor.cc9 using testing::Return;
10 using testing::ReturnRefOfCopy;
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_service_test.h10 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h"
22 class GpuServiceTest : public testing::Test {
32 scoped_ptr< ::testing::StrictMock< ::gfx::MockGLInterface> > gl_;
H A Dcontext_group_unittest.cc13 #include "testing/gtest/include/gtest/gtest.h"
16 using ::testing::_;
17 using ::testing::DoAll;
18 using ::testing::HasSubstr;
19 using ::testing::InSequence;
20 using ::testing::MatcherCast;
21 using ::testing::Not;
22 using ::testing::Pointee;
23 using ::testing::Return;
24 using ::testing
[all...]
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_gpu_memory_buffer_unittest.cc18 #include "testing/gmock/include/gmock/gmock.h"
19 #include "testing/gtest/include/gtest/gtest.h"
22 using testing::_;
23 using testing::IgnoreResult;
24 using testing::InvokeWithoutArgs;
25 using testing::Invoke;
26 using testing::Return;
27 using testing::SetArgPointee;
28 using testing::StrictMock;
37 class GpuMemoryBufferTest : public testing
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true;
82 testing::InitGoogleTest(&argc, argv);
85 // other testing frameworks, as long as they initialize Google Test
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_wrapper_unittest.cc14 // an extra worker thread, making the testing more complex than it
23 #include "testing/gmock/include/gmock/gmock.h"
24 #include "testing/gtest/include/gtest/gtest.h"
28 using ::testing::_;
29 using ::testing::Return;
/external/chromium_org/v8/src/libplatform/
H A Ddefault-platform-unittest.cc6 #include "testing/gmock/include/gmock/gmock.h"
8 using testing::InSequence;
9 using testing::StrictMock;
/external/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true;
82 testing::InitGoogleTest(&argc, argv);
85 // other testing frameworks, as long as they initialize Google Test
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DNavigableSetTestSuiteBuilder.java17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.testers.SetNavigationTester;
/external/protobuf/gtest/test/
H A Dgtest_list_tests_unittest_.cc64 class FooTest : public testing::Test {
82 ::testing::InitGoogleTest(&argc, argv);
H A Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true;
82 testing::InitGoogleTest(&argc, argv);
85 // other testing frameworks, as long as they initialize Google Test
/external/chromium_org/dbus/
H A Ddbus_statistics_unittest.cc9 #include "testing/gtest/include/gtest/gtest.h"
13 class DBusStatisticsTest : public testing::Test {
68 ASSERT_TRUE(statistics::testing::GetCalls(
76 ASSERT_TRUE(statistics::testing::GetCalls(
85 ASSERT_TRUE(statistics::testing::GetCalls(
100 ASSERT_TRUE(statistics::testing::GetCalls(
104 ASSERT_TRUE(statistics::testing::GetCalls(
108 ASSERT_TRUE(statistics::testing::GetCalls(
112 ASSERT_TRUE(statistics::testing::GetCalls(
116 ASSERT_TRUE(statistics::testing
[all...]
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-typed-test.h44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
57 typedef testing::Types<char, int, unsigned int> MyTypes;
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
140 typedef testing::Types<char, int, unsigned int> MyTypes;
166 typedef ::testing::internal::TypeList< Types >::type \
179 ::testing::internal::TypeParameterizedTest< \
181 ::testing::internal::TemplateSel< \
220 static ::testing
[all...]

Completed in 654 milliseconds

<<11121314151617181920>>