HomeSort by relevance Sort by last modified time
    Searched defs:tmpKey (Results 1 - 5 of 5) sorted by null

  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyExemptionMechanismSpi.java 70 if (!(key instanceof tmpKey)) {
82 if (!(key instanceof tmpKey)) {
94 if (!(key instanceof tmpKey)) {
100 public class tmpKey implements Key {
103 public tmpKey(String alg, byte[] enc) {
108 return "tmpKey";
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyExemptionMechanismSpi.java 71 if (!(key instanceof tmpKey)) {
83 if (!(key instanceof tmpKey)) {
98 if (!(key instanceof tmpKey)) {
107 public class tmpKey implements Key {
110 public tmpKey(String alg, byte[] enc) {
115 return "tmpKey";
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
Mac_ImplTest.java 90 tmpKey tKey = new tmpKey();
266 public static class tmpKey implements Key {
267 public tmpKey() {
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 110 int tmpKey = mKey[i];
112 mKey[i - 1] = tmpKey;
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 133 milliseconds