Searched defs:testing (Results 126 - 150 of 780) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dtcp.h19 namespace testing { namespace in namespace:webrtc
36 } // namespace testing
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jar ... com/google/common/util/concurrent/ com/google/common/util/concurrent/testing/ com/google/common/testing/ com/google/common/collect/testing/AnEnum ...
/external/conscrypt/testing/src/main/java/org/conscrypt/testing/
H A DTestClient.java17 package org.conscrypt.testing;
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-death-test.h43 namespace testing { namespace
92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
214 // The death testing framework causes this to have interesting semantics,
292 } // namespace testing
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h45 namespace testing { namespace
208 } // namespace testing
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-typed-test.cc35 namespace testing { namespace
110 } // namespace testing
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-options_test.cc58 namespace testing { namespace
212 } // namespace testing
/external/google-breakpad/src/testing/src/
H A Dgmock-matchers.cc44 namespace testing { namespace
102 } // namespace testing
/external/googletest/googletest/include/gtest/
H A Dgtest-death-test.h43 namespace testing { namespace
92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
214 // The death testing framework causes this to have interesting semantics,
292 } // namespace testing
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h45 namespace testing { namespace
204 } // namespace testing
/external/googletest/googletest/test/
H A Dgtest-options_test.cc58 namespace testing { namespace
221 } // namespace testing
/external/guava/guava-gwt/test/com/google/common/collect/testing/
H A DMinimalIterableTest_gwt.java16 package com.google.common.collect.testing;
19 return "com.google.common.collect.testing.testModule";
22 com.google.common.collect.testing.MinimalIterableTest testCase = new com.google.common.collect.testing.MinimalIterableTest();
27 com.google.common.collect.testing.MinimalIterableTest testCase = new com.google.common.collect.testing.MinimalIterableTest();
32 com.google.common.collect.testing.MinimalIterableTest testCase = new com.google.common.collect.testing.MinimalIterableTest();
37 com.google.common.collect.testing.MinimalIterableTest testCase = new com.google.common.collect.testing
[all...]
/external/guava/guava-gwt/test/com/google/common/testing/
H A DEquivalenceTesterTest_gwt.java16 package com.google.common.testing;
19 return "com.google.common.testing.testModule";
22 com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest();
28 com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest();
34 com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest();
40 com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing
[all...]
H A DFakeTickerTest_gwt.java16 package com.google.common.testing;
19 return "com.google.common.testing.testModule";
22 com.google.common.testing.FakeTickerTest testCase = new com.google.common.testing.FakeTickerTest();
27 com.google.common.testing.FakeTickerTest testCase = new com.google.common.testing.FakeTickerTest();
32 com.google.common.testing.FakeTickerTest testCase = new com.google.common.testing.FakeTickerTest();
37 com.google.common.testing.FakeTickerTest testCase = new com.google.common.testing
[all...]
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
H A DBiMapInverseTester.java17 package com.google.common.collect.testing.google;
19 import static com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.testing.SerializableTester;
H A DMultisetCountTester.java17 package com.google.common.collect.testing.google;
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.SEVERAL;
22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
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;
H A DMultisetIteratorTester.java15 package com.google.common.collect.testing.google;
17 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER;
18 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE;
21 import com.google.common.collect.testing.IteratorFeature;
22 import com.google.common.collect.testing.IteratorTester;
23 import com.google.common.collect.testing.features.CollectionFeature;
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
H A DPlatform.java17 package com.google.common.collect.testing;
20 * Minimal GWT emulation of {@code com.google.common.collect.testing.Platform}.
31 * doesn't support reflections. For testing purposes, we give up this
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
H A DCollectionAddTester.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.FAILS_FAST_ON_CONCURRENT_MODIFICATION;
21 import static com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS;
22 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
26 import com.google.common.collect.testing.AbstractCollectionTester;
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 DListListIteratorTester.java17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.IteratorFeature.MODIFIABLE;
20 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE;
21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
22 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX;
23 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET;
24 import static com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIterations;
28 import com.google.common.collect.testing.Helpers;
29 import com.google.common.collect.testing.IteratorFeature;
30 import com.google.common.collect.testing
[all...]
H A DPlatform.java17 package com.google.common.collect.testing.testers;
/external/guava/guava-gwt/test-super/com/google/common/testing/super/com/google/common/testing/
H A DFakeTickerTest.java17 package com.google.common.testing;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractCollectionTester.java17 package com.google.common.collect.testing;
H A DAbstractTester.java17 package com.google.common.collect.testing;
H A DAnEnum.java17 package com.google.common.collect.testing;
22 * A sample enumerated type we use for testing.

Completed in 345 milliseconds

1234567891011>>