Lines Matching defs:theRegistry
65 private static final IIORegistry theRegistry =
110 theRegistry.registerApplicationClasspathSpis();
345 iter = theRegistry.getServiceProviders(ImageInputStreamSpi.class,
407 iter = theRegistry.getServiceProviders(ImageOutputStreamSpi.class,
460 iter = theRegistry.getServiceProviders(spiClass, true);
533 theRegistry.deregisterServiceProvider(spi, ImageReaderSpi.class);
646 iter = theRegistry.getServiceProviders(ImageReaderSpi.class,
708 iter = theRegistry.getServiceProviders(ImageReaderSpi.class,
743 iter = theRegistry.getServiceProviders(ImageReaderSpi.class,
778 iter = theRegistry.getServiceProviders(ImageReaderSpi.class,
846 theRegistry.deregisterServiceProvider(spi, ImageWriterSpi.class);
891 iter = theRegistry.getServiceProviders(ImageWriterSpi.class,
925 iter = theRegistry.getServiceProviders(ImageWriterSpi.class,
959 iter = theRegistry.getServiceProviders(ImageWriterSpi.class,
1009 theRegistry.getServiceProviders(ImageReaderSpi.class,
1041 theRegistry.getServiceProviderByClass(writerSpiClass);
1050 theRegistry.deregisterServiceProvider(writerSpi,
1089 theRegistry.getServiceProviders(ImageWriterSpi.class,
1121 theRegistry.getServiceProviderByClass(readerSpiClass);
1130 theRegistry.deregisterServiceProvider(readerSpi,
1166 iter = theRegistry.getServiceProviders(ImageWriterSpi.class,
1255 iter = theRegistry.getServiceProviders(ImageTranscoderSpi.class,