Home
last modified time | relevance | path

Searched refs:getContextClassLoader (Results 1 – 25 of 36) sorted by relevance

12

/libcore/luni/src/test/java/libcore/java/nio/file/
DFileSystemsTest.java105 Thread.currentThread().getContextClassLoader()); in test_newFileSystem$URI$Map$ClassLoader()
111 Thread.currentThread().getContextClassLoader()); in test_newFileSystem$URI$Map$ClassLoader()
126 Thread.currentThread().getContextClassLoader().loadClass("mypackage.MockFileSystem"); in test_newFileSystem$URI$Map$ClassLoader_customClassLoader()
144 FileSystems.newFileSystem(testPath, Thread.currentThread().getContextClassLoader()); in test_newFileSystem$Path$ClassLoader()
149 FileSystems.newFileSystem(null, Thread.currentThread().getContextClassLoader()); in test_newFileSystem$Path$ClassLoader()
163 Thread.currentThread().getContextClassLoader().loadClass( in test_newFileSystem$Path$ClassLoader_customClassLoader()
/libcore/luni/src/main/java/javax/xml/xpath/
DXPathFactory.java143 ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); in newInstance()
179 classLoader = Thread.currentThread().getContextClassLoader(); in newInstance()
DXPathFactoryFinder.java118 if (classLoader == Thread.currentThread().getContextClassLoader()) { in debugDisplayClassLoader()
/libcore/luni/src/main/java/javax/xml/validation/
DSchemaFactory.java182 cl = Thread.currentThread().getContextClassLoader(); in newInstance()
212 classLoader = Thread.currentThread().getContextClassLoader(); in newInstance()
DSchemaFactoryFinder.java122 if (classLoader == Thread.currentThread().getContextClassLoader()) { in debugDisplayClassLoader()
/libcore/luni/src/main/java/javax/xml/datatype/
DFactoryFinder.java119 ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); in findClassLoader()
236 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in findJarServiceProvider()
/libcore/luni/src/test/java/libcore/java/lang/
DThreadTest.java63 Thread.currentThread().getContextClassLoader()); in javaContextClassLoader()
158 assertNotNull(Thread.currentThread().getContextClassLoader()); in contextClassLoaderIsNotNull()
164 assertSame(Thread.currentThread().getContextClassLoader(), other.getContextClassLoader()); in contextClassLoaderIsInherited()
DOldThreadTest.java140 assertEquals(pcl, st.getContextClassLoader()); in test_setContextClassLoader()
143 assertNull(st.getContextClassLoader()); in test_setContextClassLoader()
/libcore/luni/src/main/java/javax/xml/transform/
DTransformerFactory.java97 classLoader = Thread.currentThread().getContextClassLoader(); in newInstance()
/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutors.java557 this.ccl = Thread.currentThread().getContextClassLoader();
567 ClassLoader cl = t.getContextClassLoader();
646 this.ccl = Thread.currentThread().getContextClassLoader();
/libcore/luni/src/main/java/javax/xml/parsers/
DSAXParserFactory.java82 classLoader = Thread.currentThread().getContextClassLoader(); in newInstance()
DDocumentBuilderFactory.java70 classLoader = Thread.currentThread().getContextClassLoader(); in newInstance()
/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLServerSocketFactory.java117 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in getDefault()
DSSLSocketFactory.java127 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in getDefault()
/libcore/ojluni/src/main/java/java/util/logging/
DMemoryHandler.java140 clz = Thread.currentThread().getContextClassLoader() in MemoryHandler()
DLogRecord.java539 Thread.currentThread().getContextClassLoader()); in readObject()
/libcore/support/src/test/java/tests/util/
DClassLoaderBuilder.java127 ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); in getApplicationClassPath()
/libcore/ojluni/annotations/mmodule/java/lang/
DThread.annotated.java126 public java.lang.ClassLoader getContextClassLoader() { throw new RuntimeException("Stub!"); } in getContextClassLoader() method in Thread
/libcore/jsr166-tests/src/test/java/jsr166/
DExecutorsTest.java346 final ClassLoader thisccl = Thread.currentThread().getContextClassLoader(); in testPrivilegedThreadFactory()
362 assertSame(thisccl, current.getContextClassLoader()); in testPrivilegedThreadFactory()
/libcore/ojluni/src/main/java/javax/crypto/
DSealedObject.java479 ClassLoader loader = Thread.currentThread().getContextClassLoader(); in resolveClass()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DExecutorsTest.java369 final ClassLoader thisccl = Thread.currentThread().getContextClassLoader(); in testPrivilegedThreadFactory()
384 assertSame(thisccl, current.getContextClassLoader()); in testPrivilegedThreadFactory()
/libcore/ojluni/src/main/java/java/lang/
DThread.java722 this.contextClassLoader = parent.getContextClassLoader(); in init2()
1712 public ClassLoader getContextClassLoader() { in getContextClassLoader() method in Thread
/libcore/luni/src/test/java/libcore/java/io/
DSerializationTest.java389 Thread.currentThread().getContextClassLoader()); in testDeserializeStaticInitializerIsRunEventually()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThread.annotated.java122 @libcore.util.Nullable public java.lang.ClassLoader getContextClassLoader() { throw new RuntimeExce… in getContextClassLoader() method in Thread
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java380 t.getContextClassLoader() == Thread.currentThread() in test_getContextClassLoader()
381 .getContextClassLoader()); in test_getContextClassLoader()

12