HomeSort by relevance Sort by last modified time
    Searched refs:tType (Results 1 - 3 of 3) sorted by null

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl3Test.java 105 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]);
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramFragmentTest.java 86 Program.TextureType tType = Program.TextureType.TEXTURE_2D;
88 tType = Program.TextureType.TEXTURE_CUBE;
91 bpb.addTexture(tType);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 1052 unsigned tLength, tSize, tType;
1054 tSize, tType, IsVarDecl);
1056 Size = tType * 8; // Size is in terms of bits in this context.
    [all...]

Completed in 819 milliseconds