OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:elif
(Results
151 - 175
of
8663
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bison/build-aux/snippet/
_Noreturn.h
5
#
elif
1200 <= _MSC_VER
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treeadapters/
sax.py
23
elif
type in ("StartTag", "EmptyTag"):
32
elif
type == "EndTag":
35
elif
type in ("Characters", "SpaceCharacters"):
37
elif
type == "Comment":
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
dom.py
13
elif
node.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
16
elif
node.nodeType == Node.ELEMENT_NODE:
27
elif
node.nodeType == Node.COMMENT_NODE:
30
elif
node.nodeType in (Node.DOCUMENT_NODE, Node.DOCUMENT_FRAGMENT_NODE):
/external/clang/test/Frontend/
stdlang.c
7
#
elif
defined(OPENCL)
/external/libchrome/build/
build_config.h
46
#
elif
!defined(__ANDROID_HOST__) // Chrome OS
68
#
elif
defined(__APPLE__)
77
#
elif
defined(__linux__)
85
#
elif
defined(_WIN32)
88
#
elif
defined(__FreeBSD__)
90
#
elif
defined(__OpenBSD__)
92
#
elif
defined(__sun)
94
#
elif
defined(__QNXNTO__)
127
#
elif
defined(_MSC_VER)
142
#
elif
defined(_M_IX86) || defined(__i386__
[
all
...]
/external/libevent/include/event2/
event-config.h
8
#
elif
defined(__APPLE__)
/external/strace/
sigreturn.c
13
#
elif
NSIG < 32
/external/webrtc/webrtc/base/
windowpickerfactory.h
16
#
elif
defined(WEBRTC_MAC) && !defined(WEBRTC_IOS)
19
#
elif
defined(WEBRTC_LINUX) && !defined(WEBRTC_ANDROID) && defined(HAVE_X11)
39
#
elif
defined(WEBRTC_MAC) && !defined(WEBRTC_IOS)
41
#
elif
defined(WEBRTC_LINUX) && !defined(WEBRTC_ANDROID) && defined(HAVE_X11)
/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/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/gnu/
stubs.h
8
#
elif
__WORDSIZE == 64
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/gnu/
stubs.h
8
#
elif
__WORDSIZE == 64
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/gnu/
stubs.h
8
#
elif
__WORDSIZE == 64
/prebuilts/go/darwin-x86/misc/cgo/testsovar/
cgoso_c.h
10
#
elif
defined(IMPORT_DLL)
/prebuilts/go/linux-x86/misc/cgo/testsovar/
cgoso_c.h
10
#
elif
defined(IMPORT_DLL)
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
rlocks.h
5
#
elif
defined (__SUNPRO_CC)
/system/core/libnativebridge/tests/
NeedsNativeBridge_test.cpp
26
#
elif
defined(__aarch64__)
28
#
elif
defined(__mips__)
30
#
elif
defined(__i386__)
32
#
elif
defined(__x86_64__)
/system/extras/perfprofd/quipper/build/
build_config.h
21
#
elif
defined(ANDROID)
23
#
elif
defined(__APPLE__)
32
#
elif
defined(__linux__)
40
#
elif
defined(_WIN32)
43
#
elif
defined(__FreeBSD__)
45
#
elif
defined(__OpenBSD__)
47
#
elif
defined(__sun)
49
#
elif
defined(__QNXNTO__)
82
#
elif
defined(_MSC_VER)
97
#
elif
defined(_M_IX86) || defined(__i386__
[
all
...]
/external/jsoncpp/test/
pyjsontestrunner.py
27
elif
ty is types.ListType:
31
elif
ty is types.StringType:
33
elif
ty is types.IntType:
35
elif
ty is types.FloatType:
37
elif
value is True:
39
elif
value is False:
41
elif
value is None:
/external/libxml2/python/
drv_libxml2.py
173
elif
r == 0:
233
elif
nodeType == 15:
243
elif
nodeType == 3:
246
elif
nodeType == 13:
249
elif
nodeType == 14:
252
elif
nodeType == 4:
259
elif
nodeType == 5:
264
elif
nodeType == 16:
268
elif
nodeType == 7:
272
elif
nodeType == 8
[
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
/external/v8/src/crankshaft/
lithium-inl.h
12
#
elif
V8_TARGET_ARCH_X64
14
#
elif
V8_TARGET_ARCH_ARM64
16
#
elif
V8_TARGET_ARCH_ARM
18
#
elif
V8_TARGET_ARCH_MIPS
20
#
elif
V8_TARGET_ARCH_MIPS64
22
#
elif
V8_TARGET_ARCH_PPC
24
#
elif
V8_TARGET_ARCH_X87
/external/v8/src/
register-configuration.cc
56
#
elif
V8_TARGET_ARCH_X87
64
#
elif
V8_TARGET_ARCH_X64
68
#
elif
V8_TARGET_ARCH_ARM
78
#
elif
V8_TARGET_ARCH_ARM64
82
#
elif
V8_TARGET_ARCH_MIPS
86
#
elif
V8_TARGET_ARCH_MIPS64
90
#
elif
V8_TARGET_ARCH_PPC
Completed in 1113 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>