HomeSort by relevance Sort by last modified time
    Searched defs:I4 (Results 1 - 17 of 17) sorted by null

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug195.go 17 type I4 interface {
18 I4 // ERROR "interface"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug195.go 17 type I4 interface {
18 I4 // ERROR "interface"
  /frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
UT_vector.java 184 Int4 I4 = s.get_u16_4();
185 if (I4.x != 1 || I4.y != 2 || I4.z != 3 || I4.w != 4) {
188 I4.x = 2;
189 I4.y = 3;
190 I4.z = 4;
191 I4.w = 5;
192 s.set_u16_4(I4);
    [all...]
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_vector.java 184 Int4 I4 = s.get_u16_4();
185 if (I4.x != 1 || I4.y != 2 || I4.z != 3 || I4.w != 4) {
188 I4.x = 2;
189 I4.y = 3;
190 I4.z = 4;
191 I4.w = 5;
192 s.set_u16_4(I4);
    [all...]
  /frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
UT_vector.java 199 Int4 I4 = s.get_u16_4();
200 if (I4.x != 1 || I4.y != 2 || I4.z != 3 || I4.w != 4) {
203 I4.x = 2;
204 I4.y = 3;
205 I4.z = 4;
206 I4.w = 5;
207 s.set_u16_4(I4);
    [all...]
  /frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
UT_vector.java 184 Int4 I4 = s.get_u16_4();
185 if (I4.x != 1 || I4.y != 2 || I4.z != 3 || I4.w != 4) {
188 I4.x = 2;
189 I4.y = 3;
190 I4.z = 4;
191 I4.w = 5;
192 s.set_u16_4(I4);
    [all...]
  /frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
UT_vector.java 184 Int4 I4 = s.get_u16_4();
185 if (I4.x != 1 || I4.y != 2 || I4.z != 3 || I4.w != 4) {
188 I4.x = 2;
189 I4.y = 3;
190 I4.z = 4;
191 I4.w = 5;
192 s.set_u16_4(I4);
    [all...]
  /art/test/910-methods/src/art/
Test910.java 144 // I0...I4.
192 public static interface I4 {
  /external/google-breakpad/src/common/
test_assembler_unittest.cc 747 #define I4(a,b,c,d) { a,b,c,d }
836 ASSERT_BYTES(contents, I4(0x56, 0x3c, 0x60, 0x51));
884 ASSERT_BYTES(contents, I4(0x71, 0x59, 0x35, 0xc7));
940 ASSERT_BYTES(contents, I4(0x56, 0x3c, 0x60, 0x51));
1004 ASSERT_BYTES(contents, I4(0x71, 0x59, 0x35, 0xc7));
    [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 959 integerPart I4[4] = {0x0, 0xF, 0x18, 0x0};
960 APInt A4(integerPartWidth*4, I4);
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 59 I4 = -2,
  /system/bt/embdrv/sbc/decoder/include/
oi_stddefs.h 127 uint32_t I4; /**< least significant 32 bits */
147 uint32_t I4; /**< least significant 32 bits as an unsigned integer */
  /art/test/912-classes/src/art/
Test912.java 451 public static interface I4 {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 143 Int4 i4 = new Int4(); local
144 i4.x = 1;
145 i4.y = 2;
146 i4.x = 3;
147 i4.w = 4;
148 i4 = new Int4(1, 2, 3, 4);
149 assertTrue(i4.x == 1);
150 assertTrue(i4.y == 2);
151 assertTrue(i4.z == 3);
152 assertTrue(i4.w == 4)
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mips-opc.c 329 #define I4 INSN_ISA4
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /libcore/benchmarks/src/benchmarks/
ImtConflictBenchmark.java 770 public void callF172(I4 i) { i.f172(); }
790 static class C4 implements I0, I1, I2, I3, I4 {}
791 static class C5 implements I0, I1, I2, I3, I4, I5 {}
792 static class C6 implements I0, I1, I2, I3, I4, I5, I6 {}
793 static class C7 implements I0, I1, I2, I3, I4, I5, I6, I7 {}
794 static class C8 implements I0, I1, I2, I3, I4, I5, I6, I7, I8 {}
795 static class C9 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9 {}
796 static class C10 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10 {}
797 static class C11 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11 {}
798 static class C12 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12 {
    [all...]

Completed in 3253 milliseconds