Searched refs:ct (Results 1 – 9 of 9) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThreadTest.java | 120 Thread st, ct, spinner; field in ThreadTest 127 ct = new Thread(new SimpleThread(10)); in test_ConstructorLjava_lang_Runnable() 128 ct.start(); in test_ConstructorLjava_lang_Runnable() 481 ct = new ChildThread1(Thread.currentThread(), "Interrupt Test1", in test_interrupt() 484 ct.start(); in test_interrupt() 494 ct = new ChildThread1(Thread.currentThread(), "Interrupt Test2", in test_interrupt() 497 ct.start(); in test_interrupt() 856 ct = new Thread(t, "Interrupt Test4"); in test_start() 857 ct.start(); in test_start() 860 assertTrue("Thread is not running1", ct.isAlive()); in test_start() [all …]
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | EncryptedPrivateKeyInfoTest.java | 208 epki = new EncryptedPrivateKeyInfo(algName[i][0], g.ct()); in test_getAlgName() 210 epki = new EncryptedPrivateKeyInfo(g.ap(), g.ct()); in test_getAlgName() 1125 epki = new EncryptedPrivateKeyInfo(algName[i][0], g.ct()); in test_ROUNDTRIP_GetKeySpecCipher01() 1127 epki = new EncryptedPrivateKeyInfo(g.ap(), g.ct()); in test_ROUNDTRIP_GetKeySpecCipher01() 1164 epki = new EncryptedPrivateKeyInfo(algName[i][0], g.ct()); in test_ROUNDTRIP_GetKeySpecCipher02() 1166 epki = new EncryptedPrivateKeyInfo(g.ap(), g.ct()); in test_ROUNDTRIP_GetKeySpecCipher02() 1227 epki = new EncryptedPrivateKeyInfo(algName[i][0], g.ct()); in test_ROUNDTRIP_GetKeySpecKey01() 1229 epki = new EncryptedPrivateKeyInfo(g.ap(), g.ct()); in test_ROUNDTRIP_GetKeySpecKey01() 1265 epki = new EncryptedPrivateKeyInfo(algName[i][0], g.ct()); in test_ROUNDTRIP_GetKeySpecKey02() 1267 epki = new EncryptedPrivateKeyInfo(g.ap(), g.ct()); in test_ROUNDTRIP_GetKeySpecKey02() [all …]
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldThreadTest.java | 459 Thread st, ct, spinner; field in OldThreadTest 474 if (ct != null) in tearDown() 475 ct.interrupt(); in tearDown() 482 ct = null; in tearDown()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/ |
D | ReferenceQueueTest.java | 162 Thread ct = new Thread(new ChildThread()); in test_removeJ() local 163 ct.start(); in test_removeJ()
|
/libcore/luni/src/main/java/java/util/ |
D | Vector.java | 995 Class<?> ct = contents.getClass().getComponentType(); in toArray() local 996 contents = (T[]) Array.newInstance(ct, elementCount); in toArray()
|
D | LinkedList.java | 953 Class<?> ct = contents.getClass().getComponentType(); in toArray() local 954 contents = (T[]) Array.newInstance(ct, size); in toArray()
|
D | Collections.java | 1226 Class<?> ct = contents.getClass().getComponentType(); 1227 contents = (T[]) Array.newInstance(ct, size); 3231 Class<?> ct = array.getClass().getComponentType(); 3232 array = (T[]) Array.newInstance(ct, thisSize);
|
D | Arrays.java | 128 Class<?> ct = contents.getClass().getComponentType(); in toArray() local 129 contents = (T[]) Array.newInstance(ct, size); in toArray()
|
/libcore/luni/src/main/files/cacerts/ |
D | 343eb6cb.0 | 67 URI:http://www2.public-trust.com/crl/ct/ctroot.crl
|