Searched defs:testing (Results 226 - 250 of 602) sorted by relevance

1234567891011>>

/external/chromium_org/net/base/
H A Dmock_file_stream.h20 namespace testing { namespace in namespace:net
79 } // namespace testing
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-message.h54 namespace testing { namespace
68 // testing::Message foo;
228 } // namespace testing
H A Dgtest-spi.h32 // 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
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-test-part.cc45 namespace testing { namespace
110 } // namespace testing
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-message.h54 namespace testing { namespace
68 // testing::Message foo;
228 } // namespace testing
H A Dgtest-spi.h32 // 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
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-test-part.cc45 namespace testing { namespace
110 } // namespace testing
/external/chromium_org/third_party/re2/util/
H A Dbenchmark.h8 namespace testing { namespace
24 } // namespace testing
35 ::testing::Benchmark* _benchmark_##f = (new ::testing::Benchmark(#f, f))
38 ::testing::Benchmark* _benchmark_##f = \
39 (new ::testing::Benchmark(#f, f, lo, hi))
/external/gtest/include/gtest/
H A Dgtest-message.h54 namespace testing { namespace
68 // testing::Message foo;
228 } // namespace testing
H A Dgtest-spi.h32 // 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
[all...]
/external/gtest/src/
H A Dgtest-test-part.cc45 namespace testing { namespace
110 } // namespace testing
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DOneSizeGenerator.java17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.features.CollectionSize;
H A DReserializingTestCollectionGenerator.java17 package com.google.common.collect.testing;
H A DTestEnumMapGenerator.java17 package com.google.common.collect.testing;
H A DTestMapEntrySetGenerator.java17 package com.google.common.collect.testing;
H A DTestStringMapGenerator.java17 package com.google.common.collect.testing;
H A DTestsForQueuesInJavaUtil.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;
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DTesterRequirements.java17 package com.google.common.collect.testing.features;
19 import com.google.common.collect.testing.Helpers;
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DBiMapGenerators.java17 package com.google.common.collect.testing.google;
24 import com.google.common.collect.testing.SampleElements;
25 import com.google.common.collect.testing.TestMapEntrySetGenerator;
26 import com.google.common.collect.testing.TestStringSetGenerator;
H A DListGenerators.java17 package com.google.common.collect.testing.google;
24 import com.google.common.collect.testing.TestListGenerator;
25 import com.google.common.collect.testing.TestStringListGenerator;
26 import com.google.common.collect.testing.TestUnhashableCollectionGenerator;
27 import com.google.common.collect.testing.UnhashableObject;
H A DMultisetSetCountConditionallyTester.java17 package com.google.common.collect.testing.google;
19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
20 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DAbstractListIndexOfTester.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;
22 import com.google.common.collect.testing.WrongType;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
H A DCollectionAddAllTester.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.RESTRICTS_ELEMENTS;
21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD_ALL;
22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
25 import com.google.common.collect.testing.AbstractCollectionTester;
26 import com.google.common.collect.testing.MinimalCollection;
27 import com.google.common.collect.testing.features.CollectionFeature;
28 import com.google.common.collect.testing.features.CollectionSize;
36 * {@link com.google.common.collect.testing
[all...]
H A DCollectionContainsAllTester.java17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES;
20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 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.MinimalCollection;
25 import com.google.common.collect.testing.WrongType;
26 import com.google.common.collect.testing.features.CollectionFeature;
27 import com.google.common.collect.testing.features.CollectionSize;
34 * {@link com.google.common.collect.testing
[all...]
H A DListAddAtIndexTester.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.ONE;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
22 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX;
24 import com.google.common.collect.testing.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
26 import com.google.common.collect.testing.features.ListFeature;
33 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.

Completed in 327 milliseconds

1234567891011>>