HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 1 - 25 of 4340) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/
run_loop_testing.h 9 namespace testing { namespace in namespace:chrome
26 } // namespace testing
  /external/chromium_org/remoting/client/plugin/
chromoting_plugin_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
13 class ChromotingPluginTest : public testing::Test {
  /external/chromium_org/third_party/WebKit/Source/core/testing/
UnitTestHelpers.h 30 namespace testing { namespace in namespace:WebCore
34 } // namespace testing
  /external/chromium/testing/gtest/test/
gtest-param-test_test.h 32 // The Google C++ Testing Framework (Google Test)
35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {};
48 // Test fixture for testing instantiation of a test in multiple
51 : public ::testing::TestWithParam<int> {};
  /external/chromium_org/chrome/test/logging/win/
test_log_collector.h 20 namespace testing { namespace
27 // (Use testing::UnitTest::GetInstance() to get the process-wide unit test
29 void InstallTestLogCollector(testing::UnitTest* unit_test);
  /external/chromium_org/testing/gtest/test/
gtest-param-test_test.h 32 // The Google C++ Testing Framework (Google Test)
35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
49 // Test fixture for testing instantiation of a test in multiple
52 : public ::testing::TestWithParam<int> {
  /external/gtest/test/
gtest-param-test_test.h 32 // The Google C++ Testing Framework (Google Test)
35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {};
48 // Test fixture for testing instantiation of a test in multiple
51 : public ::testing::TestWithParam<int> {};
  /ndk/sources/third_party/googletest/googletest/test/
gtest-param-test_test.h 32 // The Google C++ Testing Framework (Google Test)
35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
49 // Test fixture for testing instantiation of a test in multiple
52 : public ::testing::TestWithParam<int> {
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host_mock.cc 16 ON_CALL(*this, ConfigureDataTypes(testing::_, testing::_, testing::_)).
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_mock.cc 12 ON_CALL(*this, GetCommandName(testing::_))
13 .WillByDefault(testing::Return(""));
15 .WillByDefault(testing::Return(true));
  /bionic/tests/
stack_unwinding_test.cpp 32 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
33 ASSERT_EXIT(do_test(), ::testing::ExitedWithCode(42), "");
  /external/chromium_org/chrome_frame/test/
test_scrubber.h 20 namespace testing { namespace
27 void InstallTestScrubber(testing::UnitTest* unit_test);
  /external/chromium_org/chromeos/dbus/
mock_shill_manager_client.cc 9 using ::testing::_;
10 using ::testing::AnyNumber;
mock_shill_profile_client.cc 7 using ::testing::_;
8 using ::testing::AnyNumber;
  /external/chromium_org/gpu/command_buffer/common/
command_buffer_mock.cc 10 ON_CALL(*this, GetTransferBuffer(testing::_))
11 .WillByDefault(testing::Return(Buffer()));
  /external/chromium_org/sandbox/linux/tests/
main.cc 6 #include "testing/gtest/include/gtest/gtest.h"
11 testing::InitGoogleTest(&argc, argv);
16 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
  /external/compiler-rt/lib/asan/tests/
asan_test_main.cc 16 testing::GTEST_FLAG(death_test_style) = "threadsafe";
17 testing::InitGoogleTest(&argc, argv);
  /external/compiler-rt/lib/msan/tests/
msan_test_main.cc 18 testing::GTEST_FLAG(death_test_style) = "threadsafe";
19 testing::InitGoogleTest(&argc, argv);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_main.cc 19 testing::GTEST_FLAG(death_test_style) = "threadsafe";
20 testing::InitGoogleTest(&argc, argv);
  /external/protobuf/gtest/test/
gtest-param-test_test.h 32 // The Google C++ Testing Framework (Google Test)
35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {};
48 // Test fixture for testing instantiation of a test in multiple
51 : public ::testing::TestWithParam<int> {};
  /external/android-mock/src/com/google/android/testing/mocking/
MockObject.java 16 package com.google.android.testing.mocking;
  /external/android-mock/tests/com/google/android/testing/mocking/
ClassHasNoPublicConstructors.java 16 package com.google.android.testing.mocking;
19 * Class with no public constructor. Used only for testing.
ClassHasStaticMethods.java 16 package com.google.android.testing.mocking;
19 * Class with static methods. Used only for testing.
ClassIsAnnotation.java 16 package com.google.android.testing.mocking;
19 * Annotation Class. Used only for testing.
ClassIsFinal.java 16 package com.google.android.testing.mocking;
19 * Final Class. Used only for testing.

Completed in 2312 milliseconds

1 2 3 4 5 6 7 8 91011>>