Searched refs:componentId (Results 1 - 5 of 5) sorted by relevance

/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/orbutil/threadpool/
H A DThreadPoolManager.java71 * Return an instance of ThreadPoolChooser based on the componentId that was
74 public ThreadPoolChooser getThreadPoolChooser(String componentId); argument
79 * does not have to pay the cost of computing hashcode for the componentId
84 * Sets a ThreadPoolChooser for a particular componentId in the ThreadPoolManager. This
87 public void setThreadPoolChooser(String componentId, ThreadPoolChooser aThreadPoolChooser); argument
90 * Gets the numeric index associated with the componentId specified for a
94 public int getThreadPoolChooserNumericId(String componentId); argument
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/jpeg/
H A DSOFMarkerSegment.java178 if (componentSpecs[i].componentId < 'A') {
184 if ((componentSpecs[0].componentId == 'R')
185 &&(componentSpecs[0].componentId == 'G')
186 &&(componentSpecs[0].componentId == 'B')) {
189 if ((componentSpecs[0].componentId == 'Y')
190 &&(componentSpecs[0].componentId == 'C')
191 &&(componentSpecs[0].componentId == 'c')) {
196 if ((componentSpecs[0].componentId == 'R')
197 &&(componentSpecs[0].componentId == 'G')
198 &&(componentSpecs[0].componentId
221 int componentId; field in class:SOFMarkerSegment.ComponentSpec
[all...]
H A DJPEGMetadata.java879 int cid0 = sof.componentSpecs[0].componentId;
880 int cid1 = sof.componentSpecs[1].componentId;
881 int cid2 = sof.componentSpecs[2].componentId;
895 if ((sof.componentSpecs[0].componentId == 'R')
896 && (sof.componentSpecs[1].componentId == 'G')
897 && (sof.componentSpecs[2].componentId == 'B')){
901 && (sof.componentSpecs[3].componentId == 'A')) {
907 if ((sof.componentSpecs[0].componentId == 'Y')
908 && (sof.componentSpecs[1].componentId == 'C')
909 && (sof.componentSpecs[2].componentId
[all...]
H A DJPEGImageWriter.java1016 componentIds[i] = sof.componentSpecs[i].componentId;
1446 if (compSel == sof.componentSpecs[k].componentId) {
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolManagerImpl.java196 * Return an instance of ThreadPoolChooser based on the componentId that was
199 public ThreadPoolChooser getThreadPoolChooser(String componentId) { argument
207 * does not have to pay the cost of computing hashcode for the componentId
216 * Sets a ThreadPoolChooser for a particular componentId in the ThreadPoolManager. This
219 public void setThreadPoolChooser(String componentId, ThreadPoolChooser aThreadPoolChooser) { argument
225 * Gets the numeric index associated with the componentId specified for a
229 public int getThreadPoolChooserNumericId(String componentId) { argument

Completed in 180 milliseconds