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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/amd64/
nibz_bennee_mmap.stdout.exp 1 made it through alive!
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough-cxx98.cpp 13 case -1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
15 case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
17 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
19 case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
22 case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
    [all...]
switch-implicit-fallthrough.cpp 13 case -1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
15 case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
17 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
19 case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
22 case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
    [all...]
switch-implicit-fallthrough-per-method.cpp 8 case 1: // expected-warning{{unannotated fall-through}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
15 case 113: // expected-warning{{unannotated fall-through}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
46 case 2: // expected-warning{{unannotated fall-through}} expected-note{{clang::fallthrough}} expected-note{{break;}}
vararg-non-pod.cpp 18 g(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
26 c.g(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
29 C::h(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
39 block(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic block; call will abort at runtime}}
54 d(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
66 E e(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}} \
68 (void)E(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}} \
91 (void)typeid(get_base(base)); // expected-warning{{cannot pass object of non-POD type 'Base' through variadic function; call will abort at runtime}}
  /dalvik/tests/073-mismatched-field/
info.txt 1 Test behavior when an instance field is overlapped (through separate
  /dalvik/vm/mterp/c/
OP_UNUSED_FF.cpp 3 * In portable interp, most unused opcodes will fall through to here.
OP_EXECUTE_INLINE_RANGE.cpp 20 /* fall through */
23 /* fall through */
26 /* fall through */
29 /* fall through */
OP_EXECUTE_INLINE.cpp 36 /* fall through */
39 /* fall through */
42 /* fall through */
45 /* fall through */
  /external/webkit/LayoutTests/fast/js/resources/
bom-in-file-retains-correct-offset.js 1 description("This ensures that BOM's scattered through a source file do not break parsing");
  /dalvik/dx/tests/092-ssa-cfg-edge-cases/
info.txt 1 This test case runs a few odd control flow graphs through the optimizer.
  /external/clang/test/Sema/
int-arith-convert.c 3 // Check types are the same through redeclaration
  /external/qemu/
Android.mk 2 # through the 'm' or 'mm' build commands. if not, we use the
  /external/skia/include/core/
SkPerspIter.h 17 /** Iterate a line through the matrix [x,y] ... [x+count-1, y].
18 @param m The matrix we will be iterating a line through
19 @param x The initial X coordinate to be mapped through the matrix
20 @param y The initial Y coordinate to be mapped through the matrix
  /libcore/luni/src/main/java/org/w3c/dom/
package.html 7 through these interfaces.
  /external/guava/guava/src/com/google/common/hash/
Murmur3_128HashFunction.java 92 k2 ^= (long) toInt(bb.get(14)) << 48; // fall through
94 k2 ^= (long) toInt(bb.get(13)) << 40; // fall through
96 k2 ^= (long) toInt(bb.get(12)) << 32; // fall through
98 k2 ^= (long) toInt(bb.get(11)) << 24; // fall through
100 k2 ^= (long) toInt(bb.get(10)) << 16; // fall through
102 k2 ^= (long) toInt(bb.get(9)) << 8; // fall through
109 // fall through
111 k1 ^= (long) toInt(bb.get(7)) << 56; // fall through
113 k1 ^= (long) toInt(bb.get(6)) << 48; // fall through
115 k1 ^= (long) toInt(bb.get(5)) << 40; // fall through
    [all...]
  /external/llvm/lib/Target/X86/InstPrinter/
X86InstComments.cpp 75 // FALL THROUGH.
84 // FALL THROUGH.
95 // FALL THROUGH.
105 // FALL THROUGH.
115 // FALL THROUGH.
125 // FALL THROUGH.
135 // FALL THROUGH.
142 // FALL THROUGH.
150 // FALL THROUGH.
158 // FALL THROUGH
    [all...]
  /external/chromium/chrome/browser/webdata/
web_database.cc 167 // FALL THROUGH
174 // FALL THROUGH
181 // FALL THROUGH
188 // FALL THROUGH
195 // FALL THROUGH
202 // FALL THROUGH
209 // FALL THROUGH
216 // FALL THROUGH
223 // FALL THROUGH
230 // FALL THROUGH
    [all...]
  /development/samples/JetBoy/res/values/
strings.xml 7 <string name="helpText">Help JET BOY get through the asteroid field! Blast the asteroids in time with the beat and listen to the music respond!\n\nUse your FIRE button to explode each asteroid as it passes through the laser guide.</string>
  /external/icu4c/data/brkitr/
title.txt 17 # If the iterator starts on a cased item, advance through all adjacent cased items plus
29 # If the iterator starts on a cased item, advance through all adjacent cased items plus
  /frameworks/base/core/java/android/database/
package.html 3 Contains classes to explore data returned through a content provider.
9 To make requests through
  /dalvik/dx/tests/087-ssa-local-vars/
info.txt 1 This is a test case to ensure proper preservation of local variable information through the register renamer and dead code remover at the beginning of the SSA conversion.
  /development/ndk/tests/dlclose-destruction/jni/
libtest1.h 8 /* define in libtest1, will be called dynamically through dlsym()
  /external/chromium/chrome/browser/chromeos/login/
authentication_notification_details.h 10 // through the login manager
  /external/chromium/chrome/browser/importer/
toolbar_importer_utils.h 13 // exposed through the ToolbarImportUtils namespace.

Completed in 823 milliseconds

1 2 3 4 5 6 7 8 91011>>