HomeSort by relevance Sort by last modified time
    Searched refs:justRight (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Sema/
format-strings-darwin.c 14 int justRight = 1;
17 printf("%D", justRight);
19 printf("%U", justRight);
21 printf("%O", justRight);
  /libcore/luni/src/test/java/libcore/java/util/
Base64Test.java 407 byte[] justRight = new byte[decodedBytes.length];
408 int justRightBytesDecoded = decoder.decode(input, justRight);
410 assertArrayEquals(decodedBytes, justRight);
661 byte[] justRight = new byte[encodedBytes.length];
662 int justRightBytesEncoded = encoder.encode(input, justRight);
664 assertArrayEquals(encodedBytes, justRight);
    [all...]

Completed in 73 milliseconds