Searched defs:idx (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/admin/jmx-remote/common/src/main/java/com/sun/enterprise/admin/jmx/remote/streams/
H A DJMXChunkedInputStream.java52 private int idx = 0; field in class:JMXChunkedInputStream
100 idx = 0;
115 idx = 0;
126 ret = buffer[idx++];
158 System.arraycopy(buffer, idx, b, off, len1);
159 idx += len1;
170 idx += n;
177 idx = 0;
181 idx += n;
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DDescriptor.java62 for (int idx = 1; sig.charAt(idx) != ')'; idx++) {
63 switch (sig.charAt(idx)) {
78 idx = sig.indexOf(';', idx);
82 while (sig.charAt(idx) == '[' || sig.charAt(idx) == ']')
83 idx++;
84 if (sig.charAt(idx)
155 reverseArgSig(StringBuffer buf, String methodSig, int idx) argument
358 nextSigElement(String stackSig, int idx) argument
474 userFieldSig(String vmSig, int idx) argument
[all...]
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/impl/
H A DMethodAnnotater.java2238 * @param idx the index of the temporary register to return. If the
2241 private int tmpReg2(int idx) { argument
2246 // make idx be a valid index
2247 while (tmpDoubleRegisters.size() <= idx) {
2254 return ((Integer)tmpDoubleRegisters.elementAt(idx)).intValue();
2259 * @param idx the index of the temporary register to return. If the
2262 private int tmpReg(int idx) { argument
2267 // make idx be a valid index
2268 while (tmpRegisters.size() <= idx) {
2274 return ((Integer)tmpRegisters.elementAt(idx))
[all...]
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c755 int idx = zip->table[hsh % zip->tablelen]; local
772 while (idx != ZIP_ENDCHAIN)
774 jzcell *zc = &zip->entries[idx];
794 idx = zc->next;
/glassfish-3.1.2/tests/jbi/lib/
H A Dreporter.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/ejte/ com/sun/ejte/ccl/ ...
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/
H A Djdbc30.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ...

Completed in 1897 milliseconds