/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/ |
D | badlinkname.go | 40 func badlinkname_rtype_Align(*rtype) int 43 func badlinkname_rtype_AssignableTo(*rtype, Type) bool 46 func badlinkname_rtype_Bits(*rtype) int 49 func badlinkname_rtype_ChanDir(*rtype) ChanDir 52 func badlinkname_rtype_Comparable(*rtype) bool 55 func badlinkname_rtype_ConvertibleTo(*rtype, Type) bool 58 func badlinkname_rtype_Elem(*rtype) Type 61 func badlinkname_rtype_Field(*rtype, int) StructField 64 func badlinkname_rtype_FieldAlign(*rtype) int 67 func badlinkname_rtype_FieldByIndex(*rtype, []int) StructField [all …]
|
D | type.go | 318 type rtype struct { struct 319 t abi.Type 322 func (t *rtype) common() *abi.Type { 326 func (t *rtype) uncommon() *abi.UncommonType { 557 func (t *rtype) nameOff(off aNameOff) abi.Name { 561 func (t *rtype) typeOff(off aTypeOff) *abi.Type { 565 func (t *rtype) textOff(off aTextOff) unsafe.Pointer { 573 func (t *rtype) String() string { 581 func (t *rtype) Size() uintptr { return t.t.Size() } 583 func (t *rtype) Bits() int { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/reflectlite/ |
D | type.go | 94 type rtype struct { struct 95 *abi.Type 233 func (t rtype) nameOff(off nameOff) abi.Name { 237 func (t rtype) typeOff(off typeOff) *abi.Type { 241 func (t rtype) uncommon() *uncommonType { 245 func (t rtype) String() string { 253 func (t rtype) common() *abi.Type { return t.Type } 255 func (t rtype) exportedMethods() []abi.Method { 263 func (t rtype) NumMethod() int { 271 func (t rtype) PkgPath() string { [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodType.java | 102 private final Class<?> rtype; field in MethodType 117 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType() 126 /*trusted*/ /** @hide */ public Class<?> rtype() { return rtype; } in rtype() method in MethodType 162 private static void checkRtype(Class<?> rtype) { in checkRtype() 215 MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType() 229 MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType() 252 MethodType methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) { in methodType() 268 MethodType methodType(Class<?> rtype) { in methodType() 283 MethodType methodType(Class<?> rtype, Class<?> ptype0) { in methodType() 298 MethodType methodType(Class<?> rtype, MethodType ptypes) { in methodType() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodType.java | 102 private final Class<?> rtype; field in MethodType 117 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType() 126 /*trusted*/ /** @hide */ public Class<?> rtype() { return rtype; } in rtype() method in MethodType 162 private static void checkRtype(Class<?> rtype) { in checkRtype() 215 MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType() 229 MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType() 252 MethodType methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) { in methodType() 268 MethodType methodType(Class<?> rtype) { in methodType() 283 MethodType methodType(Class<?> rtype, Class<?> ptype0) { in methodType() 298 MethodType methodType(Class<?> rtype, MethodType ptypes) { in methodType() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/invoke/ |
H A D | MethodType.java | 102 private final Class<?> rtype; field in MethodType 117 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType() 126 /*trusted*/ /** @hide */ public Class<?> rtype() { return rtype; } in rtype() method in MethodType 162 private static void checkRtype(Class<?> rtype) { in checkRtype() 215 MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType() 229 MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType() 252 MethodType methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) { in methodType() 268 MethodType methodType(Class<?> rtype) { in methodType() 283 MethodType methodType(Class<?> rtype, Class<?> ptype0) { in methodType() 298 MethodType methodType(Class<?> rtype, MethodType ptypes) { in methodType() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | type.go | 21 type rtype struct { struct 22 *abi.Type // embedding is okay here (unlike reflect) because none of this is public 25 func (t rtype) string() string { 33 func (t rtype) uncommon() *uncommontype { 37 func (t rtype) name() string { 60 func (t rtype) pkgpath() string { 148 func (t rtype) nameOff(off nameOff) name { 199 func (t rtype) typeOff(off typeOff) *_type { 203 func (t rtype) textOff(off textOff) unsafe.Pointer {
|
/aosp_15_r20/libcore/ojluni/src/lambda/java/java/lang/invoke/ |
H A D | MethodType.java | 34 MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType() 39 MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType() 44 MethodType methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) { return null; } in methodType() 47 MethodType methodType(Class<?> rtype) { return null; } in methodType() 50 MethodType methodType(Class<?> rtype, Class<?> ptype0) { return null; } in methodType() 53 MethodType methodType(Class<?> rtype, MethodType ptypes) { return null; } in methodType()
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/invoke/ |
H A D | MethodType.annotated.java | 34 public static java.lang.invoke.MethodType methodType(java.lang.Class<?> rtype, java.lang.Class<?>[]… in methodType() 36 public static java.lang.invoke.MethodType methodType(java.lang.Class<?> rtype, java.util.List<java.… in methodType() 38 public static java.lang.invoke.MethodType methodType(java.lang.Class<?> rtype, java.lang.Class<?> p… in methodType() 40 public static java.lang.invoke.MethodType methodType(java.lang.Class<?> rtype) { throw new RuntimeE… in methodType() 42 public static java.lang.invoke.MethodType methodType(java.lang.Class<?> rtype, java.lang.Class<?> p… in methodType() 44 public static java.lang.invoke.MethodType methodType(java.lang.Class<?> rtype, java.lang.invoke.Met… in methodType()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.cpp | 35 #define API_ENTRY_RET(rtype,fname,params,args) \ argument 51 #define API_ENTRY_RET(rtype,fname,params,args) \ argument 72 #define API_ENTRY_RET(rtype,fname,params,args) \ in initClientFuncs() argument 107 #define API_ENTRY_RET(rtype,fname,params,args) \ argument 131 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
|
/aosp_15_r20/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.cpp | 34 #define API_ENTRY_RET(rtype,fname,params,args) \ argument 50 #define API_ENTRY_RET(rtype,fname,params,args) \ argument 71 #define API_ENTRY_RET(rtype,fname,params,args) \ in initClientFuncs() argument 108 #define API_ENTRY_RET(rtype,fname,params,args) \ argument 132 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/ |
D | tuples.hpp | 177 typedef nil_t& rtype; typedef 188 typedef typename impl::access<type>::type rtype; typedef 200 typedef typename impl::access<type>::type rtype; typedef 212 typedef typename impl::access<type>::type rtype; typedef 225 typedef typename impl::access<type>::type rtype; typedef 237 typedef typename impl::access<type>::type rtype; typedef 249 typedef typename impl::access<type>::type rtype; typedef 262 typedef typename impl::access<type>::type rtype; typedef 274 typedef typename impl::access<type>::type rtype; typedef 286 typedef typename impl::access<type>::type rtype; typedef [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/ |
H A D | resource_tracker.py | 153 def register(self, name, rtype): argument 157 def unregister(self, name, rtype): argument 161 def _send(self, cmd, name, rtype): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/ |
D | resource_tracker.py | 153 def register(self, name, rtype): argument 157 def unregister(self, name, rtype): argument 161 def _send(self, cmd, name, rtype): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/ |
D | resource_tracker.py | 153 def register(self, name, rtype): argument 157 def unregister(self, name, rtype): argument 161 def _send(self, cmd, name, rtype): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/ |
D | resource_tracker.py | 153 def register(self, name, rtype): argument 157 def unregister(self, name, rtype): argument 161 def _send(self, cmd, name, rtype): argument
|
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/ |
D | resource_tracker.py | 153 def register(self, name, rtype): argument 157 def unregister(self, name, rtype): argument 161 def _send(self, cmd, name, rtype): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/ |
D | resource_tracker.py | 153 def register(self, name, rtype): argument 157 def unregister(self, name, rtype): argument 161 def _send(self, cmd, name, rtype): argument
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | prep_cif.c | 111 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif_core() 219 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif() 228 ffi_type *rtype, in ffi_prep_cif_var()
|
/aosp_15_r20/external/libffi/src/ |
H A D | prep_cif.c | 113 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif_core() 222 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif() 231 ffi_type *rtype, in ffi_prep_cif_var()
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/ |
H A D | usb.c | 127 set_feature(usbdev_t *dev, int endp, int feature, int rtype) in set_feature() 142 get_status(usbdev_t *dev, int intf, int rtype, int len, void *data) in get_status() 164 get_descriptor(usbdev_t *dev, int rtype, int desc_type, int desc_idx, in get_descriptor() 203 clear_feature(usbdev_t *dev, int endp, int feature, int rtype) in clear_feature()
|
/aosp_15_r20/prebuilts/sdk/tools/ |
HD | core-lambda-stubs.jar | META-INF/
META-INF/MANIFEST.MF
java/lang/invoke/CallSite. ... |
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | uhid.h | 74 __u8 rtype; member 79 __u8 rtype; member 90 __u8 rtype; member 129 __u8 rtype; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/ |
D | uhid.h | 74 __u8 rtype; member 79 __u8 rtype; member 90 __u8 rtype; member 129 __u8 rtype; member
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/ |
D | uhid.h | 74 __u8 rtype; member 79 __u8 rtype; member 90 __u8 rtype; member 129 __u8 rtype; member
|