/development/ndk/platforms/android-9/arch-x86/include/asm/xen/ |
D | hypercall.h | 27 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res… argument 29 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" :… argument 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call … argument 31 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatil… argument 32 #define _hypercall4(type, name, a1, a2, a3, a4) ({ long __res, __ign1, __ign2, __ign3, __ign4; … argument 34 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign… argument
|
/development/ndk/platforms/android-21/include/asm-generic/ |
D | ioctl.h | 52 #define _IOC(dir,type,nr,size) (((dir) << _IOC_DIRSHIFT) | ((type) << _IOC_TYPESHIFT) | ((nr)… argument 55 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 56 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 57 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 59 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 60 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 61 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 62 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/development/ndk/platforms/android-9/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-mips/include/asm/ |
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
|
D | io.h | 76 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) static inline void pfx##write##bwlq(type val… argument 77 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(typ… argument 79 #define __BUILD_MEMORY_PFX(bus, bwlq, type) __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1) argument 80 #define BUILDIO_MEM(bwlq, type) __BUILD_MEMORY_PFX(__raw_, bwlq, type) __BUILD_MEMORY_PFX(, bwl… argument 81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_I… 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 #define __BUILD_MEMORY_STRING(bwlq, type) static inline void writes##bwlq(volatile void __iomem … argument 94 #define __BUILD_IOPORT_STRING(bwlq, type) static inline void outs##bwlq(unsigned long port, cons… argument 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, t… argument
|
/development/ndk/platforms/android-9/include/sys/ |
D | queue.h | 84 #define LIST_HEAD(name, type) \ argument 92 #define LIST_ENTRY(type) \ argument 150 #define SLIST_HEAD(name, type) \ argument 158 #define SLIST_ENTRY(type) \ argument 184 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 211 #define STAILQ_HEAD(name, type) \ argument 220 #define STAILQ_ENTRY(type) \ argument 256 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument 285 #define SIMPLEQ_HEAD(name, type) \ argument 294 #define SIMPLEQ_ENTRY(type) \ argument [all …]
|
/development/ndk/platforms/android-21/include/sys/ |
D | queue.h | 84 #define LIST_HEAD(name, type) \ argument 92 #define LIST_ENTRY(type) \ argument 150 #define SLIST_HEAD(name, type) \ argument 158 #define SLIST_ENTRY(type) \ argument 184 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 211 #define STAILQ_HEAD(name, type) \ argument 220 #define STAILQ_ENTRY(type) \ argument 256 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument 285 #define SIMPLEQ_HEAD(name, type) \ argument 294 #define SIMPLEQ_ENTRY(type) \ argument [all …]
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | io_32.h | 30 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out#… argument 31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { … argument
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
D | FieldInfo.java | 34 public FieldInfo(String name, String type) { in FieldInfo() 54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList); in normalizeType() local
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
D | xt_sctp.h | 51 #define bytes(type) (sizeof(type) * 8) argument 52 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] |= 1 << (type … argument 54 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] &= ~(1 << (t… argument 55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ ((chunkmap)[type / bytes (__u32)] & (1 << (typ… argument
|
D | xt_AUDIT.h | 32 __u8 type; member
|
/development/ndk/platforms/android-9/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-9/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/platforms/android-9/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/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/content/ |
D | ContentItem.java | 44 public ContentItem(int type, int resourceId) { in ContentItem() 56 public ContentItem(int type, String assetFilePath) { in ContentItem()
|
/development/ndk/platforms/android-21/include/linux/netfilter_bridge/ |
D | ebt_802_3.h | 37 __be16 type; member 46 __be16 type; member 62 __be16 type; member
|
/development/ndk/platforms/android-21/arch-x86_64/include/asm/ |
D | mtrr.h | 31 unsigned int type; member 39 unsigned int type; member 46 __u32 type; member 54 __u32 type; member
|
/development/ndk/platforms/android-21/arch-x86/include/asm/ |
D | mtrr.h | 31 unsigned int type; member 39 unsigned int type; member 46 __u32 type; member 54 __u32 type; member
|
/development/ndk/platforms/android-9/include/linux/ |
D | moduleparam.h | 67 #define module_param_named(name, value, type, perm) param_check_##type(name, &(value)); module_… 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 #define module_param_array_named(name, array, type, nump, perm) static struct kparam_array __para… 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
|
/development/ndk/platforms/android-21/include/linux/dvb/ |
D | ca.h | 24 int type; member 39 unsigned int type; member 55 unsigned int type; member
|
/development/ndk/platforms/android-21/include/linux/ |
D | firewire-cdev.h | 40 __u32 type; member 45 __u32 type; member 57 __u32 type; member 66 __u32 type; member 77 __u32 type; member 94 __u32 type; member 102 __u32 type; member 109 __u32 type; member 117 __u32 type; member 212 __u32 type; member [all …]
|
/development/ndk/platforms/android-9/include/ |
D | link.h | 37 #define ElfW(type) Elf32_##type argument
|
/development/apps/Development/src/com/android/development/ |
D | AccountsTester.java | 210 String type = getSelectedAuthenticator().type; in onClick() local 391 AccountManagerCallback<Bundle> newAccountsCallback(String type, String[] features) { in newAccountsCallback() 399 public GetAccountsCallback(String type, String[] features) { in GetAccountsCallback() 425 AccountManagerCallback<Bundle> newAuthTokensCallback(String type, String authTokenType, in newAuthTokensCallback() 435 public GetAuthTokenCallback(String type, String authTokenType, String[] features) { in GetAuthTokenCallback()
|