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

1 2 3 4

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Decompressor.h 43 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Decompressor.h 43 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Decompressor.h 43 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Decompressor.h 43 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Decompressor.h 43 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Decompressor.h 43 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Decompressor.h 43 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Decompressor.h 43 static bool isCompressed(const object::SectionRef &Section);
  /tools/tradefederation/core/src/com/android/tradefed/result/
LogFile.java 78 public boolean isCompressed() {
LogDataType.java 77 public boolean isCompressed() {
FileSystemLogSaver.java 109 * Will zip and save the log file if {@link LogDataType#isCompressed()} returns false for
117 if (!mCompressFiles || dataType.isCompressed()) {
119 return new LogFile(log.getAbsolutePath(), getUrl(log), dataType.isCompressed(),
LogFileSaver.java 229 * {@link LogDataType#isCompressed()} is <code>true</code>)
236 if (dataType.isCompressed()) {
261 * {@link LogDataType#isCompressed()} is <code>true</code>)
268 if (dataType.isCompressed()) {
  /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...]
SparseRedux.h 33 if(this->isCompressed())
SparseMatrix.h 103 using Base::isCompressed;
264 eigen_assert(isCompressed() && "This function does not make sense in non compressed mode.");
299 if(isCompressed())
424 if(isCompressed())
466 if(isCompressed())
766 if(other.isCompressed())
792 if(m.isCompressed())
819 if(!m.isCompressed())
    [all...]
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())
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];
  /hardware/intel/img/hwcomposer/merrifield/include/
DataBuffer.h 82 void setIsCompression(bool isCompressed) { mIsCompression = isCompressed; }
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DataBuffer.h 82 void setIsCompression(bool isCompressed) { mIsCompression = isCompressed; }
  /build/make/tools/zipalign/
ZipAlign.cpp 85 if (pEntry->isCompressed()) {
191 if (pEntry->isCompressed()) {
  /external/swiftshader/src/OpenGL/libGL/
Texture.h 83 virtual bool isCompressed(GLenum target, GLint level) const = 0;
141 virtual bool isCompressed(GLenum target, GLint level) const;
193 virtual bool isCompressed(GLenum target, GLint level) const;
  /external/eigen/Eigen/src/OrderingMethods/
Ordering.h 130 eigen_assert(mat.isCompressed() && "COLAMDOrdering requires a sparse matrix in compressed mode. Call .makeCompressed() before passing it to COLAMDOrdering");
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 372 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTexture.getSize();
636 if (!isCompressed())
681 if (isCompressed())
779 if (isCompressed())
922 DE_ASSERT(!isCompressed());
    [all...]
  /external/eigen/test/
sparse_ref.cpp 52 VERIFY(a.isCompressed());
93 VERIFY(!C.isCompressed());
  /external/swiftshader/src/OpenGL/libGLES_CM/
Texture.h 85 virtual bool isCompressed(GLenum target, GLint level) const = 0;
152 bool isCompressed(GLenum target, GLint level) const override;

Completed in 1115 milliseconds

1 2 3 4