Searched refs:tmpKey (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
H A DMyExemptionMechanismSpi.java71 if (!(key instanceof tmpKey)) {
83 if (!(key instanceof tmpKey)) {
98 if (!(key instanceof tmpKey)) {
107 public class tmpKey implements Key { class in class:MyExemptionMechanismSpi
110 public tmpKey(String alg, byte[] enc) { method in class:MyExemptionMechanismSpi.tmpKey
115 return "tmpKey";
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanismTest.java129 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]);
139 Key key1 = new MyExemptionMechanismSpi().new tmpKey("Proba",
161 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]);
203 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]);
219 key = new Mock_ExemptionMechanismSpi().new tmpKey("Proba", new byte[0]);
241 Key key = new Mock_ExemptionMechanismSpi().new tmpKey("Proba", new byte[0]);
281 Key key = new Mock_ExemptionMechanismSpi().new tmpKey("Proba", new byte[0]);
378 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]);
393 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]);
416 Key key = new MyExemptionMechanismSpi().new tmpKey("Prob
[all...]
H A DExemptionMechanismSpiTest.java132 key = ((MyExemptionMechanismSpi)emSpi).new tmpKey("Proba", new byte[0]);
/libcore/ojluni/src/main/java/sun/util/locale/
H A DInternalLocaleBuilder.java633 CaseInsensitiveString tmpKey = new CaseInsensitiveString(itr.current());
634 key = ukeywords.containsKey(tmpKey) ? null : tmpKey;

Completed in 55 milliseconds