/cts/tools/vm-tests/src/dot/junit/opcodes/iget_short/d/ |
T_iget_short_1.d | 19 .field public i1 S 29 iput-short v0, v1, dot.junit.opcodes.iget_short.d.T_iget_short_1.i1 S 44 iget-short v1, v2, dot.junit.opcodes.iget_short.d.T_iget_short_1.i1 S
|
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_wide/d/ |
T_iget_wide_1.d | 19 .field public i1 J 30 iput-wide v0, v2, dot.junit.opcodes.iget_wide.d.T_iget_wide_1.i1 J 44 iget-wide v1, v2, dot.junit.opcodes.iget_wide.d.T_iget_wide_1.i1 J
|
/cts/tools/vm-tests/src/dot/junit/opcodes/sget/d/ |
T_sget_1.d | 19 .field public static i1 I 26 sput v0, dot.junit.opcodes.sget.d.T_sget_1.i1 I 47 sget v1, dot.junit.opcodes.sget.d.T_sget_1.i1 I
|
/cts/tools/vm-tests/src/dot/junit/opcodes/sget_boolean/d/ |
T_sget_boolean_1.d | 19 .field public static i1 Z 26 sput-boolean v0, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_1.i1 Z 47 sget-boolean v1, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_1.i1 Z
|
/cts/tools/vm-tests/src/dot/junit/opcodes/sget_byte/d/ |
T_sget_byte_1.d | 19 .field public static i1 B 26 sput-byte v0, dot.junit.opcodes.sget_byte.d.T_sget_byte_1.i1 B 47 sget-byte v1, dot.junit.opcodes.sget_byte.d.T_sget_byte_1.i1 B
|
/cts/tools/vm-tests/src/dot/junit/opcodes/sget_char/d/ |
T_sget_char_1.d | 19 .field public static i1 C 26 sput-char v0, dot.junit.opcodes.sget_char.d.T_sget_char_1.i1 C 47 sget-char v1, dot.junit.opcodes.sget_char.d.T_sget_char_1.i1 C
|
/cts/tools/vm-tests/src/dot/junit/opcodes/sget_object/d/ |
T_sget_object_1.d | 19 .field public static i1 Ljava/lang/Object; 26 sput-object v0, dot.junit.opcodes.sget_object.d.T_sget_object_1.i1 Ljava/lang/Object; 47 sget-object v1, dot.junit.opcodes.sget_object.d.T_sget_object_1.i1 Ljava/lang/Object;
|
T_sget_object_21.d | 19 .field public static i1 Ljava/lang/Object; 26 sput-object v0, dot.junit.opcodes.sget_object.d.T_sget_object_21.i1 Ljava/lang/Object; 41 sget-object v1, dot.junit.opcodes.sget_object.d.T_sget_object_21.i1 Ljava/lang/String;
|
/cts/tools/vm-tests/src/dot/junit/opcodes/sget_short/d/ |
T_sget_short_1.d | 19 .field public static i1 S 26 sput-short v0, dot.junit.opcodes.sget_short.d.T_sget_short_1.i1 S 47 sget-short v1, dot.junit.opcodes.sget_short.d.T_sget_short_1.i1 S
|
/cts/tools/vm-tests/src/dot/junit/opcodes/sget_wide/d/ |
T_sget_wide_1.d | 19 .field public static i1 J 26 sput-wide v0, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.i1 J 47 sget-wide v1, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.i1 J
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
StrictMath.java | 540 * @param i1 544 * @return the larger of {@code i1} and {@code i2}. 546 public static int max(int i1, int i2) { 547 return i1 > i2 ? i1 : i2; 634 * @param i1 638 * @return the smaller of {@code i1} and {@code i2}. 640 public static int min(int i1, int i2) { 641 return i1 < i2 ? i1 : i2 [all...] |
/external/srec/srec/cfront/ |
sp_fft.c | 428 fftdata r0, r1, r2, r3, i0, i1, i2, i3; local 441 i1 = data[k1+1]; 449 data[k1+1] = i1 + i3; 455 i1 -= i3; 457 r2 = r0 + i1; 459 r3 = r0 - i1; 589 unsigned i, i1, i2, i3, i4; local 615 i1 = i << 1; 616 i2 = i1 + 1; 617 i3 = n - i1; [all...] |
/dalvik/libcore/security/src/test/java/tests/java/security/ |
IdentityTest.java | 80 IdentityStub i1 = new IdentityStub("testEquals"); local 84 i1, Boolean.TRUE, 85 new IdentityStub(i1.getName()), Boolean.TRUE 89 assertEquals(value[k+1], new Boolean(i1.equals(value[k]))); 90 if (Boolean.TRUE.equals(value[k+1])) assertEquals(i1.hashCode(), value[k].hashCode()); 94 assertEquals(i1.identityEquals(i2), i1.equals(i2)); 96 assertEquals(i1.identityEquals(i3), i1.equals(i3)); 465 // Identity i1 = new IdentityStub("testSetPublicKey3_1", IdentityScope.getSystemScope()) [all...] |
/external/apache-http/src/org/apache/http/util/ |
CharArrayBuffer.java | 135 for (int i1 = off, i2 = oldlen; i2 < newlen; i1++, i2++) { 136 int ch = b[i1];
|
/external/webkit/WebCore/platform/graphics/filters/ |
FEComposite.cpp | 111 unsigned char i1 = srcPixelArrayA->get(pixelOffset + channel); local 114 double result = scaledK1 * i1 * i2 + k2 * i1 + k3 * i2 + scaledK4;
|
/frameworks/base/libs/rs/ |
rsAllocation.cpp | 370 const uint16_t *i1 = static_cast<uint16_t *>(in.getElement(0, y*2)); local 374 *oPtr = rsBoxFilter565(i1[0], i1[1], i2[0], i2[1]); 376 i1 += 2; 389 const uint32_t *i1 = static_cast<uint32_t *>(in.getElement(0, y*2)); local 393 *oPtr = rsBoxFilter8888(i1[0], i1[1], i2[0], i2[1]); 395 i1 += 2; 408 const uint8_t *i1 = static_cast<uint8_t *>(in.getElement(0, y*2)); local 412 *oPtr = (uint8_t)(((uint32_t)i1[0] + i1[1] + i2[0] + i2[1]) * 0.25f) [all...] |
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ulist.h | 35 inline list (const_iterator i1, const_iterator i2) : vector<T> (i1, i2) {}
|
/dalvik/libcore/math/src/main/java/java/math/ |
Conversion.java | 214 for (int i1 = tempLen - 1; i1 >= 0; i1--) { 216 + (temp[i1] & 0xFFFFFFFFL); 218 temp[i1] = (int) res;
|
/external/icu4c/test/intltest/ |
regcoll.cpp | 47 CollationElementIterator *i1 = en_us->createCollationElementIterator(test1); local 51 if (i1 == NULL|| i2 == NULL) 54 delete i1; 59 while (i1->next(status) != CollationElementIterator::NULLORDER) 65 delete i1; 71 i1->reset(); 73 assertEqual(*i1, *i2); 75 delete i1; 152 CollationElementIterator *i1 = c->createCollationElementIterator(test3); local 153 delete i1; 431 CollationElementIterator *i1 = c1->createCollationElementIterator(test1); local [all...] |
/external/freetype/src/base/ |
ftcalc.c | 261 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; local 268 i1 = lo1 * hi2; 272 /* Check carry overflow of i1 + i2 */ 273 i1 += i2; 274 hi += (FT_UInt32)( i1 < i2 ) << 16; 276 hi += i1 >> 16; 277 i1 = i1 << 16; 279 /* Check carry overflow of i1 + lo */ 280 lo += i1; [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/iget/d/ |
T_iget_7.d | 29 iget v1, v2, dot.junit.opcodes.iget.d.T_iget_7no_class.i1 I
|
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_boolean/d/ |
T_iget_boolean_7.d | 29 iget-boolean v1, v2, dot.junit.opcodes.iget_boolean.d.T_iget_boolean_7no_class.i1 Z
|
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_byte/d/ |
T_iget_byte_7.d | 29 iget-byte v1, v2, dot.junit.opcodes.iget_byte.d.T_iget_byte_7no_class.i1 B
|
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_char/d/ |
T_iget_char_7.d | 29 iget-char v1, v2, dot.junit.opcodes.iget_char.d.T_iget_char_7no_class.i1 C
|
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_object/d/ |
T_iget_object_7.d | 29 iget-object v1, v2, dot.junit.opcodes.iget_object.d.T_iget_object_7no_class.i1 Ljava/lang/Object;
|