HomeSort by relevance Sort by last modified time
    Searched full:define (Results 51 - 75 of 114289) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_freebsd.h 0 #define _STLP_PLATFORM "Free BSD"
3 #define _STLP_USE_UNIX_IO
  /external/arduino/hardware/arduino/cores/arduino/
binary.h 2 #define Binary_h
4 #define B0 0
5 #define B00 0
6 #define B000 0
7 #define B0000 0
8 #define B00000 0
9 #define B000000 0
10 #define B0000000 0
11 #define B00000000 0
12 #define B1
    [all...]
  /external/kernel-headers/original/asm-x86/
unistd_32.h 2 #define _ASM_X86_UNISTD_32_H
8 #define __NR_restart_syscall 0
9 #define __NR_exit 1
10 #define __NR_fork 2
11 #define __NR_read 3
12 #define __NR_write 4
13 #define __NR_open 5
14 #define __NR_close 6
15 #define __NR_waitpid 7
16 #define __NR_creat
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_isp.h 2 #define __MSM_ISP_H__
4 #define BIT(nr) (1UL << (nr))
7 #define MSG_ID_RESET_ACK 0
8 #define MSG_ID_START_ACK 1
9 #define MSG_ID_STOP_ACK 2
10 #define MSG_ID_UPDATE_ACK 3
11 #define MSG_ID_OUTPUT_P 4
12 #define MSG_ID_OUTPUT_T 5
13 #define MSG_ID_OUTPUT_S 6
14 #define MSG_ID_OUTPUT_V
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h 9 #define SYS__sysctl __NR__sysctl
10 #define SYS_access __NR_access
11 #define SYS_acct __NR_acct
12 #define SYS_add_key __NR_add_key
13 #define SYS_adjtimex __NR_adjtimex
14 #define SYS_afs_syscall __NR_afs_syscall
15 #define SYS_alarm __NR_alarm
16 #define SYS_brk __NR_brk
17 #define SYS_capget __NR_capget
18 #define SYS_capset __NR_capse
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 9 #define SYS__sysctl __NR__sysctl
10 #define SYS_access __NR_access
11 #define SYS_acct __NR_acct
12 #define SYS_add_key __NR_add_key
13 #define SYS_adjtimex __NR_adjtimex
14 #define SYS_afs_syscall __NR_afs_syscall
15 #define SYS_alarm __NR_alarm
16 #define SYS_brk __NR_brk
17 #define SYS_capget __NR_capget
18 #define SYS_capset __NR_capse
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 9 #define SYS__sysctl __NR__sysctl
10 #define SYS_access __NR_access
11 #define SYS_acct __NR_acct
12 #define SYS_add_key __NR_add_key
13 #define SYS_adjtimex __NR_adjtimex
14 #define SYS_afs_syscall __NR_afs_syscall
15 #define SYS_alarm __NR_alarm
16 #define SYS_brk __NR_brk
17 #define SYS_capget __NR_capget
18 #define SYS_capset __NR_capse
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_linux.cfg 36 #define nspr_cpucfg___
39 #define XP_UNIX
43 #define LINUX
46 #define PR_AF_INET6 10 /* same as AF_INET6 */
51 #define IS_BIG_ENDIAN 1
53 #define PR_BYTES_PER_BYTE 1
54 #define PR_BYTES_PER_SHORT 2
55 #define PR_BYTES_PER_INT 4
56 #define PR_BYTES_PER_INT64 8
57 #define PR_BYTES_PER_LONG 4
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_guest_offsets.h 0 #define OFFSET_x86_EAX 8
2 #define OFFSET_x86_EBX 20
3 #define OFFSET_x86_ECX 12
4 #define OFFSET_x86_EDX 16
5 #define OFFSET_x86_ESI 32
6 #define OFFSET_x86_EDI 36
7 #define OFFSET_x86_EBP 28
8 #define OFFSET_x86_ESP 24
9 #define OFFSET_x86_EIP 68
10 #define OFFSET_x86_CS 28
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/
dec.hpp 15 # define BOOST_PREPROCESSOR_ARITHMETIC_DEC_HPP
22 # define BOOST_PP_DEC(x) BOOST_PP_DEC_I(x)
24 # define BOOST_PP_DEC(x) BOOST_PP_DEC_OO((x))
25 # define BOOST_PP_DEC_OO(par) BOOST_PP_DEC_I ## par
28 # define BOOST_PP_DEC_I(x) BOOST_PP_DEC_ ## x
30 # define BOOST_PP_DEC_0 0
31 # define BOOST_PP_DEC_1 0
32 # define BOOST_PP_DEC_2 1
33 # define BOOST_PP_DEC_3 2
34 # define BOOST_PP_DEC_4
    [all...]
inc.hpp 15 # define BOOST_PREPROCESSOR_ARITHMETIC_INC_HPP
22 # define BOOST_PP_INC(x) BOOST_PP_INC_I(x)
24 # define BOOST_PP_INC(x) BOOST_PP_INC_OO((x))
25 # define BOOST_PP_INC_OO(par) BOOST_PP_INC_I ## par
28 # define BOOST_PP_INC_I(x) BOOST_PP_INC_ ## x
30 # define BOOST_PP_INC_0 1
31 # define BOOST_PP_INC_1 2
32 # define BOOST_PP_INC_2 3
33 # define BOOST_PP_INC_3 4
34 # define BOOST_PP_INC_4
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/
bool.hpp 15 # define BOOST_PREPROCESSOR_LOGICAL_BOOL_HPP
22 # define BOOST_PP_BOOL(x) BOOST_PP_BOOL_I(x)
24 # define BOOST_PP_BOOL(x) BOOST_PP_BOOL_OO((x))
25 # define BOOST_PP_BOOL_OO(par) BOOST_PP_BOOL_I ## par
28 # define BOOST_PP_BOOL_I(x) BOOST_PP_BOOL_ ## x
30 # define BOOST_PP_BOOL_0 0
31 # define BOOST_PP_BOOL_1 1
32 # define BOOST_PP_BOOL_2 1
33 # define BOOST_PP_BOOL_3 1
34 # define BOOST_PP_BOOL_4
    [all...]
  /bionic/libc/include/sys/
glibc-syscalls.h 3 #define _BIONIC_GLIBC_SYSCALLS_H_
5 #define SYS_accept __NR_accept
6 #define SYS_accept4 __NR_accept4
7 #define SYS_access __NR_access
8 #define SYS_acct __NR_acct
9 #define SYS_add_key __NR_add_key
10 #define SYS_adjtimex __NR_adjtimex
11 #define SYS_alarm __NR_alarm
12 #define SYS_arm_fadvise64_64 __NR_arm_fadvise64_64
13 #define SYS_arm_sync_file_range __NR_arm_sync_file_rang
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 3 #define single_input 256
4 #define file_input 257
5 #define eval_input 258
6 #define decorator 259
7 #define decorators 260
8 #define decorated 261
9 #define funcdef 262
10 #define parameters 263
11 #define varargslist 264
12 #define fpdef 26
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 3 #define single_input 256
4 #define file_input 257
5 #define eval_input 258
6 #define decorator 259
7 #define decorators 260
8 #define decorated 261
9 #define funcdef 262
10 #define parameters 263
11 #define varargslist 264
12 #define fpdef 26
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h 2 #define _ASM_I386_UNISTD_H_
8 #define __NR_restart_syscall 0
9 #define __NR_exit 1
10 #define __NR_fork 2
11 #define __NR_read 3
12 #define __NR_write 4
13 #define __NR_open 5
14 #define __NR_close 6
15 #define __NR_waitpid 7
16 #define __NR_creat
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 10 // All c++ keywords should be #define-able in ms mode.
12 #define and
13 #define and_eq
14 #define alignas
15 #define alignof
16 #define asm
17 #define auto
18 #define bitand
19 #define bitor
20 #define boo
    [all...]
  /external/qemu/slirp/
bootp.h 3 #define BOOTP_SERVER 67
4 #define BOOTP_CLIENT 68
6 #define BOOTP_REQUEST 1
7 #define BOOTP_REPLY 2
9 #define RFC1533_COOKIE 99, 130, 83, 99
10 #define RFC1533_PAD 0
11 #define RFC1533_NETMASK 1
12 #define RFC1533_TIMEOFFSET 2
13 #define RFC1533_GATEWAY 3
14 #define RFC1533_TIMESERVER
    [all...]
  /external/qemu/slirp-android/
bootp.h 3 #define BOOTP_SERVER 67
4 #define BOOTP_CLIENT 68
6 #define BOOTP_REQUEST 1
7 #define BOOTP_REPLY 2
9 #define RFC1533_COOKIE 99, 130, 83, 99
10 #define RFC1533_PAD 0
11 #define RFC1533_NETMASK 1
12 #define RFC1533_TIMEOFFSET 2
13 #define RFC1533_GATEWAY 3
14 #define RFC1533_TIMESERVER
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_keys.h 2 #define SCANCODE_ESCAPE 1
4 #define SCANCODE_1 2
5 #define SCANCODE_2 3
6 #define SCANCODE_3 4
7 #define SCANCODE_4 5
8 #define SCANCODE_5 6
9 #define SCANCODE_6 7
10 #define SCANCODE_7 8
11 #define SCANCODE_8 9
12 #define SCANCODE_9 1
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbkeys.h 6 #define SCANCODE_ESCAPE 1
8 #define SCANCODE_1 2
9 #define SCANCODE_2 3
10 #define SCANCODE_3 4
11 #define SCANCODE_4 5
12 #define SCANCODE_5 6
13 #define SCANCODE_6 7
14 #define SCANCODE_7 8
15 #define SCANCODE_8 9
16 #define SCANCODE_9 1
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggikeys.h 2 #define SCANCODE_ESCAPE 1
4 #define SCANCODE_1 2
5 #define SCANCODE_2 3
6 #define SCANCODE_3 4
7 #define SCANCODE_4 5
8 #define SCANCODE_5 6
9 #define SCANCODE_6 7
10 #define SCANCODE_7 8
11 #define SCANCODE_8 9
12 #define SCANCODE_9 1
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gskeys.h 6 #define SCANCODE_ESCAPE 1
8 #define SCANCODE_1 2
9 #define SCANCODE_2 3
10 #define SCANCODE_3 4
11 #define SCANCODE_4 5
12 #define SCANCODE_5 6
13 #define SCANCODE_6 7
14 #define SCANCODE_7 8
15 #define SCANCODE_8 9
16 #define SCANCODE_9 1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
001-define.c 0 #define foo 1
008-define-empty.c 0 #define foo

Completed in 1109 milliseconds

1 23 4 5 6 7 8 91011>>