Searched refs:string (Results 426 - 450 of 495) sorted by relevance

<<11121314151617181920

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.cpp30 #include <string.h>
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_colors.c29 #include <string.h>
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpegdecoder.c37 #include <string.h>
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2_plugin.h83 #include <string.h>
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyParser.java347 keyStoreUrlString = match("quoted string");
356 keyStoreType = match("quoted string");
369 keyStoreProvider = match("quoted string");
378 storePassURL = match("quoted string");
424 e.codeBase = match("quoted string");
432 e.signedBy = match("quoted string");
480 principalName = match("quoted string");
616 e.name = expand(match("quoted string"));
625 e.action = expand(match("quoted string"));
633 e.signedBy = expand(match("quoted string"));
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c29 #include <string.h>
603 * if its identifier string is found amongst the space-delimited GL_EXTENSIONS
604 * string.
618 "OGLContext_IsExtensionAvailable: extension string is null");
923 * Returns JNI_TRUE if the given GL_VERSION string meets the minimum
933 "OGLContext_IsVersionSupported: version string is null");
H A DOGLPaints.c29 #include <string.h>
588 // compose the final source code string from the various pieces
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_general.c52 #include <string.h>
H A Dp11_keymgmt.c52 #include <string.h>
H A Dp11_sign.c52 #include <string.h>
/openjdk7/jdk/src/share/transport/socket/
H A DsocketTransport.c26 #include <string.h>
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c33 #include <string.h>
304 * LD_LIBRARY_PATH to the empty string for security purposes. (In contrast,
378 char* new_runpath = NULL; /* desired new LD_LIBRARY_PATH string */
679 * If dmpath is not NULL, remove the data model specific string
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractDocument.java690 * @param str the string to insert; does nothing with null/empty strings
1606 * Inserts a string of characters into the sequence.
1609 * @param str string to insert
1633 * Fetches a string of characters contained in the sequence.
1637 * @return the string
2297 * Converts the element to a string.
2299 * @return the string
2514 * Converts the element to a string.
2516 * @return the string
2726 * Returns a string descriptio
3106 insertString(int offset, String string, AttributeSet attr) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp92 // Fill in buffer with current local time as an ISO-8601 string.
322 Handle string = java_lang_String::create_from_str(thread_name, CHECK); local
332 string,
1063 // Scan the format string to determine the length of the actual
1176 // allocate the string and add terminator storage
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c46 #include <string.h>
50 #include <string.h>
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES210 Fixed png_check_keyword() for case with error in static string text
637 Moved PNG_CHNK string macro definitions outside of PNG_NO_EXTERN block
899 Revised the workaround of AIX string.h "index" bug.
2215 Fixed string vs pointer-to-string error in png_check_keyword().
3011 Made all API functions that have const arguments and constant string
3136 Added "--with-zprefix=<string>" to configure.ac
3162 Changed the new configure option "zprefix=string" to "zlib-prefix=string"
3468 Removed string/memor
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h745 (JNIEnv *env, jstring string, jboolean *isCopy);
747 (JNIEnv *env, jstring string, const jchar *cstring);
1829 const jchar * GetStringCritical(jstring string, jboolean *isCopy) { argument
1830 return functions->GetStringCritical(this,string,isCopy);
1832 void ReleaseStringCritical(jstring string, const jchar *cstring) { argument
1833 functions->ReleaseStringCritical(this,string,cstring);
H A DjniCheck.cpp140 static const char * fatal_non_string = "JNI string operation received a non-string";
1697 jstring string,
1701 checkString(thr, string);
1703 const jchar *result = UNCHECKED()->GetStringCritical(env, string, isCopy);
1717 * string parameter as a minor sanity check
H A Djvm.cpp913 Handle string = java_lang_String::internalize_classname(h_name, CHECK_NULL); variable
915 const char* str = java_lang_String::as_utf8_string(string());
958 // Consider caching interned string in Klass
3434 Handle string = java_lang_String::internalize_classname(classname, CHECK_NULL); variable
3436 const char* str = java_lang_String::as_utf8_string(string());
3721 // Since 'ebuf' may contain a string encoded using
3770 oop string = JNIHandles::resolve_non_null(str);
3771 oop result = StringTable::intern(string, CHECK_NULL);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h745 (JNIEnv *env, jstring string, jboolean *isCopy);
747 (JNIEnv *env, jstring string, const jchar *cstring);
1829 const jchar * GetStringCritical(jstring string, jboolean *isCopy) { argument
1830 return functions->GetStringCritical(this,string,isCopy);
1832 void ReleaseStringCritical(jstring string, const jchar *cstring) { argument
1833 functions->ReleaseStringCritical(this,string,cstring);
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java66 // this is for case insensitive string comparisons
559 * This method parses a single string of signers separated by commas
585 // transfer signer and ignore trailing part of the string
591 // we are at the end of the string -- transfer signer
795 * this policy entry into a string
807 * convert the Codebase/signer portion of this policy entry into a string
836 * convert the Principals portion of this policy entry into a string
3659 @Override @Deprecated public void add(String string) { argument
3662 public void addTaggedItem(String string, Object object) { argument
3663 super.add(string);
3667 replaceItem(String string, int index) argument
3670 replaceTaggedItem(String string, Object object, int index) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp253 // Converts a C string to a Java String based on current encoding
278 // Converts a Java String to a native C string that can be used for
310 // Typical usage is to convert all '/' to '.' in string.
330 Handle string = basic_create(length, false, CHECK_NH); local
333 typeArrayOop to_buffer = java_lang_String::value(string());
343 return string;
360 // Zero length string will hash to zero with String.toHash() function.
370 // Zero length string doesn't hash necessarily hash to zero.
507 oop string = fd->string_initial_value(CHECK); local
508 mirror()->obj_field_put(fd->offset(), string);
[all...]
H A DsystemDictionary.cpp1291 Handle string = java_lang_String::externalize_classname(s, CHECK_(nh)); local
1320 string,
1328 string,
2202 // NULL if no constraint failed. The returned C string needs cleaning up
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp701 // create the thread instance name space string - don't create an
879 Handle string = java_lang_String::create_from_str(name, CHECK_0); local
889 string,
1933 // check if we need to truncate the string
1940 // lop of the entire class name string, let snprintf handle
1942 class_name += s1len; // null string
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerImpl.java223 * Bit 7 of the length byte for a decomposition string in extra data is
224 * a flag indicating whether the decomposition string is
636 * bubble-insert one single code point into the preceding string
708 * merge two UTF-16 string parts together
714 * the second string may or may not be ordered in itself
723 * preceding part of the string
781 // copy the second string part
994 * generally, set p and length to the decomposition string
1582 break; /* end of string */
2505 public static String canonicalDecomposeWithSingleQuotation(String string) { argument
[all...]

Completed in 177 milliseconds

<<11121314151617181920