HomeSort by relevance Sort by last modified time
    Searched refs:forEach (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicColorMatrix.java 153 public void forEach(Allocation ain, Allocation aout) {
154 forEach(0, ain, aout, null);
  /frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
GroupTest.java 88 mConvolve.forEach(mScratchPixelsAllocation1);
89 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
ColorMatrix.java 64 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
Convolve3x3.java 68 mIntrinsic.forEach(mOutPixelsAllocation);
CrossProcess.java 60 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
Convolve5x5.java 82 mIntrinsic.forEach(mOutPixelsAllocation);
Blur25.java 95 mIntrinsic.forEach(mOutPixelsAllocation);
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
ScriptIntrinsicColorMatrix.java 151 public void forEach(Allocation ain, Allocation aout) {
152 forEach(0, ain, aout, null);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
sorttable.js 42 forEach(document.getElementsByTagName('table'), function(table) {
131 forEach(theadrow.childNodes, function(cell) {
437 // Dean's forEach: http://dean.edwards.name/base/forEach.js
439 forEach, version 1.0
445 if (!Array.forEach) { // mozilla already supports this
446 Array.forEach = function(array, block, context) {
454 Function.prototype.forEach = function(object, block, context) {
463 String.forEach = function(string, block, context) {
464 Array.forEach(string.split(""), function(chr, index)
    [all...]
  /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/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksLoader.js 44 urls.forEach(function(url) {
RecentBuildsLoader.js 38 Object.keys(data).forEach(function(buildNumber) {
  /frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
Convolve3x3.java 60 mIntrinsic.forEach(mOutPixelsAllocation);
CrossProcess.java 57 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
Convolve5x5.java 74 mIntrinsic.forEach(mOutPixelsAllocation);
Blur25.java 91 mIntrinsic.forEach(mOutPixelsAllocation);
  /frameworks/rs/cpp/
Script.cpp 35 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout,
Script.h 39 void forEach(uint32_t slot, sp<const Allocation> in, sp<const Allocation> out,
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-290592.js 40 var summary = 'Array extras: forEach, indexOf, filter, map';
279 if ('forEach' in Array.prototype)
281 // see http://developer-test.mozilla.org/docs/Core_JavaScript_1.5_Reference:Objects:Array:forEach
283 // test Array.forEach
285 // forEach has 1 required argument
287 actual = Array.prototype.forEach.length;
288 reportCompare(expect, actual, 'Array.prototype.forEach.length == 1');
294 strings.forEach();
301 reportCompare(expect, actual, 'Array.forEach(undefined) throws TypeError');
305 // general forEach
    [all...]
  /external/webkit/Source/JavaScriptCore/heap/
MarkedBlock.h 77 template <typename Functor> void forEach(Functor&);
213 template <typename Functor> inline void MarkedBlock::forEach(Functor& functor)
  /frameworks/base/tests/RenderScriptTests/LivePreview/src/com/android/rs/livepreview/
RsYuv.java 72 mYuv.forEach(mAllocationOut);
  /external/v8/test/mjsunit/
array-iteration.js 75 // Array.prototype.forEach
81 a.forEach(function(n) { count++; });
87 a.forEach(function(n) { result.push(this.value); }, o);
93 a.forEach(function(n, index, array) { array[index] = n + 1; count++; });
101 a.forEach(function(n, index, array) { array.push(n+1); count++; });
109 a.forEach(function(n) { count++; });
  /external/webkit/Source/JavaScriptCore/debugger/
Debugger.cpp 121 globalData->heap.forEach(recompiler);

Completed in 320 milliseconds

12 3 4 5