OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:define
(Results
576 - 600
of
119084
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/asm/
pgtable-hwdef.h
13
#
define
_ASMARM_PGTABLE_HWDEF_H
15
#
define
PMD_TYPE_MASK (3 << 0)
16
#
define
PMD_TYPE_FAULT (0 << 0)
17
#
define
PMD_TYPE_TABLE (1 << 0)
18
#
define
PMD_TYPE_SECT (2 << 0)
19
#
define
PMD_BIT4 (1 << 4)
20
#
define
PMD_DOMAIN(x) ((x) << 5)
21
#
define
PMD_PROTECTION (1 << 9)
23
#
define
PMD_SECT_BUFFERABLE (1 << 2)
24
#
define
PMD_SECT_CACHEABLE (1 << 3
[
all
...]
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm/
pgtable-hwdef.h
13
#
define
_ASMARM_PGTABLE_HWDEF_H
15
#
define
PMD_TYPE_MASK (3 << 0)
16
#
define
PMD_TYPE_FAULT (0 << 0)
17
#
define
PMD_TYPE_TABLE (1 << 0)
18
#
define
PMD_TYPE_SECT (2 << 0)
19
#
define
PMD_BIT4 (1 << 4)
20
#
define
PMD_DOMAIN(x) ((x) << 5)
21
#
define
PMD_PROTECTION (1 << 9)
23
#
define
PMD_SECT_BUFFERABLE (1 << 2)
24
#
define
PMD_SECT_CACHEABLE (1 << 3
[
all
...]
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm/
pgtable-hwdef.h
13
#
define
_ASMARM_PGTABLE_HWDEF_H
15
#
define
PMD_TYPE_MASK (3 << 0)
16
#
define
PMD_TYPE_FAULT (0 << 0)
17
#
define
PMD_TYPE_TABLE (1 << 0)
18
#
define
PMD_TYPE_SECT (2 << 0)
19
#
define
PMD_BIT4 (1 << 4)
20
#
define
PMD_DOMAIN(x) ((x) << 5)
21
#
define
PMD_PROTECTION (1 << 9)
23
#
define
PMD_SECT_BUFFERABLE (1 << 2)
24
#
define
PMD_SECT_CACHEABLE (1 << 3
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/radeon/server/
radeon_reg.h
53
#
define
_RADEON_REG_H_
56
#
define
RADEON_ADAPTER_ID 0x0f2c /* PCI */
57
#
define
RADEON_AGP_BASE 0x0170
58
#
define
RADEON_AGP_CNTL 0x0174
59
#
define
RADEON_AGP_APER_SIZE_256MB (0x00 << 0)
60
#
define
RADEON_AGP_APER_SIZE_128MB (0x20 << 0)
61
#
define
RADEON_AGP_APER_SIZE_64MB (0x30 << 0)
62
#
define
RADEON_AGP_APER_SIZE_32MB (0x38 << 0)
63
#
define
RADEON_AGP_APER_SIZE_16MB (0x3c << 0)
64
#
define
RADEON_AGP_APER_SIZE_8MB (0x3e << 0
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h
9
#
define
_INC_TCHAR
19
#
define
_ftcscat _tcscat
20
#
define
_ftcschr _tcschr
21
#
define
_ftcscpy _tcscpy
22
#
define
_ftcscspn _tcscspn
23
#
define
_ftcslen _tcslen
24
#
define
_ftcsncat _tcsncat
25
#
define
_ftcsncpy _tcsncpy
26
#
define
_ftcspbrk _tcspbrk
27
#
define
_ftcsrchr _tcsrch
[
all
...]
msxml2did.h
7
#
define
__MSXML2DID_H__
9
#
define
DISPID_XOBJ_MIN 0x00010000
10
#
define
DISPID_XOBJ_MAX 0x0001FFFF
11
#
define
DISPID_XOBJ_BASE DISPID_XOBJ_MIN
13
#
define
DISPID_XMLELEMENTCOLLECTION DISPID_XOBJ_BASE
15
#
define
DISPID_XMLELEMENTCOLLECTION_LENGTH DISPID_XMLELEMENTCOLLECTION + 1
16
#
define
DISPID_XMLELEMENTCOLLECTION_NEWENUM DISPID_NEWENUM
17
#
define
DISPID_XMLELEMENTCOLLECTION_ITEM DISPID_XMLELEMENTCOLLECTION + 3
19
#
define
DISPID_XMLDOCUMENT DISPID_XMLELEMENTCOLLECTION + 100
21
#
define
DISPID_XMLDOCUMENT_ROOT DISPID_XMLDOCUMENT +
[
all
...]
/development/ndk/platforms/android-3/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/external/kernel-headers/original/uapi/linux/
magic.h
2
#
define
__LINUX_MAGIC_H__
4
#
define
ADFS_SUPER_MAGIC 0xadf5
5
#
define
AFFS_SUPER_MAGIC 0xadff
6
#
define
AFS_SUPER_MAGIC 0x5346414F
7
#
define
AUTOFS_SUPER_MAGIC 0x0187
8
#
define
CODA_SUPER_MAGIC 0x73757245
9
#
define
CRAMFS_MAGIC 0x28cd3d45 /* some random number */
10
#
define
CRAMFS_MAGIC_WEND 0x453dcd28 /* magic number with the wrong endianess */
11
#
define
DEBUGFS_MAGIC 0x64626720
12
#
define
SECURITYFS_MAGIC 0x7363667
[
all
...]
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/
nfs4.h
13
#
define
_LINUX_NFS4_H
17
#
define
NFS4_VERIFIER_SIZE 8
18
#
define
NFS4_FHSIZE 128
19
#
define
NFS4_MAXPATHLEN PATH_MAX
20
#
define
NFS4_MAXNAMLEN NAME_MAX
22
#
define
NFS4_ACCESS_READ 0x0001
23
#
define
NFS4_ACCESS_LOOKUP 0x0002
24
#
define
NFS4_ACCESS_MODIFY 0x0004
25
#
define
NFS4_ACCESS_EXTEND 0x0008
26
#
define
NFS4_ACCESS_DELETE 0x001
[
all
...]
Completed in 2449 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>