HomeSort by relevance Sort by last modified time
    Searched refs:getFormat (Results 26 - 50 of 370) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/security/
Certificate.java 38 * the data to encode must be that identified by {@link #getFormat()} and
48 * @see #getFormat()
72 public String getFormat();
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
PrivateKeyStub.java 63 * @see java.security.Key#getFormat()
65 public String getFormat() {
PublicKeyStub.java 60 * @see java.security.Key#getFormat()
62 public String getFormat() {
  /system/media/mca/filterfw/java/android/filterfw/core/
VertexFrame.java 36 if (getFormat().getSize() <= 0) {
39 if (!nativeAllocate(getFormat().getSize())) {
91 if (getFormat().getSize() != bytes.length) {
125 return "VertexFrame (" + getFormat() + ") with VBO ID " + getVboId();
  /dalvik/dx/src/com/android/dx/io/instructions/
OneRegisterDecodedInstruction.java 52 getFormat(), getOpcode(), newIndex, getIndexType(),
RegisterRangeDecodedInstruction.java 57 getFormat(), getOpcode(), newIndex, getIndexType(),
TwoRegisterDecodedInstruction.java 61 getFormat(), getOpcode(), newIndex, getIndexType(),
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DHPrivateKeyTest.java 61 public String getFormat() {
DHPublicKeyTest.java 63 public String getFormat() {
PBEKeyTest.java 60 public String getFormat() {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
DSAPrivateKeyTest.java 60 public String getFormat() {
DSAPublicKeyTest.java 59 public String getFormat() {
ECPrivateKeyTest.java 60 public String getFormat() {
ECPublicKeyTest.java 59 public String getFormat() {
RSAPrivateKeyTest.java 58 public String getFormat() {
RSAPublicKeyTest.java 59 public String getFormat() {
  /external/skia/include/effects/
SkEmbossMaskFilter.h 39 virtual SkMask::Format getFormat();
  /frameworks/base/cmds/stagefright/
SineSource.h 17 virtual sp<MetaData> getFormat();
  /frameworks/base/include/media/stagefright/
JPEGSource.h 33 virtual sp<MetaData> getFormat();
  /frameworks/base/media/libstagefright/include/
AMRNBDecoder.h 33 virtual sp<MetaData> getFormat();
AMRWBDecoder.h 33 virtual sp<MetaData> getFormat();
G711Decoder.h 33 virtual sp<MetaData> getFormat();
MP3Decoder.h 35 virtual sp<MetaData> getFormat();
VPXDecoder.h 34 virtual sp<MetaData> getFormat();
  /libcore/luni/src/main/java/org/apache/harmony/security/
PrivateKeyImpl.java 45 public String getFormat() {

Completed in 263 milliseconds

12 3 4 5 6 7 8 91011>>