OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:elif
(Results
551 - 575
of
8663
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libmtp/
libmtp.sh.in
28
elif
[ -f /var/run/console.lock ]
31
elif
[ -f /var/lock/console.lock ]
/external/libunwind/src/ptrace/
_UPT_resume.c
35
#
elif
HAVE_DECL_PTRACE_CONT
37
#
elif
HAVE_DECL_PT_CONTINUE
/external/markdown/markdown/
etree_loader.py
26
elif
etree_in_c :
28
elif
etree.VERSION < "1.1":
/external/opencv3/modules/core/src/opencl/
reduce.cl
48
#
elif
defined (cl_khr_fp64)
58
#
elif
defined DEPTH_1
61
#
elif
defined DEPTH_2
64
#
elif
defined DEPTH_3
67
#
elif
defined DEPTH_4
70
#
elif
defined DEPTH_5
73
#
elif
defined DEPTH_6
143
#
elif
defined OP_SUM
146
#
elif
defined OP_SUM_ABS
149
#
elif
defined OP_SUM_SQ
[
all
...]
/external/protobuf/examples/
list_people.py
19
elif
phone_number.type == addressbook_pb2.Person.HOME:
21
elif
phone_number.type == addressbook_pb2.Person.WORK:
/external/skia/platform_tools/android/bin/utils/
setup_adb.sh
10
elif
[ -d "$ANDROID_SDK_ROOT" ]; then
25
elif
[ $(uname) == "Darwin" ]; then
/external/skia/src/sfnt/
SkTypedEnum.h
25
#
elif
defined(__clang__) && __has_extension(cxx_strong_enums)
32
#
elif
defined(__GNUC__) && (((__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__ >= 40501) && defined(__GXX_EXPERIMENTAL_CXX0X__)) || __cplusplus >= 201103L)
/external/strace/linux/mips/
get_syscall_args.c
12
#
elif
defined LINUX_MIPSN32
19
#
elif
defined LINUX_MIPSO32
/external/valgrind/exp-bbv/tests/x86/
million.S
28
#
elif
defined(VGO_linux)
31
#
elif
defined(VGO_solaris)
/external/vulkan-validation-layers/libs/glm/gtx/
compatibility.inl
19
#
elif
(GLM_COMPILER & GLM_COMPILER_VC)
21
#
elif
(GLM_COMPILER & GLM_COMPILER_GCC && GLM_PLATFORM & GLM_PLATFORM_ANDROID)
vec1.hpp
115
#
elif
(defined(GLM_PRECISION_MEDIUMP_BOOL))
117
#
elif
(defined(GLM_PRECISION_LOWP_BOOL))
127
#
elif
(defined(GLM_PRECISION_MEDIUMP_FLOAT))
129
#
elif
(defined(GLM_PRECISION_LOWP_FLOAT))
139
#
elif
(defined(GLM_PRECISION_MEDIUMP_INT))
141
#
elif
(defined(GLM_PRECISION_LOWP_INT))
151
#
elif
(defined(GLM_PRECISION_MEDIUMP_UINT))
153
#
elif
(defined(GLM_PRECISION_LOWP_UINT))
/external/webrtc/webrtc/base/
event.h
16
#
elif
defined(WEBRTC_POSIX)
43
#
elif
defined(WEBRTC_POSIX)
/external/webrtc/webrtc/system_wrappers/source/
condition_variable.cc
17
#
elif
defined(WEBRTC_LINUX) || defined(WEBRTC_MAC)
34
#
elif
defined(WEBRTC_LINUX) || defined(WEBRTC_MAC)
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedef.h
40
#
elif
defined(__sun)
46
#
elif
defined(__unix__) || defined(__unix)
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
typedef.h
41
#
elif
defined(__sun)
47
#
elif
defined(__unix__) || defined(__unix)
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/
TargetArch.cmake
18
#
elif
defined(__arm__) || defined(__TARGET_ARCH_ARM)
25
#
elif
defined(__ARM_ARCH_6__) \\
34
#
elif
defined(__ARM_ARCH_5TEJ__) \\
40
#
elif
defined(__i586) || defined(__i586__)
42
#
elif
defined(__i386) || defined(__i386__) || defined(_M_IX86)
44
#
elif
defined(__x86_64) || defined(__x86_64__) || defined(__amd64) || defined(_M_X64)
46
#
elif
defined(__ia64) || defined(__ia64__) || defined(_M_IA64)
48
#
elif
defined(__ppc__) || defined(__ppc) || defined(__powerpc__) \\
/ndk/sources/cxx-stl/stlport/stlport/
float.h
19
#
elif
(_STLP_OUTERMOST_HEADER_ID == 0x203) && !defined (_STLP_DONT_POP_HEADER_ID)
21
#
elif
(_STLP_OUTERMOST_HEADER_ID == 0x203)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
safe_bool.hpp
33
#
elif
defined(_MANAGED)
42
#
elif
\
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
operator_bool.hpp
16
#
elif
defined( _MANAGED )
29
#
elif
\
/packages/apps/Messaging/build/
colorize_errors.py
34
elif
WARNING.match(line):
36
elif
STARTS_WITH_WS.match(line):
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
swprintf.inl
15
#
elif
defined(__cplusplus)
71
#
elif
defined(_CRT_NON_CONFORMING_SWPRINTFS)
/prebuilts/gdb/darwin-x86/lib/python2.7/json/
tool.py
20
elif
len(sys.argv) == 2:
23
elif
len(sys.argv) == 3:
/prebuilts/gdb/darwin-x86/lib/python2.7/
netrc.py
43
elif
tt[0] == '#':
50
elif
tt == 'machine':
52
elif
tt == 'default':
54
elif
tt == 'macdef': # Just skip to end of macdefs
86
elif
tt == 'login' or tt == 'user':
88
elif
tt == 'account':
90
elif
tt == 'password':
100
elif
'default' in self.hosts:
/prebuilts/gdb/linux-x86/lib/python2.7/json/
tool.py
20
elif
len(sys.argv) == 2:
23
elif
len(sys.argv) == 3:
/prebuilts/gdb/linux-x86/lib/python2.7/
netrc.py
43
elif
tt[0] == '#':
50
elif
tt == 'machine':
52
elif
tt == 'default':
54
elif
tt == 'macdef': # Just skip to end of macdefs
86
elif
tt == 'login' or tt == 'user':
88
elif
tt == 'account':
90
elif
tt == 'password':
100
elif
'default' in self.hosts:
Completed in 313 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>