HomeSort by relevance Sort by last modified time
    Searched defs:i5 (Results 1 - 25 of 35) sorted by null

1 2

  /external/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
equal.pass.cpp 34 std::istream_iterator<int> i5; local
39 assert(i1 != i5);
44 assert(i2 != i5);
48 assert(i3 != i5);
51 assert(i4 == i5);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
equal.pass.cpp 34 std::istream_iterator<int> i5; local
39 assert(i1 != i5);
44 assert(i2 != i5);
48 assert(i3 != i5);
51 assert(i4 == i5);
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p3.cpp 15 double &i5 = 123123123123123123123123123123123123123123123_x2; variable
p4.cpp 15 double &i5 = 1e1000000_x2; variable
p5.cpp 13 double &i5 = R"(foo)"_x1; // ok variable
p6.cpp 13 char &i5 = u'a'_x1; // ok variable
  /dalvik/dx/tests/074-dex-form35c-edge-case/
Blort.java 25 int i5 = 0; local
  /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; }
  /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; }
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 29 int i5 = 0; local
  /external/clang/test/Sema/
tentative-decls.c 26 extern int i5; // expected-note {{previous declaration is here}}
27 static int i5; // expected-error{{static declaration of 'i5' follows non-static declaration}} variable
complex-int.c 61 int i5[(3i == -(-3i) ? ((void)3, 1i - 1) : 0) == 1i - 1 ? 1 : -1]; variable
constant-conversion.c 12 struct { int i5 : 5; } a; member in struct:__anon22894
14 a.i5 = 36; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 36 to 4}}
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 75 loops i3-i5-i7 and i9
190 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i8, i9;
296 // i4 and i5 loop:
302 for (i5 = ipos[5]; i5 < L_CODE; i5 += step)
304 s = L_mult (rr[i5][i5], _1_8);
305 s = L_mac (s, rr[i0][i5], _1_4);
306 s = L_mac (s, rr[i1][i5], _1_4)
568 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i9; local
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_instance.java 82 int i5[] = new int[1]; local
88 ai5.copyTo(i5);
94 assertEquals(5, i5[0]);
99 assertEquals(5, i5[0]);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PinnedPositionsTest.java 144 final DatabaseAsserts.ContactIdPair i5 = DatabaseAsserts.assertAndCreateContact(mResolver); local
153 operations.add(newPinningOperation(i5.mContactId, 5, true));
166 assertValuesForContact(i5.mContactId, newContentValues(Contacts.PINNED, 5));
178 assertValuesForRawContact(i5.mRawContactId,
191 assertValuesForContact(i5.mContactId, newContentValues(Contacts.PINNED, 5));
199 assertValuesForRawContact(i5.mRawContactId, newContentValues(RawContacts.PINNED, 5));
217 assertValuesForRawContact(i5.mRawContactId,
224 operations.add(newPinningOperation(i5.mContactId, PinnedPositions.DEMOTED, false));
235 assertValuesForContact(i5.mContactId,
241 i5.mRawContactId, i6.mRawContactId)
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen_unittest.cc 166 Instruction* i5 = local
168 Instruction* i4 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 0, i5);
170 codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 2, i4, i5);
192 Instruction* i5 = codegen->MakeInstruction(BPF_RET, ErrorCode(1)); local
193 Instruction* i4 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 0, i5);
195 codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 2, i4, i5);
224 Instruction* i5 = local
228 codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 2, i4, i5);
  /external/clang/test/CodeGen/
arm64-abi-vector.c 268 __int5 i5 = va_arg(ap, __int5); local
273 sum = sum + i5.x + i5.y;
285 __short3 *s3, __short5 *s5, __int3 *i3, __int5 *i5,
287 double ret = varargs_vec(3, *c3, *c5, *c9, *c19, *s3, *s5, *i3, *i5, *d3);
  /external/llvm/unittests/ADT/
HashingTest.cpp 337 const int i1 = 42, i2 = 43, i3 = 123, i4 = 999, i5 = 0, i6 = 79; local
338 const int arr1[] = { i1, i2, i3, i4, i5, i6 };
344 hash_combine(i1, i2, i3, i4, i5));
346 hash_combine(i1, i2, i3, i4, i5, i6));
  /external/clang/test/SemaCXX/
constant-expression.cpp 52 i5 = Struct::sval, member in struct:C
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 113 int i4, i5, i6, i7; local
130 i5 = (i0 - i2) >> 1;
155 buf[ 5] = i5 - t2;
157 buf[13] = i5 + t2;
  /art/compiler/jni/
jni_compiler_test.cc 1580 jint i5 = 5; local
1651 jint i5 = 5; local
1721 jint i5 = 5; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 2000 int i5 = NAMESPACEDECLS; local
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 1376 const bool i5 = isBitSet(blockModeData, 5); local
    [all...]
  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 31 int i5[] = {0, 0, 1}; local
38 assert(std::is_heap(i5, i5+3) == (std::is_heap_until(i5, i5+3) == i5+3));

Completed in 591 milliseconds

1 2