/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
D | DSAKeyFactoryImplTest.java | 121 publicFormat = publicKey.getFormat(); 136 privateFormat = privateKey.getFormat(); 148 public String getFormat() { return "fff"; } 156 public String getFormat() { return "fff"; } 161 public String getFormat() { return "X.509"; } 165 public String getFormat() { return "PKCS#8"; } 214 pk.getFormat().compareTo(publicFormat)); in checkPublicKeys() 247 pk.getFormat().compareTo(privateFormat)); in checkPrivateKeys() 326 public String getFormat() { return "X.509"; } in testGeneratePublicKeySpec04() 368 public String getFormat() { return "X.509"; } in testGeneratePublicKeySpec05() [all …]
|
D | SHA1withDSA_SignatureTest.java | 197 public String getFormat() { in getDSAPrivateKey() method in SHA1withDSA_SignatureTest 231 public String getFormat() { 257 public String getFormat() { 283 public String getFormat() { 1030 public String getFormat() { 1084 public String getFormat() {
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
D | KeyPairTest.java | 82 assertEquals("PublicKey format", key1.getFormat(), key2.getFormat()); 93 assertEquals("PrivateKey format", key1.getFormat(), key2.getFormat());
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | FixedSizeInsn.java | 53 return getOpcode().getFormat().codeSize(); in codeSize() 59 getOpcode().getFormat().writeTo(out, this); in writeTo() 71 return getOpcode().getFormat().listingString(this, noteIndices); in listingString0()
|
D | OutputFinisher.java | 468 BitSet compatRegs = expandedOp.getFormat().compatibleRegs(insn); in calculateReservedCount() 506 if (guess.getFormat().isCompatible(insn)) { in findOpcodeForInsn() 612 currentOpcode.getFormat().compatibleRegs(insn); in performExpansion() 692 if (opcode.getFormat().branchFits(target)) { in fixBranches()
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
D | FrameBuffer.java | 99 public Format getFormat() { in getFormat() method in FrameBuffer.RenderBuffer 240 if (depth && !img.getFormat().isDepthFormat()) in checkSetTexture() 242 else if (!depth && img.getFormat().isDepthFormat()) in checkSetTexture() 344 colorBuf.format = img.getFormat(); in addColorTexture() 364 depthBuf.format = img.getFormat(); in setDepthTexture()
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
D | KeyStoreTestSupport.java | 81 public String getFormat() { in getFormat() method in KeyStoreTestSupport.SKey 106 public String getFormat() { in getFormat() method in KeyStoreTestSupport.MyPrivateKey 158 public String getFormat() { in getPublicKey() method in KeyStoreTestSupport.MCertificate
|
D | MyKeyPairGenerator1.java | 110 public String getFormat() { in getFormat() method in MyKeyPairGenerator1.PubKey 136 public String getFormat() { in getFormat() method in MyKeyPairGenerator1.PrivKey
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
D | ImageFlipper.java | 49 if (img.getFormat().isCompressed()) in flipImage() 58 int bpp = img.getFormat().getBitsPerPixel() / 8; in flipImage()
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | Caps.java | 252 Format fmt = img.getFormat(); in supports() 292 Format depthFmt = depthBuf.getFormat(); in supports() 302 Format colorFmt = colorBuf.getFormat(); in supports()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | KeyPairTest.java | 41 public String getFormat() { in getPublic() method in KeyPairTest.TestKeyPair 54 public String getFormat() { in getPrivate() method
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
D | BaseKeyFactorySpi.java | 67 if (spec.isAssignableFrom(PKCS8EncodedKeySpec.class) && key.getFormat().equals("PKCS#8")) in engineGetKeySpec() 71 else if (spec.isAssignableFrom(X509EncodedKeySpec.class) && key.getFormat().equals("X.509")) in engineGetKeySpec()
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/ |
D | KerberosKeyTest.java | 66 assertEquals("format", "RAW", key.getFormat()); in test_Ctor1() 109 assertEquals("format", "RAW", key.getFormat()); in test_Ctor2() 191 key.getFormat(); in test_destroy()
|
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/ |
D | MyExemptionMechanismSpi.java | 107 public String getFormat() { in getFormat() method in MyExemptionMechanismSpi.tmpKey 126 public String getFormat() { in getFormat() method in MyExemptionMechanismSpi.tmp1Key
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
D | TextureAtlas.java | 288 if (source.getFormat() == Format.ABGR8) { in drawImage() 294 } else if (source.getFormat() == Format.BGR8) { in drawImage() 300 } else if (source.getFormat() == Format.RGB8) { in drawImage() 306 } else if (source.getFormat() == Format.RGBA8) { in drawImage() 312 } else if (source.getFormat() == Format.Luminance8) { in drawImage() 318 } else if (source.getFormat() == Format.Luminance8Alpha8) { in drawImage() 337 …UnsupportedOperationException("Cannot draw or convert textures with format " + source.getFormat()); in drawImage() 340 … throw new UnsupportedOperationException("Cannot draw textures with format " + source.getFormat()); in drawImage()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
D | KeyFactory.java | 78 if (keySpec.isAssignableFrom(PKCS8EncodedKeySpec.class) && key.getFormat().equals("PKCS#8")) in engineGetKeySpec() 82 … else if (keySpec.isAssignableFrom(X509EncodedKeySpec.class) && key.getFormat().equals("X.509")) in engineGetKeySpec()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
D | FlatManifestWriterImpl.java | 196 if (getFormat(ase).equals("mp4a")) { in getAudioQuality() 198 } else if (getFormat(ase).equals("ec-3")) { in getAudioQuality() 200 } else if (getFormat(ase).startsWith("dts")) { in getAudioQuality() 203 throw new InternalError("I don't know what to do with audio of type " + getFormat(ase)); in getAudioQuality() 417 l.fourCC = getFormat(ase); in getDtsAudioQuality() 565 if ("avc1".equals(getFormat(vse))) { in getVideoQuality() 575 throw new InternalError("I don't know how to handle video of type " + getFormat(vse)); in getVideoQuality()
|
/external/chromium_org/third_party/skia/src/images/ |
D | SkImageDecoder.cpp | 69 SkImageDecoder::Format SkImageDecoder::getFormat() const { in getFormat() function in SkImageDecoder 74 return GetFormatName(this->getFormat()); in getFormatName() 297 *format = codec->getFormat(); in DecodeStream()
|
/external/skia/src/images/ |
D | SkImageDecoder.cpp | 69 SkImageDecoder::Format SkImageDecoder::getFormat() const { in getFormat() function in SkImageDecoder 74 return GetFormatName(this->getFormat()); in getFormatName() 297 *format = codec->getFormat(); in DecodeStream()
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/ |
D | MipMapGenerator.java | 77 image.setFormat(output.getFormat()); in resizeToPowerOf2() 95 format = converted.getFormat(); in generateMipMaps()
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/spec/ |
D | MyEncodedKeySpec.java | 44 public String getFormat() { in getFormat() method in MyEncodedKeySpec
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | SkyFactory.java | 115 Format fmt = images[0].getFormat(); in checkImagesForCubeMap() 127 if (image.getFormat() != fmt) { in checkImagesForCubeMap() 162 … Image cubeImage = new Image(westImg.getFormat(), westImg.getWidth(), westImg.getHeight(), null); in createSky()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/ |
D | RepeatedSecretKeySpec.java | 25 public String getFormat() in getFormat() method in RepeatedSecretKeySpec
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/ |
D | FloatToFixed.java | 119 if (vb.getFormat() == Format.UnsignedInt && vertCount <= 0xffff){ in compressIndexBuffer() 124 }else if (vb.getFormat() == Format.UnsignedShort && vertCount <= 0xff){ in compressIndexBuffer() 196 if (vb.getFormat() == Format.Int) in convertToFixed() 212 if (vb.getFormat() == Format.Float) in convertToFloat()
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
D | ImageBasedHeightMap.java | 145 switch (image.getFormat()){ in getHeightAtPostion() 170 throw new UnsupportedOperationException("Image format: "+image.getFormat()); in getHeightAtPostion()
|