Home
last modified time | relevance | path

Searched defs:testRotate (Results 1 – 16 of 16) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/primitives/
DBytesTest.java277 private static void testRotate(byte[] input, int distance, byte[] expectedOutput) { in testRotate() method in BytesTest
283 private static void testRotate( in testRotate() method in BytesTest
290 public void testRotate() { in testRotate() method in BytesTest
DBooleansTest.java217 private static void testRotate(boolean[] input, int distance, boolean[] expectedOutput) { in testRotate() method in BooleansTest
223 private static void testRotate( in testRotate() method in BooleansTest
230 public void testRotate() { in testRotate() method in BooleansTest
DCharsTest.java372 private static void testRotate(char[] input, int distance, char[] expectedOutput) { in testRotate() method in CharsTest
378 private static void testRotate( in testRotate() method in CharsTest
385 public void testRotate() { in testRotate() method in CharsTest
DFloatsTest.java359 private static void testRotate(float[] input, int distance, float[] expectedOutput) { in testRotate() method in FloatsTest
365 private static void testRotate( in testRotate() method in FloatsTest
372 public void testRotate() { in testRotate() method in FloatsTest
DShortsTest.java381 private static void testRotate(short[] input, int distance, short[] expectedOutput) { in testRotate() method in ShortsTest
387 private static void testRotate( in testRotate() method in ShortsTest
394 public void testRotate() { in testRotate() method in ShortsTest
DIntsTest.java351 private static void testRotate(int[] input, int distance, int[] expectedOutput) { in testRotate() method in IntsTest
357 private static void testRotate( in testRotate() method in IntsTest
364 public void testRotate() { in testRotate() method in IntsTest
DDoublesTest.java373 private static void testRotate(double[] input, int distance, double[] expectedOutput) { in testRotate() method in DoublesTest
379 private static void testRotate( in testRotate() method in DoublesTest
386 public void testRotate() { in testRotate() method in DoublesTest
DLongsTest.java393 private static void testRotate(long[] input, int distance, long[] expectedOutput) { in testRotate() method in LongsTest
399 private static void testRotate( in testRotate() method in LongsTest
406 public void testRotate() { in testRotate() method in LongsTest
/external/guava/guava-tests/test/com/google/common/primitives/
DBytesTest.java277 private static void testRotate(byte[] input, int distance, byte[] expectedOutput) { in testRotate() method in BytesTest
283 private static void testRotate( in testRotate() method in BytesTest
290 public void testRotate() { in testRotate() method in BytesTest
DBooleansTest.java217 private static void testRotate(boolean[] input, int distance, boolean[] expectedOutput) { in testRotate() method in BooleansTest
223 private static void testRotate( in testRotate() method in BooleansTest
230 public void testRotate() { in testRotate() method in BooleansTest
DCharsTest.java372 private static void testRotate(char[] input, int distance, char[] expectedOutput) { in testRotate() method in CharsTest
378 private static void testRotate( in testRotate() method in CharsTest
385 public void testRotate() { in testRotate() method in CharsTest
DFloatsTest.java359 private static void testRotate(float[] input, int distance, float[] expectedOutput) { in testRotate() method in FloatsTest
365 private static void testRotate( in testRotate() method in FloatsTest
372 public void testRotate() { in testRotate() method in FloatsTest
DShortsTest.java381 private static void testRotate(short[] input, int distance, short[] expectedOutput) { in testRotate() method in ShortsTest
387 private static void testRotate( in testRotate() method in ShortsTest
394 public void testRotate() { in testRotate() method in ShortsTest
DIntsTest.java351 private static void testRotate(int[] input, int distance, int[] expectedOutput) { in testRotate() method in IntsTest
357 private static void testRotate( in testRotate() method in IntsTest
364 public void testRotate() { in testRotate() method in IntsTest
DDoublesTest.java373 private static void testRotate(double[] input, int distance, double[] expectedOutput) { in testRotate() method in DoublesTest
379 private static void testRotate( in testRotate() method in DoublesTest
386 public void testRotate() { in testRotate() method in DoublesTest
DLongsTest.java393 private static void testRotate(long[] input, int distance, long[] expectedOutput) { in testRotate() method in LongsTest
399 private static void testRotate( in testRotate() method in LongsTest
406 public void testRotate() { in testRotate() method in LongsTest