/development/samples/SupportLeanbackShowcase/app/src/main/res/raw/ |
D | cards_example.json | 3 "type" : 1, number 10 "type": "MOVIE", string 16 "type": "MOVIE", string 22 "type": "MOVIE", string 28 "type": "MOVIE", string 34 "type": "MOVIE", string 40 "type": "MOVIE", string 46 "type": "MOVIE", string 52 "type": "MOVIE", string 58 "type": "MOVIE", string [all …]
|
D | page_row_example.json | 6 "type": "MOVIE", string 12 "type": "MOVIE", string 18 "type": "MOVIE", string 24 "type": "MOVIE", string 30 "type": "MOVIE", string 36 "type": "MOVIE", string 42 "type": "MOVIE", string 48 "type": "MOVIE", string 54 "type": "MOVIE", string 65 "type": "MOVIE_BASE", string [all …]
|
D | detail_example.json | 10 "type": "CHARACTER", string 15 "type": "CHARACTER", string 20 "type": "CHARACTER", string 25 "type": "CHARACTER", string 30 "type": "CHARACTER", string 35 "type": "CHARACTER", string 40 "type": "CHARACTER", string 45 "type": "CHARACTER", string 52 "type": "MOVIE", string 58 "type": "MOVIE", string [all …]
|
D | music_example.json | 10 "type": "CHARACTER", string 15 "type": "CHARACTER", string 20 "type": "CHARACTER", string 25 "type": "CHARACTER", string 30 "type": "CHARACTER", string 35 "type": "CHARACTER", string 40 "type": "CHARACTER", string 45 "type": "CHARACTER", string 52 "type": "THIN", string 58 "type": "THIN", string [all …]
|
D | icon_example.json | 5 "type": "ICON", string 10 "type": "ICON", string 15 "type": "ICON", string 20 "type": "ICON", string 25 "type": "ICON", string 30 "type": "ICON", string 35 "type": "ICON", string 40 "type": "ICON", string 45 "type": "ICON", string 50 "type": "ICON", string [all …]
|
D | grid_example.json | 4 "type": "GRID_SQUARE", string 10 "type": "GRID_SQUARE", string 16 "type": "GRID_SQUARE", string 22 "type": "GRID_SQUARE", string 28 "type": "GRID_SQUARE", string 34 "type": "GRID_SQUARE", string 40 "type": "GRID_SQUARE", string 46 "type": "GRID_SQUARE", string 52 "type": "GRID_SQUARE", string 58 "type": "GRID_SQUARE", string [all …]
|
D | launcher_cards.json | 7 "type": "DEFAULT", string 14 "type": "DEFAULT", string 21 "type": "DEFAULT", string 28 "type": "DEFAULT", string 35 "type": "DEFAULT", string 42 "type": "DEFAULT", string 49 "type": "DEFAULT", string 56 "type": "DEFAULT", string 63 "type": "DEFAULT", string
|
/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-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
|
/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/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-21/include/linux/ |
D | android_alarm.h | 46 #define ANDROID_ALARM_CLEAR(type) _IO('a', 0 | ((type) << 4)) argument 49 #define ALARM_IOW(c, type, size) _IOW('a', (c) | ((type) << 4), size) argument 50 #define ANDROID_ALARM_SET(type) ALARM_IOW(2, type, struct timespec) argument 51 #define ANDROID_ALARM_SET_AND_WAIT(type) ALARM_IOW(3, type, struct timespec) argument 52 #define ANDROID_ALARM_GET_TIME(type) ALARM_IOW(4, type, struct timespec) 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
|
/development/ndk/platforms/android-3/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/sources/android/ndk_helper/ |
D | shader.cpp | 29 const GLenum type, in CompileShader() 80 const GLenum type, in CompileShader() 116 const GLenum type, in CompileShader() 128 const GLenum type, in CompileShader()
|
D | interpolator.cpp | 47 const INTERPOLATOR_TYPE type, in Set() 61 const INTERPOLATOR_TYPE type, in Add() 104 float Interpolator::GetFormula( const INTERPOLATOR_TYPE type, in GetFormula()
|
/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
|
/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/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-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/samples/browseable/ActionBarCompat-ShareActionProvider/src/com.example.android.actionbarcompat.shareactionprovider/content/ |
D | ContentItem.java | 44 public ContentItem(int type, int resourceId) { in ContentItem() 56 public ContentItem(int type, String assetFilePath) { in ContentItem()
|