Searched refs:string (Results 551 - 575 of 643) sorted by relevance

<<212223242526

/openjdk9/jdk/src/java.desktop/unix/native/common/awt/
H A Dawt_Font.c29 #include <string.h>
/openjdk9/jdk/src/java.instrument/share/native/libinstrument/
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
465 // get path to JAR file as UTF-8 string
631 * value as a C string.
690 * string will not be null terminated after decoding.
793 * Each individual path segment starts out as a UTF8 string. Additionally
796 * string which must then be converted to the platform encoding (as it
833 * starts out as a heap allocated string.
860 * Next decode any escaped characters. The result is a UTF8 string
[all...]
/openjdk9/jdk/src/java.desktop/share/native/liblcms/
H A Dlcms2_plugin.h83 #include <string.h>
/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DPaints.cpp27 #include <string.h>
/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libdt_socket/
H A DsocketTransport.c26 #include <string.h>
/openjdk9/jdk/src/java.security.jgss/macosx/native/libosxkrb5/
H A Dnativeccache.c28 #import <string.h>
457 // Get the full principal string.
463 // Make a PrincipalName from the full string and the type. Let the PrincipalName class parse it out.
/openjdk9/jdk/src/java.smartcardio/share/native/libj2pcsc/
H A Dpcsc.c35 #include <string.h>
125 * Convert a multi string to a java string array,
/openjdk9/jdk/src/jdk.pack/share/native/common-unpack/
H A Dbands.cpp33 #include <string.h>
H A Dzip.cpp30 #include <string.h>
/openjdk9/jdk/src/jdk.sctp/unix/native/libsctp/
H A DSctpNet.c27 #include <string.h>
H A DSctpChannelImpl.c27 #include <string.h>
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DMethodEmitter.java152 /** Threshold in chars for when string constants should be split */
562 * Create a new string builder, call the constructor and push the instance to the stack.
571 * Pop a string and a StringBuilder from the top of the stack and call the append
572 * function of the StringBuilder, appending the string. Pushes the StringBuilder to
887 debug("load string", s);
894 //NASHORN-142 - split too large string
2284 index = Type.OBJECT; //e.g. string->object
2329 index = Type.OBJECT; //e.g. string->object
2566 * @param string string t
2568 print(final String string) argument
2578 println(final String string) argument
[all...]
H A DCodeGenerator.java2338 * @param string string to load
2340 void loadConstant(final String string) { argument
2343 final int index = compiler.getConstantData().add(string);
2399 final String string = (String)value;
2401 if (string.length() > MethodEmitter.LARGE_STRING_THRESHOLD / 3) { // 3 == max bytes per encoded char
2402 loadConstant(string);
2404 method.load(string);
/openjdk9/jdk/src/java.base/unix/native/libnio/fs/
H A DUnixNativeDispatcher.c60 #include <string.h>
64 #include <string.h>
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DAbstractDocument.java695 * @param str the string to insert; does nothing with null/empty strings
1624 * Inserts a string of characters into the sequence.
1627 * @param str string to insert
1651 * Fetches a string of characters contained in the sequence.
1655 * @return the string
2317 * Converts the element to a string.
2319 * @return the string
2535 * Converts the element to a string.
2537 * @return the string
2748 * Returns a string descriptio
3208 insertString(int offset, String string, AttributeSet attr) argument
[all...]
/openjdk9/jdk/test/java/util/Spliterator/
H A DSpliteratorTraversingAndSplittingTest.java848 for (String string : STRINGS) {
849 SpliteratorOfIntCharDataBuilder cdb = new SpliteratorOfIntCharDataBuilder(data, string);
/openjdk9/hotspot/src/share/vm/prims/
H A Djni.h745 (JNIEnv *env, jstring string, jboolean *isCopy);
747 (JNIEnv *env, jstring string, const jchar *cstring);
1834 const jchar * GetStringCritical(jstring string, jboolean *isCopy) { argument
1835 return functions->GetStringCritical(this,string,isCopy);
1837 void ReleaseStringCritical(jstring string, const jchar *cstring) { argument
1838 functions->ReleaseStringCritical(this,string,cstring);
H A Dwhitebox.cpp1679 oop string = object->obj_field(offset); local
1680 if (string == NULL) {
1683 const char* ret = java_lang_String::as_utf8_string(string);
H A DjniCheck.cpp131 static const char * fatal_non_string = "JNI string operation received a non-string";
1499 "string: " PTR_FORMAT " chars: " PTR_FORMAT, p2i(str), p2i(chars));
1506 "by GetStringChars. string: " PTR_FORMAT " chars: " PTR_FORMAT,
1582 "string: " PTR_FORMAT " chars: " PTR_FORMAT, p2i(str), p2i(chars));
1589 "allocated by GetStringUTFChars. string: " PTR_FORMAT " chars: "
1885 jstring string,
1889 checkString(thr, string);
1891 const jchar *result = UNCHECKED()->GetStringCritical(env, string, isCopy);
1905 * string paramete
[all...]
/openjdk9/jdk/src/java.base/share/native/include/
H A Djni.h745 (JNIEnv *env, jstring string, jboolean *isCopy);
747 (JNIEnv *env, jstring string, const jchar *cstring);
1834 const jchar * GetStringCritical(jstring string, jboolean *isCopy) { argument
1835 return functions->GetStringCritical(this,string,isCopy);
1837 void ReleaseStringCritical(jstring string, const jchar *cstring) { argument
1838 functions->ReleaseStringCritical(this,string,cstring);
/openjdk9/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp1554 Handle string = java_lang_String::externalize_classname(s, CHECK_(nh)); local
1583 string,
1591 string,
/openjdk9/hotspot/src/share/vm/runtime/
H A Dos.cpp93 // Fill in buffer with current local time as an ISO-8601 string.
105 // format string: "%04d-%02d-%02dT%02d:%02d:%02d.%03d%c%02d%02d"
360 Handle string = java_lang_String::create_from_str(thread_name, CHECK); local
370 string,
854 // Print a one line string summarizing the cpu, number of cores, memory, and operating system version
1176 // Scan the format string to determine the length of the actual
1284 // allocate the string and add terminator storage
/openjdk9/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp688 Handle string = java_lang_String::create_from_str(name, CHECK_0); local
698 string,
2041 // check if we need to truncate the string
2048 // lop of the entire class name string, let snprintf handle
2050 class_name += s1len; // null string
/openjdk9/jdk/test/java/time/tck/java/time/chrono/
H A DTCKJapaneseChronology.java584 String string = actualEra.toString();
585 assertEquals(string, name, "JapaneseEra.toString()");
/openjdk9/hotspot/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dps_core.c28 #include <string.h>

Completed in 489 milliseconds

<<212223242526