Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 49) sorted by relevance

12

/system/tools/hidl/
DType.h40 struct Type : DocCommentable { struct
97 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/
DType.h30 struct Type { struct
50 Type *generics; argument
70 static std::string qualifierText(Qualifier::Qualification qual) { in qualifierText()
112 DISALLOW_COPY_AND_ASSIGN(Type); argument
DExpression.h34 enum Type { enum
/system/core/fastboot/
Dresult.h32 enum Type { NETWORK_SERIAL_WRONG_PREFIX = 1, NETWORK_SERIAL_WRONG_ADDRESS = 2 }; enum
37 operator Type() const { return value(); } in Type() function
/system/nvram/messages/include/nvram/messages/
Dproto.hpp298 using Type = Codec<MemberType>; typedef
310 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()
Dtype_traits.h32 using Type = T; member
Dtagged_union.h104 using Type = Member; member
/system/update_engine/
Dupdate_boot_flags_action.h36 std::string Type() const override { return StaticType(); } in Type() function
/system/libvintf/include/vintf/
DCheckFlags.h38 explicit constexpr Type(int32_t value) : mValue(value) {} in Type() function
DSerializeFlags.h29 explicit constexpr Type(uint32_t value) : mValue(value) {} in Type() function
/system/nfc/utils/include/
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enum
/system/update_engine/common/
Dcow_operation_convert.h28 enum Type { enum
Dtest_utils.h191 std::string Type() const { return StaticType(); } in Type() function
224 std::string Type() const { return StaticType(); } in Type() function
Daction_pipe_unittest.cc46 string Type() const { return "ActionPipeTestAction"; } in Type() function in chromeos_update_engine::ActionPipeTestAction
Daction_unittest.cc54 string Type() const { return "ActionTestAction"; } in Type() function in chromeos_update_engine::ActionTestAction
Ddownload_action.h89 std::string Type() const override { return StaticType(); } in Type() function
Daction.h233 std::string Type() const override { return StaticType(); } in Type() function
/system/tools/aidl/
Dcomments.h28 enum class Type { LINE, BLOCK }; enum
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.h65 std::string Type() const override { return StaticType(); } in Type() function
Dfilesystem_verifier_action.h85 std::string Type() const override { return StaticType(); } in Type() function
/system/extras/simpleperf/include/
Dsimpleperf.h63 enum Type { enum
/system/sepolicy/tests/
Dpolicy.py136 def QueryFc(self, Type): argument
144 def QueryTypeAttribute(self, Type, IsAttr): argument
192 def ResolveTypeAttribute(self, Type): argument
/system/update_engine/lz4diff/
Dlz4diff.proto23 enum Type { enum
/system/teeui/libteeui/include/teeui/
Dcbor.h35 enum class Type : uint8_t { enum
/system/keymaster/include/keymaster/
Dauthorization_set.h363 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()

12