Searched refs:string (Results 26 - 50 of 495) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dorb.idl38 valuetype StringValue string;
H A Dfirst.set56 <interface_body> typedef, struct, union, enum, const, exception, readonly, attribute, oneway, float, double, long, short, unsigned, char, boolean, octet, any, string, id, ::, void, state
58 <interface_body'> <FOLLOW>, typedef, struct, union, enum, const, exception, readonly, attribute, oneway, float, double, long, short, unsigned, char, boolean, octet, any, string, id, ::, void, state
60 <export> typedef, struct, union, enum, const, exception, readonly, attribute, oneway, float, double, long, short, unsigned, char, boolean, octet, any, string, id, ::, void, state
64 <state_def'> private, protected, public, float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum, <FOLLOW>
66 <state_member> private, protected, public, float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum
80 <const_type> long, short, unsigned, char, boolean, float, double, string, id, ::
120 <type_declarator> float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum
122 <type_spec> float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum
124 <simple_type_spec> float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::
128 <template_type_spec> sequence, string
[all...]
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A Dorb.idl38 valuetype StringValue string;
/openjdk7/jdk/test/java/beans/Statement/
H A DTest6788531.java58 public void run(String string) { argument
59 System.out.println(string);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DHeaderTokenizer.java64 * Token type indicating a quoted string. The value
65 * field contains the string without the quotes.
71 * contains the comment string without the comment
113 * token is a quoted string, this field contains the body of the
114 * string, without the quotes. When the current token is a comment,
124 private String string; // the string to be tokenized field in class:HeaderTokenizer
126 private String delimiters; // delimiter string
128 private int maxPos; // string length
158 string
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DHeaderTokenizer.java59 * Token type indicating a quoted string. The value
60 * field contains the string without the quotes.
66 * contains the comment string without the comment
108 * token is a quoted string, this field contains the body of the
109 * string, without the quotes. When the current token is a comment,
119 private String string; // the string to be tokenized field in class:HeaderTokenizer
121 private String delimiters; // delimiter string
123 private int maxPos; // string length
153 string
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DCharacterIteratorFieldDelegate.java83 // Add new string
85 AttributedString string = new AttributedString(
88 string.addAttribute(attr, value);
89 attributedStrings.add(string);
104 * @pararm string Result of formatting.
106 public AttributedCharacterIterator getIterator(String string) { argument
108 // assert(size <= string.length());
109 if (string.length() > size) {
111 string.substring(size)));
112 size = string
[all...]
/openjdk7/jdk/src/share/npt/
H A Dutf.c32 #include <string.h>
139 utf8sToUtf8mLength(struct UtfInst *ui, jbyte *string, int length) argument
148 byte = (unsigned char)string[i];
156 if ( (i+1) >= length || (string[i+1] & 0xC0) != 0x80 ) {
163 if ( (i+2) >= length || (string[i+1] & 0xC0) != 0x80
164 || (string[i+2] & 0xC0) != 0x80 ) {
171 if ( (i+3) >= length || (string[i+1] & 0xC0) != 0x80
172 || (string[i+2] & 0xC0) != 0x80
173 || (string[i+3] & 0xC0) != 0x80 ) {
197 utf8sToUtf8m(struct UtfInst *ui, jbyte *string, in argument
261 utf8mToUtf8sLength(struct UtfInst *ui, jbyte *string, int length) argument
328 utf8mToUtf8s(struct UtfInst *ui, jbyte *string, int length, jbyte *newString, int newLength) argument
[all...]
H A Dutf.h62 (struct UtfInst *ui, jbyte *string, int length);
64 (struct UtfInst *ui, jbyte *string, int length,
67 (struct UtfInst *ui, jbyte *string, int length);
69 (struct UtfInst *ui, jbyte *string, int length,
/openjdk7/jdk/src/solaris/sample/dtrace/hotspot/
H A Dmethod_invocation_stat_filter.d67 self string class_name;
68 self string method_name;
69 self string signature;
70 self string package_name;
71 self string last_class_name;
79 string FILTER_TYPE;
80 string FILTER_VALUE;
100 * arg1: char*, a pointer to mUTF-8 string containing the name of
103 * arg3: char*, a pointer to mUTF-8 string data which contains the
106 * arg5: char*, a pointer to mUTF-8 string dat
[all...]
H A Dmethod_invocation_tree.d62 self string class_name;
63 self string method_name;
64 self string signature;
84 * arg1: char*, a pointer to mUTF-8 string containing the name of
87 * arg3: char*, a pointer to mUTF-8 string data which contains the
90 * arg5: char*, a pointer to mUTF-8 string data which contains the
108 self->class_name = (string) self->str_ptr;
112 self->method_name = (string) self->str_ptr;
116 self->signature = (string) self->str_ptr;
H A Dmethod_invocation_stat.d63 self string class_name;
64 self string method_name;
65 self string signature;
66 self string package_name;
67 self string last_class_name;
94 * arg1: char*, a pointer to mUTF-8 string containing the name of
97 * arg3: char*, a pointer to mUTF-8 string data which contains the
100 * arg5: char*, a pointer to mUTF-8 string data which contains the
108 self->class_name = (string) self->str_ptr;
112 self->method_name = (string) sel
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/PortableActivationIDL/
H A Dactivation.idl34 const string IIOP_CLEAR_TEXT = "IIOP_CLEAR_TEXT";
101 string reason;
128 string endpointType;
279 string hostname;
287 string hostname;
297 in string endPoint)
311 TCPPort getEndpoint(in string endPointType)
319 in string endPointType)
338 in string name,
347 string applicationNam
[all...]
/openjdk7/jdk/test/java/text/Bidi/
H A DBug8005277.java35 String string = "\u05D0\u05D1\u05D2";
36 Bidi bidi = new Bidi(string, Bidi.DIRECTION_LEFT_TO_RIGHT);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaParser.java102 // The string value we give to boolean variables
306 final private static int findTrailingWhitespace(String string, int pos) { argument
308 if(string.charAt(i) != WHSP) {
315 final private static void skipWhitespace(String string, int[] pos) { argument
316 for(int i=pos[0]; i < string.length(); i++) {
317 if(string.charAt(i) != WHSP) {
327 final private static Attribute readNumericOID(String string, int[] pos) argument
337 skipWhitespace(string, pos);
340 end = string.indexOf(WHSP, begin);
344 + string);
354 readNextTag(String string, int[] pos) argument
397 readTag(String tag, String string, int[] pos) argument
445 readQDString(String string, int[] pos) argument
481 readQDStrings(String string, int[] pos) argument
494 readQDescrs(String string, int[] pos) argument
519 readQDescrList(String string, int[] pos) argument
561 readWOID(String string, int[] pos) argument
599 readOIDs(String string, int[] pos) argument
[all...]
/openjdk7/jdk/src/windows/back/
H A Dexec_md.c27 #include <string.h>
/openjdk7/jdk/test/sun/tools/jrunscript/
H A Djrunscript-cpTest.sh52 if (v.string != 'hello') { println("Unexpected property value"); exit(1); }
64 if (v.string != 'hello') { println("unexpected property value"); exit(1); }
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.h53 #include <string.h>
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.h60 #include <string.h>
/openjdk7/jdk/src/share/demo/jvmti/minst/
H A Dminst.h53 #include <string.h>
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.h53 #include <string.h>
/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_util.h51 #include <string.h>
/openjdk7/jdk/src/solaris/bin/
H A Dergo.h31 #include <string.h>
/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/useDynamicProxies/
H A DUseDynamicProxies.java53 public String passString(String string) { argument
54 return string;
103 String string = proxy.passString("test");
104 if (!string.equals("test")) {
105 throw new RuntimeException("returned string not equal");
122 String passString(String string) throws IOException; argument
/openjdk7/jdk/test/sample/chatserver/
H A DChatTest.java85 String string = readAvailableString(reader);
86 if (!string.equals("Name: ")) {
153 String string = readAvailableString(reader);
154 assertEqual(exceptions, string, "Name: ");
169 String string = readAvailableString(reader);
170 assertEqual(exceptions, string, "Name: ");
171 string = readAvailableString(reader, true);
172 assertEqual(exceptions, string, null);
202 String string = readAvailableString(reader);
203 assertEqual(exceptions, string, "Nam
[all...]

Completed in 100 milliseconds

1234567891011>>