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

/openjdk9/corba/src/java.corba/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)
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/font/
H A DTextLine.java483 int componentIndex,
489 int componentIndex,
492 TextLineComponent tlc = line.fComponents[componentIndex];
493 int vi = line.getComponentVisualIndex(componentIndex);
501 int componentIndex,
504 TextLineComponent tlc = line.fComponents[componentIndex];
512 int componentIndex,
515 int vi = line.getComponentVisualIndex(componentIndex);
516 TextLineComponent tlc = line.fComponents[componentIndex];
524 int componentIndex,
482 computeFunction(TextLine line, int componentIndex, int indexInArray) argument
[all...]
/openjdk9/corba/src/java.corba/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)

Completed in 100 milliseconds