OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:elif
(Results
201 - 225
of
7492
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/
host-defs.h
12
#
elif
HOST_LONG_BITS == 64
targphys.h
14
#
elif
TARGET_PHYS_ADDR_BITS == 64
/external/skia/src/opts/
opts_check_arm.cpp
35
#
elif
SK_ARM_NEON_IS_DYNAMIC
41
#
elif
SK_ARM_NEON_IS_ALWAYS
52
#
elif
SK_ARM_NEON_IS_DYNAMIC
58
#
elif
SK_ARM_NEON_IS_ALWAYS
/external/stlport/stlport/
rlocks.h
5
#
elif
defined (__SUNPRO_CC)
/ndk/sources/cxx-stl/stlport/stlport/
rlocks.h
5
#
elif
defined (__SUNPRO_CC)
/ndk/tests/build/build-mode/jni/
main.c
14
#
elif
defined(CHECK_THUMB2)
21
#
elif
defined(CHECK_ARM)
28
#
elif
defined(CHECK_X86)
32
#
elif
defined(CHECK_MIPS)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
attribute_noreturn.hpp
11
#
elif
defined(__GNUC__)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/gnu/
stubs.h
8
#
elif
__WORDSIZE == 64
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/gnu/
stubs.h
8
#
elif
__WORDSIZE == 64
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/gnu/
stubs.h
8
#
elif
__WORDSIZE == 64
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
rlocks.h
5
#
elif
defined (__SUNPRO_CC)
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
rlocks.h
5
#
elif
defined (__SUNPRO_CC)
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
rlocks.h
5
#
elif
defined (__SUNPRO_CC)
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
rlocks.h
5
#
elif
defined (__SUNPRO_CC)
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
rlocks.h
5
#
elif
defined (__SUNPRO_CC)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
dlopen.h
51
#
elif
defined(HAVE_DLOPEN)
54
#
elif
defined(__MINGW32__)
75
#
elif
defined(__DJGPP__)
82
#
elif
defined(HAVE_DLOPEN)
84
#
elif
defined(__MINGW32__)
100
#
elif
defined(HAVE_DLOPEN)
102
#
elif
defined(__MINGW32__)
/external/dropbear/libtomcrypt/src/prngs/
yarrow.c
48
#
elif
YARROW_AES==1
50
#
elif
YARROW_AES==2
52
#
elif
YARROW_AES==3
55
#
elif
defined(BLOWFISH)
57
#
elif
defined(TWOFISH)
59
#
elif
defined(RC6)
61
#
elif
defined(RC5)
63
#
elif
defined(SAFERP)
65
#
elif
defined(RC2)
67
#
elif
defined(NOEKEON)
[
all
...]
/external/mesa3d/src/mesa/main/
dlopen.h
51
#
elif
defined(HAVE_DLOPEN)
54
#
elif
defined(__MINGW32__)
75
#
elif
defined(__DJGPP__)
82
#
elif
defined(HAVE_DLOPEN)
84
#
elif
defined(__MINGW32__)
100
#
elif
defined(HAVE_DLOPEN)
102
#
elif
defined(__MINGW32__)
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildbin.sh
38
elif
[ $1 = "en-US" ]; then
42
elif
[ $2 = "kr0" ]; then
45
elif
[ $2 = "lh0" ]; then
53
elif
[ $1 = "fr-FR" ]; then
62
elif
[ $1 = "es-ES" ]; then
71
elif
[ $1 = "it-IT" ]; then
80
elif
[ $1 = "de-DE" ]; then
/dalvik/tests/etc/
push-and-run-test-jar
35
elif
[ "x$1" = "x--fast" ]; then
39
elif
[ "x$1" = "x--jit" ]; then
43
elif
[ "x$1" = "x--portable" ]; then
47
elif
[ "x$1" = "x--debug" ]; then
50
elif
[ "x$1" = "x--dev" ]; then
53
elif
[ "x$1" = "x--no-verify" ]; then
56
elif
[ "x$1" = "x--no-optimize" ]; then
59
elif
[ "x$1" = "x--no-precise" ]; then
62
elif
[ "x$1" = "x--" ]; then
65
elif
expr "x$1" : "x--" >/dev/null 2>&1; the
[
all
...]
/external/chromium_org/sync/util/
get_session_name.cc
17
#
elif
defined(OS_LINUX)
19
#
elif
defined(OS_IOS)
21
#
elif
defined(OS_MACOSX)
23
#
elif
defined(OS_WIN)
25
#
elif
defined(OS_ANDROID)
62
#
elif
defined(OS_LINUX)
64
#
elif
defined(OS_IOS)
66
#
elif
defined(OS_MACOSX)
68
#
elif
defined(OS_WIN)
70
#
elif
defined(OS_ANDROID
[
all
...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
eglcompiler.h
39
#
elif
defined(_MSC_VER)
71
#
elif
defined(__GNUC__)
73
#
elif
defined(_MSC_VER)
75
#
elif
defined(__ICL)
77
#
elif
defined(__INTEL_COMPILER)
79
#
elif
defined(__WATCOMC__) && (__WATCOMC__ >= 1100)
81
#
elif
defined(__SUNPRO_C) && defined(__C99FEATURES__)
83
#
elif
(__STDC_VERSION__ >= 199901L)
100
#
elif
defined(_MSC_VER)
115
#
elif
(!defined __GNUC__) && (!defined __xlC__) &&
[
all
...]
/external/mesa3d/src/egl/main/
eglcompiler.h
39
#
elif
defined(_MSC_VER)
71
#
elif
defined(__GNUC__)
73
#
elif
defined(_MSC_VER)
75
#
elif
defined(__ICL)
77
#
elif
defined(__INTEL_COMPILER)
79
#
elif
defined(__WATCOMC__) && (__WATCOMC__ >= 1100)
81
#
elif
defined(__SUNPRO_C) && defined(__C99FEATURES__)
83
#
elif
(__STDC_VERSION__ >= 199901L)
100
#
elif
defined(_MSC_VER)
115
#
elif
(!defined __GNUC__) && (!defined __xlC__) &&
[
all
...]
/external/srec/portable/include/
pendian.h
31
#
elif
defined(__sparc)
36
/* */#
elif
defined(_BIG_ENDIAN)
41
#
elif
defined(ANDROID)
46
/* */#
elif
defined(HAVE_LITTLE_ENDIAN)
50
/* */#
elif
defined(HAVE_BIG_ENDIAN)
56
#
elif
defined (__linux)
59
#
elif
defined(__FreeBSD__) || defined(_decunix_)
62
#
elif
defined(__i386) || defined(_M_IX86)
67
#
elif
defined(_sh4_)||defined(SH4)
73
/* *//* */#
elif
_BYTE_ORDER == _BIG_ENDIAN /* VxWorks defines _BYTE_ORDER and _BIG_ENDIAN *
[
all
...]
/system/extras/tests/mmc_tracepoints/
mmc_trace_reduce
56
elif
[ "${5##*mmc_blk_*_}" = "end:" ]
100
elif
[ "$ENDCMD" -eq 25 ]
103
elif
[ "$ENDCMD" -eq 32 ]
107
elif
[ "$ENDCMD" -eq 0 ]
110
elif
[ "$ENDCMD" -eq 1 ]
113
elif
[ "$ENDCMD" -eq 3 ]
116
elif
[ "$ENDCMD" -eq 2147483648 ] # 0x80000000
119
elif
[ "$ENDCMD" -eq 2147483649 ] # 0x80000001
122
elif
[ "$ENDCMD" -eq 2147516416 ] # 0x80008000
128
elif
[ "$ENDCMD" -eq 165
[
all
...]
Completed in 5307 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>