Home
last modified time | relevance | path

Searched refs:tType (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DKeyStore_Impl3Test.java105 String tType = "TestType"; in testLoadStore01() local
110 new KeyStoreTestSupport.MCertificate(tType, new byte[10]), in testLoadStore01()
111 new KeyStoreTestSupport.MCertificate(tType, new byte[20]) }; in testLoadStore01()
112 PrivateKey pk = new KeyStoreTestSupport.MyPrivateKey(tType, "", new byte[10]); in testLoadStore01()
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
Dandroid_test.cc380 TestType tType(Invalid); in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest() local
387 tType = Standard; in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest()
390 tType = Extended; in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest()
393 tType = Stress; in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest()
396 tType = Unit; in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest()
/external/guice/core/test/com/google/inject/
DKeyTest.java188 TypeVariable tType = (TypeVariable) listOfTType.getActualTypeArguments()[0]; in testCannotCreateKeysWithTypeVariables() local
189 TypeLiteral<?> t = TypeLiteral.get(tType); in testCannotCreateKeysWithTypeVariables()