Searched refs:buf (Results 1 - 25 of 1249) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/com/sun/jdi/redefine/
H A DDifferent_RedefineSubTarg.java21 StringBuffer buf = new StringBuffer(prev);
22 buf.append("Different ");
23 return buf.toString();
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.h36 #define NEXT_VAL(buf, type) (((type *)((buf) += sizeof(type)))[-1])
37 #define NEXT_BYTE(buf) NEXT_VAL(buf, unsigned char)
38 #define NEXT_INT(buf) NEXT_VAL(buf, jint)
39 #define NEXT_FLOAT(buf) NEXT_VAL(buf, jfloat)
40 #define NEXT_BOOLEAN(buf) (jboolean)NEXT_INT(buf)
[all...]
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DReplaceableString.java56 private StringBuffer buf; field in class:ReplaceableString
64 buf = new StringBuffer(str);
69 * Construct a new object using <code>buf</code> for internal
70 * storage. The contents of <code>buf</code> at the time of
72 * Modifications to <code>buf</code> will modify this object, and
74 * @param buf object to be used as internal storage
77 public ReplaceableString(StringBuffer buf) { argument
78 this.buf = buf;
87 return buf
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/
H A DValidationEventLocatorExImpl.java56 StringBuffer buf = new StringBuffer();
57 buf.append("[url=");
58 buf.append(getURL());
59 buf.append(",line=");
60 buf.append(getLineNumber());
61 buf.append(",column=");
62 buf.append(getColumnNumber());
63 buf.append(",node=");
64 buf.append(getNode());
65 buf
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCLogicInstruction.java42 StringBuffer buf = new StringBuffer();
43 buf.append("tst");
44 buf.append(spaces);
45 buf.append(getOperand2String());
46 return buf.toString();
48 StringBuffer buf = new StringBuffer();
49 buf.append("not");
50 buf.append(spaces);
51 buf.append(rs1.toString());
53 buf
[all...]
H A DSPARCArithmeticInstruction.java42 StringBuffer buf = new StringBuffer();
45 buf.append("inc");
48 buf.append("inccc");
51 buf.append("dec");
54 buf.append("deccc");
59 buf.append(spaces);
61 buf.append(getOperand2String()); buf.append(comma);
63 buf.append(rd.toString());
64 return buf
[all...]
H A DSPARCStoreInstruction.java49 private String defaultInitDescription(StringBuffer buf) { argument
50 buf.append(getName());
51 buf.append(spaces);
52 buf.append(register.toString());
53 buf.append(comma);
54 buf.append(address.toString());
55 return buf.toString();
59 StringBuffer buf = new StringBuffer();
63 buf.append("clr");
66 buf
[all...]
H A DSPARCV9PopcInstruction.java36 StringBuffer buf = new StringBuffer();
37 buf.append(getName());
38 buf.append(spaces);
39 buf.append(getOperand2String());
40 buf.append(comma);
41 buf.append(rd.toString());
42 return buf.toString();
H A DSPARCV9RdprInstruction.java36 StringBuffer buf = new StringBuffer();
37 buf.append(getName());
38 buf.append(spaces);
39 buf.append(getPrivilegedRegisterName(regNum));
40 buf.append(comma);
41 buf.append(rd.toString());
42 return buf.toString();
H A DSPARCMoveInstruction.java37 StringBuffer buf = new StringBuffer();
39 buf.append("clr");
40 buf.append(spaces);
41 buf.append(rd.toString());
43 buf.append("mov");
44 buf.append(spaces);
45 buf.append(getOperand2String());
46 buf.append(comma);
47 buf.append(rd.toString());
50 return buf
[all...]
H A DSPARCV9WrprInstruction.java41 StringBuffer buf = new StringBuffer();
42 buf.append(getName());
43 buf.append(spaces);
44 buf.append(rs1.toString());
45 buf.append(comma);
47 buf.append(operand2.toString());
50 buf.append(Integer.toHexString(value));
52 buf.append(comma);
53 buf.append(getPrivilegedRegisterName(regNum));
54 return buf
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaString.java38 StringBuffer buf = new StringBuffer();
39 buf.append("String (address=");
40 buf.append(getOop().getHandle());
41 buf.append(", value=");
42 buf.append("'");
43 buf.append(getString());
44 buf.append('\'');
45 buf.append(')');
46 return buf.toString();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DByteInputStream.java40 public ByteInputStream(byte buf[], int length) { argument
41 super(buf, 0, length);
44 public ByteInputStream(byte buf[], int offset, int length) { argument
45 super(buf, offset, length);
49 return buf;
60 public void setBuf(byte[] buf) { argument
61 this.buf = buf;
63 this.count = buf.length;
H A DCharReader.java33 public CharReader(char buf[], int length) { argument
34 super(buf, 0, length);
37 public CharReader(char buf[], int offset, int length) { argument
38 super(buf, offset, length);
42 return buf;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DMappedByteBufferDataSource.java36 private MappedByteBuffer buf; field in class:MappedByteBufferDataSource
38 public MappedByteBufferDataSource(MappedByteBuffer buf) { argument
39 this.buf = buf;
42 public byte readByte() throws IOException { return buf.get(); }
43 public short readShort() throws IOException { return buf.getShort(); }
44 public int readInt() throws IOException { return buf.getInt(); }
45 public long readLong() throws IOException { return buf.getLong(); }
46 public int read(byte[] b) throws IOException { buf.get(b); return b.length; }
49 buf
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DVMFlagsPanel.java53 StringBuffer buf = new StringBuffer();
54 buf.append("<html><head><title>VM Command Line Flags</title></head><body>");
56 buf.append("<b>Command Flag info not available (use 1.4.1_03 or later)!</b>");
58 buf.append("<table border='1'>");
60 buf.append("<tr><td>");
61 buf.append(flags[f].getName());
62 buf.append("</td><td>");
63 buf.append(flags[f].getValue());
64 buf.append("</td>");
66 buf
[all...]
H A DVMVersionInfoPanel.java53 StringBuffer buf = new StringBuffer();
54 buf.append("<html><head><title>VM Version Info</title></head>");
55 buf.append("<body><table border='1'>");
58 buf.append("<tr><td><b>VM Type</b></td>");
59 buf.append("<td>");
61 buf.append("<b>core</b>");
63 buf.append("<b>client</b>");
65 buf.append("<b>server</b>");
67 buf.append("<b>unknown</b>");
69 buf
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86MemoryIndirectAddress.java39 StringBuffer buf = new StringBuffer();
40 buf.append("*");
41 buf.append("[");
42 buf.append(Long.toHexString(value));
43 buf.append(']');
44 return buf.toString();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLoadStore.java35 StringBuffer buf = new StringBuffer();
36 buf.append(getJavaBytecodeName());
37 buf.append(spaces);
38 buf.append('#');
39 buf.append(Integer.toString(getLocalVarIndex()));
40 return buf.toString();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DSignatureConverter.java30 private StringBuffer buf; field in class:SignatureConverter
33 public SignatureConverter(Symbol sig, StringBuffer buf) { argument
35 this.buf = buf;
38 public void doBool () { appendComma(); buf.append("boolean"); }
39 public void doChar () { appendComma(); buf.append("char"); }
40 public void doFloat () { appendComma(); buf.append("float"); }
41 public void doDouble() { appendComma(); buf.append("double"); }
42 public void doByte () { appendComma(); buf.append("byte"); }
43 public void doShort () { appendComma(); buf
[all...]
/openjdk7/jdk/src/share/classes/javax/naming/
H A DBinaryRefAddr.java70 private byte[] buf = null; field in class:BinaryRefAddr
98 buf = new byte[count];
99 System.arraycopy(src, offset, buf, 0, count);
112 return buf;
127 if (buf == null && target.buf == null)
129 if (buf == null || target.buf == null ||
130 buf.length != target.buf
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Ddecoder_solaris.cpp29 bool ElfDecoder::demangle(const char* symbol, char *buf, int buflen) { argument
30 return !cplus_demangle(symbol, buf, (size_t)buflen);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DContextCapabilities.java95 StringBuffer buf =
99 buf.append("CAPS_EMPTY");
102 buf.append("CAPS_RT_PLAIN_ALPHA|");
105 buf.append("CAPS_RT_TEXTURE_ALPHA|");
108 buf.append("CAPS_RT_TEXTURE_OPAQUE|");
111 buf.append("CAPS_MULTITEXTURE|");
114 buf.append("CAPS_TEXNONPOW2|");
117 buf.append("CAPS_TEXNONSQUARE|");
120 buf.append("CAPS_PS20|");
123 buf
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.h36 #define NEXT_VAL(buf, type) (((type *)((buf) += sizeof(type)))[-1])
37 #define NEXT_BYTE(buf) NEXT_VAL(buf, unsigned char)
38 #define NEXT_INT(buf) NEXT_VAL(buf, jint)
39 #define NEXT_FLOAT(buf) NEXT_VAL(buf, jfloat)
40 #define NEXT_BOOLEAN(buf) (jboolean)NEXT_INT(buf)
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/util/
H A DJavadocEscapeWriter.java68 public void write(char[] buf, int off, int len) throws IOException { argument
70 write(buf[off+i]);
73 public void write(char[] buf) throws IOException { argument
74 write(buf,0,buf.length);
77 public void write(String buf, int off, int len) throws IOException { argument
78 write( buf.toCharArray(), off, len );
81 public void write(String buf) throws IOException { argument
82 write( buf.toCharArray(), 0, buf
[all...]

Completed in 141 milliseconds

1234567891011>>