Searched defs:matching (Results 1 - 4 of 4) sorted by relevance
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/ |
H A D | ArrayType.java | 193 * Add matching types to list. Return true if this type has not 198 Vector matching) { 202 boolean result = super.addTypes(typeCodeFilter,checked,matching); 210 getElementType().addTypes(typeCodeFilter,checked,matching); 196 addTypes(int typeCodeFilter, HashSet checked, Vector matching) argument
|
H A D | Type.java | 421 * Collect all the matching types referenced directly or indirectly 430 * Collect all the matching types referenced directly or indirectly 437 Vector matching = new Vector(); 441 addTypes(typeCodeFilter,alreadyChecked,matching); 445 Type[] result = new Type[matching.size()]; 446 matching.copyInto(result); 929 * Add matching types to list. Return true if this type has not 934 Vector matching) { 958 matching.addElement(this); 932 addTypes(int typeCodeFilter, HashSet checked, Vector matching) argument
|
H A D | CompoundType.java | 1069 * Add matching types to list. Return true if this type has not 1074 Vector matching) { 1078 boolean result = super.addTypes(typeCodeFilter,checked,matching); 1089 parent.addTypes(typeCodeFilter,checked,matching); 1100 interfaces[i].addTypes(typeCodeFilter,checked,matching); 1111 methods[i].getReturnType().addTypes(typeCodeFilter,checked,matching); 1125 arg.addTypes(typeCodeFilter,checked,matching); 1139 ex.addTypes(typeCodeFilter,checked,matching); 1153 cType.addTypes(typeCodeFilter,checked,matching); 1380 // find a matching metho 1072 addTypes(int typeCodeFilter, HashSet checked, Vector matching) argument [all...] |
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ |
H A D | DirectoryScanner.java | 113 * Action#NOTIFY notify} for matching files. 283 // matching file. 336 // Deletes a matching file. 352 // Notifies of a matching file. 402 private volatile long matching=0; field in class:DirectoryScanner.ScanTask 419 return info+" - ["+scanned+" scanned, "+matching+" matching]"; 460 task.matching++; 470 // Gets matching files and directories 474 // Adds all matching fil [all...] |
Completed in 92 milliseconds