Searched defs:At (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/lang/StringBuffer/
H A DSupplementary.java91 testCodePoint(At, sb, 0, golden1[0][i]);
92 testCodePoint(At, sb, 9, golden1[1][i]);
93 testCodePoint(At, sb, sb.length()-1, golden1[2][i]);
98 testCodePoint(At, sb, -1);
99 testCodePoint(At, sb, sb.length());
309 static final boolean At = true, Before = false; field in class:Supplementary
315 "codePoint" + (isAt ? "At" : "Before") + "(" + index + ") for <"
329 "codePoint" + (isAt ? "At" : "Before") + "(" + index + ") for <"
/openjdk7/jdk/test/java/lang/StringBuilder/
H A DSupplementary.java91 testCodePoint(At, sb, 0, golden1[0][i]);
92 testCodePoint(At, sb, 9, golden1[1][i]);
93 testCodePoint(At, sb, sb.length()-1, golden1[2][i]);
98 testCodePoint(At, sb, -1);
99 testCodePoint(At, sb, sb.length());
309 static final boolean At = true, Before = false; field in class:Supplementary
315 "codePoint" + (isAt ? "At" : "Before") + "(" + index + ") for <"
329 "codePoint" + (isAt ? "At" : "Before") + "(" + index + ") for <"
/openjdk7/jdk/test/java/lang/String/
H A DSupplementary.java108 testCodePoint(At, s, 0, golden1[0][i]);
109 testCodePoint(At, s, 9, golden1[1][i]);
110 testCodePoint(At, s, s.length()-1, golden1[2][i]);
111 testCodePoint(At, s.substring(17), 0, golden1[3][i]);
116 testCodePoint(At, s, -1);
117 testCodePoint(At, s, s.length());
541 static final boolean At = true, Before = false; field in class:Supplementary
548 "codePoint" + (isAt ? "At" : "Before") + "(" + index + ") for <"
562 "codePoint" + (isAt ? "At" : "Before") + "(" + index + ") for <"
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsplugin.c484 cmsUInt32Number NextAligned, At; local
489 At = io -> Tell(io);
490 NextAligned = _cmsALIGNLONG(At);
491 BytesToNextAlignedPos = NextAligned - At;
501 cmsUInt32Number NextAligned, At; local
506 At = io -> Tell(io);
507 NextAligned = _cmsALIGNLONG(At);
508 BytesToNextAlignedPos = NextAligned - At;
H A Dcmsopt.c403 // This function replaces a specific node placed in "At" by the "Value" numbers. Its purpose
406 cmsBool PatchLUT(cmsStage* CLUT, cmsUInt16Number At[], cmsUInt16Number Value[], argument
422 px = ((cmsFloat64Number) At[0] * (p16->Domain[0])) / 65535.0;
423 py = ((cmsFloat64Number) At[1] * (p16->Domain[1])) / 65535.0;
424 pz = ((cmsFloat64Number) At[2] * (p16->Domain[2])) / 65535.0;
425 pw = ((cmsFloat64Number) At[3] * (p16->Domain[3])) / 65535.0;
445 px = ((cmsFloat64Number) At[0] * (p16->Domain[0])) / 65535.0;
446 py = ((cmsFloat64Number) At[1] * (p16->Domain[1])) / 65535.0;
447 pz = ((cmsFloat64Number) At[2] * (p16->Domain[2])) / 65535.0;
464 px = ((cmsFloat64Number) At[
[all...]

Completed in 70 milliseconds