Home
last modified time | relevance | path

Searched refs:tmpKey (Results 1 – 8 of 8) sorted by relevance

/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
DMyExemptionMechanismSpi.java70 if (!(key instanceof tmpKey)) { in engineInit()
82 if (!(key instanceof tmpKey)) { in engineInit()
94 if (!(key instanceof tmpKey)) { in engineInit()
100 public class tmpKey implements Key { class in MyExemptionMechanismSpi
104 public tmpKey(String alg, byte[] enc) { in tmpKey() method in MyExemptionMechanismSpi.tmpKey
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DExemptionMechanismTest.java29 import org.apache.harmony.crypto.tests.support.MyExemptionMechanismSpi.tmpKey;
120 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in testIsCryptoAllowed()
130 Key key1 = new MyExemptionMechanismSpi().new tmpKey("Proba", in testIsCryptoAllowed()
153 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in testGenExemptionBlob()
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
DMac_ImplTest.java89 tmpKey tKey = new tmpKey(); in checkResult()
268 public static class tmpKey implements Key { class in Mac_ImplTest
269 public tmpKey() { in tmpKey() method in Mac_ImplTest.tmpKey
DExemptionMechanism_ImplTest.java87 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in checkResult()
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
DExemptionMechanismSpiTest.java99 key = ((MyExemptionMechanismSpi) emSpi).new tmpKey("Proba", new byte[0]); in testExemptionMechanismSpi01()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DInternalLocaleBuilder.java596 CaseInsensitiveString tmpKey = new CaseInsensitiveString(itr.current()); in setUnicodeLocaleExtension() local
597 key = _ukeywords.containsKey(tmpKey) ? null : tmpKey; in setUnicodeLocaleExtension()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java1468 CollationKey tmpKey = coll.getCollationKey(s.substring(segmentStart, i));
1470 mergedKey = tmpKey;
1472 mergedKey = mergedKey.merge(tmpKey);
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlogback-classic-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...