HomeSort by relevance Sort by last modified time
    Searched defs:isCompressed (Results 1 - 25 of 60) sorted by null

1 2 3

  /tools/tradefederation/core/src/com/android/tradefed/result/
LogFile.java 43 mIsCompressed = type.isCompressed();
57 * @param isCompressed Whether the file was compressed or not.
61 public LogFile(String path, String url, boolean isCompressed, LogDataType type, long size) {
64 mIsCompressed = isCompressed;
94 public boolean isCompressed() {
LogDataType.java 83 public boolean isCompressed() {
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp 107 virtual bool isCompressed (void) const { return !m_compressedLevels.empty(); }
  /build/make/tools/zipalign/
ZipEntry.h 60 bool isCompressed(void) const {
  /external/eigen/Eigen/src/SparseCore/
SparseCompressedBase.h 50 Eigen::Map<IndexVector> innerNonZeros() { return Eigen::Map<IndexVector>(innerNonZeroPtr(), isCompressed()?0:derived().outerSize()); }
51 const Eigen::Map<const IndexVector> innerNonZeros() const { return Eigen::Map<const IndexVector>(innerNonZeroPtr(), isCompressed()?0:derived().outerSize()); }
60 else if(isCompressed())
107 inline bool isCompressed() const { return innerNonZeroPtr()==0; }
113 * \sa valuePtr(), isCompressed() */
114 const Map<const Array<Scalar,Dynamic,1> > coeffs() const { eigen_assert(isCompressed()); return Array<Scalar,Dynamic,1>::Map(valuePtr(),nonZeros()); }
125 * \sa valuePtr(), isCompressed() */
126 Map<Array<Scalar,Dynamic,1> > coeffs() { eigen_assert(isCompressed()); return Array<Scalar,Dynamic,1>::Map(valuePtr(),nonZeros()); }
168 if(mat.isCompressed())
228 if(mat.isCompressed())
    [all...]
SparseMap.h 89 /** \copydoc SparseCompressedBase::isCompressed */
90 bool isCompressed() const { return m_innerNonZeros==0; }
111 Index end = isCompressed() ? m_outerIndex[outer+1] : start + m_innerNonZeros[outer];
186 Index end = Base::isCompressed() ? Base::m_outerIndex[outer+1] : start + Base::m_innerNonZeros[outer];
SparseBlock.h 138 Index free_size = m_matrix.isCompressed()
167 if(m_matrix.isCompressed())
185 if(!m_matrix.isCompressed())
195 if(!m_matrix.isCompressed())
235 { return isCompressed() ? 0 : (m_matrix.innerNonZeroPtr()+m_outerStart); }
237 { return isCompressed() ? 0 : (m_matrix.innerNonZeroPtr()+m_outerStart); }
239 bool isCompressed() const { return m_matrix.innerNonZeroPtr()==0; }
260 if(m_matrix.isCompressed())
  /external/llvm/include/llvm/Object/
ObjectFile.h 93 bool isCompressed() const;
387 inline bool SectionRef::isCompressed() const {
  /external/swiftshader/src/OpenGL/libGL/
Texture.cpp 202 if(IsCompressed(image->getFormat()))
552 bool Texture2D::isCompressed(GLenum target, GLint level) const
554 return IsCompressed(getFormat(target, level));
868 bool TextureCubeMap::isCompressed(GLenum target, GLint level) const
870 return IsCompressed(getFormat(target, level));
  /frameworks/base/tools/aapt/
ZipEntry.h 59 bool isCompressed(void) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ObjectFile.h 106 bool isCompressed() const;
418 inline bool SectionRef::isCompressed() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ObjectFile.h 106 bool isCompressed() const;
418 inline bool SectionRef::isCompressed() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ObjectFile.h 106 bool isCompressed() const;
418 inline bool SectionRef::isCompressed() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ObjectFile.h 106 bool isCompressed() const;
418 inline bool SectionRef::isCompressed() const {
  /external/swiftshader/src/OpenGL/libGLES_CM/
Texture.cpp 630 bool Texture2D::isCompressed(GLenum target, GLint level) const
632 return IsCompressed(getFormat(target, level));
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
Archive.h 115 bool isCompressed() const { return flags&CompressedFlag; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 96 bool isCompressed() const;
400 inline bool SectionRef::isCompressed() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ObjectFile.h 105 bool isCompressed() const;
422 inline bool SectionRef::isCompressed() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ObjectFile.h 105 bool isCompressed() const;
422 inline bool SectionRef::isCompressed() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ObjectFile.h 105 bool isCompressed() const;
422 inline bool SectionRef::isCompressed() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ObjectFile.h 105 bool isCompressed() const;
422 inline bool SectionRef::isCompressed() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 96 bool isCompressed() const;
400 inline bool SectionRef::isCompressed() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ObjectFile.h 105 bool isCompressed() const;
422 inline bool SectionRef::isCompressed() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ObjectFile.h 105 bool isCompressed() const;
422 inline bool SectionRef::isCompressed() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ObjectFile.h 105 bool isCompressed() const;
422 inline bool SectionRef::isCompressed() const {

Completed in 992 milliseconds

1 2 3