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

  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_ISO_8859_10.java 42 testBytes = theseBytes(new int[]{
OldCharset_ISO_8859_14.java 43 testBytes = theseBytes(new int[]{
OldCharset_ISO_8859_16.java 42 testBytes = theseBytes(new int[]{
OldCharset_MultiByte_Big5.java 162 testBytes = theseBytes(new int[]{
    [all...]
OldCharset_MultiByte_Big5_Android.java 121 testBytes = theseBytes(new int[]{
OldCharset_MultiByte_EUC_KR.java 178 testBytes = theseBytes(new int[]{
    [all...]
OldCharset_MultiByte_GBK.java 191 testBytes = theseBytes(new int[]{
    [all...]
OldCharset_MultiByte_GBK_Android.java 191 testBytes = theseBytes(new int[]{
    [all...]
OldCharset_MultiByte_UTF_16.java 146 testBytes = theseBytes(new int[]{
OldCharset_MultiByte_UTF_16BE.java 142 testBytes = theseBytes(new int[]{
OldCharset_MultiByte_UTF_16LE.java 142 testBytes = theseBytes(new int[]{
OldCharset_MultiByte_UTF_16_Android.java 142 testBytes = theseBytes(new int[]{
OldCharset_MultiByte_UTF_8.java 142 testBytes = theseBytes(new int[]{
    [all...]
OldCharset_macintosh.java 42 testBytes = theseBytes(new int[]{
OldCharset_GSM0338.java 39 testBytes = theseBytes(new int[]{
OldCharset_MultiByte_ISO_2022_JP.java 141 testBytes = theseBytes(new int[]{
OldCharset_MultiByte_GB2312.java 78 testBytes = theseBytes(new int[]{
OldCharset_MultiByte_x_windows_950.java 94 testBytes = theseBytes(new int[]{
OldCharset_MultiByte_EUC_JP.java 171 testBytes = theseBytes(new int[]{
    [all...]
OldCharset_MultiByte_EUC_JP_Android.java 169 testBytes = theseBytes(new int[]{
    [all...]
OldCharset_AbstractTest.java 44 static byte[] testBytes;
105 if (testBytes.length > 0) return;
152 decode(testBytes, testChars);
162 // Arrays.equals(testBytes, outputBB.array()));
163 assertEqualBytes("Encoded bytes must match!", testBytes, outputBB);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/serialization/
SHA1PRNG_SecureRandomTest.java 114 byte testBytes[] = null;
121 testBytes = new byte[i];
124 test.nextBytes(testBytes);
129 " refBytes[j]=" + refBytes[j] + " testBytes[j]=" + testBytes[j],
130 refBytes[j] == testBytes[j] );
134 test.setSeed(testBytes);
151 byte testBytes[] = null;
158 testBytes = new byte[i];
161 test.nextBytes(testBytes);
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
AbstractStreamingHasherTest.java 33 public void testBytes() {
  /external/icu4c/test/cintltst/
nucnvtst.c     [all...]

Completed in 454 milliseconds