Searched defs:ipos (Results 1 - 5 of 5) sorted by relevance
| /openjdk7/jdk/src/share/native/sun/java2d/pipe/ |
| H A D | BufferedRenderPipe.c | 55 jint ipos; local 94 ipos = INTS_PER_HEADER; 115 ipos = INTS_PER_HEADER; 125 ibuf[ipos++] = spanbox[0] + transx; // x1 126 ibuf[ipos++] = spanbox[1] + transy; // y1 127 ibuf[ipos++] = spanbox[2] + transx; // x2 128 ibuf[ipos++] = spanbox[3] + transy; // y2
|
| /openjdk7/jdk/src/share/classes/sun/tools/java/ |
| H A D | Identifier.java | 85 private int ipos; field in class:Identifier 94 this.ipos = name.indexOf(INNERCLASS_PREFIX); 170 int idot = ipos; 224 return (ipos > 0); 245 if (ipos > 0 && name.charAt(ipos-1) == '.') { 246 if (ipos+1 == name.length()) { 248 return Identifier.lookup(name.substring(0,ipos-1)); 250 String n = name.substring(ipos+1); 251 String t = name.substring(0,ipos); [all...] |
| /openjdk7/jdk/test/sun/nio/cs/ |
| H A D | FindDecoderBugs.java | 115 final int ipos; field in class:FindDecoderBugs.Result 122 ipos = ib.position(); 150 x.ipos == y.ipos && 156 string(ia), ipos, ia.length, 222 if (ib.position() != r.ipos || 268 if (roomy.ipos == roomy.ia.length) { 366 r.ipos == ia.length && 381 r.ipos == 0 &&
|
| H A D | FindEncoderBugs.java | 115 final int ipos; field in class:FindEncoderBugs.Result 129 ipos = ib.position(); 157 x.ipos == y.ipos && 163 string(ia), ipos, ia.length, 222 r.ipos == 0)) 241 (r.ipos == 0 || (hasBom && hasBom(r.oa))))) { 256 (r.ipos == 0 || (hasBom && hasBom(r.oa))))) { 273 r.ipos == 2))) { 357 if (ib.position() != r.ipos || [all...] |
| /openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/ |
| H A D | java_crw_demo.c | 654 CrwCpoolIndex ipos; local 662 ipos = i; 711 snprintf(message, BUFSIZE, "Unknown tag: %d, at ipos %hu", tag, ipos); 715 fillin_cpool_entry(ci, ipos, tag, index1, index2, (const char *)utf8, len);
|
Completed in 98 milliseconds