/external/toybox/toys/pending/ |
telnet.c | 274 case DO: /* FALLTHROUGH */ 275 case DONT: /* FALLTHROUGH */ 276 case WILL: /* FALLTHROUGH */
|
dhcp.c | [all...] |
/external/v8/src/arm/ |
lithium-codegen-arm.h | 289 // true and false label should be made, to optimize fallthrough. 297 // true and false label should be made, to optimize fallthrough. 305 // true and false label should be made, to optimize fallthrough.
|
/external/v8/src/ia32/ |
lithium-codegen-ia32.h | 276 // true and false label should be made, to optimize fallthrough. 281 // true and false label should be made, to optimize fallthrough. 289 // true and false label should be made, to optimize fallthrough.
|
regexp-macro-assembler-ia32.cc | 192 Label fallthrough; local 194 __ j(not_equal, &fallthrough); 197 __ bind(&fallthrough); 204 Label fallthrough; local 216 __ j(equal, &fallthrough); 334 __ bind(&fallthrough); 341 Label fallthrough; local 352 __ j(equal, &fallthrough); 398 __ bind(&fallthrough); [all...] |
/external/v8/src/mips/ |
lithium-codegen-mips.h | 305 // true and false label should be made, to optimize fallthrough. 317 // true and false label should be made, to optimize fallthrough. 326 // true and false label should be made, to optimize fallthrough.
|
/external/v8/src/mips64/ |
lithium-codegen-mips64.h | 306 // true and false label should be made, to optimize fallthrough. 318 // true and false label should be made, to optimize fallthrough. 327 // true and false label should be made, to optimize fallthrough.
|
/external/v8/src/x64/ |
lithium-codegen-x64.h | 270 // true and false label should be made, to optimize fallthrough. 275 // true and false label should be made, to optimize fallthrough. 282 // true and false label should be made, to optimize fallthrough.
|
/frameworks/base/core/java/android/app/usage/ |
UsageStatsManager.java | 139 // fallthrough and return null. 164 // fallthrough and return the empty list. 188 // fallthrough and return null
|
/bionic/libc/upstream-netbsd/lib/libc/gen/ |
nftw.c | 98 /* FALLTHROUGH */
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
strtorQ.c | 82 /* FALLTHROUGH */
|
/external/clang/test/CodeGenCXX/ |
arm.cpp | 300 // -> fallthrough, end 304 // -> fallthrough, end 335 // -> fallthrough, end 339 // -> fallthrough, end
|
/external/e2fsprogs/lib/e2p/ |
mntopts.c | 125 /* fallthrough */
|
/external/elfutils/src/libdw/ |
dwarf_frame_register.c | 69 /*FALLTHROUGH*/
|
/external/squashfs-tools/squashfs-tools/ |
info.c | 155 /* FALLTHROUGH */
|
pseudo.c | 317 /* FALLTHROUGH */ 340 /* FALLTHROUGH */ 368 /* FALLTHROUGH */ 370 /* FALLTHROUGH */
|
unsquashfs_info.c | 118 /* FALLTHROUGH */
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
Wallpaper.java | 83 @SuppressWarnings("fallthrough")
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/ |
EmailAddressTest.java | 96 // Strings that will fallthrough to the rfc822 tokenizer
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vfwprintf.c | 520 /* FALLTHROUGH */ 610 /*FALLTHROUGH*/ 621 /*FALLTHROUGH*/ 802 /*FALLTHROUGH*/ 823 /*FALLTHROUGH*/ 863 /*FALLTHROUGH*/ 1265 /*FALLTHROUGH*/ 1274 /*FALLTHROUGH*/ 1314 /*FALLTHROUGH*/ 1323 /*FALLTHROUGH*/ [all...] |
/external/llvm/lib/CodeGen/ |
ScoreboardHazardRecognizer.cpp | 157 // FALLTHROUGH 209 // FALLTHROUGH
|
IfConversion.cpp | 98 /// HasFallThrough - True if BB may fallthrough to the following BB. 432 /// findFalseBlock - BB has a fallthrough. Find its 'false' successor given 653 // fallthrough. 730 // latter might fallthrough, but we can't determine where to. 774 // Unanalyzable or ends with fallthrough or unconditional branch, or if is not 789 // Do not ifcvt if true and false fallthrough blocks are the same. [all...] |
/external/dhcpcd/ |
if-options.c | 340 case 'a': /* FALLTHROUGH */ 341 case 'f': /* FALLTHROUGH */ 342 case 'g': /* FALLTHROUGH */ 343 case 'n': /* FALLTHROUGH */ 344 case 'x': /* FALLTHROUGH */ 345 case 'T': /* FALLTHROUGH */
|
/system/netd/server/ |
NetworkController.cpp | 96 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(), 104 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), 227 // split-tunnel, that's okay, because we have fallthrough rules that will direct the fallthrough 229 // the fallthrough rules also go away), the socket that used to fallthrough to the default network
|
/external/mksh/src/ |
misc.c | 535 /* FALLTHROUGH */ 1165 /* FALLTHROUGH */ 1169 /* FALLTHROUGH */ 1173 /* FALLTHROUGH */ 1177 /* FALLTHROUGH */ 1181 /* FALLTHROUGH */ 1185 /* FALLTHROUGH */ 1189 /* FALLTHROUGH */ 1193 /* FALLTHROUGH */ 1198 /* FALLTHROUGH */ [all...] |