HomeSort by relevance Sort by last modified time
    Searched refs:isCompressed (Results 1 - 11 of 11) sorted by null

  /build/tools/zipalign/
ZipAlign.cpp 64 if (pEntry->isCompressed()) {
161 if (pEntry->isCompressed()) {
ZipEntry.h 58 bool isCompressed(void) const {
  /frameworks/base/tools/aapt/
ZipEntry.h 58 bool isCompressed(void) const {
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.h 64 virtual bool isCompressed() const = 0;
228 bool isCompressed() const;
279 bool isCompressed() const;
libGLESv2.cpp 929 if (!texture->isCompressed())
951 if (!texture->isCompressed())
    [all...]
Texture.cpp 745 if (IsCompressed(format) && (width % 4 != 0 || height % 4 != 0))
    [all...]
  /external/llvm/include/llvm/Bitcode/
Archive.h 115 bool isCompressed() const { return flags&CompressedFlag; }
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 51 public boolean isCompressed()
Tnaf.java 403 return new ECPoint.F2m(p.getCurve(), x.square(), y.square(), p.isCompressed());
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 416 else if (I->isCompressed())
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 319 milliseconds