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

1 2 3 4 5

  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicYuvToRGB.java 68 public void forEach(Allocation aout) {
69 forEach(0, null, aout, null);
ScriptIntrinsicBlur.java 90 public void forEach(Allocation aout) {
91 forEach(0, null, aout, null);
ScriptIntrinsicConvolve5x5.java 97 public void forEach(Allocation aout) {
98 forEach(0, null, aout, null);
ScriptIntrinsicConvolve3x3.java 102 public void forEach(Allocation aout) {
103 forEach(0, null, aout, null);
ScriptIntrinsicLUT.java 129 public void forEach(Allocation ain, Allocation aout) {
134 forEach(0, ain, aout, null);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Regress/
regress-320172.js 49 (function xxx(){ ["var x"].forEach(eval); })();
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
ScriptIntrinsicConvolve5x5.java 97 public void forEach(Allocation aout) {
98 forEach(0, null, aout, null);
ScriptIntrinsicYuvToRGB.java 68 public void forEach(Allocation aout) {
69 forEach(0, null, aout, null);
ScriptIntrinsicBlur.java 90 public void forEach(Allocation aout) {
91 forEach(0, null, aout, null);
ScriptIntrinsicConvolve3x3.java 100 public void forEach(Allocation aout) {
101 forEach(0, null, aout, null);
ScriptIntrinsicLUT.java 127 public void forEach(Allocation ain, Allocation aout) {
132 forEach(0, ain, aout, null);
  /external/v8/test/mjsunit/regress/
regress-1447.js 28 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
33 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
regress-1436.js 60 [2, 3].forEach(non_strict);
61 [2, 3].forEach(non_strict, undefined);
62 [2, 3].forEach(non_strict, null);
63 [2, 3].forEach(strict);
64 [2, 3].forEach(strict, undefined);
65 [2, 3].forEach(strict_null, null);
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); });
  /external/webkit/Source/JavaScriptCore/heap/
Heap.h 100 template <typename Functor> void forEach(Functor&);
171 template <typename Functor> inline void Heap::forEach(Functor& functor)
173 m_markedSpace.forEach(functor);
MarkedSpace.h 80 template<typename Functor> void forEach(Functor&);
152 template <typename Functor> inline void MarkedSpace::forEach(Functor& functor)
156 (*it)->forEach(functor);
  /external/webkit/Source/JavaScriptCore/profiler/
Profile.cpp 52 void Profile::forEach(void (ProfileNode::*function)())
79 forEach(&ProfileNode::calculateVisibleTotalTime);
99 forEach(&ProfileNode::restore);
Profile.h 47 void forEach(void (ProfileNode::*)());
  /frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
ColorMatrix.java 56 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
GroupTest.java 81 mConvolve.forEach(mScratchPixelsAllocation1);
82 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
  /external/clang/tools/scan-build/
sorttable.js 34 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(string.split(""), function(chr, index)
    [all...]
  /frameworks/base/tools/preload/
sorttable.js 34 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(string.split(""), function(chr, index)
    [all...]
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksParserWorker.js 38 text.split("\n").forEach(function(line) {
74 leaks.forEach(function(leak) {
  /external/v8/test/mjsunit/
date-parse.js 258 testCasesUT.forEach(testDateParse);
259 testCasesGMT.forEach(testDateParse);
260 testCasesEST.forEach(testDateParse);
261 testCasesEDT.forEach(testDateParse);
262 testCasesCST.forEach(testDateParse);
263 testCasesCDT.forEach(testDateParse);
264 testCasesMST.forEach(testDateParse);
265 testCasesMDT.forEach(testDateParse);
266 testCasesPST.forEach(testDateParse);
267 testCasesPDT.forEach(testDateParse)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.js 91 platforms.platforms.forEach(function(platform) {
166 tests.forEach(function(test) {
171 pathDirectories.forEach(function(pathDirectory, index) {
189 directories.forEach(function(directory) {
214 selectedTests.forEach(function(testName) {
236 testsByState[state].forEach(function(testName) {
290 getSortedKeys(baselines).forEach(function(platform, i) {
299 getSortedKeys(baselines[platform]).forEach(function(extension, j) {

Completed in 553 milliseconds

1 2 3 4 5