Searched refs:string (Results 376 - 400 of 495) sorted by relevance

<<11121314151617181920

/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c32 #include <string.h>
237 char* new_runpath = NULL; /* desired new LD_LIBRARY_PATH string */
439 * LD_LIBRARY_PATH to the empty string for security purposes. (In
455 * LD_LIBRARY_PATH to the empty string for security purposes. (In
547 * If dmpath is not NULL, remove the data model specific string
1032 void ReportErrorMessage2(char * format, char * string, jboolean always) { argument
1034 fprintf(stderr, format, string);
1044 * Return JNI_TRUE for an option string that has no effect but should
1690 * We want to actually check the paths rather than just the version string
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c441 unsigned char *string; local
454 &string));
456 if (status != Success || string == NULL) {
461 XFree(string);
466 return string;
682 * The property is ENLIGHTENMENT_COMMS, STRING/8 and the string format
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c892 LPWSTR string; local
893 if (ConvertSidToStringSidW(sid, &string) == 0) {
897 jstring s = (*env)->NewString(env, (const jchar *)string,
898 (jsize)wcslen(string));
899 LocalFree(string);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java50 * to return a string representation of CSS value.
264 * in string form. Where <code>selector</code> is a space separated
939 * Sets the base font size from the passed in String. The string
959 * Given a string such as "+2", "-2", or "2",
967 * Converts a color string such as "RED" or "#NNNNNN" to a Color.
969 * or a string of length 7;
972 public Color stringToColor(String string) { argument
973 return CSS.stringToColor(string);
1105 * Returns a string that only has one space between simple selectors,
1202 * passed in string does
2984 boundedIndexOf(String string, char search, int start, int end) argument
3160 parseDeclaration(String string) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp508 // if this call converted into a direct string concatenation.
1229 Node* string = str; local
1230 Node* offset = kit.load_String_offset(kit.control(), string);
1231 Node* count = kit.load_String_length(kit.control(), string);
1232 Node* value = kit.load_String_value (kit.control(), string);
1313 // Now insert the logic to compute the size of the string followed
1314 // by all the logic to construct array and resulting string.
1358 // Fallthrough to add string length.
1445 // Now copy the string representations into the final char[]
1484 // Intialize the string
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp32 #include <string.h>
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp258 const char* add_string(const char * string) PRODUCT_RETURN_(return NULL;);
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_MidiUtils.c31 #include <string.h>
H A DPLATFORM_API_LinuxOS_ALSA_MidiUtils.c31 #include <string.h>
/openjdk7/jdk/src/solaris/native/java/io/
H A DUnixFileSystem_md.c31 #include <string.h>
/openjdk7/jdk/src/solaris/native/sun/jdga/
H A Ddgalock.c41 #include <string.h>
/openjdk7/jdk/src/windows/native/java/io/
H A Dcanonicalize_md.c32 #include <string.h>
125 /* Tell whether the given string contains any wildcard characters */
154 /* Tell whether the given string contains prohibited combinations of dots.
H A Dio_util_md.c37 #include <string.h>
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c27 #include <string.h>
/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsVirtualMachine.c26 #include <string.h>
57 /* convert jstring to C string */
584 /* convert jstring to C string */
/openjdk7/jdk/src/share/instrument/
H A DInvocationAdapter.c30 #include <string.h>
135 * The argument tail string provided to Agent_OnLoad will be of form
136 * <jarfile>[=<options>]. The tail string is split into the jarfile and
516 * value as a C string.
571 * string will not be null terminated after decoding.
680 * Each individual path segment starts out as a UTF8 string. Additionally
683 * string which must then be converted to the platform encoding (as it
720 * starts out as a heap allocated string.
747 * Next decode any escaped characters. The result is a UTF8 string.
785 * In 1.5.0 the AddToBootstrapClassLoaderSearch takes a platform string
[all...]
/openjdk7/jdk/src/share/native/java/lang/
H A DSystem.c26 #include <string.h>
70 /* "key" is a char type string with only ASCII character in it.
71 "val" is a nchar (typedefed in java_props.h) type string */
/openjdk7/jdk/src/share/native/java/util/zip/
H A DZipFile.c32 #include <string.h>
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_ImageRep.c26 #include <string.h>
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLETypes.h416 #include <string.h>
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decdecode.c51 #include <string.h>
61 * Initializes a SECItem from a hexadecimal string
64 * in the hexadecimal string must be optional.
76 /* skip leading 00's unless the hex string is "00" */
113 /* 2 ['0'+'4'] + MAX_ECKEY_LEN * 2 [x,y] * 2 [hex string] + 1 ['\0'] */
H A Decl.c46 #include <string.h>
H A Doid.c50 #include <string.h>
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_crypt.c53 #include <string.h>
H A Dp11_mutex.c52 #include <string.h>

Completed in 104 milliseconds

<<11121314151617181920