/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | FileSystemsTest.java | 105 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/ |
D | XPathFactory.java | 143 ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); in newInstance() 179 classLoader = Thread.currentThread().getContextClassLoader(); in newInstance()
|
D | XPathFactoryFinder.java | 118 if (classLoader == Thread.currentThread().getContextClassLoader()) { in debugDisplayClassLoader()
|
/libcore/luni/src/main/java/javax/xml/validation/ |
D | SchemaFactory.java | 182 cl = Thread.currentThread().getContextClassLoader(); in newInstance() 212 classLoader = Thread.currentThread().getContextClassLoader(); in newInstance()
|
D | SchemaFactoryFinder.java | 122 if (classLoader == Thread.currentThread().getContextClassLoader()) { in debugDisplayClassLoader()
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
D | FactoryFinder.java | 119 ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); in findClassLoader() 236 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in findJarServiceProvider()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ThreadTest.java | 63 Thread.currentThread().getContextClassLoader()); in javaContextClassLoader() 158 assertNotNull(Thread.currentThread().getContextClassLoader()); in contextClassLoaderIsNotNull() 164 assertSame(Thread.currentThread().getContextClassLoader(), other.getContextClassLoader()); in contextClassLoaderIsInherited()
|
D | OldThreadTest.java | 140 assertEquals(pcl, st.getContextClassLoader()); in test_setContextClassLoader() 143 assertNull(st.getContextClassLoader()); in test_setContextClassLoader()
|
/libcore/luni/src/main/java/javax/xml/transform/ |
D | TransformerFactory.java | 97 classLoader = Thread.currentThread().getContextClassLoader(); in newInstance()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Executors.java | 557 this.ccl = Thread.currentThread().getContextClassLoader(); 567 ClassLoader cl = t.getContextClassLoader(); 646 this.ccl = Thread.currentThread().getContextClassLoader();
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
D | SAXParserFactory.java | 82 classLoader = Thread.currentThread().getContextClassLoader(); in newInstance()
|
D | DocumentBuilderFactory.java | 70 classLoader = Thread.currentThread().getContextClassLoader(); in newInstance()
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SSLServerSocketFactory.java | 117 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in getDefault()
|
D | SSLSocketFactory.java | 127 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in getDefault()
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | MemoryHandler.java | 140 clz = Thread.currentThread().getContextClassLoader() in MemoryHandler()
|
D | LogRecord.java | 539 Thread.currentThread().getContextClassLoader()); in readObject()
|
/libcore/support/src/test/java/tests/util/ |
D | ClassLoaderBuilder.java | 127 ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); in getApplicationClassPath()
|
/libcore/ojluni/annotations/mmodule/java/lang/ |
D | Thread.annotated.java | 126 public java.lang.ClassLoader getContextClassLoader() { throw new RuntimeException("Stub!"); } in getContextClassLoader() method in Thread
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ExecutorsTest.java | 346 final ClassLoader thisccl = Thread.currentThread().getContextClassLoader(); in testPrivilegedThreadFactory() 362 assertSame(thisccl, current.getContextClassLoader()); in testPrivilegedThreadFactory()
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | SealedObject.java | 479 ClassLoader loader = Thread.currentThread().getContextClassLoader(); in resolveClass()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ExecutorsTest.java | 369 final ClassLoader thisccl = Thread.currentThread().getContextClassLoader(); in testPrivilegedThreadFactory() 384 assertSame(thisccl, current.getContextClassLoader()); in testPrivilegedThreadFactory()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Thread.java | 722 this.contextClassLoader = parent.getContextClassLoader(); in init2() 1712 public ClassLoader getContextClassLoader() { in getContextClassLoader() method in Thread
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | SerializationTest.java | 389 Thread.currentThread().getContextClassLoader()); in testDeserializeStaticInitializerIsRunEventually()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Thread.annotated.java | 122 @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/ |
D | ThreadTest.java | 380 t.getContextClassLoader() == Thread.currentThread() in test_getContextClassLoader() 381 .getContextClassLoader()); in test_getContextClassLoader()
|