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

1234567891011>>

/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/spec/
H A DMyEncodedKeySpec.java44 * @see java.security.spec.EncodedKeySpec#getFormat()
46 public String getFormat() { method in class:MyEncodedKeySpec
/external/deqp/framework/opengl/
H A DgluPixelTransfer.cpp54 TCU_CHECK_INTERNAL(dst.getRowPitch() == dst.getFormat().getPixelSize()*dst.getWidth());
58 TransferFormat format = getTransferFormat(dst.getFormat());
60 gl.pixelStorei(GL_PACK_ALIGNMENT, getTransferAlignment(dst.getFormat()));
73 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth());
77 TransferFormat format = getTransferFormat(src.getFormat());
79 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
91 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth());
97 TransferFormat format = getTransferFormat(src.getFormat());
99 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
112 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat()
[all...]
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderInstruction.java48 Preconditions.checkFormat(opcode, getFormat());
56 public abstract Format getFormat(); method in class:BuilderInstruction
59 return getFormat().size / 2;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DBitmapEncoder.java25 bitmap.compress(getFormat(bitmap), quality, os);
34 private Bitmap.CompressFormat getFormat(Bitmap bitmap) { method in class:BitmapEncoder
/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.java58 public String getFormat() { method in class:KeyTest.checkKey
H A DPrivateKeyTest.java58 public String getFormat() { method in class:PrivateKeyTest.checkPrivateKey
H A DPublicKeyTest.java59 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.java64 * @see java.security.Key#getFormat()
66 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(),
/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp44 return tcu::PixelBufferAccess(m_access.getFormat(),
57 original.getFormat(),
61 original.getFormat().getPixelSize(),
90 return tcu::ConstPixelBufferAccess(m_access.getFormat(),
103 original.getFormat(),
107 original.getFormat().getPixelSize(),
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSecretKey.java68 public String getFormat() { method in class:OpenSSLSecretKey
112 if (!getFormat().equals(other.getFormat())) {
/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.java64 public String getFormat() { method in class:DHPublicKeyTest.checkDHPublicKey
H A DPBEKeyTest.java61 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.java60 public String getFormat() { method in class:DSAPublicKeyTest.checkDSAPublicKey
H A DECPrivateKeyTest.java60 public String getFormat() { method in class:ECPrivateKeyTest.checkECPrivateKey
H A DECPublicKeyTest.java60 public String getFormat() { method in class:ECPublicKeyTest.checkECPublicKey
H A DRSAPrivateKeyTest.java59 public String getFormat() { method in class:RSAPrivateKeyTest.checkRSAPrivateKey
H A DRSAPublicKeyTest.java59 public String getFormat() { method in class:RSAPublicKeyTest.checkRSAPublicKey
/external/chromium_org/third_party/skia/include/effects/
H A DSkStippleMaskFilter.h26 // getFormat is from SkMaskFilter
27 virtual SkMask::Format getFormat() const SK_OVERRIDE {

Completed in 1297 milliseconds

1234567891011>>