HomeSort by relevance Sort by last modified time
    Searched full:fallthrough (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /bionic/libc/netbsd/nameser/
ns_ttl.c 123 case 'W': tmp *= 7; /*FALLTHROUGH*/
124 case 'D': tmp *= 24; /*FALLTHROUGH*/
125 case 'H': tmp *= 60; /*FALLTHROUGH*/
126 case 'M': tmp *= 60; /*FALLTHROUGH*/
  /packages/apps/Email/src/org/apache/james/mime4j/
BodyDescriptor.java 217 boolean fallThrough = false;
229 fallThrough = true;
232 if (!fallThrough)
238 fallThrough = false;
247 fallThrough = true;
253 if (!fallThrough)
  /dalvik/vm/compiler/
Frontend.c 410 /* Make the first real dalvik block the fallthrough of the entry block */
411 startBB->fallThrough = curBB;
468 * taken/fallthrough links. Also create chaining cells for code not included
486 /* Link the taken and fallthrough blocks */
495 curBB->fallThrough = searchBB;
516 curBB->fallThrough == NULL &&
543 loopBranch->fallThrough = backwardCell;
553 loopBranch->fallThrough = backwardCell;
555 loopBranch->fallThrough = startBB->next;
558 loopBranch->fallThrough = startBB->next
    [all...]
Utility.c 146 if (bb->fallThrough) {
147 LOGD(" Fallthrough : block %d (%04x)\n",
148 bb->fallThrough->id, bb->fallThrough->startOffset);
CompilerIR.h 124 struct BasicBlock *fallThrough;
  /external/elfutils/libebl/
eblobjnote.c 81 /* FALLTHROUGH */
  /external/elfutils/libelf/
elf_cntl.c 55 /* FALLTHROUGH */
  /external/e2fsprogs/intl/
plural.y 219 /* FALLTHROUGH */
222 /* FALLTHROUGH */
225 /* FALLTHROUGH */
  /external/v8/test/mjsunit/
switch.js 124 assertEquals(3, f4(0), "fallthrough-switch.0");
125 assertEquals(3, f4(1), "fallthrough-switch.1");
126 assertEquals(3, f4(2), "fallthrough-switch.2");
127 assertEquals(5, f4(3), "fallthrough-switch.3");
  /external/iptables/extensions/
libip6t_owner.c 158 /* FALLTHROUGH */
170 /* FALLTHROUGH */
libipt_owner.c 159 /* FALLTHROUGH */
171 /* FALLTHROUGH */
  /external/guava/src/com/google/common/io/
LineBuffer.java 50 @SuppressWarnings("fallthrough")
  /bionic/libc/arch-arm/bionic/
memcmp.S 234 7: /* fix up the 2 pointers and fallthrough... */
282 7: /* fix up the 2 pointers and fallthrough... */
memcmp16.S 237 7: /* fix up the 2 pointers and fallthrough... */
  /external/clearsilver/util/
wildmat.c 72 /* FALLTHROUGH */
136 /* FALLTHROUGH */
  /bionic/libc/stdio/
vfprintf.c 382 /* FALLTHROUGH */
472 /*FALLTHROUGH*/
576 /*FALLTHROUGH*/
619 /*FALLTHROUGH*/
1027 /*FALLTHROUGH*/
1062 /*FALLTHROUGH*/
1074 /*FALLTHROUGH*/
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 240 Label fallthrough; local
242 __ j(not_equal, &fallthrough);
245 __ bind(&fallthrough);
252 Label fallthrough; local
264 __ j(equal, &fallthrough);
362 __ bind(&fallthrough);
369 Label fallthrough; local
380 __ j(equal, &fallthrough);
426 __ bind(&fallthrough);
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 252 Label fallthrough;
254 __ j(not_equal, &fallthrough);
257 __ bind(&fallthrough);
264 Label fallthrough;
281 __ j(equal, &fallthrough);
381 __ bind(&fallthrough);
388 Label fallthrough;
401 __ j(equal, &fallthrough);
445 __ bind(&fallthrough);
    [all...]
  /external/dhcpcd/
dhcp.c 943 case DHO_RENEWALTIME: /* FALLTHROUGH */
1061 case '"': /* FALLTHROUGH */
1062 case '\'': /* FALLTHROUGH */
1063 case '$': /* FALLTHROUGH */
1064 case '`': /* FALLTHROUGH */
1065 case '\\': /* FALLTHROUGH */
  /bionic/libc/tzcode/
strptime.c 268 /* FALLTHROUGH */
277 /* FALLTHROUGH */
  /system/core/sh/
redir.c 147 /* FALLTHROUGH*/
209 /* FALLTHROUGH */
  /bionic/libc/unistd/
fnmatch.c 140 /* FALLTHROUGH */
  /external/oprofile/libpopt/
poptparse.c 105 /*@fallthrough@*/
  /external/tcpdump/
print-sll.c 176 /*FALLTHROUGH*/
  /external/webkit/JavaScriptCore/runtime/
JSONObject.cpp 683 // fallthrough
718 // fallthrough
750 // fallthrough
787 // fallthrough

Completed in 415 milliseconds

1 2 3 4 5 6