Searched refs:string (Results 126 - 150 of 495) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DSunCommandLineLauncher.java129 static boolean hasWhitespace(String string) { argument
130 int length = string.length();
132 if (Character.isWhitespace(string.charAt(i))) {
/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DSimpleArrays.java76 String string[] = { "A", "B", "C", "D"};
77 p.writeObject((Object) string);
156 if (!ArrayOpsTest.verify(string, string_u)) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.cpp53 cl::opt<std::string>
56 cl::list<std::string>
86 std::string cpu("-mcpu=" + llvm::sys::getHostCPUName());
92 std::string mattr("-mattr=");
97 std::string attr(I->first());
108 std::string ErrorMsg;
/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java258 * Returns the left side bearing of the first character of string. The
263 * @param c JComponent that will display the string
265 * @param string String to get the left side bearing for.
266 * @throws NullPointerException if {@code string} is {@code null}
268 * @return the left side bearing of the first character of string
269 * or {@code 0} if the string is empty
272 String string) {
273 if ((string == null) || (string.length() == 0)) {
276 return getLeftSideBearing(c, fm, string
271 getLeftSideBearing(JComponent c, FontMetrics fm, String string) argument
380 stringWidth(JComponent c, FontMetrics fm, String string) argument
411 clipStringIfNecessary(JComponent c, FontMetrics fm, String string, int availTextWidth) argument
435 clipString(JComponent c, FontMetrics fm, String string, int availTextWidth) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DModel.java137 * @param string
139 public void setSource(String string) { argument
140 source = string;
/openjdk7/jdk/src/solaris/sample/dtrace/hotspot_jni/
H A DCriticalSection.d63 self string critical_section_name;
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djerror.c41 * Create the message string table.
52 #define JMESSAGE(code,string) string ,
159 * Format a message string for the most recent JPEG error or message.
161 * characters. Note that no '\n' character is added to the string.
181 /* Look up message string in proper table */
196 /* Check for string parameter, as indicated by %s in the message text */
/openjdk7/jdk/src/share/sample/nio/chatserver/
H A DClient.java133 * @param string the message
135 public void writeStringMessage(String string) { argument
136 writeMessage(ByteBuffer.wrap(string.getBytes()));
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java143 * The string representation of the attribute. This
144 * should exactly match the string specified in the
429 * The string representation of the attribute. This
430 * should exactly match the string specified in the
561 * Sets the base font size from the passed in string.
757 * Returns the size of a font from the passed in string.
759 * @param size CSS string describing font size
887 /** Maps from CSS value (string) to internal value. */
1046 * Translates a string to a <code>CSS.Attribute</code> object.
1053 * or <code>null</code> if the string
1239 parseRGB(String string) argument
1257 getColorComponent(String string, int[] index) argument
2874 isFontStyle(String string) argument
2879 isFontVariant(String string) argument
2883 isFontWeight(String string) argument
2975 isImage(String string) argument
2979 isRepeat(String string) argument
2984 isAttachment(String string) argument
2988 isPosition(String string) argument
2996 isColor(String string) argument
[all...]
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc_audit.cpp28 #include <string.h>
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DStringTable.java63 public void visit(Instance string); argument
/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp223 // Otherwise, add to symbol to table. Copy to a C string first.
640 oop StringTable::basic_add(int index_arg, Handle string, jchar* name, argument
643 assert(java_lang_String::equals(string(), name, len),
644 "string must be properly initialized");
669 HashtableEntry<oop, mtSymbol>* entry = new_entry(hashValue, string());
671 return string();
698 Handle string; local
699 // try to reuse the string if possible
701 string = string_or_null;
703 string
720 Handle string; local
726 intern(oop string, TRAPS) argument
744 Handle string; local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRIFFWriter.java303 public void writeString(String string) throws IOException { argument
304 byte[] buff = string.getBytes();
309 public void writeString(String string, int len) throws IOException { argument
310 byte[] buff = string.getBytes();
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.h78 void ReportErrorMessage2(char * format, char * string, jboolean always);
/openjdk7/jdk/src/macosx/bin/
H A Djexec.c76 #include <string.h>
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_MidiUtils.h34 #include <string.h>
/openjdk7/jdk/src/solaris/native/java/lang/
H A DProcessEnvironment_md.c27 #include <string.h>
/openjdk7/jdk/src/solaris/native/sun/net/dns/
H A DResolverConfigurationImpl.c37 #include <string.h>
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSocketChannelImpl.c31 #include <string.h>
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DMacOSXNativeDispatcher.c32 #include <string.h>
/openjdk7/jdk/src/solaris/native/sun/security/pkcs11/
H A Dj2secmod_md.c28 #include <string.h>
/openjdk7/jdk/src/windows/native/sun/security/pkcs11/
H A Dj2secmod_md.c28 #include <string.h>
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DThread.cpp43 #include <string.h>
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudio.h33 #include <string.h>
H A DPorts.h32 #include <string.h>
75 * type: string that is used to construct the BooleanControl.Type, or CONTROL_TYPE_MUTE
81 /* type: string that is used to construct the CompoundControl.Type
90 * type: string that is used to construct the FloatControl.Type, or one of

Completed in 648 milliseconds

1234567891011>>