/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | gen_vulkan.go | 126 …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 …]
|
D | vulkan_types.go | 203 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 {
|
D | vulkan_xml.go | 108 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…
|
D | cpp_types.go | 24 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/ |
D | Macros.h | 21 #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/ |
D | inline_intrinsic.h | 344 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/ |
D | Macros.h | 25 #define MINIKIN_PREVENT_COPY_AND_ASSIGN(Type) \ argument 29 #define MINIKIN_PREVENT_COPY_ASSIGN_AND_MOVE(Type) \ argument
|
/frameworks/base/core/jni/hwbinder/ |
D | EphemeralStorage.h | 28 #define DECLARE_ALLOC_METHODS(Suffix,Type) \ argument 56 enum Type { enum
|
D | EphemeralStorage.cpp | 85 #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/ |
D | slang_rs_reflection_cpp.h | 40 std::string Type; member 44 : Type(Type), Name(Name), DefaultValue(DefaultValue) {} in Type() function
|
/frameworks/av/media/codec2/core/include/ |
D | C2Param.h | 221 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/ |
D | AudioHalVersion.aidl | 27 enum Type { enum
|
/frameworks/libs/binary_translation/guest_abi/arm/include/berberis/guest_abi/ |
D | guest_arguments_arch.h | 66 using Type = in GuestArgument() local 75 using Type = in HostArgument() local
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | enumeration.h | 19 using Type = T; member
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | RelocationFactory.h | 28 typedef Relocation::Type Type; typedef
|
/frameworks/av/camera/aidl/android/hardware/ |
D | CameraExtensionSessionStats.aidl | 31 enum Type { enum
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
D | ValueParser.kt | 168 object Type { object
|
/frameworks/native/libs/renderengine/skia/debug/ |
D | CommonPool.h | 32 #define PREVENT_COPY_AND_ASSIGN(Type) \ argument
|
/frameworks/base/core/proto/android/os/ |
D | patternmatcher.proto | 28 enum Type { enum
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | touch_analytics.proto | 61 enum Type { enum 76 enum Type { enum 118 enum Type { enum
|
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/effect-mock/ |
D | FactoryMock.h | 31 ndk::ScopedAStatus queryProcessing(const std::optional<Processing::Type>&, in queryProcessing()
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | InputToken.h | 22 enum Type { Unknown, File, NameSpec }; enum
|
/frameworks/libs/binary_translation/guest_abi/arm64/include/berberis/guest_abi/ |
D | guest_arguments_arch.h | 60 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/ |
D | NativeCoverageHackInstrumentationListener.java | 170 private enum Type { enum in NativeCoverageHackInstrumentationListener.SignalMaskInfo 178 Type(String tag) { in Type() method in NativeCoverageHackInstrumentationListener.SignalMaskInfo.Type
|
/frameworks/native/cmds/dumpsys/ |
D | dumpsys.h | 54 enum Type { enum
|