Searched defs:BYTE_ARRAY (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/test/compiler/7160610/
H A DTest7160610.java34 private static final byte[] BYTE_ARRAY = new byte[7]; field in class:Test7160610
40 for(int j = BYTE_ARRAY[2]; j < anIntArray1190.length; j++) {
41 anIntArray1190[j] = BYTE_ARRAY[2];
44 for(int k = BYTE_ARRAY[2]; (k ^ BYTE_ARRAY[1]) > -5001; k++) {
49 for(int l = BYTE_ARRAY[2]; (l ^ BYTE_ARRAY[1]) > -21; l++) {
50 for(int j1 = BYTE_ARRAY[0]; j1 < i + -BYTE_ARRAY[0]; j1++) {
51 for(int k1 = BYTE_ARRAY[
[all...]
/openjdk7/jdk/src/share/classes/javax/print/
H A DDocFlavor.java642 * Class DocFlavor.BYTE_ARRAY provides predefined static constant
649 public static class BYTE_ARRAY extends DocFlavor { class in class:DocFlavor
665 public BYTE_ARRAY (String mimeType) { method in class:DocFlavor.BYTE_ARRAY
676 public static final BYTE_ARRAY TEXT_PLAIN_HOST =
677 new BYTE_ARRAY ("text/plain; charset="+hostEncoding);
685 public static final BYTE_ARRAY TEXT_PLAIN_UTF_8 =
686 new BYTE_ARRAY ("text/plain; charset=utf-8");
694 public static final BYTE_ARRAY TEXT_PLAIN_UTF_16 =
695 new BYTE_ARRAY ("text/plain; charset=utf-16");
705 public static final BYTE_ARRAY TEXT_PLAIN_UTF_16B
[all...]

Completed in 53 milliseconds