/external/guava/guava-gwt/test/com/google/common/primitives/ |
D | SignedBytesTest_gwt.java | 41 public void testMax() throws Exception { in testMax() method in SignedBytesTest_gwt 43 testCase.testMax(); in testMax()
|
D | UnsignedLongsTest_gwt.java | 51 public void testMax() throws Exception { in testMax() method in UnsignedLongsTest_gwt 53 testCase.testMax(); in testMax()
|
D | UnsignedIntsTest_gwt.java | 51 public void testMax() throws Exception { in testMax() method in UnsignedIntsTest_gwt 53 testCase.testMax(); in testMax()
|
D | CharsTest_gwt.java | 101 public void testMax() throws Exception { in testMax() method in CharsTest_gwt 103 testCase.testMax(); in testMax()
|
D | FloatsTest_gwt.java | 96 public void testMax() throws Exception { in testMax() method in FloatsTest_gwt 98 testCase.testMax(); in testMax()
|
D | DoublesTest_gwt.java | 101 public void testMax() throws Exception { in testMax() method in DoublesTest_gwt 103 testCase.testMax(); in testMax()
|
D | LongsTest_gwt.java | 106 public void testMax() throws Exception { in testMax() method in LongsTest_gwt 108 testCase.testMax(); in testMax()
|
D | IntsTest_gwt.java | 101 public void testMax() throws Exception { in testMax() method in IntsTest_gwt 103 testCase.testMax(); in testMax()
|
D | ShortsTest_gwt.java | 101 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/ |
D | ProgressBarTest.java | 32 public void testMax() { in testMax() method in ProgressBarTest
|
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
D | SignedBytesTest.java | 102 public void testMax() { in testMax() method in SignedBytesTest
|
D | UnsignedIntsTest.java | 73 public void testMax() { in testMax() method in UnsignedIntsTest
|
D | UnsignedLongsTest.java | 69 public void testMax() { in testMax() method in UnsignedLongsTest
|
D | CharsTest.java | 176 public void testMax() { in testMax() method in CharsTest
|
D | IntsTest.java | 177 public void testMax() { in testMax() method in IntsTest
|
D | ShortsTest.java | 185 public void testMax() { in testMax() method in ShortsTest
|
D | FloatsTest.java | 185 public void testMax() { in testMax() method in FloatsTest
|
D | LongsTest.java | 142 public void testMax() { in testMax() method in LongsTest
|
D | DoublesTest.java | 188 public void testMax() { in testMax() method in DoublesTest
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
D | SignedBytesTest.java | 105 public void testMax() { in testMax() method in SignedBytesTest
|
D | UnsignedIntsTest.java | 76 public void testMax() { in testMax() method in UnsignedIntsTest
|
D | UnsignedLongsTest.java | 72 public void testMax() { in testMax() method in UnsignedLongsTest
|
D | UnsignedBytesTest.java | 107 public void testMax() { in testMax() method in UnsignedBytesTest
|
D | CharsTest.java | 179 public void testMax() { in testMax() method in CharsTest
|
/external/skia/src/core/ |
D | SkStroke.cpp | 563 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()
|