Searched refs:numValues (Results 1 - 7 of 7) sorted by relevance

/openjdk7/langtools/test/tools/javah/
H A DSuperClassConsts.java49 public native int numValues(); method in class:SuperClassConsts
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbServiceLocator.java92 int numValues = attr.size();
94 String[] txtRecords = new String[numValues];
99 while (i < numValues) {
111 if (numRecords < numValues) {
153 int numValues = attr.size();
155 SrvRecord[] srvRecords = new SrvRecord[numValues];
160 while (i < numValues) {
172 if (numRecords < numValues) {
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DServiceLocator.java143 int numValues = attr.size();
145 SrvRecord[] srvRecords = new SrvRecord[numValues];
150 while (i < numValues) {
162 if (numRecords < numValues) {
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DDHTMarkerSegment.java160 int numValues = 0;
162 numValues += numCodes[i];
164 values = new short[numValues];
165 for (int i = 0; i < numValues; i++) {
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDTD.java451 short numValues = in.readShort();
452 if (numValues > 0) {
453 values = new Vector<String>(numValues);
454 for (int i = 0; i < numValues; i++) {
/openjdk7/jdk/src/windows/native/sun/font/
H A Dfontpath.c557 DWORD numValues = 0; local
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java3354 int numValues = s.readInt();
3355 valueConvertor = new Hashtable<Object, Object>(Math.max(1, numValues));
3356 while (numValues-- > 0) {

Completed in 114 milliseconds