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

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/
H A DThreadPoolManager.java77 * Return an instance of ThreadPoolChooser based on the componentIndex that was
81 public ThreadPoolChooser getThreadPoolChooser(int componentIndex); argument
92 * efficient implementation i.e. getThreadPoolChooser(int componentIndex)
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java481 int componentIndex,
487 int componentIndex,
490 TextLineComponent tlc = line.fComponents[componentIndex];
491 int vi = line.getComponentVisualIndex(componentIndex);
499 int componentIndex,
502 TextLineComponent tlc = line.fComponents[componentIndex];
510 int componentIndex,
513 int vi = line.getComponentVisualIndex(componentIndex);
514 TextLineComponent tlc = line.fComponents[componentIndex];
522 int componentIndex,
480 computeFunction(TextLine line, int componentIndex, int indexInArray) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolManagerImpl.java205 * Return an instance of ThreadPoolChooser based on the componentIndex that was
209 public ThreadPoolChooser getThreadPoolChooser(int componentIndex) { argument
227 * efficient implementation i.e. getThreadPoolChooser(int componentIndex)
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DRealm.java650 private static String substring(String realm, int componentIndex) argument
654 while(i < len && j != componentIndex) {

Completed in 642 milliseconds