HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 1 - 25 of 4772) 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_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> {
49 // Test fixture for testing instantiation of a test in multiple
52 : 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_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));
  /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/third_party/angle/tests/angle_tests/
angle_test_main.cpp 12 testing::InitGoogleTest(&argc, argv);
13 testing::AddGlobalTestEnvironment(new ANGLETestEnvironment());
  /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/compiler-rt/lib/tsan/tests/unit/
tsan_unit_test_main.cc 16 testing::GTEST_FLAG(death_test_style) = "threadsafe";
17 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/chromium_org/tools/relocation_packer/src/
run_all_unittests.cc 5 #include "testing/gtest/include/gtest/gtest.h"
8 testing::InitGoogleTest(&argc, argv);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
WrongType.java 17 package com.google.common.collect.testing;
  /external/qemu/android/filesystems/testing/
TestSupport.h 18 namespace testing { namespace in namespace:android
22 } // namespace testing
  /hardware/libhardware/tests/camera2/
TestForkerEventListener.h 27 class TestForkerEventListener : public ::testing::EmptyTestEventListener {
36 virtual void OnTestStart(const ::testing::TestInfo& test_info);
40 const ::testing::TestPartResult& test_part_result);
43 virtual void OnTestEnd(const ::testing::TestInfo& test_info);
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 22 .WillByDefault(testing::Return(bluetooth_class_));
24 .WillByDefault(testing::Return(name_));
26 .WillByDefault(testing::Return(address_));
28 .WillByDefault(testing::Return(DEVICE_UNKNOWN));
30 .WillByDefault(testing::Return(kUnknownPower));
32 .WillByDefault(testing::Return(kUnknownPower));
34 .WillByDefault(testing::Return(kUnknownPower));
36 .WillByDefault(testing::Return(VENDOR_ID_UNKNOWN));
38 .WillByDefault(testing::Return(0));
40 .WillByDefault(testing::Return(0))
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/gtest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]

Completed in 494 milliseconds

1 2 3 4 5 6 7 8 91011>>