| /external/python/cpython3/Lib/multiprocessing/ |
| D | resource_tracker.py | 185 def register(self, name, rtype): argument 189 def unregister(self, name, rtype): argument 193 def _send(self, cmd, name, rtype): argument
|
| /external/libffi/src/ |
| 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()
|
| /external/ComputeLibrary/src/core/NEON/wrapper/intrinsics/ |
| D | cgt.h | 33 #define VCGT_IMPL(rtype, vtype, prefix, postfix) \ argument
|
| D | cgtz.h | 34 #define VCGTZ_IMPL(vtype, rtype, prefix, postfix) \ argument
|
| D | combine.h | 33 #define VCOMBINE_IMPL(rtype, vtype, prefix, postfix) \ argument
|
| D | cle.h | 33 #define VCLE_IMPL(stype, vtype, rtype, prefix, postfix) \ argument
|
| D | cge.h | 33 #define VCGE_IMPL(stype, vtype, rtype, prefix, postfix) \ argument
|
| D | sub.h | 101 #define VSUBL_IMPL(rtype, vtype, prefix, postfix) \ argument
|
| /external/coreboot/payloads/libpayload/drivers/usb/ |
| 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()
|
| /external/libffi/testsuite/libffi.call/ |
| D | struct10.c | 30 ffi_type rtype; in main() local
|
| /external/kernel-headers/original/uapi/linux/ |
| D | uhid.h | 84 __u8 rtype; member 90 __u8 rtype; member 103 __u8 rtype; member 160 __u8 rtype; member
|
| /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 …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64ELFObjectWriter.cpp | 50 #define R_CLS(rtype) \ argument
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64ELFObjectWriter.cpp | 52 #define R_CLS(rtype) \ argument
|
| /external/sdv/vsomeip/third_party/boost/spirit/workbench/karma/ |
| D | format_performance.cpp | 61 typedef boost::fusion::vector<double, double> rtype; in format_performance_rule() typedef
|
| /external/javassist/src/main/javassist/compiler/ |
| D | Javac.java | 169 CtClass rtype = gen.resolver.lookupClass(r); in compileMethod() local 203 CtClass rtype; in compileBody() local
|
| /external/libnetfilter_conntrack/src/conntrack/ |
| D | grp_setter.c | 88 uint8_t rtype; in set_attr_grp_icmp() local
|
| /external/libffi/src/xtensa/ |
| D | ffi.c | 264 int rtype = cif->rtype->type; in ffi_closure_SYSV_inner() local
|
| /external/libffi/src/microblaze/ |
| D | ffi.c | 179 unsigned int* rtype, unsigned int* rsize) in ffi_closure_call_SYSV()
|
| /external/javassist/src/main/javassist/ |
| D | CtBehavior.java | 858 CtClass rtype = getReturnType0(); in insertAfter() local 917 ConstPool cp, CtClass rtype, int varNo) in insertAfterAdvice() 978 CtClass rtype, int returnVarNo, in insertAfterHandler()
|
| /external/libffi/src/cris/ |
| D | ffi.c | 160 ffi_type * rtype, ffi_type ** atypes) in ffi_prep_cif_core()
|
| /external/libffi/src/aarch64/ |
| D | ffi.c | 474 ffi_type *rtype = cif->rtype; in ffi_prep_cif_machdep() local 581 ffi_type *rtype; in ffi_call_int() local
|
| /external/skia/src/core/ |
| D | SkDrawBase.cpp | 116 RectType rtype; in ComputeRectType() local 178 RectType rtype = ComputeRectType(prePaintRect, paint, *fCTM, &strokeSize); in drawRect() local
|
| /external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/ |
| D | sta_network.cpp | 1920 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; in sendNetworkEapSimGsmAuthResponseInternal() local 1938 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; in sendNetworkEapSimGsmAuthFailureInternal() local 1971 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; in sendNetworkEapSimUmtsAuthResponseInternal() local 1996 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; in sendNetworkEapSimUmtsAutsResponseInternal() local 2014 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; in sendNetworkEapSimUmtsAuthFailureInternal() local 2036 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_EAP_IDENTITY; in sendNetworkEapIdentityResponseInternal() local
|
| /external/python/cpython3/Python/ |
| D | optimizer_bytecodes.c | 161 PyTypeObject *rtype = sym_get_type(right); in dummy_func() local
|