HomeSort by relevance Sort by last modified time
    Searched refs:i3 (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!=/
not_equal.pass.cpp 29 std::istreambuf_iterator<char> i3; local
34 assert( (i1 != i3));
39 assert( (i2 != i3));
42 assert( (i3 != i1));
43 assert( (i3 != i2));
44 assert(!(i3 != i3));
45 assert(!(i3 != i4));
49 assert(!(i4 != i3));
57 std::istreambuf_iterator<wchar_t> i3; local
    [all...]
  /external/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op==/
equal.pass.cpp 29 std::istreambuf_iterator<char> i3; local
34 assert(!(i1 == i3));
39 assert(!(i2 == i3));
42 assert(!(i3 == i1));
43 assert(!(i3 == i2));
44 assert( (i3 == i3));
45 assert( (i3 == i4));
49 assert( (i4 == i3));
57 std::istreambuf_iterator<wchar_t> i3; local
    [all...]
  /external/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
equal.pass.cpp 32 std::istream_iterator<int> i3(inf2);
37 assert(i1 != i3);
42 assert(i2 != i3);
46 assert(i3 == i3);
47 assert(i3 != i4);
48 assert(i3 != i5);
  /external/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/
equal.pass.cpp 27 std::istreambuf_iterator<char> i3; local
32 assert(!i1.equal(i3));
37 assert(!i2.equal(i3));
40 assert(!i3.equal(i1));
41 assert(!i3.equal(i2));
42 assert( i3.equal(i3));
43 assert( i3.equal(i4));
47 assert( i4.equal(i3));
55 std::istreambuf_iterator<wchar_t> i3; local
    [all...]
  /external/libcxx/test/re/re.iter/re.tokiter/re.tokiter.incr/
post.pass.cpp 27 std::cregex_token_iterator i3; local
32 i3 = i++;
35 assert(i3 != std::cregex_token_iterator());
38 assert(i3->str() == "start ");
39 i3 = i++;
42 assert(i3 != std::cregex_token_iterator());
45 assert(i3->str() == ", ");
46 i3 = i++;
49 assert(i3 != std::cregex_token_iterator());
52 assert(i3->str() == ", ")
66 std::cregex_token_iterator i3; local
    [all...]
  /dalvik/dx/tests/074-dex-form35c-edge-case/
Blort.java 23 int i3 = 0; local
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p3.cpp 10 int &i3 = 0377_x1; variable
p4.cpp 10 int &i3 = 0377e-1_x1; variable
p5.cpp 9 double &i3 = L"foo"_x1; // expected-error {{no matching literal operator for call to 'operator "" _x1' with arguments of types 'const wchar_t *' and 'unsigned long'}} variable
p6.cpp 9 double &i3 = 'a'_x1; // expected-error {{no matching literal operator}} variable
  /external/clang/test/Sema/
tentative-decls.c 32 static int i3 = 5; variable
33 extern int i3;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_gs_tmp.h 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)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs_tmp.h 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)
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 27 int i3 = 0; local
  /external/clang/test/Index/
complete-properties.m 24 @interface I3 : I2
28 id test(I3 *i3) {
29 return i3.Prop3;
  /external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
aes-armv4.pl 47 $i3="r9";
305 and $i3,lr,$s0,lsr#16
312 ldr $t3,[$tbl,$i3,lsl#2] @ Te1[s0>>16]
313 and $i3,lr,$s1,lsr#8
319 ldr $i3,[$tbl,$i3,lsl#2] @ Te2[s1>>8]
325 eor $t3,$t3,$i3,ror#8
326 and $i3,lr,$s2
332 ldr $i3,[$tbl,$i3,lsl#2] @ Te3[s2>>0
    [all...]
  /external/openssl/crypto/aes/asm/
aes-armv4.pl 47 $i3="r9";
303 and $i3,lr,$s0,lsr#16
310 ldr $t3,[$tbl,$i3,lsl#2] @ Te1[s0>>16]
311 and $i3,lr,$s1,lsr#8
317 ldr $i3,[$tbl,$i3,lsl#2] @ Te2[s1>>8]
323 eor $t3,$t3,$i3,ror#8
324 and $i3,lr,$s2
330 ldr $i3,[$tbl,$i3,lsl#2] @ Te3[s2>>0
    [all...]
  /external/clang/test/CodeGen/
arm64-arguments.c 298 int f38_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8,
300 // CHECK: define i32 @f38_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, i64 %s1.coerce, i64 %s2.coerce)
309 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
351 int f39_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8,
353 // CHECK: define i32 @f39_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, i128 %s1.coerce, i128 %s2.coerce)
362 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
406 int f40_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8,
408 // CHECK: define i32 @f40_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, [2 x i64] %s1.coerce, [2 x i64] %s2.coerce)
417 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
461 int f41_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8
489 int i3; member in struct:s42
546 int i3; member in struct:s43
    [all...]
  /external/lzma/CPP/Common/
MyCom.h 201 #define MY_UNKNOWN_IMP3(i1, i2, i3) MY_UNKNOWN_IMP_SPEC( \
205 MY_QUERYINTERFACE_ENTRY(i3) \
208 #define MY_UNKNOWN_IMP4(i1, i2, i3, i4) MY_UNKNOWN_IMP_SPEC( \
212 MY_QUERYINTERFACE_ENTRY(i3) \
216 #define MY_UNKNOWN_IMP5(i1, i2, i3, i4, i5) MY_UNKNOWN_IMP_SPEC( \
220 MY_QUERYINTERFACE_ENTRY(i3) \
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pagemap.h 250 const Number i3 = k & (LEAF_LENGTH-1); local
255 return reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3];
262 const Number i3 = k & (LEAF_LENGTH-1); local
263 reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3] = v;
309 for (Number i3 = (k & (LEAF_LENGTH-1)); i3 < LEAF_LENGTH; i3++) {
310 if (leaf->values[i3] != NULL) {
311 return leaf->values[i3];
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
p2.cpp 35 namespace i3 { namespace in namespace:test0
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
CallbacksTest.java 46 public void call(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5, Integer i6,
50 parameters.add(i3);
  /external/opencv/cvaux/src/
cvlmeds.cpp 410 int i, i3; local
420 for( i = 0, i3 = 0; i < num; i++, i3 += 3 )
423 l1 = F[0] * mr[i3] + F[1] * mr[i3 + 1] + F[2];
424 l2 = F[3] * mr[i3] + F[4] * mr[i3 + 1] + F[5];
425 l3 = F[6] * mr[i3] + F[7] * mr[i3 + 1] + F[8];
427 d1 = (l1 * ml[i3] + l2 * ml[i3 + 1] + l3) / sqrt( l1 * l1 + l2 * l2 )
585 int i3, i9, j, num3, its = 0, a, t; local
850 int i, i3, j, j3, t; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h 453 const Number i3 = k & (LEAF_LENGTH-1); local
458 return reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3];
465 const Number i3 = k & (LEAF_LENGTH-1); local
466 reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2])->values[i3] = v;
512 for (Number i3 = (k & (LEAF_LENGTH-1)); i3 < LEAF_LENGTH; i3++) {
513 if (leaf->values[i3] != NULL) {
514 return leaf->values[i3];
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PinnedPositionsTest.java 64 final DatabaseAsserts.ContactIdPair i3 = DatabaseAsserts.assertAndCreateContact(mResolver); local
73 assertValuesForContact(i3.mContactId,
80 assertValuesForRawContact(i3.mRawContactId, newContentValues(RawContacts.PINNED, unpinned));
86 operations.add(newPinningOperation(i3.mContactId, 3, true));
94 assertValuesForContact(i3.mContactId,
102 assertValuesForRawContact(i3.mRawContactId, newContentValues(RawContacts.PINNED, 3));
108 operations.add(newPinningOperation(i3.mContactId, unpinned, false));
115 assertValuesForContact(i3.mContactId,
124 assertValuesForRawContact(i3.mRawContactId,
131 ContactUtil.delete(mResolver, i3.mContactId)
142 final DatabaseAsserts.ContactIdPair i3 = DatabaseAsserts.assertAndCreateContact(mResolver); local
    [all...]

Completed in 2184 milliseconds

1 2 3 4 5 6