Home
last modified time | relevance | path

Searched defs:TypeId (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Ddata_type-inl.h66 constexpr char DataType::TypeId(DataType::Type type) { in TypeId() function
/aosp12/frameworks/base/cmds/idmap2/include/idmap2/
H A DResourceUtils.h34 using TypeId = uint8_t; // tt in 0xpptteeee variable
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/bands/
H A DProgramType.java65 public @interface TypeId {} annotation in ProgramType
/aosp12/art/libdexfile/dex/
H A Ddex_file_structs.h60 struct TypeId { struct
64 DISALLOW_COPY_AND_ASSIGN(TypeId); argument
/aosp12/frameworks/base/tools/aapt2/
H A DResources.proto89 message TypeId { message
/aosp12/art/dexlayout/
H A Ddex_ir.h64 class TypeId; variable
620 explicit TypeId(StringId* string_id) : string_id_(string_id) { size_ = kTypeIdItemSize; } in TypeId() function
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp182 unsigned TypeId = EPT->getType(); in GetPackerAPIName() local