Searched refs:string (Results 351 - 375 of 495) sorted by relevance

<<11121314151617181920

/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.c27 #include <string.h>
/openjdk7/jdk/src/share/classes/java/io/
H A DStreamTokenizer.java42 * <i>numeric</i>, <i>string quote</i>, and <i>comment character</i>.
105 * For a quoted string token, its value is the quote character.
158 * string giving the characters of the word token. When the current
159 * token is a quoted string token, this field contains the body of
160 * the string.
164 * a quoted string token when the value of the <code>ttype</code> field is
212 * are string quote characters.
327 * character has as a comment character, word component, string
361 * Specifies that matching pairs of this character delimit string
364 * When the <code>nextToken</code> method encounters a string
[all...]
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.c34 #include <string.h>
367 * First we get the command string and create the start of the
368 * argument string to send to the target VM:
/openjdk7/hotspot/src/os/solaris/add_gnu_debuglink/
H A Dadd_gnu_debuglink.c45 #include <string.h>
62 char * elf_ident; /* ELF identity string */
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djvm_dtrace.c34 #include <string.h>
367 * First we get the command string and create the start of the
368 * argument string to send to the target VM:
/openjdk7/hotspot/src/share/tools/launcher/
H A Dwildcard.c55 * foo/a.jar:foo/b.jar:foo/c.jar, and that string would be the value
90 #include <string.h>
/openjdk7/jdk/make/tools/add_gnu_debuglink/
H A Dadd_gnu_debuglink.c45 #include <string.h>
62 char * elf_ident; /* ELF identity string */
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTextPipe.m98 // if we have a zero length string we can just return NULL for the string
247 NSString *string = [NSString stringWithCharacters:chars length:length];
255 NSAttributedString *attribString = [[NSAttributedString alloc] initWithString:string];
260 initWithString:string
575 // Get string to draw and the length
613 [JNFException raise:env as:kOutOfMemoryError reason:"Failed to malloc memory to create the glyphs for string drawing"];
/openjdk7/jdk/src/share/back/
H A Dutil.h31 #include <string.h>
65 unsigned isStrong : 1; /* 1 means this is a string reference */
/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c31 #include <string.h>
395 * next character after the terminating newline in the string
412 * Manifest "string" (EOF).
419 * Turn the "header" into a string on its own.
442 *cp++ = *nl++; /* Shift string */
H A Dwildcard.c56 * foo/a.jar:foo/b.jar:foo/c.jar, and that string would be the value
91 #include <string.h>
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_md.c38 #include <string.h>
76 /* Take an array of string pairs (map of key->value) and a string (key).
77 * Examine each pair in the map to see if the first string (key) matches the
78 * string. If so, store the second string of the pair (value) in the value and
80 * indicated by an empty string at the start of a pair (key of "").
184 * locale string format in Solaris is
272 /* Normalize the encoding name. Note that we IGNORE the string
275 * returns an empty string i
[all...]
/openjdk7/jdk/src/solaris/native/java/util/
H A DTimeZone_md.c35 #include <string.h>
66 * name, or NULL if the given string doesn't contain "zoneinfo/".
486 * PSARC/2001/383: quoted string support
581 /* Gets the length of the zone ID string */
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.c27 #include <string.h>
535 * boards via the GL_RENDERER string, just give up:
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11FontScaler_md.c27 #include <string.h>
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DLinuxVirtualMachine.c31 #include <string.h>
172 * here (can't throw it before releasing the string as can't call
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c565 jstring string; local
570 string = JNI_FUNC_PTR(env,NewStringUTF)(env, name);
572 HPROF_ASSERT(string!=NULL);
573 return string;
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Djni.cpp28 #include <string.h>
H A Dmain.cpp35 #include <string.h>
320 fprintf(u.errstrm, "Missing option string%s: %s\n", inenv, arg);
/openjdk7/jdk/test/javax/management/query/
H A DQueryExpStringTest.java202 throw new Exception("Expected types `attr like string': " +
313 throw new Exception("Empty string found, expression expected");
353 if (space >= 0 && rpar >= 0) // string has both space and ), stop at first
355 else // string has only one, stop at it
401 throw new Exception("Expected ' at start of string");
417 throw new Exception("No closing ' at end of string");
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DSpanClipRenderer.c27 #include <string.h>
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi-priv.h53 #include <string.h>
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_objmgmt.c52 #include <string.h>
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DParagraphView.java535 * <code>string</code>, starting at offset <code>start</code>. If
538 * @param string the string of characters
542 protected int findOffsetToCharactersInString(char[] string, argument
544 int stringLength = string.length;
557 if(currentChar == string[subCounter])
/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java170 * Returns a string with the name and the version number
173 * @return the string with the name and the version number
191 * <code>checkSecurityAccess</code> method is called with the string
302 * <code>checkSecurityAccess</code> method is called with the string
339 * <code>checkSecurityAccess</code> method is called with the string
745 * <code>checkSecurityAccess</code> method is called with the string
793 * Put the string properties for this Service in this Provider's
811 * Remove the string properties for this Service from this Provider's
836 * <code>checkSecurityAccess</code> method is called with the string
888 final String string; field in class:Provider.UString
[all...]

Completed in 103 milliseconds

<<11121314151617181920