Home
last modified time | relevance | path

Searched refs:testMax (Results 1 – 25 of 30) sorted by relevance

12

/external/guava/guava-gwt/test/com/google/common/primitives/
DSignedBytesTest_gwt.java41 public void testMax() throws Exception { in testMax() method in SignedBytesTest_gwt
43 testCase.testMax(); in testMax()
DUnsignedLongsTest_gwt.java51 public void testMax() throws Exception { in testMax() method in UnsignedLongsTest_gwt
53 testCase.testMax(); in testMax()
DUnsignedIntsTest_gwt.java51 public void testMax() throws Exception { in testMax() method in UnsignedIntsTest_gwt
53 testCase.testMax(); in testMax()
DCharsTest_gwt.java101 public void testMax() throws Exception { in testMax() method in CharsTest_gwt
103 testCase.testMax(); in testMax()
DFloatsTest_gwt.java96 public void testMax() throws Exception { in testMax() method in FloatsTest_gwt
98 testCase.testMax(); in testMax()
DDoublesTest_gwt.java101 public void testMax() throws Exception { in testMax() method in DoublesTest_gwt
103 testCase.testMax(); in testMax()
DLongsTest_gwt.java106 public void testMax() throws Exception { in testMax() method in LongsTest_gwt
108 testCase.testMax(); in testMax()
DIntsTest_gwt.java101 public void testMax() throws Exception { in testMax() method in IntsTest_gwt
103 testCase.testMax(); in testMax()
DShortsTest_gwt.java101 public void testMax() throws Exception { in testMax() method in ShortsTest_gwt
103 testCase.testMax(); in testMax()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DProgressBarTest.java32 public void testMax() { in testMax() method in ProgressBarTest
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
DSignedBytesTest.java102 public void testMax() { in testMax() method in SignedBytesTest
DUnsignedIntsTest.java73 public void testMax() { in testMax() method in UnsignedIntsTest
DUnsignedLongsTest.java69 public void testMax() { in testMax() method in UnsignedLongsTest
DCharsTest.java176 public void testMax() { in testMax() method in CharsTest
DIntsTest.java177 public void testMax() { in testMax() method in IntsTest
DShortsTest.java185 public void testMax() { in testMax() method in ShortsTest
DFloatsTest.java185 public void testMax() { in testMax() method in FloatsTest
DLongsTest.java142 public void testMax() { in testMax() method in LongsTest
DDoublesTest.java188 public void testMax() { in testMax() method in DoublesTest
/external/guava/guava-tests/test/com/google/common/primitives/
DSignedBytesTest.java105 public void testMax() { in testMax() method in SignedBytesTest
DUnsignedIntsTest.java76 public void testMax() { in testMax() method in UnsignedIntsTest
DUnsignedLongsTest.java72 public void testMax() { in testMax() method in UnsignedLongsTest
DUnsignedBytesTest.java107 public void testMax() { in testMax() method in UnsignedBytesTest
DCharsTest.java179 public void testMax() { in testMax() method in CharsTest
/external/skia/src/core/
DSkStroke.cpp563 SkScalar testMax = SkTMax(SkScalarAbs(testDiff.fX), SkScalarAbs(testDiff.fY)); in cubic_in_line() local
564 if (ptMax < testMax) { in cubic_in_line()
567 ptMax = testMax; in cubic_in_line()
600 SkScalar testMax = SkTMax(SkScalarAbs(testDiff.fX), SkScalarAbs(testDiff.fY)); in quad_in_line() local
601 if (ptMax < testMax) { in quad_in_line()
604 ptMax = testMax; in quad_in_line()

12