Home
last modified time | relevance | path

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

1234567

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dgen_vulkan.go126 …orted_type_names []string, types map[string]cpp_types.Type, sorted_command_names []string, command…
306 …es(output_file_name string, sorted_command_names []string, commands map[string]cpp_types.Type, hos…
365 func printAliasTypes(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type) (err…
424 …ntAliasVerification(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type) erro…
449 func printEnums(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type) (err erro…
501 func printEnumVerification(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type
564 func checkEnumConsistency(typе cpp_types.Type, name string) error {
579 func printEnumAliases(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type) (er…
609 func sortStructTypes(sorted_type_names []string, types map[string]cpp_types.Type) (sorted_struct_ty…
660 func areBaseTypesDeclared(typе cpp_types.Type, declared_types map[string]cpp_types.Type) bool {
[all …]
Dvulkan_types.go203 func IsVulkanHandle(typе cpp_types.Type) bool {
212 func IsVulkanNondispatchableHandle(typе cpp_types.Type) bool {
219 func isVulkanHandle(typе cpp_types.Type, arch cpp_types.Arch) bool {
226 func isVulkanNondispatchableHandle(typе cpp_types.Type, arch cpp_types.Arch) bool {
Dvulkan_xml.go108 Type string `xml:"type,attr"` member
124 func ExtendedStruct(base_struct cpp_types.Type, optional_struct bool, optional_value string) cpp_ty…
129 cpp_types.Type anonMember
147 func ExtendedField(name string, typе cpp_types.Type, length, field cpp_types.FieldInfo) cpp_types.F…
801 func vulkanBitmaskTypeFromXML(typе *typeInfo, types map[string]cpp_types.Type) (cpp_types.Type, err…
897 func vulkanFuncPoiterTypeFromXML(typе *typeInfo, types map[string]cpp_types.Type) (cpp_types.Type, …
985 func vulkanHandleTypeFromXML(typе *typeInfo, types map[string]cpp_types.Type) (cpp_types.Type, erro…
1000 func vulkanStructTypeFromXML(typе *typeInfo, optional_struct bool, types map[string]cpp_types.Type,…
1015 func vulkanUnionTypeFromXML(typе *typeInfo, types map[string]cpp_types.Type, enum_values map[string…
1025 …eMembersFromXML(name string, members []structuralMemberInfo, types map[string]cpp_types.Type, enum…
Dcpp_types.go24 type Type interface { interface
44 ReplaceElem(pointee_type Type)
86 Type() Type methodSpec
92 Type() Type methodSpec
99 Type() Type methodSpec
164 func AliasType(name string, base_type Type) Type {
172 func ArchDependentType(arm_type, arm64_type, riscv32_type, riscv64_type, x86_type, x86_64_type Type
176 func ConstType(base_type Type) Type {
180 func PointerType(pointee_type Type) Type {
184 func FunctionType(result Type, field_info []FieldInfo) Type {
[all …]
/frameworks/base/libs/hwui/utils/
DMacros.h21 #define PREVENT_COPY_AND_ASSIGN(Type) \ argument
26 #define HASHABLE_TYPE(Type) \ argument
32 #define REQUIRE_COMPATIBLE_LAYOUT(Type) \ argument
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dinline_intrinsic.h344 using Type = std::tuple_element_t<arg_info.from, typename AsmCallInfo::InputArguments>; in ProcessArgInput() local
355 using Type = std::tuple_element_t<arg_info.from, typename AsmCallInfo::InputArguments>; in ProcessArgInput() local
389 using Type = std::tuple_element_t<arg_info.from, typename AsmCallInfo::InputArguments>; in ProcessArgInput() local
401 using Type = std::tuple_element_t<arg_info.to, typename AsmCallInfo::OutputArguments>; in ProcessArgInput() local
/frameworks/minikin/include/minikin/
DMacros.h25 #define MINIKIN_PREVENT_COPY_AND_ASSIGN(Type) \ argument
29 #define MINIKIN_PREVENT_COPY_ASSIGN_AND_MOVE(Type) \ argument
/frameworks/base/core/jni/hwbinder/
DEphemeralStorage.h28 #define DECLARE_ALLOC_METHODS(Suffix,Type) \ argument
56 enum Type { enum
DEphemeralStorage.cpp85 #define DEFINE_ALLOC_VECTOR_METHODS(Suffix,Type,NewType) \ argument
113 #define DEFINE_RELEASE_ARRAY_CASE(Suffix,Type,NewType) \ in DEFINE_ALLOC_VECTOR_METHODS() argument
/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h40 std::string Type; member
44 : Type(Type), Name(Name), DefaultValue(DefaultValue) {} in Type() function
/frameworks/av/media/codec2/core/include/
DC2Param.h221 struct Type : public CoreIndex { struct
224 inline bool isGlobal() const { return (mIndex & DIR_MASK) == DIR_GLOBAL; } in isGlobal()
226 inline bool forInput() const { return (mIndex & DIR_MASK) == DIR_INPUT; } in forInput()
228 inline bool forOutput() const { return (mIndex & DIR_MASK) == DIR_OUTPUT; } in forOutput()
231 inline bool forStream() const { return mIndex & IS_STREAM_FLAG; } in forStream()
233 inline bool forPort() const { return !forStream() && !isGlobal(); } in forPort()
236 inline uint32_t type() const { return mIndex & (~STREAM_ID_MASK); } in type()
239 inline kind_t kind() const { in kind()
250 inline Type(uint32_t index) : CoreIndex(index) { } in Type() argument
272 inline bool setPort(bool output) { in setPort()
/frameworks/av/media/libaudioclient/aidl/android/media/
DAudioHalVersion.aidl27 enum Type { enum
/frameworks/libs/binary_translation/guest_abi/arm/include/berberis/guest_abi/
Dguest_arguments_arch.h66 using Type = in GuestArgument() local
75 using Type = in HostArgument() local
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Denumeration.h19 using Type = T; member
/frameworks/compile/mclinker/include/mcld/LD/
DRelocationFactory.h28 typedef Relocation::Type Type; typedef
/frameworks/av/camera/aidl/android/hardware/
DCameraExtensionSessionStats.aidl31 enum Type { enum
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DValueParser.kt168 object Type { object
/frameworks/native/libs/renderengine/skia/debug/
DCommonPool.h32 #define PREVENT_COPY_AND_ASSIGN(Type) \ argument
/frameworks/base/core/proto/android/os/
Dpatternmatcher.proto28 enum Type { enum
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto61 enum Type { enum
76 enum Type { enum
118 enum Type { enum
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/effect-mock/
DFactoryMock.h31 ndk::ScopedAStatus queryProcessing(const std::optional<Processing::Type>&, in queryProcessing()
/frameworks/compile/mclinker/include/mcld/Script/
DInputToken.h22 enum Type { Unknown, File, NameSpec }; enum
/frameworks/libs/binary_translation/guest_abi/arm64/include/berberis/guest_abi/
Dguest_arguments_arch.h60 using Type = std::tuple_element_t<index, std::tuple<ArgumentType...>>; in GuestArgument() local
72 using Type = std::tuple_element_t<index, std::tuple<ArgumentType...>>; in HostArgument() local
/frameworks/libs/modules-utils/java/com/android/modules/utils/testing/
DNativeCoverageHackInstrumentationListener.java170 private enum Type { enum in NativeCoverageHackInstrumentationListener.SignalMaskInfo
178 Type(String tag) { in Type() method in NativeCoverageHackInstrumentationListener.SignalMaskInfo.Type
/frameworks/native/cmds/dumpsys/
Ddumpsys.h54 enum Type { enum

1234567