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

1 2 3 4 5

  /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() {
  /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-4053586/prebuilt_include/llvm/include/llvm/Object/
Decompressor.h 43 static bool isCompressed(const object::SectionRef &Section);
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
Decompressor.h 46 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Decompressor.h 46 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
Decompressor.h 46 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
Decompressor.h 46 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
Decompressor.h 46 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
Decompressor.h 46 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Decompressor.h 46 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
Decompressor.h 46 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
Decompressor.h 46 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Decompressor.h 46 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Decompressor.h 46 static bool isCompressed(const object::SectionRef &Section);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Decompressor.h 46 static bool isCompressed(const object::SectionRef &Section);
  /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...]

Completed in 163 milliseconds

1 2 3 4 5