Home
last modified time | relevance | path

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

123456789

/development/samples/SupportLeanbackShowcase/app/src/main/res/raw/
Dcards_example.json3 "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 …]
Dpage_row_example.json6 "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 …]
Ddetail_example.json10 "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 …]
Dmusic_example.json10 "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 …]
Dicon_example.json5 "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 …]
Dgrid_example.json4 "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 …]
Dlauncher_cards.json7 "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/
Dhypercall.h27 #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/
Dioctl.h34 #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/
Dioctl.h52 #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/
Dioctl.h45 #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
Dio.h76 #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/
Dandroid_alarm.h46 #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/
Dandroid_alarm.h39 #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/
Dqueue.h84 #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/
Dqueue.h84 #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/
Dshader.cpp29 const GLenum type, in CompileShader()
80 const GLenum type, in CompileShader()
116 const GLenum type, in CompileShader()
128 const GLenum type, in CompileShader()
Dinterpolator.cpp47 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/
Dxt_sctp.h51 #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/
Dipt_sctp.h47 #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/
Dxt_sctp.h49 #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/
Dio_32.h30 #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/
DFieldInfo.java34 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/
Ddomain.h24 #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/
DContentItem.java44 public ContentItem(int type, int resourceId) { in ContentItem()
56 public ContentItem(int type, String assetFilePath) { in ContentItem()

123456789