HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 26 - 50 of 4772) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mesa3d/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/protobuf/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...]
  /ndk/sources/third_party/googletest/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...]
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
identifier_test.cpp 10 #define CLOSED_RANGE(x, y) testing::Range(x, static_cast<char>((y) + 1))
28 public testing::WithParamInterface<char>
42 testing::Values('_'));
57 public testing::WithParamInterface<IdentifierParams>
74 testing::Combine(testing::Values('_'),
75 testing::Values('_')));
80 testing::Combine(testing::Values('_'),
86 testing::Combine(testing::Values('_')
    [all...]
preprocessor_test_main.cpp 12 testing::InitGoogleMock(&argc, argv);
  /external/protobuf/gtest/test/
gtest_nc.cc 48 testing::InitGoogleTest(&argc, argv);
63 class MyTest : public testing::Test {
74 class MyTest : public testing::Test {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
87 class MyEnvironment : public testing::Environment {
98 class MyEnvironment : public testing::Environment {
102 testing::Environment::Setup();
113 class FooTest : public testing::Test {
117 class BarTest : public testing::Test {
123 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, testing::Types<int>)
    [all...]
gtest-param-test2_test.cc 41 using ::testing::Values;
42 using ::testing::internal::ParamGenerator;
  /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/gpu/command_buffer/common/
command_buffer_mock.cc 10 ON_CALL(*this, GetTransferBuffer(testing::_))
11 .WillByDefault(testing::Return(scoped_refptr<gpu::Buffer>()));
  /external/chromium_org/testing/gtest/test/
gtest-typed-test2_test.cc 43 testing::Types<std::vector<int> >);
gtest-param-test2_test.cc 41 using ::testing::Values;
42 using ::testing::internal::ParamGenerator;
gtest_no_test_unittest.cc 38 testing::InitGoogleTest(&argc, argv);
  /external/chromium_org/testing/
platform_test.h 22 class PlatformTest : public testing::Test {
33 typedef testing::Test PlatformTest;
  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_main_mac.mm 11 #include "testing/gtest/include/gtest/gtest.h"
15 testing::InitGoogleTest(&argc, argv);
  /external/chromium_org/tools/clang/plugins/tests/
virtual_methods.h 26 // Don't complain about things in a 'testing' namespace.
27 namespace testing { namespace
29 } // namespace testing
33 // Don't complain about no virtual testing methods.
36 testing::TestStruct tester_;
  /external/gtest/test/
gtest-typed-test2_test.cc 43 testing::Types<std::vector<int> >);
gtest-param-test2_test.cc 41 using ::testing::Values;
42 using ::testing::internal::ParamGenerator;
gtest_no_test_unittest.cc 38 testing::InitGoogleTest(&argc, argv);
  /frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
Alarm.aidl 17 package com.android.testing.alarmservice;
  /ndk/sources/third_party/googletest/googletest/test/
gtest-typed-test2_test.cc 43 testing::Types<std::vector<int> >);
  /external/chromium_org/sync/internal_api/public/base/
object_id_invalidation_map_test_util.h 11 #include "testing/gmock/include/gmock/gmock.h"
15 ::testing::Matcher<const ObjectIdInvalidationMap&> Eq(
  /external/chromium_org/third_party/angle/tests/standalone_tests/
standalone_test_main.cpp 12 testing::InitGoogleMock(&argc, argv);
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/testing/
TestActivity.java 17 package com.android.i18n.addressinput.testing;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestSubjectGenerator.java 17 package com.google.common.collect.testing;
  /external/littlemock/src/com/google/testing/littlemock/
Behaviour.java 17 package com.google.testing.littlemock;

Completed in 497 milliseconds

12 3 4 5 6 7 8 91011>>