/external/clang/test/Sema/ |
unused-expr-system-header.c | 3 void f(int i1, int i2) { 6 COMMA_MACRO_1(i1 == i2, f(i1, i2)); // expected-warning {{comparison result unused}} \ 8 COMMA_MACRO_2(i1 == i2, f(i1, i2)); 9 COMMA_MACRO_3(i1 == i2, f(i1, i2)); // expected-warning {{comparison result unused}} \ 11 COMMA_MACRO_4(i1 == i2, f(i1, i2));
|
/external/clang/test/SemaCXX/ |
warn-logical-not-compare.cpp | 7 bool test1(int i1, int i2, bool b1, bool b2) { 10 ret = !i1 == i2; 21 ret = !i1 != i2; 32 ret = !i1 < i2; 43 ret = !i1 > i2; 54 ret = !i1 <= i2; 65 ret = !i1 >= i2; 76 ret = i1 == i2; 77 ret = i1 != i2; 78 ret = i1 < i2; [all...] |
address-space-references.cpp | 14 static int_2 i2; local 18 f0(i2); // expected-error{{no matching function for call to 'f0'}}
|
__null.cpp | 7 int i2 = __null; local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!=/ |
not_equal.pass.cpp | 28 std::istreambuf_iterator<char> i2(inf2); 33 assert(!(i1 != i2)); 37 assert(!(i2 != i1)); 38 assert(!(i2 != i2)); 39 assert( (i2 != i3)); 40 assert( (i2 != i4)); 43 assert( (i3 != i2)); 48 assert( (i4 != i2)); 56 std::istreambuf_iterator<wchar_t> i2(inf2) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op==/ |
equal.pass.cpp | 28 std::istreambuf_iterator<char> i2(inf2); 33 assert( (i1 == i2)); 37 assert( (i2 == i1)); 38 assert( (i2 == i2)); 39 assert(!(i2 == i3)); 40 assert(!(i2 == i4)); 43 assert(!(i3 == i2)); 48 assert(!(i4 == i2)); 56 std::istreambuf_iterator<wchar_t> i2(inf2) [all...] |
/dalvik/dx/tests/044-dex-math-ops/ |
Blort.java | 24 public void blort(int i1, int i2) { 27 i = i1 + i2; 28 i = i1 - i2; 29 i = i1 * i2; 30 i = i1 / i2; 31 i = i1 % i2; 32 i = i1 & i2; 33 i = i1 | i2; 34 i = i1 ^ i2; 35 i = i1 << i2; [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.comp/ |
equal.pass.cpp | 29 std::cregex_token_iterator i2 = i; local 30 assert(i2 == i); 31 assert(!(i2 != i)); 33 assert(!(i2 == i)); 34 assert(i2 != i);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/ |
equal.pass.cpp | 31 std::istream_iterator<int> i2(inf1); 36 assert(i1 == i2); 41 assert(i2 == i2); 42 assert(i2 != i3); 43 assert(i2 != i4); 44 assert(i2 != i5);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/ |
equal.pass.cpp | 26 std::istreambuf_iterator<char> i2(inf2); 31 assert( i1.equal(i2)); 35 assert( i2.equal(i1)); 36 assert( i2.equal(i2)); 37 assert(!i2.equal(i3)); 38 assert(!i2.equal(i4)); 41 assert(!i3.equal(i2)); 46 assert(!i4.equal(i2)); 54 std::istreambuf_iterator<wchar_t> i2(inf2) [all...] |
/external/valgrind/main/none/tests/s390x/ |
opcodes.h | 19 #define RIL_RI(op1,r1,op2,i2) \ 21 ".long 0x" #i2 "\n\t" 22 #define RIE_RRI0(op1,r1,r3,i2,u0,op2) \ 24 ".long 0x" #i2 #u0 #op2 "\n\t" 26 #define SIY_IRD(op1,i2,b1,dl1,dh1,op2) \ 27 ".short 0x" #op1 #i2 "\n\t" \ 32 #define RIL_RU(op1,r1,op2,i2) \ 34 ".long 0x" #i2 "\n\t" 35 #define RIL_RP(op1,r1,op2,i2) \ 37 ".long 0x" #i2 "\n\t [all...] |
and.c | 5 #define nihh(r1,i2) ".long 0xa5" #r1 "4" #i2 "\n\t" 6 #define nihl(r1,i2) ".long 0xa5" #r1 "5" #i2 "\n\t" 7 #define nilh(r1,i2) ".long 0xa5" #r1 "6" #i2 "\n\t" 8 #define nill(r1,i2) ".long 0xa5" #r1 "7" #i2 "\n\t"
|
insert.c | 5 #define iihh(r1,i2) ".long 0xa5" #r1 "0" #i2 "\n\t" 6 #define iihl(r1,i2) ".long 0xa5" #r1 "1" #i2 "\n\t" 7 #define iilh(r1,i2) ".long 0xa5" #r1 "2" #i2 "\n\t" 8 #define iill(r1,i2) ".long 0xa5" #r1 "3" #i2 "\n\t"
|
or.c | 5 #define oihh(r1,i2) ".long 0xa5" #r1 "8" #i2 "\n\t" 6 #define oihl(r1,i2) ".long 0xa5" #r1 "9" #i2 "\n\t" 7 #define oilh(r1,i2) ".long 0xa5" #r1 "a" #i2 "\n\t" 8 #define oill(r1,i2) ".long 0xa5" #r1 "b" #i2 "\n\t"
|
/external/clang/test/Parser/ |
namelookup-bug-2.c | 9 struct Object { int i2; } *X; member in struct:Object
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/ |
TestClass.java | 30 public static int testArgsOrder(int i1, int i2){ 33 int i = i1 / i2;
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/ |
TestClass.java | 30 public static int testArgsOrder(int i1, int i2){ 33 int i = i1 / i2;
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh3.cpp | 7 int r, i1 = 1, i2 = 2, i3 = 3, i4 = 4, i5 = 5; variable 11 ~S() { r = i1 + i2 + i3 + i4 + i5; }
|
eh18.cpp | 17 D(int i1, int i2) : VB(i2) { j = i1; } 25 pD(int i1, int i2) : VB(i2) { j = i1; }
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
eh3.cpp | 7 int r, i1 = 1, i2 = 2, i3 = 3, i4 = 4, i5 = 5; variable 11 ~S() { r = i1 + i2 + i3 + i4 + i5; }
|
eh18.cpp | 17 D(int i1, int i2) : VB(i2) { j = i1; } 25 pD(int i1, int i2) : VB(i2) { j = i1; }
|
/frameworks/base/core/java/android/os/ |
WorkSource.java | 363 int i1 = 0, i2 = 0; local 365 while (i1 < N1 && i2 < N2) { 366 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2 368 if (uids2[i2] == uids1[i1]) { 369 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 374 i2++; 375 } else if (uids2[i2] > uids1[i1]) { 376 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i1") 397 int i1 = 0, i2 = 0; local 457 int i1 = 0, i2 = 0; local 548 int i1 = 0, i2 = 0; local [all...] |
/dalvik/dx/tests/074-dex-form35c-edge-case/ |
Blort.java | 22 int i2 = 0; local
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
p3.cpp | 7 int &i2 = 45_x1; variable
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_gs_tmp.h | 29 #define TRIANGLE(flags,i0,i1,i2) gs_tri(gs,i0,i1,i2) 30 #define LINE_ADJ(flags,i0,i1,i2,i3) gs_line_adj(gs,i0,i1,i2,i3) 31 #define TRIANGLE_ADJ(flags,i0,i1,i2,i3,i4,i5) gs_tri_adj(gs,i0,i1,i2,i3,i4,i5)
|