Searched defs:testing (Results 351 - 375 of 467) sorted by relevance

<<111213141516171819

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DHelpers.java17 package com.google.common.collect.testing;
228 * for testing methods that must treat the return value from size()
245 * meaning an entry that is suitable for testing that map entries cannot be
246 * modified via a nefarious implementation of equals. This is used for testing
H A DSafeTreeMap.java17 package com.google.common.collect.testing;
H A DSafeTreeSet.java17 package com.google.common.collect.testing;
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DAbstractMultisetSetCountTester.java17 package com.google.common.collect.testing.google;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
20 import static com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS;
21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
22 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
23 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
24 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
28 import com.google.common.collect.testing.features.CollectionFeature;
29 import com.google.common.collect.testing.features.CollectionSize;
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionRetainAllTester.java17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_RETAIN_ALL;
21 import static com.google.common.collect.testing.features.CollectionSize.ONE;
22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
24 import com.google.common.collect.testing.AbstractCollectionTester;
25 import com.google.common.collect.testing.MinimalCollection;
26 import com.google.common.collect.testing.features.CollectionFeature;
27 import com.google.common.collect.testing.features.CollectionSize;
37 * {@link com.google.common.collect.testing
[all...]
/external/guava/guava-tests/test/com/google/common/testing/
H A DEqualsTesterTest.java17 package com.google.common.testing;
/external/iptables/iptables/
H A Dip6tables-restore.c188 int in_table = 0, testing = 0; local
219 testing = 1;
263 if (!testing) {
269 DEBUGP("Not calling commit, testing\n");
H A Diptables-restore.c188 int in_table = 0, testing = 0; local
219 testing = 1;
263 if (!testing) {
269 DEBUGP("Not calling commit, testing\n");
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h37 // 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-up
220 // testing
250 namespace testing { namespace
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h44 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, \
195 ::testing
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc62 namespace testing { namespace
378 } // namespace testing
H A Dgtest-port.cc68 namespace testing { namespace
757 } // namespace testing
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h37 // 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-up
220 // testing
250 namespace testing { namespace
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h44 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, \
195 ::testing
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc62 namespace testing { namespace
380 } // namespace testing
H A Dgtest-port.cc68 namespace testing { namespace
746 } // namespace testing
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageFactoryImpl.java55 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)
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc62 namespace testing { namespace
340 } // namespace testing
H A Dgtest-port.cc66 namespace testing { namespace
680 } // namespace testing
/external/protobuf/gtest/test/
H A Dgtest-listener_test.cc47 using ::testing::AddGlobalTestEnvironment;
48 using ::testing::Environment;
49 using ::testing::InitGoogleTest;
50 using ::testing::Test;
51 using ::testing::TestCase;
52 using ::testing::TestEventListener;
53 using ::testing::TestInfo;
54 using ::testing::TestPartResult;
55 using ::testing::UnitTest;
56 using ::testing
62 namespace testing { namespace
[all...]
/external/qemu/android/base/
H A DLog.cpp27 testing::LogOutput* gLogOutput = NULL;
246 namespace testing { namespace in namespace:android::base
255 } // namespace testing
H A DLog.h200 // to see in the final binaries, but are useful during testing.
368 namespace testing { namespace in namespace:android::base
371 // IMPORTANT: Only use this for unit testing the log facility.
393 } // namespace testing
/external/chromium_org/rlz/chromeos/lib/
H A Drlz_value_store_chromeos.cc42 // RLZ store path for testing.
330 namespace testing { namespace in namespace:rlz_lib
340 } // namespace testing
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-param-test.h53 // class. It is usually derived from testing::TestWithParam<T> (see below for
56 // TestWithParam<T> is itself derived from testing::Test. T can be any
60 class FooTest : public ::testing::TestWithParam<const char*> {
83 // are all in the testing namespace:
155 // A parameterized test fixture must be derived from testing::Test and from
156 // testing::WithParamInterface<T>, where T is the type of the parameter
162 class BaseTest : public ::testing::Test {
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
197 namespace testing { namespace
309 typename ::testing
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest-port_test.cc61 namespace testing { namespace
121 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
126 Base base = ::testing::internal::ImplicitCast_<Base>(derived);
145 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
164 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable);
190 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
197 base = ::testing::internal::ImplicitCast_<Base>(const_castable);
209 To to = ::testing::internal::ImplicitCast_<To>(&converted);
235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
383 ::testing
[all...]

Completed in 415 milliseconds

<<111213141516171819