Searched refs:listLength (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/rmi/MarshalledObject/compare/
H A DCompare.java56 static void writeObjToOut(int listLength) throws Throwable { argument
58 out.writeObject(marshalledList(listLength));
88 int listLength = Integer.parseInt(lengthStr);
89 made = marshalledList(listLength);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHelloExtensions.java305 private int listLength; // ServerNameList length field in class:ServerNameExtension
310 listLength = 0;
318 listLength += serverName.length;
334 if (listLength == 0) {
346 listLength = s.getInt16(); // ServerNameList length
347 if (listLength == 0 || listLength + 2 != len) {
362 listLength = 0;
407 return listLength == 0 ? 4 : 6 + listLength;
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerManagerImpl.java387 int listLength;
389 listLength = serverORBAndPortList.length;
391 listLength = 0;
393 location.ports = new ORBPortInfo[listLength];
394 for (int i = 0; i < listLength; i++) {
437 int listLength;
439 listLength = endpointInfoList.length;
441 listLength = 0;
443 location.ports = new EndPointInfo[listLength];
444 for (int i = 0; i < listLength;
[all...]

Completed in 57 milliseconds