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

<<21222324252627282930>>

  /external/guava/guava-testlib/src/com/google/common/testing/
AbstractPackageSanityTests.java 17 package com.google.common.testing;
21 import static com.google.common.testing.AbstractPackageSanityTests.Chopper.suffix;
35 import com.google.common.testing.NullPointerTester.Visibility;
76 * <p>For testing against the returned instances from a static factory class, such as <pre>
161 * <p>In all cases, if {@code C} needs custom logic for testing serialization, you can add an
204 * <p>In all cases, if {@code C} needs custom logic for testing nulls, you can add an explicit
239 * <p>In all cases, if {@code C} needs custom logic for testing {@code equals()}, you can add an
260 * testing {@link Object#equals} because more than one sample instances are needed for testing
269 * testing and equals testing
    [all...]
ArbitraryInstances.java 17 package com.google.common.testing;
151 * Supplies an arbitrary "default" instance for a wide range of types, often useful in testing
ForwardingWrapperTester.java 17 package com.google.common.testing;
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
IteratorTesterTest.java 17 package com.google.common.collect.testing;
20 import static com.google.common.collect.testing.IteratorFeature.MODIFIABLE;
  /external/guava/guava-testlib/test/com/google/common/collect/testing/features/
FeatureUtilTest.java 17 package com.google.common.collect.testing.features;
  /external/guava/guava-testlib/test/com/google/common/testing/
EquivalenceTesterTest.java 17 package com.google.common.testing;
GcFinalizationTest.java 17 package com.google.common.testing;
19 import com.google.common.testing.GcFinalization.FinalizationPredicate;
  /external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
BoundFieldModule.java 17 package com.google.inject.testing.fieldbinder;
  /external/iptables/iptables/
ip6tables-restore.c 191 int in_table = 0, testing = 0; local
222 testing = 1;
275 if (!testing) {
281 DEBUGP("Not calling commit, testing\n");
iptables-restore.c 191 int in_table = 0, testing = 0; local
222 testing = 1;
275 if (!testing) {
281 DEBUGP("Not calling commit, testing\n");
  /external/libchrome/dbus/
dbus_statistics.cc 262 namespace testing { namespace in namespace:dbus::statistics
281 } // namespace testing
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 32 // Google Test - The Google C++ Testing Framework
37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
63 // std::string ::testing::PrintToString(const T& value);
69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
106 namespace testing { namespace
150 const ::testing::internal::string short_str = value.ShortDebugString();
151 const ::testing::internal::string pretty_str =
209 } // namespace testing
211 // This namespace MUST NOT BE NESTED IN ::testing, or the name look-u
250 namespace testing { namespace
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 68 namespace testing { namespace
757 } // namespace testing
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 32 // Google Test - The Google C++ Testing Framework
37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
63 // std::string ::testing::PrintToString(const T& value);
69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
106 namespace testing { namespace
150 const ::testing::internal::string short_str = value.ShortDebugString();
151 const ::testing::internal::string pretty_str =
209 } // namespace testing
211 // This namespace MUST NOT BE NESTED IN ::testing, or the name look-u
250 namespace testing { namespace
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 62 namespace testing { namespace
380 } // namespace testing
gtest-port.cc 68 namespace testing { namespace
746 } // namespace testing
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java 55 private boolean testing = false; field in class:MessageFactoryImpl
80 * This is for testing -- allows you to generate invalid requests
83 this.testing = flag;
715 if (testing) {
732 if (this.testing)
    [all...]
  /external/protobuf/gtest/src/
gtest-filepath.cc 62 namespace testing { namespace
380 } // namespace testing
gtest-port.cc 66 namespace testing { namespace
711 } // namespace testing
  /external/protobuf/gtest/test/
gtest-port_test.cc 59 namespace testing { namespace
65 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
168 ::testing::ExitedWithCode(0), "Success");
178 class RETest : public ::testing::Test {};
182 typedef testing::Types<
838 // barrier functionality as we are testing them here.
1018 } // namespace testing
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-printers.h 32 // Google Test - The Google C++ Testing Framework
37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
63 // std::string ::testing::PrintToString(const T& value);
69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
106 namespace testing { namespace
150 const ::testing::internal::string short_str = value.ShortDebugString();
151 const ::testing::internal::string pretty_str =
209 } // namespace testing
211 // This namespace MUST NOT BE NESTED IN ::testing, or the name look-u
250 namespace testing { namespace
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 63 namespace testing { namespace
382 } // namespace testing
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
inter_arrival_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
18 namespace testing { namespace in namespace:webrtc
33 class InterArrivalTest : public ::testing::Test {
421 } // namespace testing
overuse_detector_unittest.cc 17 #include "testing/gtest/include/gtest/gtest.h"
29 namespace testing { namespace in namespace:webrtc
33 class OveruseDetectorTest : public ::testing::Test {
782 } // namespace testing

Completed in 487 milliseconds

<<21222324252627282930>>