Searched refs:strings (Results 51 - 75 of 83) sorted by relevance

1234

/openjdk7/hotspot/src/share/vm/libadt/
H A Dport.hpp71 #include <strings.h>
/openjdk7/jdk/make/tools/reorder/tools/
H A Dremove_mcount.c30 #include <strings.h>
H A Dmcount.c30 #include <strings.h>
/openjdk7/jdk/src/macosx/native/jobjc/src/tests/java/com/apple/jobjc/
H A DGUIDemo.java41 static final Strings str = Utils.get().strings();
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp102 blob->set_strings(cbuf->strings());
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_sparcWorks.hpp38 # include <strings.h> // for bsd'isms
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DGnomeFileTypeDetector.c35 #include <strings.h>
H A DSolarisNativeDispatcher.c31 #include <strings.h>
/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp195 void set_strings(CodeStrings& strings) { argument
196 _strings.assign(strings);
/openjdk7/jdk/test/javax/management/openmbean/
H A DConstraintTest.java209 // Check that the constraints can be specified as strings
224 List<String> strings = new ArrayList<String>();
226 strings.add(legal.toString());
227 values[i] = strings.toArray(new String[0]);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDragSource.m248 jsize strings = 0;
251 // Get number of filenames while making sure to skip over empty strings.
254 strings++;
258 NSMutableArray* fileList = [NSMutableArray arrayWithCapacity:strings];
263 // Skip over empty strings:
320 // have to be done matching all defined strings in AppKit's commonStrings.h.
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DFigureWidget.java143 String[] strings = figure.getLines();
145 for (String cur : strings) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_xembed_server.c851 char **strings; local
855 strings = backtrace_symbols (array, size);
860 fprintf (stderr, "%s\n", strings[i]);
862 free (strings);
/openjdk7/jdk/src/solaris/native/sun/net/spi/
H A DDefaultProxySelector.c37 #include <strings.h>
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c793 char **strings; local
797 strings = backtrace_symbols (array, size);
802 fprintf (stderr, "%s\n", strings[i]);
804 free (strings);
921 /* array of C strings */
929 /* fill C array with platform chars of java strings */
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h67 # include <strings.h>
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectionImpl.java382 +", signature=" + strings(signature));
448 +", signature=" + strings(signature));
691 +", attributes="+ strings(attributes));
846 +", signature="+strings(signature));
1786 private static String strings(final String[] strs) { method in class:RMIConnectionImpl
H A DRMIConnector.java713 + strings(signature));
753 + ", signature=" + strings(signature));
923 + strings(attributes));
1012 + ", signature=" + strings(signature));
2223 The strings below encode the following two Java classes,
2576 private static String strings(final String[] strs) { method in class:RMIConnector
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassReader.java159 private final String[] strings; field in class:ClassReader
162 * Maximum length of the strings contained in the constant pool of the
198 strings = new String[n];
352 String s = strings[i];
355 s = strings[i] = readUTF(index + 2,
477 char[] c = new char[maxStringLength]; // buffer used to read strings
1937 String s = strings[item];
1942 return strings[item] = readUTF(index + 2, readUnsignedShort(index), buf);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFFileParser.java3257 // FIXME: figure out format of variable-length strings
3319 // NOTE: the format of length-prefixed strings is not well
3322 // most length-prefixed strings are comprised of a single
3725 COFFString[] strings; field in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.StringTable
3730 strings = new COFFString[0];
3749 strings = new COFFString[numStrings];
3757 strings[i] = new COFFString(new String(data, lastPtr, ptr - lastPtr, US_ASCII),
3768 return strings.length;
3772 return strings[i].str;
3777 int i = Arrays.binarySearch(strings, ne
[all...]
/openjdk7/jdk/src/solaris/native/java/util/
H A DTimeZone_md.c28 #include <strings.h>
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java1107 public void unknownEntry(Vector strings) { argument
1108 if (strings != null && strings.size() > 0) {
1109 String keyword = (String) strings.elementAt(0);
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp520 CodeStrings& strings() { return _strings; } function in class:CodeBuffer
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java1057 * Before a match is attempted, all strings of white space in the public
/openjdk7/jdk/src/solaris/native/java/net/
H A DInet6AddressImpl.c33 #include <strings.h>

Completed in 140 milliseconds

1234