Searched refs:getFormat (Results 1 - 25 of 198) sorted by relevance

12345678

/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/spec/
H A DMyEncodedKeySpec.java42 * @see java.security.spec.EncodedKeySpec#getFormat()
44 public String getFormat() { method in class:MyEncodedKeySpec
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DFixedSizeInsn.java53 return getOpcode().getFormat().codeSize();
59 getOpcode().getFormat().writeTo(out, this);
71 return getOpcode().getFormat().listingString(this, noteIndices);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
H A DRepeatedSecretKeySpec.java25 public String getFormat() method in class:RepeatedSecretKeySpec
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
H A DImageFlipper.java49 if (img.getFormat().isCompressed())
58 int bpp = img.getFormat().getBitsPerPixel() / 8;
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DSecretKeyTest.java58 public String getFormat() { method in class:SecretKeyTest.checkSecretKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyTest.java57 public String getFormat() { method in class:KeyTest.checkKey
H A DPrivateKeyTest.java58 public String getFormat() { method in class:PrivateKeyTest.checkPrivateKey
H A DPublicKeyTest.java58 public String getFormat() { method in class:PublicKeyTest.checkPublicKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DKeyPairTest.java82 assertEquals("PublicKey format", key1.getFormat(), key2.getFormat());
93 assertEquals("PrivateKey format", key1.getFormat(), key2.getFormat());
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DPrivateKeyStub.java62 * @see java.security.Key#getFormat()
64 public String getFormat() { method in class:PrivateKeyStub
H A DPublicKeyStub.java59 * @see java.security.Key#getFormat()
61 public String getFormat() { method in class:PublicKeyStub
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DZeroRegisterDecodedInstruction.java41 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DOneRegisterDecodedInstruction.java52 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DRegisterRangeDecodedInstruction.java57 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DTwoRegisterDecodedInstruction.java61 getFormat(), getOpcode(), newIndex, getIndexType(),
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
H A DDHPrivateKeyTest.java61 public String getFormat() { method in class:DHPrivateKeyTest.checkDHPrivateKey
H A DDHPublicKeyTest.java63 public String getFormat() { method in class:DHPublicKeyTest.checkDHPublicKey
H A DPBEKeyTest.java60 public String getFormat() { method in class:PBEKeyTest.checkPBEKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
H A DDSAPrivateKeyTest.java60 public String getFormat() { method in class:DSAPrivateKeyTest.checkDSAPrivateKey
H A DDSAPublicKeyTest.java59 public String getFormat() { method in class:DSAPublicKeyTest.checkDSAPublicKey
H A DECPrivateKeyTest.java60 public String getFormat() { method in class:ECPrivateKeyTest.checkECPrivateKey
H A DECPublicKeyTest.java59 public String getFormat() { method in class:ECPublicKeyTest.checkECPublicKey
H A DRSAPrivateKeyTest.java58 public String getFormat() { method in class:RSAPrivateKeyTest.checkRSAPrivateKey
H A DRSAPublicKeyTest.java59 public String getFormat() { method in class:RSAPublicKeyTest.checkRSAPublicKey
/external/jmonkeyengine/engine/src/android/com/jme3/texture/plugins/
H A DAndroidImageLoader.java16 Image image = new Image(imageInfo.getFormat(), bitmap.getWidth(), bitmap.getHeight(), null);

Completed in 274 milliseconds

12345678