HomeSort by relevance Sort by last modified time
    Searched full:through (Results 1 - 25 of 14672) 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 16 case -1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
18 case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
20 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
22 case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}}
25 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: // no warning here, ignore fall-through from unreachable code
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}}
25 case 5: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} (…)
    [all...]
switch-implicit-fallthrough-macro.cpp 7 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'COMMAND_LINE_FALLTHROUGH;' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
28 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'COMPATIBILITY_FALLTHROUGH;' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
44 #define WRONG_MACRO3 [[clang::fall through]]
51 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'M1;' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
67 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}}
86 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} (…)
    [all...]
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}}
22 ptr(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
30 c.g(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
34 (c.*ptr)(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
37 C::h(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
41 static_ptr(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
51 block(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic block; call will abort at runtime}}
66 d(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
78 E e(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}} \
80 (void)E(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}}
    [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;}}
  /art/test/102-concurrent-gc/
info.txt 2 concurrent GC should locate the "hidden" objects through a write-barrier.
  /art/test/073-mismatched-field/
info.txt 1 Test behavior when an instance field is overlapped (through separate
  /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 */
  /external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.h 16 // before launching the setuid helper and after being executed through the
21 // 2. The browser launches a renderer through the setuid sandbox.
22 // 3. The renderer requests being chroot-ed through ChrootMe() and
26 // All instantation should go through this factory method.
32 // Will only work if we have been launched through the setuid helper.
40 // Did we get launched through an up to date setuid binary ?
42 // Did we get launched through the setuid helper ?
  /development/samples/Support4Demos/res/xml/
my_paths.xml 4 through alias "my_thumbs" -->
8 through alias "my_external" -->
  /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/chromium_org/chrome/browser/android/
content_view_util.h 10 // Register the ContentViewUtil's native methods through JNI.
uma_bridge.h 13 // Registers the native methods through jni
  /external/chromium_org/content/public/test/
DEPS 6 # Ensure we don't leak internal content headers through public headers.
  /external/chromium_org/third_party/skia/src/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
  /external/qemu/
Android.mk 2 # through the 'm' or 'mm' build commands. if not, we use the
  /external/skia/src/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
  /frameworks/base/docs/html/training/
best-user-input.jd 9 touch screen gestures and text input through on-screen input methods and hardware keyboards.</p
  /external/chromium_org/rlz/lib/
rlz_enums.h 24 CHROME_OMNIBOX, // Chrome searches through the address bar omnibox (Win).
25 CHROME_HOME_PAGE, // Chrome searches through Google as home page (Win).
29 IGOOGLE_WEBPAGE, // Searches on iGoogle through partner deals.
38 IE_BROWSED_PAGE, // Search made in IE through user action (no product).
58 CHROME_MAC_OMNIBOX, // Chrome searches through the address bar omnibox (Mac).
59 CHROME_MAC_HOME_PAGE,// Chrome searches through Google as home page (Mac).
61 CHROMEOS_OMNIBOX, // ChromeOS searches through the address bar omnibox.
62 CHROMEOS_HOME_PAGE, // ChromeOS searches through Google as home page.
65 CHROME_IOS_OMNIBOX, // Chrome searches through the address bar omnibox (iOS).
66 CHROME_IOS_HOME_PAGE,// Chrome searches through Google as home page (iOS)
    [all...]
  /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/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>

Completed in 788 milliseconds

1 2 3 4 5 6 7 8 91011>>