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

1 2

  /external/valgrind/none/tests/amd64/
rcl-amd64.c 7 #define I8(C) "rcrb %%bl\n" "rclb $" #C ",%%al\n" "rclb %%bl\n"
27 asm(I8(C) : "+a"(a), "+b"(b) : /* */); \
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 114 passed &= (Element::I8(mRS) != nullptr);
181 sp<const Element> I8 = Element::I8(mRS);
204 F32_3, F32_4, F64, I16, I32, I64, I8,
250 eb->add(Element::I8(mRS), "I8", arraySize);
  /external/google-breakpad/src/common/
test_assembler_unittest.cc 751 #define I8(a,b,c,d,e,f,g,h) { a,b,c,d,e,f,g,h }
860 ASSERT_BYTES(contents, I8(0xe5, 0x01, 0x5c, 0xfe, 0x9d, 0x01, 0x48, 0xaf));
908 ASSERT_BYTES(contents, I8(0xa6, 0xb2, 0xcb, 0x5e, 0x98, 0xdc, 0x9c, 0x16));
972 ASSERT_BYTES(contents, I8(0xe5, 0x01, 0x5c, 0xfe, 0x9d, 0x01, 0x48, 0xaf));
1036 ASSERT_BYTES(contents, I8(0xa6, 0xb2, 0xcb, 0x5e, 0x98, 0xdc, 0x9c, 0x16));
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 59 testTypeBuilderHelper(Element.I8(mRS));
ElementTest.java 79 assertTrue(Element.I8(mRS) != null);
138 eb1.add(Element.I8(mRS), "Test");
144 eb2.add(Element.I8(mRS), "Test");
155 eb3.add(Element.I8(mRS), "Test");
163 eb1.add(Element.I8(mRS), "Another");
169 eb4.add(Element.I8(mRS), "Test");
204 Element[] I8 = { Element.I8(mRS) };
249 F64, I16, I32, I64, I8,
296 eb.add(Element.I8(mRS), "I8", arraySize)
    [all...]
AllocationTest.java 129 createTypedHelper(Element.I8(mRS));
172 createSizedHelper(Element.I8(mRS));
324 Allocation A = Allocation.createSized(mRS, Element.I8(mRS), nElems);
474 Allocation srcA = Allocation.createSized(mRS, Element.I8(mRS), nElems);
475 Allocation dstA = Allocation.createSized(mRS, Element.I8(mRS), nElems);
531 Type.Builder b = new Type.Builder(mRS, Element.I8(mRS));
648 Type.Builder b = new Type.Builder(mRS, Element.I8(mRS));
737 Type.Builder b = new Type.Builder(mRS, Element.I8(mRS));
    [all...]
GetSetTest.java 293 testSetup(Element.I8(mRS));
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Element.java 345 public static Element I8(RenderScript rs) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp 264 /// i8.
266 return CurDAG->getTargetConstant(Imm, MVT::i8);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java 349 public static Element I8(RenderScript rs) {
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 453 sp<const Element> I8;
1019 static sp<const Element> I8(const sp<RS> &rs);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /libcore/benchmarks/src/benchmarks/
ImtConflictBenchmark.java 774 public void callF344(I8 i) { i.f344(); }
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 {}
799 static class C13 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13 {}
800 static class C14 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14 {}
801 static class C15 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15 {}
802 static class C16 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16 {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 1289 milliseconds

1 2