/external/clang/test/Parser/ |
expressions.c | 65 int x1 = sizeof int; // expected-error {{expected parentheses around type name in sizeof expression}} 66 int x2 = sizeof struct pr16992; // expected-error {{expected parentheses around type name in sizeof expression}} 67 int x3 = __alignof int; // expected-error {{expected parentheses around type name in __alignof expression}} 68 int x4 = _Alignof int; // expected-error {{expected parentheses around type name in _Alignof expression}}
|
warn-cuda-compat.cu | 5 // Note that this puts the expected lines before the directives to work around
|
/external/clang/test/Sema/ |
parentheses.cpp | 8 // expected-note {{place parentheses around the '+' expression to silence this warning}} \ 9 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} 16 // expected-note {{place parentheses around the '-' expression to silence this warning}} \ 17 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} 24 // expected-note {{place parentheses around the '*' expression to silence this warning}} \ 25 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} 43 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \ 44 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} 51 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \ 52 // expected-note {{place parentheses around comparison expression to evaluate it first} [all...] |
parentheses.c | 8 // expected-note{{place parentheses around the assignment to silence this warning}} \ 19 // expected-note{{place parentheses around the '==' expression to silence this warning}} \ 20 // expected-note{{place parentheses around the & expression to evaluate it first}} 27 // expected-note{{place parentheses around the '==' expression to silence this warning}} \ 28 // expected-note{{place parentheses around the & expression to evaluate it first}} 35 // expected-note{{place parentheses around the '<' expression to silence this warning}} \ 36 // expected-note{{place parentheses around the & expression to evaluate it first}} 49 // expected-note {{place parentheses around the '&' expression to silence this warning}} 54 // expected-note {{place parentheses around the '&' expression to silence this warning}} 60 // expected-note {{place parentheses around the '&&' expression to silence this warning} [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
type.hpp | 12 // around some MSVC deficiencies.
|
/prebuilts/tools/common/proguard/proguard4.7/bin/ |
proguard.sh | 7 # you'll have to add escaped quotes around them, e.g.
|
retrace.sh | 7 # you'll have to add escaped quotes around them, e.g.
|
/external/jmonkeyengine/engine/src/android/com/jme3/util/ |
RingBuffer.java | 8 * with wrap-around). 37 indexIn = (indexIn + 1) % buffer.length; // wrap-around 48 indexOut = (indexOut + 1) % buffer.length; // wrap-around
|
/ndk/sources/third_party/googletest/patches.ndk/ |
0002-Work-around-broken-abort-on-Android-MIPS.patch | 4 Subject: Work-around broken abort() on Android/MIPS. 6 abort() freezes in the Android MIPS emulator, work around this 22 +// Work-around broken abort() on Android/MIPS
|
/cts/tools/vm-tests-tf/src/dot/junit/verify/b2/ |
Test_b2.java | 26 * @title attempt to mess around with register-pairs. 39 * @title attempt to mess around with register-pairs. 52 * @title attempt to mess around with register-pairs. 65 * @title attempt to mess around with register-pairs. 78 * @title attempt to mess around with register-pairs.
|
/external/junit/src/org/junit/rules/ |
RuleChain.java | 16 * {@link #around(TestRule)}: 23 * .around(new LoggingRule("middle rule") 24 * .around(new LoggingRule("inner rule"); 69 return emptyRuleChain().around(outerRule); 84 public RuleChain around(TestRule enclosedRule) { method in class:RuleChain
|
/frameworks/base/graphics/java/android/graphics/ |
Camera.java | 59 * Applies a rotation transform around the X axis. 61 * @param deg The angle of rotation around the X axis, in degrees 70 * Applies a rotation transform around the Y axis. 72 * @param deg The angle of rotation around the Y axis, in degrees 81 * Applies a rotation transform around the Z axis. 83 * @param deg The angle of rotation around the Z axis, in degrees 92 * Applies a rotation transform around all three axis. 94 * @param x The angle of rotation around the X axis, in degrees 95 * @param y The angle of rotation around the Y axis, in degrees 96 * @param z The angle of rotation around the Z axis, in degree [all...] |
/art/runtime/jdwp/ |
README.txt | 11 bouncing around, though, it's difficult to keep things "generic".
|
/bootable/recovery/ |
README.md | 4 Quick turn-around testing
|
/development/samples/Snake/ |
_index.html | 2 serpent roaming around the garden looking for apples. Be careful, though,
|
/external/clang/test/SemaObjC/ |
self-assign.m | 11 // expected-note{{place parentheses around the assignment to silence this warning}}
|
/external/libdrm/intel/tests/ |
gen4-3d.batch.sh | 9 # around for possibly moving over the ref.
|
gen5-3d.batch.sh | 9 # around for possibly moving over the ref.
|
gen6-3d.batch.sh | 9 # around for possibly moving over the ref.
|
gen7-2d-copy.batch.sh | 9 # around for possibly moving over the ref.
|
gen7-3d.batch.sh | 9 # around for possibly moving over the ref.
|
gm45-3d.batch.sh | 9 # around for possibly moving over the ref.
|
test-batch.sh | 9 # around for possibly moving over the ref.
|
/external/llvm/test/CodeGen/WinEH/ |
lit.local.cfg | 2 # buildbots have a stray misched-copy.s output file lying around that causes
|
/external/llvm/test/CodeGen/X86/ |
lit.local.cfg | 2 # buildbots have a stray misched-copy.s output file lying around that causes
|