Home
last modified time | relevance | path

Searched defs:IsCompressed (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dstring.h241 bool IsCompressed() REQUIRES_SHARED(Locks::mutator_lock_) { in IsCompressed() function
252 ALWAYS_INLINE static bool IsCompressed(int32_t count) { in IsCompressed() function
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileFind.h48 inline bool IsCompressed(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_COMPRESSED) != 0; } in IsCompressed() function
110 bool IsCompressed() const { return MatchesMask(FILE_ATTRIBUTE_COMPRESSED); } in IsCompressed() function
/aosp_15_r20/system/update_engine/lz4diff/
H A Dlz4diff_format.h52 constexpr bool IsCompressed() const noexcept { in IsCompressed() function
/aosp_15_r20/system/apex/apexd/
H A Dapex_file.h62 bool IsCompressed() const { return is_compressed_; } in IsCompressed() function
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/
H A DWimIn.h177 bool IsCompressed() const { return (Flags & NResourceFlags::kCompressed) != 0; } in IsCompressed() function
275 bool IsCompressed() const { return (Flags & NHeaderFlags::kCompression) != 0; } in IsCompressed() function
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc171 [[nodiscard]] static constexpr bool IsCompressed(const ElfT::Shdr* shdr) { in IsCompressed() function in nogrod::__anonde4d16950111::ElfFileImpl
/aosp_15_r20/external/gmmlib/Source/GmmLib/GlobalInfo/
H A DGmmClientContext.cpp403 uint8_t GMM_STDCALL GmmLib::GmmClientContext::IsCompressed(GMM_RESOURCE_FORMAT Format) in IsCompressed() function in GmmLib::GmmClientContext
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1748 BOOL_32 ElemLib::IsCompressed( in IsCompressed() function in Addr::ElemLib
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Nsis/
H A DNsisIn.h74 bool IsCompressed; member
/aosp_15_r20/art/compiler/utils/riscv64/
H A Dassembler_riscv64.cc6751 bool Riscv64Assembler::Branch::IsCompressed(Type type) { in IsCompressed() function in art::riscv64::Riscv64Assembler::Branch