HomeSort by relevance Sort by last modified time
    Searched full:aout (Results 51 - 75 of 718) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
Benchmark.java 26 private Allocation aout; field in class:Benchmark
32 aout = Allocation.createSized(rs, Element.U32(mRS), 10000);
42 mScript.forEach_root(ain, aout);
43 aout.copy1DRangeFrom(0, 1, temp);
50 mScript.set_out(aout);
54 aout.copy1DRangeFrom(0, 1, temp);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
kernel.rs 4 int *aout;
23 _RS_ASSERT(aout[i] == (i + ain[i]));
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
kernel.rs 4 int *aout;
23 _RS_ASSERT(aout[i] == (i + ain[i]));
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
kernel.rs 4 int *aout;
23 _RS_ASSERT(aout[i] == (i + ain[i]));
  /frameworks/compile/slang/lit-tests/debug/
debug_disabled.rs 8 void root(const int *ain, int *aout, const void *usrData,
debug_enabled.rs 8 void root(const int *ain, int *aout, const void *usrData,
  /frameworks/rs/tests/cppallocation/
compute.cpp 34 sp<Allocation> aout = Allocation::createTyped(rs, t); local
45 sc->forEach_multiply(ain, aout);
47 aout->copy1DRangeTo(0, numElems, buf);
62 aout.clear();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
attr-syntax.d 2 #not-target: *-*-pe *-*-aout
barrier-bad-thumb.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
group-reloc-alu-encoding-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
group-reloc-alu-parsing-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
group-reloc-ldc-encoding-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
group-reloc-ldc-parsing-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
group-reloc-ldr-encoding-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
group-reloc-ldr-parsing-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
group-reloc-ldrs-encoding-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
group-reloc-ldrs-parsing-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
inst-po-2.d 3 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
ldgesb-bad.d 4 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
ldgesh-bad.d 4 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
msr-imm-bad.d 2 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
msr-reg-bad.d 2 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
nomapping.d 4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
reg-alias.s 10 @ The NOPs are here for ports like arm-aout which will pad
thumb-b-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*

Completed in 812 milliseconds

1 23 4 5 6 7 8 91011>>