HomeSort by relevance Sort by last modified time
    Searched defs:forEach (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ColorCube.java 81 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ColorCube.java 73 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsic3DLUTThunker.java 58 public void forEach(Allocation ain, Allocation aout) {
61 mN.forEach(aint.getNObj(), aoutt.getNObj());
ScriptIntrinsicBlurThunker.java 53 public void forEach(Allocation aout) {
56 mN.forEach(aoutt.getNObj());
ScriptIntrinsicColorMatrix.java 156 public void forEach(Allocation ain, Allocation aout) {
157 forEach(0, ain, aout, null);
ScriptIntrinsicConvolve3x3Thunker.java 51 public void forEach(Allocation aout) {
53 mN.forEach(aoutt.getNObj());
ScriptIntrinsicConvolve5x5Thunker.java 51 public void forEach(Allocation aout) {
53 mN.forEach(aoutt.getNObj());
ScriptIntrinsicLUT.java 133 public void forEach(Allocation ain, Allocation aout) {
138 forEach(0, ain, aout, null);
ScriptIntrinsicYuvToRGBThunker.java 47 public void forEach(Allocation aout) {
49 mN.forEach(aoutt.getNObj());
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 99 RSUtils.forEach(this, testid, mAllocationIn, mAllocationOut);
144 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
148 public void forEach(int testId, Allocation mIn) throws RSRuntimeException {
AcosPiTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
AcosTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
AcoshTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
AsinPiTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
AsinTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
AsinhTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
AtanPiTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
AtanTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
AtanhTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
CbrtTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
CeilTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
CosTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
CoshTest.java 36 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
DegreesTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
Exp10Test.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {

Completed in 228 milliseconds

1 23 4 5 6