/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
RsPackColorTo8888Test.java | 36 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { 78 RSUtils.forEach(this, testId, mAllocationIn, mAllocationOut); 105 RSUtils.forEach(this, testId, mAllocationIn, mAllocationOut);
|
IntrinsicConvolve3x3.java | 37 si.forEach(mAllocRef); 81 si.forEach(mAllocRef);
|
RsFracTest.java | 27 public void forEach(int testId, Allocation mIn, Allocation mOut)
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/ |
manager.js | 84 sortedKeys(this.cookies_).forEach(function(domain) { 104 cache.getDomains(filter).forEach(function(domain) { 111 cache.getDomains().forEach(function(domain) { 112 cache.getCookies(domain).forEach(function(cookie) { 139 cache.getCookies(domain).forEach(function(cookie) { 181 domains.forEach(function(domain) {
|
/external/chromium_org/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);
|
/frameworks/base/graphics/java/android/renderscript/ |
ScriptIntrinsicHistogram.java | 73 public void forEach(Allocation ain) { 85 forEach(0, ain, null, null); 163 forEach(1, ain, null, null);
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
sync_file_system_custom_bindings.js | 24 $Array.forEach(['getFileStatus'], bindFileEntryFunction); 37 $Array.forEach(['getFileStatuses'], bindFileEntryArrayFunction); 47 $Array.forEach(['getUsageAndQuota'], bindFileSystemFunction);
|
window_controls.js | 10 var forEach = require('utils').forEach;
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
base.js | 133 pathList.forEach(function(path) { 138 Object.keys(pathsByDirectory).sort().forEach(function(directory) { 221 callbackList.forEach(function(cachedCallback) { 274 forEach: function(callback, thisObject) 279 Object.keys(this._items).sort().forEach(function(key) { 286 this.forEach(function(item, key, updated) {
|
model.js | 114 model.state.recentCommits.forEach(function(commitData) { 133 Object.keys(model.state.resultsByBuilder).forEach(function(builderName) { 149 Object.keys(model.state.resultsByBuilder).forEach(function(builderName) { 162 Object.keys(model.state.resultsByBuilder).forEach(function(builderName) {
|
/external/chromium_org/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");
|
/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); });
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSBlurTest.java | 55 blur.forEach(rsOutput); 86 blur.forEach(rsOutput);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
background.js | 16 eventList.forEach(function(e) {
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
actions_unittests.js | 44 buttonInfos.forEach(function(buttonInfo) {
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
GroupTest.java | 88 mConvolve.forEach(mScratchPixelsAllocation1); 89 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
GroupTest.java | 88 mConvolve.forEach(mScratchPixelsAllocation1); 89 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicColorMatrix.java | 156 public void forEach(Allocation ain, Allocation aout) { 157 forEach(0, ain, aout, null);
|
ScriptIntrinsicColorMatrixThunker.java | 87 public void forEach(Allocation ain, Allocation aout) { 91 mN.forEach(aint.getNObj(), aoutt.getNObj());
|
/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...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/util/ |
sorttable.js | 40 forEach(document.getElementsByTagName('table'), function(table) { 129 forEach(theadrow.childNodes, function(cell) { 435 // Dean's forEach: http://dean.edwards.name/base/forEach.js 437 forEach, version 1.0 443 if (!Array.forEach) { // mozilla already supports this 444 Array.forEach = function(array, block, context) { 452 Function.prototype.forEach = function(object, block, context) { 461 String.forEach = function(string, block, context) { 462 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/chromium_org/chrome/browser/resources/google_now/ |
common_test_util.js | 25 eventIdentifierParts.forEach(function(fragment) { 51 eventIdentifierParts.forEach(function(fragment) {
|