Searched refs:cr (Results 51 - 75 of 256) sorted by relevance

1234567891011

/openjdk7/jdk/test/sun/nio/cs/
H A DFindEncoderBugs.java119 final CoderResult cr; field in class:FindEncoderBugs.Result
128 Result(CharBuffer ib, ByteBuffer ob, CoderResult cr) { argument
134 this.cr = cr;
158 x.cr == y.cr));
164 cr, string(oa), oa.length, limit,
221 if (! (r.cr.isUnderflow() &&
229 if (! (r.cr.isMalformed() && r.cr
[all...]
H A DTestX11CNS.java40 CoderResult cr = dec.decode(bbf, cbf, true);
41 if (cr != CoderResult.UNDERFLOW) {
44 System.out.printf(" cr=%s, bbf.pos=%d, bb[pos]=%x,%x,%x,%x%n",
45 cr.toString(), pos,
61 CoderResult cr = enc.encode(cbf, bbf, true);
62 if (cr != CoderResult.UNDERFLOW) {
65 System.out.printf(" cr=%s, cbf.pos=%d, cc[pos]=%x%n",
66 cr.toString(), pos, cc[pos]&0xffff);
H A DTestUTF8.java48 CoderResult cr = dec.decode(bbf, cbf, true);
49 if (cr != CoderResult.UNDERFLOW)
87 CoderResult cr = cd.decode(bb, cb, true);
88 if (!cr.isUnderflow())
89 cr.throwException();
90 cr = cd.flush(cb);
91 if (!cr.isUnderflow())
92 cr.throwException();
113 CoderResult cr = enc.encode(cbf, bbf, true);
114 if (cr !
[all...]
H A DTestEUC_TW.java55 CoderResult cr = null;
61 cr = dec.decode(bbf, cbf, true);
66 if (cr != CoderResult.UNDERFLOW) {
69 System.out.printf(" cr=%s, bbf.pos=%d, bb[pos]=%x,%x,%x,%x%n",
70 cr.toString(), pos,
110 CoderResult cr = null;
116 cr = enc.encode(cbf, bbf, true);
121 if (cr != CoderResult.UNDERFLOW) {
124 System.out.printf(" cr=%s, cbf.pos=%d, cc[pos]=%x%n",
125 cr
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeHistogram.cpp124 tty->cr(); //0123456789012345678901234567890123456789012345678901234567890123456789
126 tty->cr();
142 tty->cr();
166 tty->cr(); //0123456789012345678901234567890123456789012345678901234567890123456789
168 tty->cr();
186 tty->cr();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_FpuStackSim_x86.cpp71 if (TraceFPUStack) { tty->print("FPU-pop "); print(); tty->cr(); }
77 if (TraceFPUStack) { tty->print("FPU-pop %d", rnr); print(); tty->cr(); }
85 if (TraceFPUStack) { tty->print("FPU-push %d", rnr); print(); tty->cr(); }
93 if (TraceFPUStack) { tty->print("FPU-swap %d", offset); print(); tty->cr(); }
120 if (TraceFPUStack) { tty->print("FPU-rename %d %d", old_rnr, new_rnr); print(); tty->cr(); }
162 if (TraceFPUStack) { tty->print("FPU-clear"); print(); tty->cr(); }
H A Dc1_LinearScan_x86.cpp130 tty->cr();
152 tty->cr();
250 tty->cr();
303 tty->cr();
366 tty->print("Exchanged register: %d New state: ", sim()->get_slot(0)); sim()->print(); tty->cr();
388 tty->print("Inserted pop New state: "); sim()->print(); tty->cr();
417 tty->print("Inserted copy (%d -> %d) New state: ", fpu_num(from), fpu_num(to)); sim()->print(); tty->cr();
947 tty->print("Added new register: %d New state: ", reg); cur_sim->print(); tty->cr();
961 tty->print("Exchanged register: %d New state: ", cur_sim->get_slot(slot)); cur_sim->print(); tty->cr();
975 tty->print("Removed register: %d New state: ", reg); cur_sim->print(); tty->cr();
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextField.h60 void EditSetSel(CHARRANGE &cr);
H A Dawt_TextArea.h83 void EditSetSel(CHARRANGE &cr);
84 void EditGetSel(CHARRANGE &cr);
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DTestIBMDB.java56 CoderResult cr = null;
62 cr = dec.decode(bbf, cbf, true);
66 if (cr != CoderResult.UNDERFLOW) {
69 System.out.printf(" cr=%s, bbf.pos=%d, bb[pos]=%x,%x,%x,%x%n",
70 cr.toString(), pos,
93 CoderResult cr = null;
98 cr = dec.decode(bbf, cbf, true);
100 return cr;
117 CoderResult cr = null;
123 cr
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdmerge.c236 int cb, cr; local
256 cr = GETJSAMPLE(*inptr2++);
257 cred = Crrtab[cr];
258 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
275 cr = GETJSAMPLE(*inptr2);
276 cred = Crrtab[cr];
277 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
298 int cb, cr; local
320 cr = GETJSAMPLE(*inptr2++);
321 cred = Crrtab[cr];
[all...]
H A Djdcolor.c129 register int y, cb, cr; local
151 cr = GETJSAMPLE(inptr2[col]);
153 outptr[RGB_RED] = range_limit[y + Crrtab[cr]];
155 ((int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr],
253 register int y, cb, cr; local
276 cr = GETJSAMPLE(inptr2[col]);
278 outptr[0] = range_limit[MAXJSAMPLE - (y + Crrtab[cr])]; /* red */
280 ((int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr],
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipherInput.java123 CipherReference cr = _cipherData.getCipherReference();
128 Attr uriAttr = cr.getURIAsAttr();
140 logger.log(java.util.logging.Level.FINE, "Managed to resolve URI \"" + cr.getURI() + "\"");
142 logger.log(java.util.logging.Level.FINE, "Failed to resolve URI \"" + cr.getURI() + "\"");
146 Transforms transforms = cr.getTransforms();
/openjdk7/hotspot/src/share/vm/runtime/
H A Daprofiler.cpp138 tty->cr();
146 tty->cr();
148 tty->cr();
158 tty->cr();
166 tty->cr();
/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DWinCommand.java80 CommandRunner cr = new CommandRunner(args);
81 if (cr.exitValue != 0)
83 if (! cr.err.equals(""))
84 fail("stderr: " + cr.err);
85 return cr.out.replaceFirst("[\r\n]+$", "");
/openjdk7/jdk/src/solaris/classes/sun/nio/cs/ext/
H A DCOMPOUND_TEXT_Encoder.java92 CoderResult cr = CoderResult.UNDERFLOW;
98 while (inOff < inEnd && cr.isUnderflow()) {
123 cr = flushNonStandardCharsetBuffer(des);
125 //cr= encoder.flush(des);
128 if (!cr.isUnderflow())
129 return cr;
148 cr = encoder.encode(charbuf, des, false);
151 cr = encoder.encode(charbuf, bytebuf, false);
159 return cr;
166 CoderResult cr
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlassKlass.cpp483 st->print(BULLET"instance size: %d", ik->size_helper()); st->cr();
484 st->print(BULLET"klass size: %d", ik->object_size()); st->cr();
485 st->print(BULLET"access: "); ik->access_flags().print_on(st); st->cr();
487 st->print(BULLET"name: "); ik->name()->print_value_on(st); st->cr();
488 st->print(BULLET"super: "); ik->super()->print_value_on(st); st->cr();
499 st->cr();
507 st->cr();
511 st->print(BULLET"arrays: "); ik->array_klasses()->print_value_on(st); st->cr();
512 st->print(BULLET"methods: "); ik->methods()->print_value_on(st); st->cr();
516 tty->print("%d : ", i); methods->obj_at(i)->print_value(); tty->cr();
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DpcDesc.cpp60 tty->cr();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DUtilities.java75 DefaultTreeCellRenderer cr = (DefaultTreeCellRenderer)t.getCellRenderer();
77 cr.setBackground(null);
78 cr.setBackgroundNonSelectionColor(new Color(0, 0, 0, 1));
79 t.setCellRenderer(cr);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DAttribute.java129 * @param cr the class that contains the attribute to be read.
131 * ClassReader#b cr.b}. The 6 attribute header bytes, containing the
140 * {@link ClassReader#b cr.b}, or -1 if the attribute to be read is
150 final ClassReader cr,
159 System.arraycopy(cr.b, off, attr.value, 0, len);
149 read( final ClassReader cr, final int off, final int len, final char[] buf, final int codeOff, final Label[] labels) argument
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DSingleByte.java40 private static final CoderResult withResult(CoderResult cr, argument
46 return cr;
67 CoderResult cr = CoderResult.UNDERFLOW;
70 cr = CoderResult.OVERFLOW;
82 return withResult(cr, src, sp, dst, dp);
164 CoderResult cr = CoderResult.UNDERFLOW;
167 cr = CoderResult.OVERFLOW;
187 return withResult(cr, src, sp, dst, dp);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.hpp87 void print_raw_cr(const char* str) { write(str, strlen(str)); cr(); }
88 void print_raw_cr(const char* str, int len){ write(str, len); cr(); }
92 void cr();
93 void bol() { if (_position > 0) cr(); }
119 void dec_cr() { dec(); cr(); }
120 void inc_cr() { inc(); cr(); }
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAttribute.java75 public Attribute createAttribute(ClassReader cr, int name_index, byte[] data) argument
80 ConstantPool cp = cr.getConstantPool();
88 return constr.newInstance(new Object[] { cr, name_index, data.length });
97 return new DefaultAttribute(cr, name_index, data);
136 public static Attribute read(ClassReader cr) throws IOException { argument
137 return cr.readAttribute();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CFGPrinter.cpp190 output()->cr();
202 output()->cr();
216 output()->cr();
290 output()->cr();
297 output()->cr();
304 output()->cr();
317 output()->cr();
/openjdk7/hotspot/src/os/posix/vm/
H A Dos_posix.cpp146 st->cr();
180 st->cr();
192 st->cr();

Completed in 67 milliseconds

1234567891011