HomeSort by relevance Sort by last modified time
    Searched defs:testing (Results 576 - 600 of 933) sorted by null

<<21222324252627282930>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SortedSetNavigationTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionSize.ONE;
20 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
24 import com.google.common.collect.testing.Helpers;
25 import com.google.common.collect.testing.features.CollectionSize;
  /external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java 17 package com.google.common.testing;
48 * include testing that {@code equals()} is reflexive and is tolerant of {@code null}. However,
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
AbstractCheckedFutureTest.java 17 package com.google.common.util.concurrent.testing;
AbstractListenableFutureTest.java 17 package com.google.common.util.concurrent.testing;
SameThreadScheduledExecutorService.java 17 package com.google.common.util.concurrent.testing;
  /external/guava/guava-testlib/test/com/google/common/testing/
FakeTickerTest.java 17 package com.google.common.testing;
TearDownStackTest.java 17 package com.google.common.testing;
TestLogHandlerTest.java 17 package com.google.common.testing;
  /external/guava/guava-testlib/test/com/google/common/util/concurrent/testing/
TestingExecutorsTest.java 17 package com.google.common.util.concurrent.testing;
  /external/littlemock/src/com/google/testing/littlemock/
AppDataDirGuesser.java 17 package com.google.testing.littlemock;
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 41 namespace testing { namespace
174 } // namespace testing
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 32 // The Google C++ Testing Framework (Google Test)
44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex,
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 62 namespace testing { namespace
378 } // namespace testing
gtest-printers.cc 32 // Google Test - The Google C++ Testing Framework
37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
52 namespace testing { namespace
116 // ::testing::internal namespace, which contains a << operator that
356 } // namespace testing
  /external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h 41 namespace testing { namespace
174 } // namespace testing
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 32 // The Google C++ Testing Framework (Google Test)
44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex,
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-printers.cc 32 // Google Test - The Google C++ Testing Framework
37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
52 namespace testing { namespace
116 // ::testing::internal namespace, which contains a << operator that
356 } // namespace testing
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 41 namespace testing { namespace
174 } // namespace testing
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 32 // The Google C++ Testing Framework (Google Test)
42 namespace testing { namespace
133 // Factory interface for death tests. May be mocked out for testing.
156 if (::testing::internal::AlwaysTrue()) { \
157 const ::testing::internal::RE& gtest_regex = (regex); \
158 ::testing::internal::DeathTest* gtest_dt; \
159 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
164 ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \
167 case ::testing::internal::DeathTest::OVERSEE_TEST:
    [all...]
  /external/protobuf/gtest/test/
gtest-listener_test.cc 31 // The Google C++ Testing Framework (Google Test)
39 using ::testing::AddGlobalTestEnvironment;
40 using ::testing::Environment;
41 using ::testing::InitGoogleTest;
42 using ::testing::Test;
43 using ::testing::TestCase;
44 using ::testing::TestEventListener;
45 using ::testing::TestInfo;
46 using ::testing::TestPartResult;
47 using ::testing::UnitTest
53 namespace testing { namespace
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-test-part.h 41 namespace testing { namespace
177 } // namespace testing
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-printers.cc 32 // Google Test - The Google C++ Testing Framework
37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
52 namespace testing { namespace
108 // ::testing::internal namespace, which contains a << operator that
363 } // namespace testing
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-listener_test.cc 31 // The Google C++ Testing Framework (Google Test)
39 using ::testing::AddGlobalTestEnvironment;
40 using ::testing::Environment;
41 using ::testing::InitGoogleTest;
42 using ::testing::Test;
43 using ::testing::TestCase;
44 using ::testing::TestEventListener;
45 using ::testing::TestInfo;
46 using ::testing::TestPartResult;
47 using ::testing::UnitTest
52 namespace testing { namespace
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc 11 #include "testing/gtest/include/gtest/gtest.h"
21 namespace testing { namespace in namespace:webrtc
27 public ::testing::TestWithParam<BandwidthEstimatorType> {
47 ::testing::Values(kRembEstimator,
448 } // namespace testing
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h 17 #include "testing/gtest/include/gtest/gtest.h"
25 namespace testing { namespace in namespace:webrtc
192 } // namespace testing

Completed in 387 milliseconds

<<21222324252627282930>>