Searched refs:tType (Results 1 - 2 of 2) sorted by relevance

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore_Impl3Test.java105 String tType = "TestType";
110 new KeyStoreTestSupport.MCertificate(tType, new byte[10]),
111 new KeyStoreTestSupport.MCertificate(tType, new byte[20]) };
112 PrivateKey pk = new KeyStoreTestSupport.MyPrivateKey(tType, "", new byte[10]);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1052 unsigned tLength, tSize, tType; local
1054 tSize, tType, IsVarDecl);
1056 Size = tType * 8; // Size is in terms of bits in this context.

Completed in 73 milliseconds