HomeSort by relevance Sort by last modified time
    Searched defs:testSize (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionSizeTester.java 31 public void testSize() {
MapSizeTester.java 31 public void testSize() {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewMeasureSpecTest.java 27 public void testSize() throws Exception {
  /external/clang/test/Analysis/
builtin-functions.cpp 9 void testSize() {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapSizeTester.java 40 public void testSize() {
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
ConcatOpTest.java 57 public void testSize() {
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
SystemScopeTest.java 72 public void testSize() throws Exception {
  /external/guava/guava-tests/test/com/google/common/cache/
ForwardingCacheTest.java 93 public void testSize() {
ForwardingLoadingCacheTest.java 105 public void testSize() {
  /external/opencv3/modules/core/misc/java/test/
RangeTest.java 101 public void testSize() {
SizeTest.java 55 public void testSize() {
  /frameworks/base/core/tests/utiltests/src/android/util/
MemoryIntArrayTest.java 35 public void testSize() throws Exception {
  /external/guava/guava-gwt/test/com/google/common/collect/
EmptyImmutableTableTest_gwt.java 126 public void testSize() throws Exception {
128 testCase.testSize();
NewCustomTableTest_gwt.java 153 public void testSize() throws Exception {
156 testCase.testSize();
RegularImmutableTableTest_gwt.java 121 public void testSize() throws Exception {
123 testCase.testSize();
SingletonImmutableTableTest_gwt.java 126 public void testSize() throws Exception {
128 testCase.testSize();
TablesTransformValuesTest_gwt.java 141 public void testSize() throws Exception {
144 testCase.testSize();
HashBasedTableTest_gwt.java 159 public void testSize() throws Exception {
162 testCase.testSize();
ImmutableTableTest_gwt.java 195 public void testSize() throws Exception {
198 testCase.testSize();
TransposedTableTest_gwt.java 153 public void testSize() throws Exception {
156 testCase.testSize();
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 38 public void testSize() {
  /external/antlr/antlr-3.4/runtime/Python/unittests/
teststreams.py 12 def testSize(self):
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestIntervalSet.java 356 @Test public void testSize() throws Exception {
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 524 const UVec2& testSize = sizes[sizeNdx];
525 const UniquePtr<Window> nativeWindow (createWindow(*nativeDisplay, tcu::just(testSize)));
535 results.check(capabilities.currentExtent.width == testSize.x() &&
536 capabilities.currentExtent.height == testSize.y(),
537 "currentExtent " + de::toString(capabilities.currentExtent) + " doesn't match requested size " + de::toString(testSize));
571 const UVec2 testSize = sizes[sizeNdx];
575 nativeWindow->resize(testSize);
590 results.check(capabilities.currentExtent.width == testSize.x() &&
591 capabilities.currentExtent.height == testSize.y(),
592 "currentExtent " + de::toString(capabilities.currentExtent) + " doesn't match requested size " + de::toString(testSize));
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
AbstractTableReadTest.java 114 public void testSize() {

Completed in 544 milliseconds

1 2 3 4