Searched refs:index2 (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/base/sfsb/util/
H A DScrambledKeyGenerator.java106 int index1, int index2)
109 a[index1] = b[index2];
110 b[index2] = temp;
105 swapBytes(byte[] a, byte[] b, int index1, int index2) argument
H A DSimpleKeyGenerator.java162 int index1, int index2)
165 a[index1] = b[index2];
166 b[index2] = temp;
161 swapBytes(byte[] a, byte[] b, int index1, int index2) argument
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DCoyoteAdapter.java743 int index2 = -1;
744 for (pos = start + index - 1; (pos >= 0) && (index2 < 0); pos --) {
746 index2 = pos;
749 copyBytes(b, start + index2, start + index + 3,
751 end = end + index2 - index - 3;
753 index = index2;
846 int index2 = -1;
847 for (pos = start + index - 1; (pos >= 0) && (index2 < 0); pos --) {
849 index2 = pos;
852 copyChars(c, start + index2, star
[all...]
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/
H A DUtil.java124 int index2 = normalized.lastIndexOf('/', index - 1);
125 normalized = normalized.substring(0, index2) +

Completed in 35 milliseconds