Home
last modified time | relevance | path

Searched defs:IsSparse (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Dbytecode_utils.h78 bool IsSparse() const { return sparse_; } in IsSparse() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Dbytecode_utils.h78 bool IsSparse() const { return sparse_; } in IsSparse() function
/aosp_15_r20/art/libdexfile/dex/
H A Dbytecode_utils.h78 bool IsSparse() const { return sparse_; } in IsSparse() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Dbytecode_utils.h78 bool IsSparse() const { return sparse_; } in IsSparse() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Dbytecode_utils.h78 bool IsSparse() const { return sparse_; } in IsSparse() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Dbytecode_utils.h78 bool IsSparse() const { return sparse_; } in IsSparse() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Dbytecode_utils.h78 bool IsSparse() const { return sparse_; } in IsSparse() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Dbytecode_utils.h78 bool IsSparse() const { return sparse_; } in IsSparse() function
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dsparse_containers.h342 inline bool IsSparse() const { return kSparseThreshold && sparse_.get(); } in IsSparse() function
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileFind.h118 bool IsSparse() const { return MatchesMask(FILE_ATTRIBUTE_SPARSE_FILE); } in IsSparse() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dlayout_util.cc324 /* static */ bool LayoutUtil::IsSparse(const Layout& layout) { in IsSparse() function in xla::LayoutUtil
/aosp_15_r20/external/eigen/Eigen/src/Core/util/
H A DConstants.h368 IsSparse enumerator
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_image.cpp711 bool IsSparse(spv::Op opcode) { in IsSparse() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_image.cpp711 bool IsSparse(spv::Op opcode) { in IsSparse() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_image.cpp711 bool IsSparse(spv::Op opcode) { in IsSparse() function
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h968 GLboolean IsSparse; member