Searched refs:testSize (Results 1 - 25 of 28) sorted by relevance

12

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionSizeTester.java31 public void testSize() { method in class:CollectionSizeTester
H A DMapSizeTester.java31 public void testSize() { method in class:MapSizeTester
/external/astl/tests/
H A Dtest_list.cpp74 bool testSize() function in namespace:android
188 FAIL_UNLESS(testSize);
H A Dtest_string.cpp207 bool testSize() function in namespace:android
1113 FAIL_UNLESS(testSize);
/external/guava/guava-tests/test/com/google/common/collect/
H A DEmptyImmutableTableTest.java52 public void testSize() { method in class:EmptyImmutableTableTest
H A DForwardingMultimapTest.java48 public void testSize() { method in class:ForwardingMultimapTest
H A DForwardingTableTest.java135 public void testSize() { method in class:ForwardingTableTest
H A DSingletonImmutableTableTest.java117 public void testSize() { method in class:SingletonImmutableTableTest
H A DAbstractTableReadTest.java116 public void testSize() { method in class:AbstractTableReadTest
H A DForwardingCollectionTest.java195 public void testSize() { method in class:ForwardingCollectionTest
H A DForwardingQueueTest.java220 public void testSize() { method in class:ForwardingQueueTest
H A DForwardingSetTest.java202 public void testSize() { method in class:ForwardingSetTest
H A DForwardingListTest.java277 public void testSize() { method in class:ForwardingListTest
H A DRegularImmutableTableTest.java70 public void testSize() { method in class:RegularImmutableTableTest
H A DSynchronizedMapTest.java146 public void testSize() { method in class:SynchronizedMapTest
H A DForwardingMapTest.java172 public void testSize() { method in class:ForwardingMapTest
H A DForwardingMultisetTest.java333 public void testSize() { method in class:ForwardingMultisetTest
/external/opencv/
H A Dcvjni.h186 int testSize = fileStep*height + headerSize; local
187 m_strm->Open(testSize);
188 sprintf(log_str, "fileStep*height + headerSize=%i", testSize);
/external/guava/guava-tests/test/com/google/common/cache/
H A DForwardingCacheTest.java93 public void testSize() { method in class:ForwardingCacheTest
H A DForwardingLoadingCacheTest.java105 public void testSize() { method in class:ForwardingLoadingCacheTest
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
H A DSystemScopeTest.java71 public void testSize() throws Exception { method in class:SystemScopeTest
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DShaderProgram.cpp907 const float testSize = 1.0; local
908 FloatRect rect(0, 0, testSize, testSize);
919 float deltaWidth = abs(rect.width() - testSize);
920 float deltaHeight = abs(rect.height() - testSize);
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestIntervalSet.java356 @Test public void testSize() throws Exception { method in class:TestIntervalSet
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DSortedMapTestBase.java161 public final void testSize() { method in class:SortedMapTestBase
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dteststreams.py12 def testSize(self): member in class:TestStringStream

Completed in 4478 milliseconds

12