Home
last modified time | relevance | path

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

/third_party/python/Lib/multiprocessing/
Dresource_tracker.py153 def register(self, name, rtype): argument
157 def unregister(self, name, rtype): argument
161 def _send(self, cmd, name, rtype): argument
/third_party/python/Modules/_ctypes/libffi_osx/
Dffi.c136 /*@dependent@*/ /*@out@*/ /*@partial@*/ ffi_type* rtype, in ffi_prep_cif()
/third_party/node/deps/cares/src/lib/
Dares__parse_into_addrinfo.c84 ares_dns_rec_type_t rtype; in ares__parse_into_addrinfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp50 #define R_CLS(rtype) \ argument
/third_party/elfio/tests/
DELFIOTest1.cpp828 unsigned rtype; in TEST() local
862 unsigned rtype; in TEST() local
/third_party/python/Modules/_ctypes/libffi_osx/include/
Dffi.h174 /*@dependent@*/ ffi_type* rtype; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp228 ffi_type *rtype = ffiTypeFor(RetTy); in ffiInvoke() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_fs_out_to_vector.cpp51 auto rtype = glsl_get_base_type(vrhs->type); in operator ()() local
/third_party/alsa-utils/aplay/
Daplay.c2860 static void header(int rtype, char *name)
2883 static void playback_go(int fd, size_t loaded, off_t count, int rtype, char *name)
3369 static void playbackv_go(int* fds, unsigned int channels, size_t loaded, off_t count, int rtype, ch…
3423 static void capturev_go(int* fds, unsigned int channels, off_t count, int rtype, char **names)
/third_party/elfio/elfio/
Delfio_relocation.hpp299 unsigned rtype = 0; in swap_symbols() local
/third_party/elfutils/libdwfl/
Drelocate.c330 int rtype, in relocate()
/third_party/skia/src/core/
DSkDraw.cpp566 RectType rtype; in ComputeRectType() local
628 RectType rtype = ComputeRectType(prePaintRect, paint, ctm, &strokeSize); in drawRect() local
/third_party/node/deps/cares/src/tools/
Dadig.c626 ares_dns_rec_type_t rtype = ares_dns_rr_get_type(rr); in print_rr() local
/third_party/lwip/src/netif/ppp/
Deap.c2136 int code, id, len, rtype, vallen; in eap_printpkt() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dnotify.c266 enum wpa_ctrl_req_type rtype, in wpas_notify_network_request()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new.h305 enum wpa_ctrl_req_type rtype, const char *default_txt) in wpas_dbus_signal_network_request()
Ddbus_new.c460 enum wpa_ctrl_req_type rtype, in wpas_dbus_signal_network_request()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new.h317 enum wpa_ctrl_req_type rtype, const char *default_txt) in wpas_dbus_signal_network_request()
Ddbus_new.c460 enum wpa_ctrl_req_type rtype, in wpas_dbus_signal_network_request()
/third_party/toybox/toys/pending/
Dip.c2429 static int tnl_ioctl(char *dev, int rtype, struct ip_tunnel_parm *ptnl) in tnl_ioctl()
2739 int idx = 2, rtype = SIOCDELTUNNEL; in tunnelupdate() local
/third_party/python/Modules/_ctypes/
Dcallproc.c1155 ffi_type *rtype; in _ctypes_callproc() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dnotify.c510 enum wpa_ctrl_req_type rtype, in wpas_notify_network_request()
/third_party/elfutils/src/
Dstrip.c650 int rtype, symndx, offset, addend; in remove_debug_relocations() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp572 const char* rtype = useSame ? sameType : "gl_MatrixUseAccumulator"; in initPrograms() local
/third_party/python/Lib/test/
D_test_multiprocessing.py103 def _resource_unlink(name, rtype): argument