HomeSort by relevance Sort by last modified time
    Searched full:elif (Results 701 - 725 of 8663) sorted by null

<<21222324252627282930>>

  /external/valgrind/memcheck/tests/solaris/
thr_daemon_exit_standalone.c 25 #elif defined(VGP_amd64_solaris)
57 #elif defined(VGP_amd64_solaris)
79 #elif defined(VGP_amd64_solaris)
113 #elif defined(VGP_amd64_solaris)
158 #elif defined(VGP_amd64_solaris)
181 #elif defined(VGP_amd64_solaris)
211 #elif defined(VGP_amd64_solaris)
  /hardware/bsp/intel/peripheral/libupm/cmake/modules/
TargetArch.cmake 16 #elif defined(__ARM_ARCH_6__) \\
25 #elif defined(__ARM_ARCH_5TEJ__) \\
31 #elif defined(__i586) || defined(__i586__)
33 #elif defined(__i386) || defined(__i386__) || defined(_M_IX86)
35 #elif defined(__x86_64) || defined(__x86_64__) || defined(__amd64) || defined(_M_X64)
37 #elif defined(__ia64) || defined(__ia64__) || defined(_M_IA64)
39 #elif defined(__ppc__) || defined(__ppc) || defined(__powerpc__) \\
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_endian.h 76 #elif defined(__GNUC__) && defined(__x86_64__)
83 #elif defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))
92 #elif defined(__GNUC__) && (defined(__M68000__) || defined(__M68020__)) && !defined(__mcoldfire__)
114 #elif defined(__GNUC__) && defined(__x86_64__)
121 #elif defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))
132 #elif defined(__GNUC__) && (defined(__M68000__) || defined(__M68020__)) && !defined(__mcoldfire__)
166 #elif defined(__GNUC__) && defined(__x86_64__)
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_endian.h 76 #elif defined(__GNUC__) && defined(__x86_64__)
83 #elif defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))
92 #elif defined(__GNUC__) && (defined(__M68000__) || defined(__M68020__)) && !defined(__mcoldfire__)
114 #elif defined(__GNUC__) && defined(__x86_64__)
121 #elif defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))
132 #elif defined(__GNUC__) && (defined(__M68000__) || defined(__M68020__)) && !defined(__mcoldfire__)
166 #elif defined(__GNUC__) && defined(__x86_64__)
  /prebuilts/misc/windows/sdl2/include/
SDL_endian.h 76 #elif defined(__GNUC__) && defined(__x86_64__)
83 #elif defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))
92 #elif defined(__GNUC__) && (defined(__M68000__) || defined(__M68020__)) && !defined(__mcoldfire__)
114 #elif defined(__GNUC__) && defined(__x86_64__)
121 #elif defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))
132 #elif defined(__GNUC__) && (defined(__M68000__) || defined(__M68020__)) && !defined(__mcoldfire__)
166 #elif defined(__GNUC__) && defined(__x86_64__)
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_endian.h 76 #elif defined(__GNUC__) && defined(__x86_64__)
83 #elif defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))
92 #elif defined(__GNUC__) && (defined(__M68000__) || defined(__M68020__)) && !defined(__mcoldfire__)
114 #elif defined(__GNUC__) && defined(__x86_64__)
121 #elif defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))
132 #elif defined(__GNUC__) && (defined(__M68000__) || defined(__M68020__)) && !defined(__mcoldfire__)
166 #elif defined(__GNUC__) && defined(__x86_64__)
  /art/test/551-checker-shifter-operand/
build 73 elif [ "x$1" = "x--jvm" ]; then
75 elif [ "x$1" = "x--no-src" ]; then
78 elif [ "x$1" = "x--no-src2" ]; then
81 elif [ "x$1" = "x--no-src-multidex" ]; then
84 elif [ "x$1" = "x--no-src-ex" ]; then
87 elif [ "x$1" = "x--no-smali" ]; then
90 elif [ "x$1" = "x--experimental" ]; then
94 elif expr "x$1" : "x--" >/dev/null 2>&1; then
210 elif [ ${NEED_DEX} = "true" ]; then
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
instancestatus.py 38 elif name == 'status':
72 elif name == 'description':
74 elif name == 'notBefore':
76 elif name == 'notAfter':
163 elif name == 'systemStatus':
165 elif name == 'instanceStatus':
173 elif name == 'availabilityZone':
175 elif name == 'code':
177 elif name == 'name':
  /external/chromium-trace/catapult/third_party/uritemplate/uritemplate/
__init__.py 73 elif value is None:
91 elif isinstance(value, dict):
106 elif value is None:
127 elif isinstance(value, dict):
140 elif value:
159 elif isinstance(value, dict):
174 elif value:
222 elif ":" in varname:
252 elif varname in defaults:
  /external/clang/www/
make_cxx_dr_status 10 elif len(sys.argv) == 2:
105 elif status == '3.8':
108 elif status in ('3.1', '3.2', '3.3', '3.4', '3.5', '3.6', '3.7'):
111 elif status == 'yes':
114 elif status == 'partial':
117 elif status == 'no':
120 elif status == 'na':
123 elif status.startswith('sup '):
131 elif status.startswith('dup '):
  /external/dnsmasq/src/
config.h 47 # elif defined(__sun__) || defined (__sun)
49 # elif defined(__ANDROID__)
207 #elif defined(__UCLIBC__)
225 #elif defined(__linux__)
231 #elif defined(__FreeBSD__) || \
245 #elif defined(__APPLE__)
253 #elif defined(__NetBSD__)
259 #elif defined(__sun) || defined(__sun__)
283 #elif defined(INET_ADDRSTRLEN)
  /external/opencv3/modules/imgproc/src/opencl/
filter2D.cl 46 #elif defined BORDER_REPLICATE
52 #elif defined BORDER_WRAP
61 #elif defined BORDER_REFLECT
76 #elif defined BORDER_REFLECT_101 || defined BORDER_REFLECT101
98 #elif defined BORDER_REPLICATE
104 #elif defined BORDER_WRAP
113 #elif defined BORDER_REFLECT
119 #elif defined BORDER_REFLECT_101 || defined BORDER_REFLECT101
134 #elif defined (cl_khr_fp64)
  /external/valgrind/VEX/pub/
libvex_basictypes.h 154 #elif defined(__i386__)
158 #elif defined(__powerpc__) && defined(__powerpc64__)
162 #elif defined(__powerpc__) && !defined(__powerpc64__)
166 #elif defined(__arm__) && !defined(__aarch64__)
170 #elif defined(__aarch64__) && !defined(__arm__)
174 #elif defined(__s390x__)
178 #elif defined(__mips__) && (__mips == 64)
182 #elif defined(__mips__) && (__mips != 64)
186 #elif defined(__tilegx__)
  /external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 55 # elif(GLM_COMPILER & GLM_COMPILER_VC)
58 # elif(GLM_COMPILER & (GLM_COMPILER_GCC | GLM_COMPILER_LLVM_GCC | GLM_COMPILER_CLANG))
61 # elif(GLM_COMPILER & GLM_COMPILER_BC)
146 #elif(defined(GLM_PRECISION_HIGHP_INT) && !defined(GLM_PRECISION_MEDIUMP_INT) && !defined(GLM_PRECISION_LOWP_INT))
148 #elif(!defined(GLM_PRECISION_HIGHP_INT) && defined(GLM_PRECISION_MEDIUMP_INT) && !defined(GLM_PRECISION_LOWP_INT))
150 #elif(!defined(GLM_PRECISION_HIGHP_INT) && !defined(GLM_PRECISION_MEDIUMP_INT) && defined(GLM_PRECISION_LOWP_INT))
158 #elif(defined(GLM_PRECISION_HIGHP_UINT) && !defined(GLM_PRECISION_MEDIUMP_UINT) && !defined(GLM_PRECISION_LOWP_UINT))
160 #elif(!defined(GLM_PRECISION_HIGHP_UINT) && defined(GLM_PRECISION_MEDIUMP_UINT) && !defined(GLM_PRECISION_LOWP_UINT))
162 #elif(!defined(GLM_PRECISION_HIGHP_UINT) && !defined(GLM_PRECISION_MEDIUMP_UINT) && defined(GLM_PRECISION_LOWP_UINT))
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_connect.py 170 elif (self.wps_method == 'keypad'):
187 elif (self.wps_method == 'pin'):
192 elif (self.wps_method == 'pbc'):
249 elif (key == "-i"):
252 elif (key == "-m"):
255 elif (key == "-a"):
258 elif (key == "-p"):
261 elif (key == "-g"):
264 elif (key == "-w"):
  /packages/apps/Launcher2/
print_db.py 78 elif cell == occupied:
100 elif itemType == 1:
104 elif itemType == 2:
106 elif itemType == 3:
108 elif itemType == 4:
110 elif itemType == 1000:
112 elif itemType == 1001:
114 elif itemType == 1002:
232 elif len(argv) == 2:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xos_r.h 150 # elif defined(XOS_USE_XT_LOCKING)
176 # elif defined(XOS_USE_NO_LOCKING)
226 #elif !defined(XTHREADS) && !defined(X_FORCE_USE_MTSAFE_API)
235 #elif !defined(XOS_USE_MTSAFE_PWDAPI) || defined(XNO_MTSAFE_PWDAPI)
321 #elif !defined(_POSIX_THREAD_SAFE_FUNCTIONS) && !defined(__APPLE__)
395 #elif !defined(XTHREADS) && !defined(X_FORCE_USE_MTSAFE_API)
403 #elif !defined(XOS_USE_MTSAFE_NETDBAPI) || defined(XNO_MTSAFE_NETDBAPI)
454 #elif defined(XUSE_NETDB_R_API)
554 #elif !defined(XTHREADS) && !defined(X_FORCE_USE_MTSAFE_API)
559 #elif !defined(XOS_USE_MTSAFE_DIRENTAPI) || defined(XNO_MTSAFE_DIRENTAPI
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h 150 # elif defined(XOS_USE_XT_LOCKING)
176 # elif defined(XOS_USE_NO_LOCKING)
226 #elif !defined(XTHREADS) && !defined(X_FORCE_USE_MTSAFE_API)
235 #elif !defined(XOS_USE_MTSAFE_PWDAPI) || defined(XNO_MTSAFE_PWDAPI)
321 #elif !defined(_POSIX_THREAD_SAFE_FUNCTIONS) && !defined(__APPLE__)
395 #elif !defined(XTHREADS) && !defined(X_FORCE_USE_MTSAFE_API)
403 #elif !defined(XOS_USE_MTSAFE_NETDBAPI) || defined(XNO_MTSAFE_NETDBAPI)
454 #elif defined(XUSE_NETDB_R_API)
554 #elif !defined(XTHREADS) && !defined(X_FORCE_USE_MTSAFE_API)
559 #elif !defined(XOS_USE_MTSAFE_DIRENTAPI) || defined(XNO_MTSAFE_DIRENTAPI
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
posixfile.py 157 elif 'r' in how: l_type = fcntl.F_RDLCK
158 elif 'u' in how: l_type = fcntl.F_UNLCK
162 elif '?' in how: cmd = fcntl.F_GETLK
171 elif len(args) == 2:
173 elif len(args) == 3:
175 elif len(args) > 3:
188 elif sys.platform in ('aix3', 'aix4'):
204 elif sys.platform in ('aix3', 'aix4'):
207 elif sys.platform == "linux2":
  /prebuilts/gdb/linux-x86/lib/python2.7/
posixfile.py 157 elif 'r' in how: l_type = fcntl.F_RDLCK
158 elif 'u' in how: l_type = fcntl.F_UNLCK
162 elif '?' in how: cmd = fcntl.F_GETLK
171 elif len(args) == 2:
173 elif len(args) == 3:
175 elif len(args) > 3:
188 elif sys.platform in ('aix3', 'aix4'):
204 elif sys.platform in ('aix3', 'aix4'):
207 elif sys.platform == "linux2":
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 157 elif 'r' in how: l_type = fcntl.F_RDLCK
158 elif 'u' in how: l_type = fcntl.F_UNLCK
162 elif '?' in how: cmd = fcntl.F_GETLK
171 elif len(args) == 2:
173 elif len(args) == 3:
175 elif len(args) > 3:
188 elif sys.platform in ('aix3', 'aix4'):
204 elif sys.platform in ('aix3', 'aix4'):
207 elif sys.platform == "linux2":
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 157 elif 'r' in how: l_type = fcntl.F_RDLCK
158 elif 'u' in how: l_type = fcntl.F_UNLCK
162 elif '?' in how: cmd = fcntl.F_GETLK
171 elif len(args) == 2:
173 elif len(args) == 3:
175 elif len(args) > 3:
188 elif sys.platform in ('aix3', 'aix4'):
204 elif sys.platform in ('aix3', 'aix4'):
207 elif sys.platform == "linux2":
  /cts/apps/CameraITS/tools/
validate_scene.py 33 elif s[:4] == "out=" and len(s) > 4:
35 elif s[:6] == "scene=" and len(s) > 6:
37 elif s[:5] == "doAF=" and len(s) > 5:
  /external/autotest/client/site_tests/platform_Crouton/
platform_Crouton.py 29 elif option_name == 'branch':
31 elif option_name == 'runargs':
33 elif option_name == 'env':
  /external/bison/lib/
inttypes.in.h 186 # elif defined _MSC_VER || defined __MINGW32__
188 # elif @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
203 # elif defined _MSC_VER || defined __MINGW32__
205 # elif @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1
679 # elif defined _MSC_VER || defined __MINGW32__
681 # elif @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
696 # elif defined _MSC_VER || defined __MINGW32__
698 # elif @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1
804 # elif INT_FAST8_MAX == 0x7fff
806 # elif INT_FAST8_MAX == 0x7
    [all...]

Completed in 475 milliseconds

<<21222324252627282930>>