| /system/tools/hidl/ | 
| D | Type.h | 40 struct Type : DocCommentable {  struct97     status_t recursivePass(ParseStage stage, const std::function<status_t(Type*)>& func,  argument
 113         CheckAcyclicStatus(status_t status, const Type* cycleEnd = nullptr);  argument
 160     virtual std::string getCppType(  argument
 196     enum ErrorMode {
 358     DISALLOW_COPY_AND_ASSIGN(Type);  argument
 
 | 
| /system/tools/hidl/c2hal/ | 
| D | Type.h | 30 struct Type {  struct50             Type *generics;  argument
 70     static std::string qualifierText(Qualifier::Qualification qual) {  in qualifierText()
 112     DISALLOW_COPY_AND_ASSIGN(Type);  argument
 
 | 
| D | Expression.h | 34     enum Type {  enum
 | 
| /system/core/fastboot/ | 
| D | result.h | 32     enum Type { NETWORK_SERIAL_WRONG_PREFIX = 1, NETWORK_SERIAL_WRONG_ADDRESS = 2 };  enum37     operator Type() const { return value(); }  in Type()  function
 
 | 
| /system/nvram/messages/include/nvram/messages/ | 
| D | proto.hpp | 298       using Type = Codec<MemberType>;  typedef310       struct Type {  struct
 311         using TaggedUnionType = TaggedUnion<TagType, Member...>;
 312         using TaggedUnionMemberType =
 314         using TaggedUnionMemberCodec = Codec<TaggedUnionMemberType>;
 315         static constexpr WireType kWireType = TaggedUnionMemberCodec::kWireType;
 317         static bool Encode(const TaggedUnionType& object, ProtoWriter* writer) {  in Encode()
 325         static bool Decode(TaggedUnionType& object, ProtoReader* reader) {  in Decode()
 
 | 
| D | type_traits.h | 32   using Type = T;  member
 | 
| D | tagged_union.h | 104   using Type = Member;  member
 | 
| /system/update_engine/common/ | 
| D | test_utils.h | 191   std::string Type() const { return StaticType(); }  in Type()  function224   std::string Type() const { return StaticType(); }  in Type()  function
 
 | 
| D | cow_operation_convert.h | 28   enum Type {  enum
 | 
| D | action_pipe_unittest.cc | 46   string Type() const { return "ActionPipeTestAction"; }  in Type()  function in chromeos_update_engine::ActionPipeTestAction
 | 
| D | action_unittest.cc | 54   string Type() const { return "ActionTestAction"; }  in Type()  function in chromeos_update_engine::ActionTestAction
 | 
| D | download_action.h | 89   std::string Type() const override { return StaticType(); }  in Type()  function
 | 
| /system/libvintf/include/vintf/ | 
| D | CheckFlags.h | 38     explicit constexpr Type(int32_t value) : mValue(value) {}  in Type()  function
 | 
| D | SerializeFlags.h | 29     explicit constexpr Type(uint32_t value) : mValue(value) {}  in Type()  function
 | 
| /system/update_engine/ | 
| D | update_boot_flags_action.h | 36   std::string Type() const override { return StaticType(); }  in Type()  function
 | 
| /system/tools/aidl/ | 
| D | comments.h | 28   enum class Type { LINE, BLOCK };  enum
 | 
| /system/update_engine/payload_consumer/ | 
| D | postinstall_runner_action.h | 65   std::string Type() const override { return StaticType(); }  in Type()  function
 | 
| D | filesystem_verifier_action.h | 85   std::string Type() const override { return StaticType(); }  in Type()  function
 | 
| /system/extras/simpleperf/include/ | 
| D | simpleperf.h | 63   enum Type {  enum
 | 
| /system/keymaster/include/keymaster/ | 
| D | authorization_set.h | 363     bool GetTagValue(TypedTag<Type, Tag> tag, typename TagValueType<Type>::value_type* val) const {  in GetTagValue()387     bool push_back(TypedEnumTag<Type, Tag, KeymasterEnum> tag, KeymasterEnum val) {  in push_back()
 426     bool push_back(TypedTag<Type, Tag> tag, typename TypedTag<Type, Tag>::value_type val) {  in push_back()
 431     bool push_back(TypedTag<Type, Tag> tag, const void* bytes, size_t bytes_len) {  in push_back()
 
 | 
| /system/chre/core/ | 
| D | chre_metrics.proto | 38   enum Type {  enum98   enum Type {  enum
 
 | 
| /system/update_engine/lz4diff/ | 
| D | lz4diff.proto | 23   enum Type {  enum
 | 
| /system/teeui/libteeui/include/teeui/ | 
| D | cbor.h | 35 enum class Type : uint8_t {  enum
 | 
| /system/timezone/debug_tools/host/main/java/ | 
| D | TzFileDumper.java | 388     private static class Type {  class in TzFileDumper395         Type(int gmtOffsetSeconds, byte isDst) {  in Type()  method in TzFileDumper.Type
 399         Type(int gmtOffsetSeconds, byte isDst, Byte ttisstd, Byte ttisgmt) {  in Type()  method in TzFileDumper.Type
 
 | 
| /system/sepolicy/tests/ | 
| D | policy.py | 184     def QueryFc(self, Type):  argument192     def QueryTypeAttribute(self, Type, IsAttr):  argument
 240     def ResolveTypeAttribute(self, Type):  argument
 
 |