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

1 23 4 5 6 7 8 910

  /external/v8/test/mjsunit/
debug-stepin-builtin-callback.js 76 a.forEach(cb_true);
120 // Array.forEach calls a callback function, which by itself uses
121 // Array.forEach with another callback function.
134 // forEach call in the first level of recurision.
145 a.forEach(cb_true);
153 a.forEach(cb_foreach);
  /external/v8/test/mjsunit/regress/
regress-1560.js 52 factories.forEach(function(f) { w(f(), 0); });
53 factories.forEach(function(f) { w(f(), 0); });
55 factories.forEach(function(f) { w(f(), 0); });
regress-2273.js 64 [1].forEach(CheckStringReceiver, "foo");
74 [1].forEach(CheckCoersion, "foo");
87 [1].forEach(CheckStringReceiver, "foo");
97 [1].forEach(CheckCoersion, "foo");
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSBlurTest.java 52 blur.forEach(rsOutput);
81 blur.forEach(rsOutput);
RSColorMatrixTest.java 64 cm.forEach(rsInput, rsOutput);
94 cm.forEach(rsInput, rsOutput);
129 cm.forEach(rsInput, rsOutput);
160 cm.forEach(rsInput, rsOutput);
191 cm.forEach(rsInput, rsOutput);
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
node_ext.kt 40 public fun NodeList.forEach( f : (Node) -> Unit ) {
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
GroupTest.java 88 mConvolve.forEach(mScratchPixelsAllocation1);
89 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
ColorMatrix.java 63 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
Convolve3x3.java 67 mIntrinsic.forEach(mOutPixelsAllocation);
CrossProcess.java 60 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
UsageIO.java 62 mMatrix.forEach(mScratchPixelsAllocation2, mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
GroupTest.java 89 mConvolve.forEach(mScratchPixelsAllocation1);
90 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
ColorMatrix.java 72 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
CrossProcess.java 57 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
GroupTest.java 96 mConvolve.forEach(mScratchPixelsAllocation1);
97 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
ColorMatrix.java 79 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
CrossProcess.java 60 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
ScriptYuvToRgb.java 55 mScript.forEach(mOutputAllocation);
57 if (VERBOSE) { Log.v(TAG, "executeUnchecked - forEach done"); }
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
InsnList.java 72 public void forEach(Insn.Visitor visitor) {
  /dalvik/dx/src/com/android/dx/rop/code/
InsnList.java 72 public void forEach(Insn.Visitor visitor) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
InsnList.java 72 public void forEach(Insn.Visitor visitor) {
  /external/v8/test/mjsunit/es6/
math-hyperbolic.js 32 forEach(function(fun) {
49 [Math.PI, 2, 5, 1E-5, 0.3].forEach(function(x) {
58 [Math.sinh, Math.asinh, Math.tanh, Math.atanh].forEach(function(fun) {
64 [Math.sinh, Math.asinh].forEach(function(fun) {
82 [1.000000000001, Math.PI, 10000000, 2, Infinity, NaN].forEach(function(x) {
99 [0.99999999999, 0.2, -1000, 0, -0].forEach(function(x) {
133 [0, 1E-50, 1E-10, 1E10, 1E50, 1E100, 1E150].forEach(function(x) {
137 [1-(1E-16), 0, 1E-10, 1E-50].forEach(function(x) {
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicColorMatrix.java 224 public void forEach(Allocation ain, Allocation aout) {
225 forEach(ain, aout, null);
244 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
269 forEach(0, ain, aout, null, opt);
ScriptIntrinsicResize.java 104 forEach(0, (Allocation) null, aout, null, opt);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicColorMatrix.java 204 public void forEach(Allocation ain, Allocation aout) {
205 forEach(0, ain, aout, null);
224 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
249 forEach(0, ain, aout, null, opt);

Completed in 941 milliseconds

1 23 4 5 6 7 8 910