/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | io.h | 76 …type, irq) static inline void pfx##write##bwlq(type val, volatile void __iomem *mem) { vol… argument 77 …type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile… argument 79 #define __BUILD_MEMORY_PFX(bus, bwlq, type) __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1) argument 80 …ILDIO_MEM(bwlq, type) __BUILD_MEMORY_PFX(__raw_, bwlq, type) __BUILD_MEMORY_PFX(, bwlq, type) … argument 81 …e __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT… argument 82 #define BUILDIO_IOPORT(bwlq, type) __BUILD_IOPORT_PFX(, bwlq, type) __BUILD_IOPORT_PFX(__mem_, … argument 84 #define __BUILDIO(bwlq, type) __BUILD_MEMORY_SINGLE(____raw_, bwlq, type, 0) argument 92 …type) static inline void writes##bwlq(volatile void __iomem *mem, const void *addr, unsigned … argument 94 …type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count)… argument 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, t… argument
|
D | ioctl.h | 45 #define _IOC(dir, type, nr, size) (((dir) << _IOC_DIRSHIFT) | ((type) << _IOC_TYPESHIFT) | ((… argument 49 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0) argument 50 #define _IOR(type, nr, size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument 51 #define _IOW(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 52 #define _IOWR(type, nr, size) _IOC(_IOC_READ|_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 54 #define _IOR_BAD(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument 55 #define _IOW_BAD(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument 56 #define _IOWR_BAD(type, nr, size) _IOC(_IOC_READ|_IOC_WRITE, (type), (nr), sizeof(size)) argument
|
/development/ndk/platforms/android-3/include/asm-generic/ |
D | ioctl.h | 34 #define _IOC(dir,type,nr,size) (((dir) << _IOC_DIRSHIFT) | ((type) << _IOC_TYPESHIFT) | ((nr)… argument 39 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 40 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 41 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 42 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 43 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 44 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 45 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
D | percpu.h | 18 #define DEFINE_PER_CPU(type, name) __typeof__(type) per_cpu__##name argument 24 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name argument
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | io_32.h | 30 …IO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(v… argument 31 …type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__… argument
|
/development/ndk/platforms/android-3/include/linux/ |
D | android_alarm.h | 39 #define ANDROID_ALARM_CLEAR(type) _IO('a', 0 | ((type) << 4)) argument 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec) argument 42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec) argument 43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec) argument
|
D | moduleparam.h | 32 #define __MODULE_PARM_TYPE(name, _type) __MODULE_INFO(parmtype, name##type, #name ":" _type) 67 …type, perm) param_check_##type(name, &(value)); module_param_call(name, param_set_##type, para… argument 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) argument 73 #define __param_check(name, p, type) static inline type *__check_##name(void) { return(p); } argument 95 …type, nump, perm) static struct kparam_array __param_arr_##name = { ARRAY_SIZE(array), nump, p… argument 97 #define module_param_array(name, type, nump, perm) module_param_array_named(name, name, type, num… argument
|
D | percpu.h | 29 #define alloc_percpu(type) ((type *)(__alloc_percpu(sizeof(type)))) argument
|
D | ipv6.h | 44 __u8 type; member 63 #define rt0_type rt_hdr.type 71 #define rt2_type rt_hdr.type 75 __u8 type; member
|
/development/ndk/platforms/android-9/arch-x86/include/asm/xen/ |
D | hypercall.h | 27 …type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (h… argument 29 …type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b"… argument 30 …type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (… argument 31 …type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]… argument 32 …type, name, a1, a2, a3, a4) ({ long __res, __ign1, __ign2, __ign3, __ign4; asm volatile ( "… argument 34 …type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm vo… argument
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
D | ipt_sctp.h | 47 #define bytes(type) (sizeof(type) * 8) argument 49 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (typ… argument 51 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << … argument 53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (t… argument
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
D | xt_sctp.h | 49 #define bytes(type) (sizeof(type) * 8) argument 51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (typ… argument 53 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << … argument 55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (t… argument
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | socket.c | 27 static inline int mips_change_type(int type) in mips_change_type() argument 29 switch (type) { in mips_change_type() 37 return type; in mips_change_type() 42 int socket_portable(int domain, int type, int protocol) { in socket_portable() argument 43 return socket(domain, mips_change_type(type), protocol); in socket_portable()
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
D | FieldInfo.java | 34 public FieldInfo(String name, String type) { in FieldInfo() argument 36 mType = type; in FieldInfo() 54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList); in normalizeType() local 55 if (!type.equals(mType)) { in normalizeType() 57 mType = type; in normalizeType()
|
D | TypeUtils.java | 55 public static String typeToDescriptor(String type) { in typeToDescriptor() argument 56 String quick = sQuickConvert.get(type); in typeToDescriptor() 63 while ((posn = type.indexOf('[', posn+1)) != -1) { in typeToDescriptor() 71 type = type.substring(0, firstPosn); in typeToDescriptor() 78 quick = sQuickConvert.get(type); in typeToDescriptor() 83 builder.append(type.replace('.', '/')); in typeToDescriptor()
|
/development/ndk/platforms/android-3/include/netinet/ |
D | ip_icmp.h | 205 #define ICMP_INFOTYPE(type) \ argument 206 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \ 207 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \ 208 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \ 209 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \ 210 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
|
/development/ndk/platforms/android-3/include/sys/ |
D | queue.h | 84 #define LIST_HEAD(name, type) \ argument 86 struct type *lh_first; /* first element */ \ 92 #define LIST_ENTRY(type) \ argument 94 struct type *le_next; /* next element */ \ 95 struct type **le_prev; /* address of previous next element */ \ 150 #define SLIST_HEAD(name, type) \ argument 152 struct type *slh_first; /* first element */ \ 158 #define SLIST_ENTRY(type) \ argument 160 struct type *sle_next; /* next element */ \ 184 #define SLIST_REMOVE(head, elm, type, field) do { \ argument [all …]
|
/development/ndk/sources/android/libportable/common/include/ |
D | ioctls_portable.h | 41 #define _IOC_PORTABLE(dir,type,nr,size) (((dir) << _IOC_DIRSHIFT_PORTABLE) | ((type) << _IOC_TY… argument 46 #define _IO_PORTABLE(type,nr) _IOC_PORTABLE(_IOC_NONE_PORTABLE,(type),(nr),0) argument 47 #define _IOR_PORTABLE(type,nr,size) _IOC_PORTABLE(_IOC_READ_PORTABLE,(type),(nr),(_IOC_TYPECHECK_PO… argument 48 #define _IOW_PORTABLE(type,nr,size) _IOC_PORTABLE(_IOC_WRITE_PORTABLE,(type),(nr),(_IOC_TYPECHECK_P… argument 49 #define _IOWR_PORTABLE(type,nr,size) _IOC_PORTABLE(_IOC_READ_PORTABLE|_IOC_WRITE_PORTABLE,(type),(n… argument
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | domain.h | 24 #define domain_val(dom,type) ((type) << (2*(dom))) argument 29 #define modify_domain(dom,type) do { } while (0) argument
|
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
D | board.h | 117 int type:4; member 160 #define omap_get_config(tag, type) ((const type *) __omap_get_config((tag), sizeof(type), 0)) argument 161 #define omap_get_nr_config(tag, type, nr) ((const type *) __omap_get_config((tag), sizeof(type), … argument
|
/development/ndk/platforms/android-9/arch-mips/src/ |
D | crtend_android.S | 39 .type __CTOR_END__, @object 44 .type __DTOR_END__, @object 50 .type __FRAME_END__, @object
|
/development/tools/emulator/opengl/system/GLESv2_enc/ |
D | GL2EncoderUtils.cpp | 21 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pac… in pixelDataSize() argument 25 return ctx->state()->pixelDataSize(width, height, format, type, pack); in pixelDataSize() 28 …e3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) in pixelDataSize3D() argument 30 size_t layerSize = pixelDataSize(self, width, height, format, type, pack); in pixelDataSize3D()
|
/development/ndk/sources/android/libportable/arch-arm/ |
D | socket.c | 21 int socket_portable(int domain, int type, int protocol) { in socket_portable() argument 22 return socket(domain, type, protocol); in socket_portable()
|
/development/ndk/sources/android/libportable/arch-x86/ |
D | socket.c | 21 int socket_portable(int domain, int type, int protocol) { in socket_portable() argument 22 return socket(domain, type, protocol); in socket_portable()
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
D | GLEncoderUtils.cpp | 20 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pac… in pixelDataSize() argument 23 return ctx->pixelDataSize(width, height, format, type, pack); in pixelDataSize()
|