/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/ |
D | type.go | 23 Type() *Type methodSpec 160 type Type struct { struct 177 extra interface{} 180 width int64 // valid if Align > 0 183 methods fields 185 allMethods fields 188 obj Object 190 underlying *Type 193 cache struct { 198 kind Kind // kind of type [all …]
|
/aosp_15_r20/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… 304 …es(output_file_name string, sorted_command_names []string, commands map[string]cpp_types.Type, hos… 363 func printAliasTypes(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type) (err… 422 …ntAliasVerification(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type, host… 463 func printEnums(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type) (err erro… 515 func printEnumVerification(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type… 590 func checkEnumConsistency(typе cpp_types.Type, name string) error { 605 func printEnumAliases(w io.Writer, sorted_type_names []string, types map[string]cpp_types.Type) (er… 635 func sortStructTypes(sorted_type_names []string, types map[string]cpp_types.Type) (sorted_struct_ty… 686 func areBaseTypesDeclared(typе cpp_types.Type, declared_types map[string]cpp_types.Type) bool { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | predicates.go | 10 func isValid(t Type) bool { return Unalias(t) != Typ[Invalid] } 16 func isBoolean(t Type) bool { return isBasic(t, IsBoolean) } 17 func isInteger(t Type) bool { return isBasic(t, IsInteger) } 18 func isUnsigned(t Type) bool { return isBasic(t, IsUnsigned) } 19 func isFloat(t Type) bool { return isBasic(t, IsFloat) } 20 func isComplex(t Type) bool { return isBasic(t, IsComplex) } 21 func isNumeric(t Type) bool { return isBasic(t, IsNumeric) } 22 func isString(t Type) bool { return isBasic(t, IsString) } 23 func isIntegerOrFloat(t Type) bool { return isBasic(t, IsInteger|IsFloat) } 24 func isConstType(t Type) bool { return isBasic(t, IsConstType) } [all …]
|
D | lookup.go | 44 func LookupFieldOrMethod(T Type, addressable bool, pkg *Package, name string) (obj Object, index []… 53 func lookupFieldOrMethod(T Type, addressable bool, pkg *Package, name string, foldCase bool) (obj O… 103 func lookupFieldOrMethodImpl(T Type, addressable bool, pkg *Package, name string, foldCase bool) (o… 265 func lookupType(m map[Type]int, typ Type) (int, bool) { 324 func MissingMethod(V Type, T *Interface, static bool) (method *Func, wrongType bool) { 337 func (check *Checker) missingMethod(V, T Type, static bool, equivalent func(x, y Type) bool, cause … 482 func isInterfacePtr(T Type) bool { 488 func (check *Checker) interfacePtrError(T Type) string { 517 func (check *Checker) assertableTo(V, T Type, cause *string) bool { 534 func (check *Checker) newAssertableTo(pos syntax.Pos, V, T Type, cause *string) bool { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | predicates.go | 13 func isValid(t Type) bool { return Unalias(t) != Typ[Invalid] } 19 func isBoolean(t Type) bool { return isBasic(t, IsBoolean) } 20 func isInteger(t Type) bool { return isBasic(t, IsInteger) } 21 func isUnsigned(t Type) bool { return isBasic(t, IsUnsigned) } 22 func isFloat(t Type) bool { return isBasic(t, IsFloat) } 23 func isComplex(t Type) bool { return isBasic(t, IsComplex) } 24 func isNumeric(t Type) bool { return isBasic(t, IsNumeric) } 25 func isString(t Type) bool { return isBasic(t, IsString) } 26 func isIntegerOrFloat(t Type) bool { return isBasic(t, IsInteger|IsFloat) } 27 func isConstType(t Type) bool { return isBasic(t, IsConstType) } [all …]
|
D | lookup.go | 47 func LookupFieldOrMethod(T Type, addressable bool, pkg *Package, name string) (obj Object, index []… 56 func lookupFieldOrMethod(T Type, addressable bool, pkg *Package, name string, foldCase bool) (obj O… 106 func lookupFieldOrMethodImpl(T Type, addressable bool, pkg *Package, name string, foldCase bool) (o… 268 func lookupType(m map[Type]int, typ Type) (int, bool) { 327 func MissingMethod(V Type, T *Interface, static bool) (method *Func, wrongType bool) { 340 func (check *Checker) missingMethod(V, T Type, static bool, equivalent func(x, y Type) bool, cause … 485 func isInterfacePtr(T Type) bool { 491 func (check *Checker) interfacePtrError(T Type) string { 520 func (check *Checker) assertableTo(V, T Type, cause *string) bool { 537 func (check *Checker) newAssertableTo(pos token.Pos, V, T Type, cause *string) bool { [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 41 static bool supportsX86_64(uint64_t Type) { in supportsX86_64() 57 static uint64_t resolveX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86_64() 77 static bool supportsAArch64(uint64_t Type) { in supportsAArch64() 90 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAArch64() argument 108 static bool supportsBPF(uint64_t Type) { in supportsBPF() 118 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF() 130 static bool supportsMips64(uint64_t Type) { in supportsMips64() 142 static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips64() argument 158 static bool supportsMSP430(uint64_t Type) { in supportsMSP430() 168 static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMSP430() argument [all …]
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/tools/GpuMemDumpVis/ |
H A D | Sample.json | 169 {"Offset": 0, "Type": "IMAGE_OPTIMAL", "Size": 65536, "Usage": 6}, string 170 {"Offset": 65536, "Type": "BUFFER", "Size": 768, "Usage": 130}, string 171 {"Offset": 66304, "Type": "BUFFER", "Size": 60, "Usage": 66}, string 172 {"Offset": 66364, "Type": "UNKNOWN", "Size": 1024, "Usage": 0}, string 173 … {"Offset": 67388, "Type": "UNKNOWN", "Size": 1024, "Usage": 0, "CustomData": "0000000000F5D987"}, string 174 {"Offset": 68412, "Type": "UNKNOWN", "Size": 1024, "Usage": 0, "Name": "SHEPURD"}, string 175 …{"Offset": 69436, "Type": "UNKNOWN", "Size": 1024, "Usage": 0, "CustomData": "00000000018CE96A", "… string 176 {"Offset": 70460, "Type": "BUFFER", "Size": 1024, "Usage": 3}, string 177 … {"Offset": 71484, "Type": "BUFFER", "Size": 1024, "Usage": 3, "CustomData": "0000000000F5D987"}, string 178 {"Offset": 72508, "Type": "BUFFER", "Size": 1024, "Usage": 3, "Name": "SHEPURD"}, string [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/ |
D | type.go | 20 type Type struct { struct 21 Size_ uintptr 22 PtrBytes uintptr // number of (prefix) bytes in the type that can contain pointers 23 Hash uint32 // hash of type; avoids computation in hash tables 24 TFlag TFlag // extra type information flags 25 Align_ uint8 // alignment of variable with this type 26 FieldAlign_ uint8 // alignment of struct field with this type 27 Kind_ Kind // enumeration for C 30 Equal func(unsafe.Pointer, unsafe.Pointer) bool 34 GCData *byte [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/reflectdata/ |
D | reflect.go | 60 func uncommonSize(t *types.Type) int { // Sizeof(runtime.uncommontype{}) 67 func makefield(name string, t *types.Type) *types.Field { 73 func MapBucketType(t *types.Type) *types.Type { 310 func methods(t *types.Type) []*typeSig { 371 func imethods(t *types.Type) []*typeSig { 554 func dextratype(lsym *obj.LSym, off int64, t *types.Type, dataAdd int) { 604 func typePkg(t *types.Type) *types.Pkg { 662 func dcommontype(c rttype.Cursor, t *types.Type) { 765 func TrackSym(t *types.Type, f *types.Field) *obj.LSym { 769 func TypeSymPrefix(prefix string, t *types.Type) *types.Sym { [all …]
|
D | alg.go | 22 func AlgType(t *types.Type) types.AlgKind { 52 func genhash(t *types.Type) *obj.LSym { 137 func hashFunc(t *types.Type) *ir.Func { 251 func runtimeHashFor(name string, t *types.Type) *ir.Name { 256 func hashfor(t *types.Type) *ir.Name { 294 func geneq(t *types.Type) *obj.LSym { 362 func eqFunc(t *types.Type) *ir.Func { 645 func EqFor(t *types.Type) (ir.Node, bool) { 665 func hashmem(t *types.Type) ir.Node {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/ |
D | value.go | 2043 func copyVal(typ *abi.Type, fl flag, ptr unsafe.Pointer) Value { 2678 func (v Value) Type() Type { func 2851 func typesMustMatch(what string, t1, t2 Type) { 3183 func unsafe_New(*abi.Type) unsafe.Pointer 3186 func unsafe_NewArray(*abi.Type, int) unsafe.Pointer 3190 func MakeSlice(typ Type, len, cap int) Value { 3212 func SliceAt(typ Type, p unsafe.Pointer, n int) Value { 3219 func MakeChan(typ Type, buffer int) Value { 3235 func MakeMap(typ Type) Value { 3241 func MakeMapWithSize(typ Type, n int) Value { [all …]
|
D | type.go | 39 type Type interface { interface 106 Implements(u Type) bool 109 AssignableTo(u Type) bool 115 ConvertibleTo(u Type) bool 313 abi.Type anonMember 371 func nameOffFor(t *abi.Type, off aNameOff) abi.Name { 375 func typeOffFor(t *abi.Type, off aTypeOff) *abi.Type { 453 Type Type // method type member 546 func resolveReflectType(t *abi.Type) aTypeOff { 569 func textOffFor(t *abi.Type, off aTextOff) unsafe.Pointer { [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 26 static bool supportsX86_64(uint64_t Type) { in supportsX86_64() 61 static bool supportsAArch64(uint64_t Type) { in supportsAArch64() 82 static bool supportsBPF(uint64_t Type) { in supportsBPF() 103 static bool supportsMips64(uint64_t Type) { in supportsMips64() 130 static bool supportsPPC64(uint64_t Type) { in supportsPPC64() 151 static bool supportsSystemZ(uint64_t Type) { in supportsSystemZ() 172 static bool supportsSparc64(uint64_t Type) { in supportsSparc64() 196 static bool supportsAmdgpu(uint64_t Type) { in supportsAmdgpu() 216 static bool supportsX86(uint64_t Type) { in supportsX86() 240 static bool supportsPPC32(uint64_t Type) { in supportsPPC32() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/organizations/src/main/resources/codegen-resources/ |
H A D | examples-1.json | 18 "Type": "ORGANIZATION" string 22 "Type": "EMAIL" string 30 "Type": "MASTER_EMAIL", string 34 "Type": "MASTER_NAME", string 38 "Type": "ORGANIZATION_FEATURE_SET", string 42 "Type": "ORGANIZATION", string 46 "Type": "ACCOUNT", string 110 "Type": "ORGANIZATION" string 114 "Type": "EMAIL" string 122 "Type": "MASTER_EMAIL", string [all …]
|
/aosp_15_r20/external/pytorch/torch/utils/data/_utils/ |
H A D | collate.py | 121 collate_fn_map: Optional[Dict[Union[Type, Tuple[Type, ...]], Callable]] = None, 246 collate_fn_map: Optional[Dict[Union[Type, Tuple[Type, ...]], Callable]] = None, 278 collate_fn_map: Optional[Dict[Union[Type, Tuple[Type, ...]], Callable]] = None, 291 collate_fn_map: Optional[Dict[Union[Type, Tuple[Type, ...]], Callable]] = None, 299 collate_fn_map: Optional[Dict[Union[Type, Tuple[Type, ...]], Callable]] = None, 307 collate_fn_map: Optional[Dict[Union[Type, Tuple[Type, ...]], Callable]] = None, 315 collate_fn_map: Optional[Dict[Union[Type, Tuple[Type, ...]], Callable]] = None,
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
H A D | vulkan_handles.hpp | 2652 using Type = VULKAN_HPP_NAMESPACE::SurfaceKHR; typedef 2658 using Type = VULKAN_HPP_NAMESPACE::SurfaceKHR; typedef 2665 using Type = VULKAN_HPP_NAMESPACE::SurfaceKHR; typedef 2749 using Type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; typedef 2755 using Type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; typedef 2762 using Type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; typedef 2846 using Type = VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT; typedef 2853 using Type = VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT; typedef 2931 using Type = VULKAN_HPP_NAMESPACE::DisplayKHR; typedef 2937 using Type = VULKAN_HPP_NAMESPACE::DisplayKHR; typedef [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/ |
D | subr.go | 19 func AssignConv(n ir.Node, t *types.Type, context string) ir.Node { 51 func LinksymAddr(pos src.XPos, lsym *obj.LSym, typ *types.Type) *ir.AddrExpr { 98 func CalcMethods(t *types.Type) { 157 func adddot1(s *types.Sym, t *types.Type, d int, save **types.Field, ignorecase bool) (c int, more … 217 func assignconvfn(n ir.Node, t *types.Type, context func() string) ir.Node { 256 func assignOp(src, dst *types.Type) (ir.Op, string) { 367 func convertOp(srcConstant bool, src, dst *types.Type) (ir.Op, string) { 502 func dotpath(s *types.Sym, t *types.Type, save **types.Field, ignorecase bool) (path []dlist, ambig… 523 func expand0(t *types.Type) { 553 func expand1(t *types.Type, top bool) { [all …]
|
/aosp_15_r20/external/swiftshader/include/vulkan/ |
H A D | vulkan_handles.hpp | 2487 using Type = VULKAN_HPP_NAMESPACE::SurfaceKHR; typedef 2493 using Type = VULKAN_HPP_NAMESPACE::SurfaceKHR; typedef 2500 using Type = VULKAN_HPP_NAMESPACE::SurfaceKHR; typedef 2589 using Type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; typedef 2595 using Type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; typedef 2602 using Type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; typedef 2691 using Type = VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT; typedef 2698 using Type = VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT; typedef 2784 using Type = VULKAN_HPP_NAMESPACE::DisplayKHR; typedef 2790 using Type = VULKAN_HPP_NAMESPACE::DisplayKHR; typedef [all …]
|
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | codec_field.go | 193 func makeMessageFieldCoder(fd protoreflect.FieldDescriptor, ft reflect.Type) pointerCoderFuncs { 241 func consumeMessageInfo(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshal… 275 func consumeMessage(b []byte, m proto.Message, wtyp protowire.Type, opts unmarshalOptions) (out unm… 305 func consumeMessageValue(b []byte, v protoreflect.Value, _ protowire.Number, wtyp protowire.Type, o… 334 func consumeGroupValue(b []byte, v protoreflect.Value, num protowire.Number, wtyp protowire.Type, o… 348 func makeGroupFieldCoder(fd protoreflect.FieldDescriptor, ft reflect.Type) pointerCoderFuncs { 398 func consumeGroupType(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOp… 419 func consumeGroup(b []byte, m proto.Message, num protowire.Number, wtyp protowire.Type, opts unmars… 439 func makeMessageSliceFieldCoder(fd protoreflect.FieldDescriptor, ft reflect.Type) pointerCoderFuncs… 493 func consumeMessageSliceInfo(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unma… [all …]
|
/aosp_15_r20/external/golang-protobuf/types/known/typepb/ |
H A D | type.pb.go | 81 func (Syntax) Type() protoreflect.EnumType { func 198 func (Field_Kind) Type() protoreflect.EnumType { func 255 func (Field_Cardinality) Type() protoreflect.EnumType { func 269 type Type struct { struct 270 state protoimpl.MessageState 271 sizeCache protoimpl.SizeCache 272 unknownFields protoimpl.UnknownFields 275 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 277 Fields []*Field `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"` 279 Oneofs []string `protobuf:"bytes,3,rep,name=oneofs,proto3" json:"oneofs,omitempty"` [all …]
|
/aosp_15_r20/external/vulkan-headers/include/vulkan/ |
H A D | vulkan_handles.hpp | 2571 using Type = VULKAN_HPP_NAMESPACE::SurfaceKHR; typedef 2577 using Type = VULKAN_HPP_NAMESPACE::SurfaceKHR; typedef 2584 using Type = VULKAN_HPP_NAMESPACE::SurfaceKHR; typedef 2687 using Type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; typedef 2693 using Type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; typedef 2700 using Type = VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT; typedef 2803 using Type = VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT; typedef 2810 using Type = VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT; typedef 2907 using Type = VULKAN_HPP_NAMESPACE::DisplayKHR; typedef 2913 using Type = VULKAN_HPP_NAMESPACE::DisplayKHR; typedef [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/builtin/ |
D | builtin.go | 118 type Type int type 149 func append(slice []Type, elems ...Type) []Type 156 func copy(dst, src []Type) int 161 func delete(m map[Type]Type1, key Type) 175 func len(v Type) int 189 func cap(v Type) int 209 func make(t Type, size ...IntegerType) Type 226 func new(Type) *Type argument 263 func close(c chan<- Type) 297 func print(args ...Type) [all …]
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | ResolveType.hpp | 21 using Type = Half; typedef 27 using Type = float; typedef 33 using Type = uint8_t; typedef 39 using Type = int8_t; typedef 45 using Type = int8_t; typedef 51 using Type = int16_t; typedef 57 using Type = int32_t; typedef 63 using Type = int64_t; typedef 69 using Type = uint8_t; typedef 75 using Type = BFloat16; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/dynamic/ |
D | mod.rs | 274 fn field(&mut self, t: Type, number: u32, value: &ReflectValueRef) -> crate::Result<()>; in field() 277 t: Type, in repeated_packed() 285 kt: Type, in map_field_entry() 287 vt: Type, in map_field_entry() 401 t: Type, in write_to_with_cached_sizes_dyn() 410 t: Type, in write_to_with_cached_sizes_dyn() 421 kt: Type, in write_to_with_cached_sizes_dyn() 423 vt: Type, in write_to_with_cached_sizes_dyn() 451 t: Type, in compute_size_dyn() 461 t: Type, in compute_size_dyn() [all …]
|