Searched refs:B747 (Results 1 – 2 of 2) sorted by relevance
70 private static final int B747 = 0xB747; field in Sorting555 a[i] = B747; in prepareSubArray()1258 if (a[i] != B747) { in checkSubArray()1259 fail("Range sort changes right element at position " + i + hex(a[i], B747)); in checkSubArray()1279 if (a[i] != (long) B747) { in checkSubArray()1280 fail("Range sort changes right element at position " + i + hex(a[i], B747)); in checkSubArray()1300 if (a[i] != (byte) B747) { in checkSubArray()1301 fail("Range sort changes right element at position " + i + hex(a[i], B747)); in checkSubArray()1321 if (a[i] != (char) B747) { in checkSubArray()1322 fail("Range sort changes right element at position " + i + hex(a[i], B747)); in checkSubArray()[all …]
6786 @Retention(RetentionPolicy.RUNTIME) @interface B747 {} annotation in Annotations57649Test9787 @B747