HomeSort by relevance Sort by last modified time
    Searched refs:getFormat (Results 1 - 25 of 1115) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeFrame.java 71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) {
76 Class structClass = getFormat().getObjectClass();
111 if (ints.length * nativeIntSize() > getFormat().getSize()) {
114 (getFormat().getSize() / nativeIntSize()) + " integers).");
122 return getNativeInts(getFormat().getSize());
128 if (floats.length * nativeFloatSize() > getFormat().getSize()) {
131 (getFormat().getSize() / nativeFloatSize()) + " floats).");
139 return getNativeFloats(getFormat().getSize());
152 } else if (getFormat().getSize() != length) {
154 "Frame size is " + getFormat().getSize() + " bytes, but "
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DepthTransform.java 37 public String getFormat();
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DepthTransform.java 24 public String getFormat();
  /libcore/ojluni/src/main/java/java/security/
Key.java 72 * by the {@link #getFormat() getFormat} method.
142 public String getFormat();
  /libcore/ojluni/src/main/java/java/security/spec/
PKCS8EncodedKeySpec.java 93 public final String getFormat() {
X509EncodedKeySpec.java 83 public final String getFormat() {
EncodedKeySpec.java 77 * {@code getFormat} called
79 * {@code getFormat} method
84 public abstract String getFormat();
  /libcore/luni/src/test/java/libcore/java/security/
MockPrivateKey.java 32 public String getFormat() {
MockPrivateKey2.java 32 public String getFormat() {
MockPublicKey.java 32 public String getFormat() {
  /libcore/luni/src/test/java/libcore/javax/crypto/
MockKey.java 32 public String getFormat() {
MockKey2.java 32 public String getFormat() {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/spec/
MyEncodedKeySpec.java 43 * @see java.security.spec.EncodedKeySpec#getFormat()
45 public String getFormat() {
  /external/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 20 StringRef getFormat() const override { return "obj"; }
34 StringRef getFormat() const override { return "obj"; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 20 StringRef getFormat() const override { return "obj"; }
36 StringRef getFormat() const override { return "obj"; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 20 StringRef getFormat() const override { return "obj"; }
36 StringRef getFormat() const override { return "obj"; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 20 StringRef getFormat() const override { return "obj"; }
36 StringRef getFormat() const override { return "obj"; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 20 StringRef getFormat() const override { return "obj"; }
36 StringRef getFormat() const override { return "obj"; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 20 StringRef getFormat() const override { return "obj"; }
36 StringRef getFormat() const override { return "obj"; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 20 StringRef getFormat() const override { return "obj"; }
36 StringRef getFormat() const override { return "obj"; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 20 StringRef getFormat() const override { return "obj"; }
36 StringRef getFormat() const override { return "obj"; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 20 StringRef getFormat() const override { return "obj"; }
36 StringRef getFormat() const override { return "obj"; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 20 StringRef getFormat() const override { return "obj"; }
36 StringRef getFormat() const override { return "obj"; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 20 StringRef getFormat() const override { return "obj"; }
36 StringRef getFormat() const override { return "obj"; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 20 StringRef getFormat() const override { return "obj"; }
36 StringRef getFormat() const override { return "obj"; }

Completed in 591 milliseconds

1 2 3 4 5 6 7 8 91011>>