Home
last modified time | relevance | path

Searched refs:bt (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DAlgorithmParametersSpiTest.java38 byte[] bt = new byte[10]; in testAlgorithmParametersSpi()
44 algParSpi.engineInit(bt); in testAlgorithmParametersSpi()
45 algParSpi.engineInit(bt, "Format"); in testAlgorithmParametersSpi()
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodTypeForm.java193 Class<?> bt = rt; in MethodTypeForm() local
199 bt = int.class; in MethodTypeForm()
206 if (epts == bpts && bt == rt) { in MethodTypeForm()
209 this.basicType = MethodType.makeImpl(bt, bpts, true); in MethodTypeForm()