Home
last modified time | relevance | path

Searched refs:assertInvariants (Results 1 – 20 of 20) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java169 protected final void assertInvariants(Map<K, V> map) { in assertInvariants() method in MapInterfaceTest
285 assertInvariants(map); in testClear()
311 assertInvariants(map); in testContainsKey()
333 assertInvariants(map); in testContainsValue()
344 assertInvariants(map); in testEntrySet()
368 assertInvariants(map); in testEntrySetForEmptyMap()
379 assertInvariants(map); in testEntrySetContainsEntryIncompatibleKey()
406 assertInvariants(map); in testEntrySetContainsEntryNullKeyPresent()
430 assertInvariants(map); in testEntrySetContainsEntryNullKeyMissing()
473 assertInvariants(map); in testEntrySetIteratorRemove()
[all …]
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java169 protected final void assertInvariants(Map<K, V> map) { in assertInvariants() method in MapInterfaceTest
285 assertInvariants(map); in testClear()
311 assertInvariants(map); in testContainsKey()
333 assertInvariants(map); in testContainsValue()
344 assertInvariants(map); in testEntrySet()
368 assertInvariants(map); in testEntrySetForEmptyMap()
379 assertInvariants(map); in testEntrySetContainsEntryIncompatibleKey()
406 assertInvariants(map); in testEntrySetContainsEntryNullKeyPresent()
430 assertInvariants(map); in testEntrySetContainsEntryNullKeyMissing()
473 assertInvariants(map); in testEntrySetIteratorRemove()
[all …]
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractStreamingHasherTest.java48 sink.assertInvariants(8); in testBytes()
56 sink.assertInvariants(2); in testShort()
64 sink.assertInvariants(4); in testInt()
72 sink.assertInvariants(8); in testLong()
80 sink.assertInvariants(2); in testChar()
102 sink.assertInvariants(4); in testFloat()
110 sink.assertInvariants(8); in testDouble()
174 sink.assertInvariants(expected.length); in testExhaustive()
230 void assertInvariants(int expectedBytes) {
DHashingTest.java53 HashTestUtils.assertInvariants(Hashing.md5()); in testMd5()
61 HashTestUtils.assertInvariants(Hashing.sha1()); in testSha1()
69 HashTestUtils.assertInvariants(Hashing.sha256()); in testSha256()
77 HashTestUtils.assertInvariants(Hashing.sha384()); in testSha384()
85 HashTestUtils.assertInvariants(Hashing.sha512()); in testSha512()
90 HashTestUtils.assertInvariants(Hashing.crc32()); in testCrc32()
95 HashTestUtils.assertInvariants(Hashing.adler32()); in testAdler32()
104 HashTestUtils.assertInvariants(Hashing.murmur3_128()); in testMurmur3_128()
113 HashTestUtils.assertInvariants(Hashing.murmur3_32()); in testMurmur3_32()
122 HashTestUtils.assertInvariants(Hashing.sipHash24()); in testSipHash24()
[all …]
DMurmur3Hash128Test.java79 HashTestUtils.assertInvariants(murmur3_128()); in testInvariants()
DMurmur3Hash32Test.java130 HashTestUtils.assertInvariants(murmur3_32()); in testInvariants()
DHashTestUtils.java463 static void assertInvariants(HashFunction hashFunction) { in assertInvariants() method in HashTestUtils
/external/guava/android/guava-tests/test/com/google/common/hash/
DAbstractStreamingHasherTest.java48 sink.assertInvariants(8); in testBytes()
56 sink.assertInvariants(2); in testShort()
64 sink.assertInvariants(4); in testInt()
72 sink.assertInvariants(8); in testLong()
80 sink.assertInvariants(2); in testChar()
102 sink.assertInvariants(4); in testFloat()
110 sink.assertInvariants(8); in testDouble()
174 sink.assertInvariants(expected.length); in testExhaustive()
230 void assertInvariants(int expectedBytes) {
DHashingTest.java53 HashTestUtils.assertInvariants(Hashing.md5()); in testMd5()
61 HashTestUtils.assertInvariants(Hashing.sha1()); in testSha1()
69 HashTestUtils.assertInvariants(Hashing.sha256()); in testSha256()
77 HashTestUtils.assertInvariants(Hashing.sha384()); in testSha384()
85 HashTestUtils.assertInvariants(Hashing.sha512()); in testSha512()
90 HashTestUtils.assertInvariants(Hashing.crc32()); in testCrc32()
95 HashTestUtils.assertInvariants(Hashing.adler32()); in testAdler32()
104 HashTestUtils.assertInvariants(Hashing.murmur3_128()); in testMurmur3_128()
113 HashTestUtils.assertInvariants(Hashing.murmur3_32()); in testMurmur3_32()
122 HashTestUtils.assertInvariants(Hashing.sipHash24()); in testSipHash24()
[all …]
DMurmur3Hash128Test.java79 HashTestUtils.assertInvariants(murmur3_128()); in testInvariants()
DMurmur3Hash32Test.java130 HashTestUtils.assertInvariants(murmur3_32()); in testInvariants()
DHashTestUtils.java463 static void assertInvariants(HashFunction hashFunction) { in assertInvariants() method in HashTestUtils
/external/llvm-project/clang/lib/Tooling/Syntax/
DMutations.cpp45 P->assertInvariants(); in addAfter()
62 P->assertInvariants(); in replace()
75 P->assertInvariants(); in remove()
76 N->assertInvariants(); in remove()
DSynthesis.cpp48 Leaf->assertInvariants(); in createLeaf()
206 T->assertInvariants(); in createTree()
DTree.cpp269 void syntax::Node::assertInvariants() const { in assertInvariants() function in syntax::Node
308 traverse(this, [&](const syntax::Node *N) { N->assertInvariants(); }); in assertInvariantsRecursive()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractMultimapAsMapImplementsMapTest.java89 assertInvariants(map); in testRemove()
DTableCollectionTest.java1135 assertInvariants(map); in testRemove()
/external/guava/android/guava-tests/test/com/google/common/collect/
DAbstractMultimapAsMapImplementsMapTest.java89 assertInvariants(map); in testRemove()
DTableCollectionTest.java1135 assertInvariants(map); in testRemove()
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DTree.h131 void assertInvariants() const;