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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicYuvToRGB.java 68 public void forEach(Allocation aout) {
69 forEach(0, (Allocation) null, aout, null);
ScriptIntrinsic3DLUT.java 86 public void forEach(Allocation ain, Allocation aout) {
87 forEach(ain, aout, null);
98 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
99 forEach(0, ain, aout, null, opt);
ScriptIntrinsicBlur.java 86 public void forEach(Allocation aout) {
87 forEach(0, (Allocation) null, aout, null);
98 public void forEach(Allocation aout, Script.LaunchOptions opt) {
99 forEach(0, (Allocation) null, aout, null, opt);
ScriptIntrinsicConvolve5x5.java 109 public void forEach(Allocation aout) {
110 forEach(0, (Allocation) null, aout, null);
121 public void forEach(Allocation aout, Script.LaunchOptions opt) {
122 forEach(0, (Allocation) null, aout, null, opt);
ScriptIntrinsicConvolve3x3.java 108 public void forEach(Allocation aout) {
109 forEach(0, (Allocation) null, aout, null);
120 public void forEach(Allocation aout, Script.LaunchOptions opt) {
121 forEach(0, (Allocation) null, aout, null, opt);
ScriptIntrinsicLUT.java 124 public void forEach(Allocation ain, Allocation aout) {
125 forEach(ain, aout, null);
136 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
141 forEach(0, ain, aout, null, opt);
ScriptIntrinsicHistogram.java 69 public void forEach(Allocation ain) {
70 forEach(ain, null);
87 public void forEach(Allocation ain, Script.LaunchOptions opt) {
101 forEach(0, ain, null, null, opt);
199 forEach(1, ain, null, null, opt);
  /external/chromium_org/v8/test/mjsunit/es6/
debug-stepin-collections-foreach.js 56 s.forEach(cb_set);
62 m.forEach(cb_map);
70 // Array.forEach calls a callback function, which by itself uses
71 // Array.forEach with another callback function.
84 // forEach call in the first level of recurision.
95 s.forEach(cb_set);
100 m.forEach(cb_set);
108 s.forEach(cb_set_foreach);
114 m.forEach(cb_map_foreach);
  /external/chromium_org/tools/perf/utils/results_viewer/src/
results_viewer.js 38 rows.forEach(function (row, index, array) {
45 columns.forEach(function (element, index, array) {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicYuvToRGB.java 73 public void forEach(Allocation aout) {
74 forEach(0, null, aout, null);
ScriptIntrinsic3DLUT.java 95 public void forEach(Allocation ain, Allocation aout) {
96 forEach(0, ain, aout, null);
ScriptIntrinsicBlur.java 94 public void forEach(Allocation aout) {
95 forEach(0, null, aout, null);
ScriptIntrinsicConvolve3x3.java 105 public void forEach(Allocation aout) {
106 forEach(0, null, aout, null);
ScriptIntrinsicConvolve5x5.java 101 public void forEach(Allocation aout) {
102 forEach(0, null, aout, null);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ClearObjectTest.java 42 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
68 forEach(TEST_ID_ELEMENT, mIn, mOut);
85 forEach(TEST_ID_TYPE, mIn, mOut);
101 forEach(TEST_ID_ALLOCATION, mIn, mOut);
117 forEach(TEST_ID_SAMPLER, mIn, mOut);
133 forEach(TEST_ID_SCRIPT, mIn, mOut);
AllocationResize.java 31 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
55 forEach(0, mIn, mOut);
InitTest.java 29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
48 forEach(0, mIn, mOut);
GetElementAt.java 36 public void forEach(int testId, Allocation mOut) throws RSRuntimeException {
64 forEach(TEST_ID_X, mOut);
85 forEach(TEST_ID_XY, mOut);
  /external/chromium_org/chrome/renderer/resources/extensions/
gcm_custom_bindings.js 8 var forEach = require('utils').forEach;
18 forEach(message.data, function(property, value) {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
composite_tts.js 45 this.ttsEngines_.forEach(function(engine) {
66 this.ttsEngines_.forEach(function(engine) {
76 this.ttsEngines_.forEach(function(engine) {
87 this.ttsEngines_.forEach(function(engine) {
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Headers.h 44 void forEach(HeadersForEachCallback*, const ScriptValue&);
45 void forEach(HeadersForEachCallback*);
  /external/chromium_org/third_party/skia/expectations/gm/
loader.js 30 angular.forEach(response['expected-results'], function(imageExpectations, imageName) {
33 angular.forEach(imageExpectations['allowed-digests'], function(allowedDigest, key) {
  /external/chromium_org/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); });
  /external/skia/expectations/gm/
loader.js 30 angular.forEach(response['expected-results'], function(imageExpectations, imageName) {
33 angular.forEach(imageExpectations['allowed-digests'], function(allowedDigest, key) {
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 47 void ScriptIntrinsic3DLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) {
50 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "3DLUT forEach element mismatch");
53 Script::forEach(0, ain, aout, NULL, 0);
86 Script::forEach(0, in, out, NULL, 0);
94 Script::forEach(1, in, out, NULL, 0);
102 Script::forEach(2, in, out, NULL, 0);
110 Script::forEach(3, in, out, NULL, 0);
118 Script::forEach(4, in, out, NULL, 0);
126 Script::forEach(5, in, out, NULL, 0);
134 Script::forEach(6, in, out, NULL, 0)
    [all...]

Completed in 509 milliseconds

1 2 3 4 5 6 7 8 91011>>