Searched defs:forEach (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/tools/preload/
H A Dsorttable.js34 forEach(document.getElementsByTagName('table'), function(table) {
123 forEach(theadrow.childNodes, function(cell) {
440 // Dean's forEach: http://dean.edwards.name/base/forEach.js
442 forEach, version 1.0
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
457 Function.prototype.forEach = function(object, block, context) {
466 String.forEach = function(string, block, context) {
467 Array.forEach(strin
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsic3DLUT.java86 public void forEach(Allocation ain, Allocation aout) { method in class:ScriptIntrinsic3DLUT
87 forEach(ain, aout, null);
98 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { method in class:ScriptIntrinsic3DLUT
99 forEach(0, ain, aout, null, opt);
H A DScriptIntrinsicYuvToRGB.java68 public void forEach(Allocation aout) { method in class:ScriptIntrinsicYuvToRGB
69 forEach(0, (Allocation) null, aout, null);
H A DScriptIntrinsicBlur.java86 public void forEach(Allocation aout) { method in class:ScriptIntrinsicBlur
87 forEach(0, (Allocation) null, aout, null);
98 public void forEach(Allocation aout, Script.LaunchOptions opt) { method in class:ScriptIntrinsicBlur
99 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicConvolve3x3.java108 public void forEach(Allocation aout) { method in class:ScriptIntrinsicConvolve3x3
109 forEach(0, (Allocation) null, aout, null);
120 public void forEach(Allocation aout, Script.LaunchOptions opt) { method in class:ScriptIntrinsicConvolve3x3
121 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicConvolve5x5.java109 public void forEach(Allocation aout) { method in class:ScriptIntrinsicConvolve5x5
110 forEach(0, (Allocation) null, aout, null);
121 public void forEach(Allocation aout, Script.LaunchOptions opt) { method in class:ScriptIntrinsicConvolve5x5
122 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicColorMatrix.java224 public void forEach(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicColorMatrix
225 forEach(ain, aout, null);
244 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { method in class:ScriptIntrinsicColorMatrix
269 forEach(0, ain, aout, null, opt);
H A DScriptIntrinsicHistogram.java69 public void forEach(Allocation ain) { method in class:ScriptIntrinsicHistogram
70 forEach(ain, null);
87 public void forEach(Allocation ain, Script.LaunchOptions opt) { method in class:ScriptIntrinsicHistogram
101 forEach(0, ain, null, null, opt);
199 forEach(1, ain, null, null, opt);
H A DScriptIntrinsicLUT.java124 public void forEach(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicLUT
125 forEach(ain, aout, null);
136 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { method in class:ScriptIntrinsicLUT
141 forEach(0, ain, aout, null, opt);
H A DScript.java130 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { method in class:Script
157 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc) { method in class:Script
167 forEach(slot, ain, aout, v);
190 protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v) { method in class:Script
191 forEach(slot, ains, aout, v, new LaunchOptions());
199 protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v, LaunchOptions sc) { method in class:Script
213 forEach(slot, ains, aout, v);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicYuvToRGB.java73 public void forEach(Allocation aout) { method in class:ScriptIntrinsicYuvToRGB
74 forEach(0, null, aout, null);
H A DScriptIntrinsic3DLUT.java95 public void forEach(Allocation ain, Allocation aout) { method in class:ScriptIntrinsic3DLUT
96 forEach(0, ain, aout, null);
H A DScriptIntrinsic3DLUTThunker.java66 public void forEach(Allocation ain, Allocation aout) { method in class:ScriptIntrinsic3DLUTThunker
70 mN.forEach(aint.getNObj(), aoutt.getNObj());
H A DScriptIntrinsicBlur.java94 public void forEach(Allocation aout) { method in class:ScriptIntrinsicBlur
95 forEach(0, null, aout, null);
H A DScriptIntrinsicBlurThunker.java65 public void forEach(Allocation aout) { method in class:ScriptIntrinsicBlurThunker
69 mN.forEach(aoutt.getNObj());
H A DScriptIntrinsicColorMatrixThunker.java87 public void forEach(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicColorMatrixThunker
91 mN.forEach(aint.getNObj(), aoutt.getNObj());
H A DScriptIntrinsicConvolve3x3.java105 public void forEach(Allocation aout) { method in class:ScriptIntrinsicConvolve3x3
106 forEach(0, null, aout, null);
H A DScriptIntrinsicConvolve3x3Thunker.java63 public void forEach(Allocation aout) { method in class:ScriptIntrinsicConvolve3x3Thunker
66 mN.forEach(aoutt.getNObj());
H A DScriptIntrinsicConvolve5x5.java101 public void forEach(Allocation aout) { method in class:ScriptIntrinsicConvolve5x5
102 forEach(0, null, aout, null);
H A DScriptIntrinsicConvolve5x5Thunker.java63 public void forEach(Allocation aout) { method in class:ScriptIntrinsicConvolve5x5Thunker
66 mN.forEach(aoutt.getNObj());
H A DScriptIntrinsicYuvToRGBThunker.java55 public void forEach(Allocation aout) { method in class:ScriptIntrinsicYuvToRGBThunker
58 mN.forEach(aoutt.getNObj());
H A DScriptIntrinsicColorMatrix.java156 public void forEach(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicColorMatrix
157 forEach(0, ain, aout, null);
H A DScriptIntrinsicLUT.java133 public void forEach(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicLUT
138 forEach(0, ain, aout, null);
H A DScriptIntrinsicLUTThunker.java77 public void forEach(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicLUTThunker
81 mN.forEach(aint.getNObj(), aoutt.getNObj());
/frameworks/rs/cpp/
H A DScript.cpp29 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout, function in class:Script

Completed in 147 milliseconds

12