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

<<41424344454647484950>>

  /build/tools/releasetools/
sign_target_files_apks 204 elif (info.filename in ("BOOT/RAMDISK/verity_key",
211 elif (info.filename.startswith("BOOT/") or
231 elif info.filename in ("SYSTEM/build.prop",
241 elif info.filename.endswith("mac_permissions.xml"):
245 elif info.filename in ("SYSTEM/recovery-from-boot.p",
249 elif (OPTIONS.replace_ota_keys and
254 elif (OPTIONS.replace_verity_private_key and
257 elif (OPTIONS.replace_verity_public_key and
322 elif ch[0] == "+":
339 elif (key in ("ro.build.thumbprint", "ro.vendor.build.thumbprint"
    [all...]
sign_target_files_apks.py 204 elif (info.filename in ("BOOT/RAMDISK/verity_key",
211 elif (info.filename.startswith("BOOT/") or
231 elif info.filename in ("SYSTEM/build.prop",
241 elif info.filename.endswith("mac_permissions.xml"):
245 elif info.filename in ("SYSTEM/recovery-from-boot.p",
249 elif (OPTIONS.replace_ota_keys and
254 elif (OPTIONS.replace_verity_private_key and
257 elif (OPTIONS.replace_verity_public_key and
322 elif ch[0] == "+":
339 elif (key in ("ro.build.thumbprint", "ro.vendor.build.thumbprint"
    [all...]
  /external/bison/lib/
spawn.in.h 54 # elif 2 < __GNUC__ || (2 == __GNUC__ && 95 <= __GNUC_MINOR__)
212 #elif defined GNULIB_POSIXCHECK
256 #elif defined GNULIB_POSIXCHECK
282 #elif defined GNULIB_POSIXCHECK
307 #elif defined GNULIB_POSIXCHECK
342 #elif defined GNULIB_POSIXCHECK
376 #elif defined GNULIB_POSIXCHECK
410 #elif defined GNULIB_POSIXCHECK
444 #elif defined GNULIB_POSIXCHECK
478 #elif defined GNULIB_POSIXCHEC
    [all...]
  /external/valgrind/coregrind/m_replacemalloc/
vg_replace_malloc.c 129 # elif defined(VGPV_x86_linux_android)
302 #elif defined(VGO_darwin)
308 #elif defined(VGO_solaris)
338 #elif defined(VGO_darwin)
350 #elif defined(VGO_solaris)
381 #elif defined(VGO_darwin)
393 #elif defined(VGO_solaris)
427 #elif defined(VGO_darwin)
439 #elif defined(VGO_solaris)
470 #elif defined(VGO_darwin
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
types.py 111 elif is_num(val):
116 elif is_str(val):
118 elif isinstance(val, (set, frozenset)):
121 elif False not in map(is_str, val):
123 elif False not in map(is_binary, val):
125 elif is_binary(val):
127 elif isinstance(val, Mapping):
129 elif isinstance(val, list):
147 elif dynamodb_type == 'S':
149 elif dynamodb_type == 'NS'
    [all...]
  /external/dhcpcd-6.8.2/
eloop.c 55 #elif defined(HAVE_EPOLL)
89 #elif defined(HAVE_EPOLL)
119 #elif defined(HAVE_EPOLL)
174 #elif defined(HAVE_EPOLL)
205 #elif defined(HAVE_EPOLL)
221 #elif defined(HAVE_EPOLL)
242 #elif defined(HAVE_EPOLL)
371 #elif defined(HAVE_KQUEUE)
385 #elif defined (HAVE_EPOLL)
398 #elif defined(HAVE_EPOLL
    [all...]
  /external/eigen/Eigen/
Core 117 #elif defined __ALTIVEC__
126 #elif defined __ARM_NEON
186 #elif defined(EIGEN_VECTORIZE_SSE4_1)
188 #elif defined(EIGEN_VECTORIZE_SSSE3)
190 #elif defined(EIGEN_VECTORIZE_SSE3)
192 #elif defined(EIGEN_VECTORIZE_SSE2)
194 #elif defined(EIGEN_VECTORIZE_ALTIVEC)
196 #elif defined(EIGEN_VECTORIZE_NEON)
214 #elif defined EIGEN2_SUPPORT_STAGE30_FULL_EIGEN3_API
217 #elif defined EIGEN2_SUPPORT_STAGE20_RESOLVE_API_CONFLICT
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 233 elif toknum == DEDENT:
236 elif toknum in (NEWLINE, NL):
238 elif startline and indents:
304 elif needcont and line[-2:] != '\\\n' and line[-3:] != '\\\r\n':
315 elif parenlev == 0 and not continued: # new statement
321 elif line[pos] == '\t':
323 elif line[pos] == '\f':
372 elif initial in '\r\n':
375 elif initial == '#':
378 elif token in triple_quoted
    [all...]
quopri.py 64 elif s == '.':
143 elif c != ESCAPE:
145 elif i+1 == n and not partial:
147 elif i+1 < n and line[i+1] == ESCAPE:
149 elif i+2 < n and ishex(line[i+1]) and ishex(line[i+2]):
181 elif 'a' <= c <= 'f':
183 elif 'A' <= c <= 'F':
  /prebuilts/gdb/linux-x86/lib/python2.7/
tokenize.py 233 elif toknum == DEDENT:
236 elif toknum in (NEWLINE, NL):
238 elif startline and indents:
304 elif needcont and line[-2:] != '\\\n' and line[-3:] != '\\\r\n':
315 elif parenlev == 0 and not continued: # new statement
321 elif line[pos] == '\t':
323 elif line[pos] == '\f':
372 elif initial in '\r\n':
375 elif initial == '#':
378 elif token in triple_quoted
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 233 elif toknum == DEDENT:
236 elif toknum in (NEWLINE, NL):
238 elif startline and indents:
304 elif needcont and line[-2:] != '\\\n' and line[-3:] != '\\\r\n':
315 elif parenlev == 0 and not continued: # new statement
321 elif line[pos] == '\t':
323 elif line[pos] == '\f':
372 elif initial in '\r\n':
375 elif initial == '#':
378 elif token in triple_quoted
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 233 elif toknum == DEDENT:
236 elif toknum in (NEWLINE, NL):
238 elif startline and indents:
304 elif needcont and line[-2:] != '\\\n' and line[-3:] != '\\\r\n':
315 elif parenlev == 0 and not continued: # new statement
321 elif line[pos] == '\t':
323 elif line[pos] == '\f':
372 elif initial in '\r\n':
375 elif initial == '#':
378 elif token in triple_quoted
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
fuzzy.py 80 elif x <= self.left or x >= self.right:
82 elif x > self.middle:
85 elif x < self.middle:
119 elif x <= self.left:
154 elif x >= self.right:
207 elif op == '~':
226 elif primary_op == '==':
  /external/autotest/client/tests/kvm/tests/
pci_hotplug.py 46 elif len(re.findall("\npci_add", cmd_output)) > 0:
56 elif len(re.findall("\ndrive_add", cmd_output)) > 0:
67 elif test_type == "block":
81 elif cmd_type == "device_add":
90 elif test_type == "block":
116 elif drive_cmd_type == "__com.redhat_drive_add":
146 elif cmd_type == "device_add":
  /external/autotest/server/cros/ap_configurators/
ap_spec.py 91 elif band == BAND_5GHZ:
115 elif total == MODE_D:
153 elif band == BAND_5GHZ:
272 elif self._channel:
275 elif self._channel in VALID_5GHZ_CHANNELS:
282 elif self._mode in VALID_5GHZ_MODES:
295 elif (self._security == SECURITY_TYPE_WPAPSK or
  /external/boringssl/src/include/openssl/
base.h 73 #elif defined(__x86) || defined(__i386) || defined(__i386__) || defined(_M_IX86)
76 #elif defined(__aarch64__)
79 #elif defined(__arm) || defined(__arm__) || defined(_M_ARM)
82 #elif defined(__PPC64__) || defined(__powerpc64__)
84 #elif defined(__mips__) && !defined(__LP64__)
87 #elif defined(__mips__) && defined(__LP64__)
90 #elif defined(__pnacl__)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
vpc.py 58 elif name == 'dhcpOptionsId':
60 elif name == 'state':
62 elif name == 'cidrBlock':
64 elif name == 'isDefault':
66 elif name == 'instanceTenancy':
68 elif name == 'classicLinkEnabled':
88 elif validate:
  /external/chromium-trace/catapult/third_party/html5lib-python/
parse.py 36 elif f == '-':
79 elif opts.time:
115 elif tb == "lxml":
118 elif tb == "etree":
120 elif opts.tree:
125 elif opts.hilite:
127 elif opts.html:
  /external/clang/utils/
CmpDriver 22 elif inQuote:
28 elif not c.isspace():
107 elif ln.strip().startswith('"'):
148 elif bElt is None:
168 elif bElt is None:
182 elif b is None:
197 elif bElt is None:
  /external/deqp/framework/platform/android/
tcuAndroidInternals.cpp 74 #elif (DE_CPU == DE_CPU_ARM_64)
79 #elif (DE_CPU == DE_CPU_X86)
84 #elif (DE_CPU == DE_CPU_X86_64)
108 #elif (DE_CPU == DE_CPU_ARM_64)
112 #elif (DE_CPU == DE_CPU_X86)
116 #elif (DE_CPU == DE_CPU_X86_64)
144 #elif (DE_PTR_SIZE == 8)
  /external/libvpx/libvpx/vpx_ports/
x86.h 57 #elif defined(__SUNPRO_C) || defined(__SUNPRO_CC) /* end __GNUC__ or __ANDROID__*/
119 #elif (defined(_M_X64) || defined(_M_IX86)) && \
123 #elif defined(_MSC_VER) && defined(_M_IX86)
225 #elif defined(__SUNPRO_C) || defined(__SUNPRO_CC)
242 #elif defined(__SUNPRO_C) || defined(__SUNPRO_CC)
266 #elif defined(__SUNPRO_C) || defined(__SUNPRO_CC)
277 #elif ARCH_X86_64
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 31 elif escapeSeqs.has_key(s[i]):
56 elif hexa:
68 elif octa:
82 elif s[i] >= '0' and s[i] <= '7':
89 elif s[i] == 'x' or s[i] == 'X':
166 elif matchDESC_END:
183 elif matchDESC_BEGIN:
  /external/v8/src/
macro-assembler.h 41 #elif V8_TARGET_ARCH_X64
45 #elif V8_TARGET_ARCH_ARM64
51 #elif V8_TARGET_ARCH_ARM
56 #elif V8_TARGET_ARCH_PPC
61 #elif V8_TARGET_ARCH_MIPS
66 #elif V8_TARGET_ARCH_MIPS64
71 #elif V8_TARGET_ARCH_X87
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
patcomp.py 120 elif child.type == token.PLUS:
123 elif child.type == token.LBRACE:
146 elif node.type == token.NAME:
157 elif not value.startswith("_"):
166 elif node.value == "(":
168 elif node.value == "[":
189 elif value in grammar.opmap:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
patcomp.py 120 elif child.type == token.PLUS:
123 elif child.type == token.LBRACE:
146 elif node.type == token.NAME:
157 elif not value.startswith("_"):
166 elif node.value == "(":
168 elif node.value == "[":
189 elif value in grammar.opmap:

Completed in 1126 milliseconds

<<41424344454647484950>>