Searched refs:compress (Results 1 – 10 of 10) sorted by relevance
/libcore/ojluni/src/test/java/lang/ |
D | CompressExpandSanityTest.java | 48 return Integer.compress(i, mask); in expectedCompress() 69 return Long.compress(i, mask); in expectedCompress()
|
D | CompressExpandTest.java | 37 return Integer.compress(i, mask); in actualCompress() 58 return Long.compress(i, mask); in actualCompress()
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | OldAndroidDeflateTest.java | 84 compress(deflater, input, comp); in bigTest() 126 private void compress(Deflater deflater, byte[] inBuf, byte[] outBuf) { in compress() method in OldAndroidDeflateTest
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StringUTF16.java | 183 public static byte[] compress(char[] val, int off, int len) { 185 if (compress(val, off, ret, 0, len) == len) { 191 public static byte[] compress(byte[] val, int off, int len) { 193 if (compress(val, off, ret, 0, len) == len) { 201 public static int compress(char[] src, int srcOff, byte[] dst, int dstOff, int len) { 217 public static int compress(byte[] src, int srcOff, byte[] dst, int dstOff, int len) { 640 byte[] val = compress(buf, 0, len);
|
D | Integer.java | 1971 public static int compress(int i, int mask) { in compress() method in Integer
|
D | Long.java | 2020 public static long compress(long i, long mask) { in compress() method
|
D | AbstractStringBuilder.java | 1631 this.value = StringUTF16.compress(value, off, len);
|
/libcore/ojluni/annotations/flagged_api/java/lang/ |
D | Integer.annotated.java | 49 public static int compress(int i, int mask) { throw new RuntimeException("Stub!"); } in compress() method in Integer
|
D | Long.annotated.java | 49 public static long compress(long i, long mask) { throw new RuntimeException("Stub!"); } in compress() method in Long
|
/libcore/api/ |
D | current.txt | 3557 … method @FlaggedApi("com.android.libcore.openjdk_21_v1_apis") public static int compress(int, int); 3637 …method @FlaggedApi("com.android.libcore.openjdk_21_v1_apis") public static long compress(long, lon…
|