Searched defs:kTypeCount (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/ |
H A D | disassembler_elf.h | 47 kTypeCount enumerator 61 kTypeCount enumerator 248 enum ReferenceType : uint8_t { kReloc, kAbs32, kRel32, kTypeCount }; enumerator
|
H A D | disassembler_win32.h | 61 enum ReferenceType : uint8_t { kReloc, kAbs32, kRel32, kTypeCount }; enumerator
|
/aosp_15_r20/external/zucchini/ |
H A D | disassembler_elf.h | 47 kTypeCount enumerator 61 kTypeCount enumerator 248 enum ReferenceType : uint8_t { kReloc, kAbs32, kRel32, kTypeCount }; enumerator
|
H A D | disassembler_win32.h | 61 enum ReferenceType : uint8_t { kReloc, kAbs32, kRel32, kTypeCount }; enumerator
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | rounding_mode.h | 51 kTypeCount enumerator
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/select/ |
H A D | test_select.h | 44 kTypeCount // always goes last enumerator
|
/aosp_15_r20/external/skia/tools/ |
H A D | SkMetaData.h | 62 kTypeCount enumerator
|
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/ |
H A D | GrQuad.h | 48 static const int kTypeCount = static_cast<int>(Type::kLast) + 1; variable
|
H A D | GrShape.h | 56 inline static constexpr int kTypeCount = static_cast<int>(Type::kLine) + 1; variable
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | link_metrics_types.hpp | 124 static constexpr uint8_t kTypeCount = (0 << kTypeOffset); // Count/summation member in ot::LinkMetrics::TypeId
|
/aosp_15_r20/external/skia/src/gpu/graphite/geom/ |
H A D | Shape.h | 38 inline static constexpr int kTypeCount = static_cast<int>(Type::kPath) + 1; variable
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
H A D | CppAssetManager2.java | 1437 static final int kTypeCount = 256; field in CppAssetManager2.Theme
|