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

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug195.go 17 type I4 interface { // GC_ERROR "invalid recursive type"
18 I4 // GCCGO_ERROR "interface"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug195.go 17 type I4 interface { // GC_ERROR "invalid recursive type"
18 I4 // GCCGO_ERROR "interface"
  /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/RSUnitTests/src/com/android/rs/unittest/
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/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_vector.java 201 Int4 I4 = s.get_u16_4();
202 if (I4.x != 1 || I4.y != 2 || I4.z != 3 || I4.w != 4) {
205 I4.x = 2;
206 I4.y = 3;
207 I4.z = 4;
208 I4.w = 5;
209 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/art/
Test912.java 482 public static interface I4 {
  /external/tensorflow/tensorflow/compiler/xla/tests/
batch_normalization_test.cc 761 // I4 = (activation - mean(activation)) *
763 auto I4 = *ReferenceUtil::MapArray4D(I3, activation_shifted,
769 auto I5 = *ReferenceUtil::MapArray4D(I4, var_add_epsilon,
    [all...]
  /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.27/opcodes/
mips-opc.c 275 #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...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 2048 milliseconds