Searched refs:string (Results 451 - 475 of 495) sorted by relevance

<<11121314151617181920

/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c28 #include <string.h>
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c28 #include <string.h>
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicOptionPaneUI.java333 * created for the string, if <code>d</code> is an Object[], this
989 public void addLayoutComponent(String string, Component comp) { argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp979 Handle string = java_lang_String::create_from_str("main", CHECK_NH); local
986 string,
1002 Handle string = java_lang_String::create_from_str("main", CHECK_NULL); local
1010 string,
1083 // the vm info string
2592 // search for the current bci in that string.
2877 // descriptive string if there is no set name
3549 // More hackery - the static initializer of java.lang.Compiler adds the string "nojit" to
/openjdk7/jdk/src/solaris/native/java/net/
H A DPlainSocketImpl.c27 #include <string.h>
H A Dnet_util_md.c27 #include <string.h>
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c29 #include <string.h>
H A Dfontpath.c27 #include <string.h>
481 * converted to one string */
618 * NB "4" is the length of a string which matches our patterns.
H A DX11Color.c32 #include <string.h>
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_FuncArray.c27 #include <string.h>
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c32 #include <string.h>
569 /* get the length of the string we need */
624 /* get the length of the string we need */
708 * error in extracting the "JavaHome" string, return null.
770 * from that string.
773 * is updated to point to the remainding, unscanned, portion of the string,
774 * or to a null character if the entire string has been consummed.
776 * This function returns a pointer to a null-terminated string which
780 * Note the side effect of modifying the input string s by the insertion
788 * * A string surrounde
[all...]
/openjdk7/jdk/src/windows/native/sun/security/krb5/
H A DNativeCreds.c37 #include <string.h>
1033 // So, print them to strings, and then print them to the master string with a
/openjdk7/jdk/src/windows/native/sun/windows/
H A DThemeReader.cpp27 #include <string.h>
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Ddgif_lib.c63 #include <string.h>
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DMaskFill.c28 #include <string.h>
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUIImpl.java1005 public void addLayoutComponent(String string, Component comp) { argument
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec.c46 #include <string.h>
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c52 #include <string.h>
220 * @param message The message string of the Exception object.
229 * string as its message. If the message is NULL, the exception is created
233 * @param jmessage The message string of the Exception object.
/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBase.c26 #include <string.h>
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java1176 public void addLayoutComponent(String string, Component comp) { argument
/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java85 * components of a date or time string.
90 * output string during formatting or matched against the input string
245 * <code>SimpleDateFormat</code> instance created on Jan 1, 1997, the string
246 * "01/11/12" would be interpreted as Jan 11, 2012 while the string "05/04/64"
250 * Any other numeric string, such as a one digit string, a three or more digit
251 * string, or a two digit string that isn't all digits (for example, "-1"), is
437 * The pattern string o
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DvmSymbols.hpp1011 #define VM_SYMBOL_ENUM(name, string) VM_SYMBOL_ENUM_NAME(name),
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c79 #include <string.h>
839 /* Create JVM with default stack and let VM handle malformed -Xss string*/
1328 * Returns a new Java string object for the specified platform string.
1373 * Returns a new array of Java string objects for the specified
1640 /* build the -D string */
1646 /* the components of the string are space separated. In
1913 /* Null-terminate this string for JLI_StringDup below */
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp41 #include <string.h>
/openjdk7/jdk/src/share/instrument/
H A DJPLISAgent.c33 #include <string.h>
77 /* Takes the elements of the command string (agent class name and options string) and
577 jplis_assert_msg(!errorOutstanding, "can't create class name java string");
583 jplis_assert_msg(!errorOutstanding, "can't create options java string");
807 jplis_assert_msg(!errorOutstanding, "can't create name string");
1496 * string was allocated, we store them in a parallel array */

Completed in 608 milliseconds

<<11121314151617181920