Searched defs:testing (Results 26 - 50 of 780) sorted by relevance

1234567891011>>

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DTestSetMultimapGenerator.java17 package com.google.common.collect.testing.google;
/external/guava/guava-testlib/src/com/google/common/testing/
H A DClusterException.java17 package com.google.common.testing;
H A DPlatform.java17 package com.google.common.testing;
H A DTearDown.java17 package com.google.common.testing;
33 * {@code com.google.common.testing.junit3.TearDownTestCase} and
34 * {@code com.google.common.testing.junit4.TearDownTestCase} for example.
H A DTearDownAccepter.java17 package com.google.common.testing;
/external/guava/guava-testlib/test/com/google/common/collect/testing/
H A DHelpersTest.java17 package com.google.common.collect.testing;
19 import static com.google.common.collect.testing.Helpers.NullsBeforeB;
20 import static com.google.common.collect.testing.Helpers.testComparator;
H A DMinimalCollectionTest.java17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.features.CollectionFeature;
20 import com.google.common.collect.testing.features.CollectionSize;
H A DMinimalSetTest.java17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.features.CollectionFeature;
20 import com.google.common.collect.testing.features.CollectionSize;
H A DOpenJdk6Tests.java17 package com.google.common.collect.testing;
/external/guava/guava-testlib/test/com/google/common/testing/
H A DRelationshipTesterTest.java17 package com.google.common.testing;
19 import com.google.common.testing.RelationshipTester.ItemReporter;
/external/pdfium/testing/
H A Dgtest_mac.h10 namespace testing { namespace
51 } // namespace testing
54 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNSEQ, expected, actual)
56 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNSNE, val1, val2)
58 ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNSEQ, expected, actual)
60 ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNSNE, val1, val2)
/external/v8/testing/
H A Dgtest-support.h8 #include "testing/gtest/include/gtest/gtest.h"
10 namespace testing { namespace
40 for (SCOPED_TRACE(::testing::Message() << #_var << " = " << _var); \
52 for (SCOPED_TRACE(::testing::Message() << #_var << " = " << _var); \
56 } // namespace testing
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_baselinefile.h18 namespace testing { namespace in namespace:webrtc
42 } // namespace testing
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dsimulcast_unittest.cc14 namespace testing { namespace in namespace:webrtc
90 } // namespace testing
/external/eigen/bench/tensors/
H A Dbenchmark.h20 namespace testing { namespace
43 } // namespace testing
48 static ::testing::Benchmark* _benchmark_##f __attribute__((unused)) = \
49 (new ::testing::Benchmark(#f, f))
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_env_var_test_.cc32 // A helper program for testing that Google Test parses the environment
45 namespace testing { namespace
114 } // namespace testing
117 testing::InitGoogleTest(&argc, argv);
124 testing::PrintFlag(argv[1]);
/external/googletest/googletest/test/
H A Dgtest_env_var_test_.cc32 // A helper program for testing that Google Test parses the environment
45 namespace testing { namespace
114 } // namespace testing
117 testing::InitGoogleTest(&argc, argv);
124 testing::PrintFlag(argv[1]);
/external/guava/guava-gwt/test/com/google/common/collect/testing/
H A DGwtPlatform.java17 package com.google.common.collect.testing;
H A DHelpersTest_gwt.java16 package com.google.common.collect.testing;
19 return "com.google.common.collect.testing.testModule";
22 com.google.common.collect.testing.HelpersTest testCase = new com.google.common.collect.testing.HelpersTest();
/external/guava/guava-gwt/test/com/google/common/testing/
H A DTearDownStackTest_gwt.java16 package com.google.common.testing;
19 return "com.google.common.testing.testModule";
22 com.google.common.testing.TearDownStackTest testCase = new com.google.common.testing.TearDownStackTest();
48 com.google.common.testing.TearDownStackTest testCase = new com.google.common.testing.TearDownStackTest();
74 com.google.common.testing.TearDownStackTest testCase = new com.google.common.testing.TearDownStackTest();
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
H A DGwtPlatform.java17 package com.google.common.collect.testing;
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
H A DCollectionCreationTester.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.CollectionSize.ZERO;
23 import com.google.common.collect.testing.AbstractCollectionTester;
24 import com.google.common.collect.testing.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
30 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
H A DListAddTester.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_ADD;
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.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
33 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
H A DListHashCodeTester.java17 package com.google.common.collect.testing.testers;
H A DSetAddTester.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_ADD;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
24 import com.google.common.collect.testing.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
30 * {@link com.google.common.collect.testing.SetTestSuiteBuilder}.

Completed in 491 milliseconds

1234567891011>>