HomeSort by relevance Sort by last modified time
    Searched full:defined (Results 1 - 25 of 32502) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/tools/metrics/testdata/
foo_ignored.txt 1 #if defined(OS_ANDROID)
3 #if defined(OS_WIN)
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
078-elif-without-if.c 1 #elif defined FOO
050-if-defined.c 1 #if defined foo
7 #if defined foo
13 #if defined foo
065-if-defined-parens.c 1 #if defined(foo)
7 #if defined ( foo )
13 #if defined (foo)
  /external/mesa3d/src/glsl/glcpp/tests/
078-elif-without-if.c 1 #elif defined FOO
050-if-defined.c 1 #if defined foo
7 #if defined foo
13 #if defined foo
  /ndk/tests/build/stdint-c++/jni/
test_c.c 4 #error INT8_MIN defined!
7 #error INT8_MAX defined!
10 #error INT_LEAST8_MIN defined!
13 #error INT_LEAST8_MAX defined!
16 #error INT_FAST8_MIN defined!
19 #error INT_FAST8_MAX defined!
22 #error UINT8_MAX defined!
25 #error UINT_LEAST8_MAX defined!
28 #error UINT_FAST8_MAX defined!
31 #error INT16_MIN defined!
    [all...]
test_no_macros.cpp 4 #error INT8_MIN defined!
7 #error INT8_MAX defined!
10 #error INT_LEAST8_MIN defined!
13 #error INT_LEAST8_MAX defined!
16 #error INT_FAST8_MIN defined!
19 #error INT_FAST8_MAX defined!
22 #error UINT8_MAX defined!
25 #error UINT_LEAST8_MAX defined!
28 #error UINT_FAST8_MAX defined!
31 #error INT16_MIN defined!
    [all...]
test_all_macros.cpp 6 #error INT8_MIN defined!
9 #error INT8_MAX defined!
12 #error INT_LEAST8_MIN defined!
15 #error INT_LEAST8_MAX defined!
18 #error INT_FAST8_MIN defined!
21 #error INT_FAST8_MAX defined!
24 #error UINT8_MAX defined!
27 #error UINT_LEAST8_MAX defined!
30 #error UINT_FAST8_MAX defined!
33 #error INT16_MIN defined!
    [all...]
test_constant_macros.cpp 5 #error INT8_MIN is defined!
8 #error INT8_MAX is defined!
11 #error INT_LEAST8_MIN is defined!
14 #error INT_LEAST8_MAX is defined!
17 #error INT_FAST8_MIN is defined!
20 #error INT_FAST8_MAX is defined!
23 #error UINT8_MAX is defined!
26 #error UINT_LEAST8_MAX is defined!
29 #error UINT_FAST8_MAX is defined!
32 #error INT16_MIN is defined!
    [all...]
test_limit_macros.cpp 5 #error INT8_MIN is not defined!
8 #error INT8_MAX is not defined!
11 #error INT_LEAST8_MIN is not defined!
14 #error INT_LEAST8_MAX is not defined!
17 #error INT_FAST8_MIN is not defined!
20 #error INT_FAST8_MAX is not defined!
23 #error UINT8_MAX is not defined!
26 #error UINT_LEAST8_MAX is not defined!
29 #error UINT_FAST8_MAX is not defined!
32 #error INT16_MIN is not defined!
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
arm_arch.h 4 #if !defined(__ARM_ARCH__)
5 # if defined(__CC_ARM)
7 # if defined(__BIG_ENDIAN)
12 # elif defined(__GNUC__)
19 # if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) || \
20 defined(__ARM_ARCH_7R__)|| defined(__ARM_ARCH_7M__) || \
21 defined(__ARM_ARCH_7EM__)
23 # elif defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_6J__) ||
    [all...]
  /external/openssl/crypto/
arm_arch.h 4 #if !defined(__ARM_ARCH__)
5 # if defined(__CC_ARM)
7 # if defined(__BIG_ENDIAN)
12 # elif defined(__GNUC__)
19 # if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) || \
20 defined(__ARM_ARCH_7R__)|| defined(__ARM_ARCH_7M__) || \
21 defined(__ARM_ARCH_7EM__)
23 # elif defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_6J__) ||
    [all...]
  /external/chromium_org/sandbox/linux/services/
x86_32_linux_syscalls.h 9 #if !defined(__i386__)
13 #if !defined(__NR_restart_syscall)
17 #if !defined(__NR_exit)
21 #if !defined(__NR_fork)
25 #if !defined(__NR_read)
29 #if !defined(__NR_write)
33 #if !defined(__NR_open)
37 #if !defined(__NR_close)
41 #if !defined(__NR_waitpid)
45 #if !defined(__NR_creat
    [all...]
x86_64_linux_syscalls.h 9 #if !defined(__x86_64__)
13 #if !defined(__NR_read)
17 #if !defined(__NR_write)
21 #if !defined(__NR_open)
25 #if !defined(__NR_close)
29 #if !defined(__NR_stat)
33 #if !defined(__NR_fstat)
37 #if !defined(__NR_lstat)
41 #if !defined(__NR_poll)
45 #if !defined(__NR_lseek
    [all...]
  /ndk/tests/build/issue41770-_GLIBCXX_HAS_GTHREADS/jni/
issue41770-_GLIBCXX_HAS_GTHREADS.cpp 5 #if !defined(_GLIBCXX_HAS_GTHREADS)
6 #error _GLIBCXX_HAS_GTHREADS is not defined
  /external/stlport/stlport/stl/config/
compat.h 7 #if defined (__STL_DEBUG) && !defined (_STLP_DEBUG)
10 #if defined (__STL_NO_ANACHRONISMS) && !defined (_STLP_NO_ANACHRONISMS)
13 #if defined (__STL_NO_EXTENSIONS) && !defined (_STLP_NO_EXTENSIONS)
16 #if defined (__STL_NO_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTIONS)
19 #if defined (__STL_NO_NAMESPACES) && !defined (_STLP_NO_NAMESPACES
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 7 #if defined (__STL_DEBUG) && !defined (_STLP_DEBUG)
10 #if defined (__STL_NO_ANACHRONISMS) && !defined (_STLP_NO_ANACHRONISMS)
13 #if defined (__STL_NO_EXTENSIONS) && !defined (_STLP_NO_EXTENSIONS)
16 #if defined (__STL_NO_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTIONS)
19 #if defined (__STL_NO_NAMESPACES) && !defined (_STLP_NO_NAMESPACES
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 7 #if defined (__STL_DEBUG) && !defined (_STLP_DEBUG)
10 #if defined (__STL_NO_ANACHRONISMS) && !defined (_STLP_NO_ANACHRONISMS)
13 #if defined (__STL_NO_EXTENSIONS) && !defined (_STLP_NO_EXTENSIONS)
16 #if defined (__STL_NO_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTIONS)
19 #if defined (__STL_NO_NAMESPACES) && !defined (_STLP_NO_NAMESPACES
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 7 #if defined (__STL_DEBUG) && !defined (_STLP_DEBUG)
10 #if defined (__STL_NO_ANACHRONISMS) && !defined (_STLP_NO_ANACHRONISMS)
13 #if defined (__STL_NO_EXTENSIONS) && !defined (_STLP_NO_EXTENSIONS)
16 #if defined (__STL_NO_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTIONS)
19 #if defined (__STL_NO_NAMESPACES) && !defined (_STLP_NO_NAMESPACES
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 7 #if defined (__STL_DEBUG) && !defined (_STLP_DEBUG)
10 #if defined (__STL_NO_ANACHRONISMS) && !defined (_STLP_NO_ANACHRONISMS)
13 #if defined (__STL_NO_EXTENSIONS) && !defined (_STLP_NO_EXTENSIONS)
16 #if defined (__STL_NO_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTIONS)
19 #if defined (__STL_NO_NAMESPACES) && !defined (_STLP_NO_NAMESPACES
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 7 #if defined (__STL_DEBUG) && !defined (_STLP_DEBUG)
10 #if defined (__STL_NO_ANACHRONISMS) && !defined (_STLP_NO_ANACHRONISMS)
13 #if defined (__STL_NO_EXTENSIONS) && !defined (_STLP_NO_EXTENSIONS)
16 #if defined (__STL_NO_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTIONS)
19 #if defined (__STL_NO_NAMESPACES) && !defined (_STLP_NO_NAMESPACES
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
compat.h 7 #if defined (__STL_DEBUG) && !defined (_STLP_DEBUG)
10 #if defined (__STL_NO_ANACHRONISMS) && !defined (_STLP_NO_ANACHRONISMS)
13 #if defined (__STL_NO_EXTENSIONS) && !defined (_STLP_NO_EXTENSIONS)
16 #if defined (__STL_NO_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTIONS)
19 #if defined (__STL_NO_NAMESPACES) && !defined (_STLP_NO_NAMESPACES
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/config/
config.hpp 28 # if defined(__GCCXML__)
30 # elif defined(__WAVE__)
32 # elif defined(__MWERKS__) && __MWERKS__ >= 0x3200
34 # elif defined(__EDG__) || defined(__EDG_VERSION__)
35 # if defined(_MSC_VER) && __EDG_VERSION__ >= 308
40 # elif defined(__MWERKS__)
42 # elif defined(__DMC__)
44 # elif defined(__BORLANDC__) && __BORLANDC__ >= 0x581
46 # elif defined(__BORLANDC__) || defined(__IBMC__) || defined(__IBMCPP__) || defined(__SUNPRO_CC
    [all...]
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt.c 24 #if defined(ENDIAN_NEUTRAL)
26 #elif defined(ENDIAN_LITTLE)
28 #if defined(ENDIAN_32BITWORD)
33 #elif defined(ENDIAN_BIG)
35 #if defined(ENDIAN_32BITWORD)
42 #if defined(LTC_CLEAN_STACK)
48 #if defined(BLOWFISH)
51 #if defined(RC2)
54 #if defined(RC5)
57 #if defined(RC6
    [all...]

Completed in 815 milliseconds

1 2 3 4 5 6 7 8 91011>>