Home
last modified time | relevance | path

Searched refs:ImmutableSetTest (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava-gwt/test/com/google/common/collect/
DImmutableSetTest_gwt.java22 …com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTe… in testBuilderAddAll()
27 …com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTe… in testBuilderAddAllHandlesNullsCorrectly()
32 …com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTe… in testBuilderAddHandlesNullsCorrectly()
37 …com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTe… in testBuilderWithDuplicateElements()
42 …com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTe… in testBuilderWithNonDuplicateElements()
47 …com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTe… in testComplexBuilder()
52 …com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTe… in testContainsAll_sameType()
57 …com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTe… in testCopyOf_arrayContainingOnlyNull()
62 …com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTe… in testCopyOf_arrayOfOneElement()
67 …com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTe… in testCopyOf_collectionContainingNull()
[all …]
/external/llvm/unittests/ADT/
DImmutableSetTest.cpp16 class ImmutableSetTest : public testing::Test { class
34 char ImmutableSetTest::buffer[10];
37 TEST_F(ImmutableSetTest, EmptyIntSetTest) { in TEST_F() argument
51 TEST_F(ImmutableSetTest, OneElemIntSetTest) { in TEST_F() argument
79 TEST_F(ImmutableSetTest, MultiElemIntSetTest) { in TEST_F() argument
117 TEST_F(ImmutableSetTest, RemoveIntSetTest) { in TEST_F() argument
140 TEST_F(ImmutableSetTest, CallbackCharSetTest) { in TEST_F() argument
152 TEST_F(ImmutableSetTest, Callback2CharSetTest) { in TEST_F() argument
175 TEST_F(ImmutableSetTest, IterLongSetTest) { in TEST_F() argument
DCMakeLists.txt21 ImmutableSetTest.cpp
/external/swiftshader/third_party/LLVM/unittests/ADT/
DImmutableSetTest.cpp16 class ImmutableSetTest : public testing::Test { class
34 char ImmutableSetTest::buffer[10];
37 TEST_F(ImmutableSetTest, EmptyIntSetTest) { in TEST_F() argument
51 TEST_F(ImmutableSetTest, OneElemIntSetTest) { in TEST_F() argument
79 TEST_F(ImmutableSetTest, MultiElemIntSetTest) { in TEST_F() argument
117 TEST_F(ImmutableSetTest, RemoveIntSetTest) { in TEST_F() argument
140 TEST_F(ImmutableSetTest, CallbackCharSetTest) { in TEST_F() argument
152 TEST_F(ImmutableSetTest, Callback2CharSetTest) { in TEST_F() argument
175 TEST_F(ImmutableSetTest, IterLongSetTest) { in TEST_F() argument
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java50 public class ImmutableSetTest extends AbstractImmutableSetTest { class
57 .named(ImmutableSetTest.class.getName()) in suite()
65 .named(ImmutableSetTest.class.getName() + ", with bad hashes") in suite()
72 .named(ImmutableSetTest.class.getName() + ", degenerate") in suite()
85 suite.addTestSuite(ImmutableSetTest.class); in suite()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSetTest.java38 public class ImmutableSetTest extends AbstractImmutableSetTest { class