HomeSort by relevance Sort by last modified time
    Searched refs:forEach (Results 101 - 125 of 235) sorted by null

1 2 3 45 6 7 8 910

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicResize.java 114 forEach(0, (Allocation) null, aout, null, opt);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicConvolve3x3.java 41 si.forEach(mAllocRef, sc);
91 si.forEach(mAllocRef, sc);
128 si.forEach(mAllocRef, sc);
IntrinsicColorMatrix.java 60 mSi.forEach(mAllocSrc, mAllocDst, makeClipper(x1, y1, x2, y2));
62 mSi.forEach(mAllocSrc, mAllocDst);
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 103 syuv.forEach(aout);
141 syuv.forEach(aout);
177 syuv.forEach(aout);
RS3DLUTTest.java 67 lut.forEach(rsInput, rsOutput);
  /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++; });
migrations.js 305 migrations.forEach(function(migr) {
306 uses.forEach(function(use) {
307 ctors.forEach(function(ctor) {
switch.js 354 values.forEach(fn);
359 }).forEach(fn);
431 pairs.forEach(function(pair) {
444 test_types.forEach(function(test_type) {
449 values.forEach(function(value) {
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 111 blur->forEach(outputAlloc);
149 convolve->forEach(outputAlloc);
154 convolve->forEach(outputAlloc);
197 lut->forEach(inputAlloc,outputAlloc);
242 lut->forEach(inputAlloc,outputAlloc);
292 cm->forEach(inputAlloc, outputAlloc);
485 syuv->forEach(outputAlloc);
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 189 mScriptBlur.forEach(outAllocation);
208 mScriptConvolve.forEach(outAllocation);
234 mScriptMatrix.forEach(inAllocation, outAllocation);
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 189 mScriptBlur.forEach(outAllocation);
208 mScriptConvolve.forEach(outAllocation);
234 mScriptMatrix.forEach(inAllocation, outAllocation);
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
MainActivity.java 189 mScriptBlur.forEach(outAllocation);
208 mScriptConvolve.forEach(outAllocation);
234 mScriptMatrix.forEach(inAllocation, outAllocation);
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/spec/gl-matrix/
vec4-spec.js 391 describe("forEach", function() {
403 beforeEach(function() { result = vec4.forEach(vecArray, 0, 0, 0, vec4.normalize); });
416 beforeEach(function() { result = vec4.forEach(vecArray, 0, 0, 0, vec4.add, vecA); });
430 beforeEach(function() { result = vec4.forEach(vecArray, 0, 4, 0, vec4.add, vecA); });
444 beforeEach(function() { result = vec4.forEach(vecArray, 0, 0, 2, vec4.add, vecA); });
458 beforeEach(function() { result = vec4.forEach(vecArray, 8, 0, 0, vec4.add, vecA); });
473 result = vec3.forEach(vecArray, 0, 0, 0, function(out, vec) {});
  /external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
webcomponents-lite.js 18 location.search.slice(1).split("&").forEach(function(o) {
32 parts.forEach(function(f) {
68 queue.forEach(function(func) {
98 observers.forEach(function(observer) {
109 observer.nodes_.forEach(function(node) {
112 registrations.forEach(function(registration) {
163 this.nodes_.forEach(function(node) {
278 transientObservedNodes.forEach(function(node) {
529 modules.forEach(function(module) {
    [all...]
CustomElements.js 58 modules.forEach(function(module) {
252 mutations.forEach(function(mx) {
254 forEach(mx.addedNodes, function(n) {
260 forEach(mx.removedNodes, function(n) {
284 var forEach = Array.prototype.forEach.call.bind(Array.prototype.forEach);
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
jsdom_parser_test.js 60 fragments.forEach(function (fragment) {
126 ], treeAdapter).forEach(function (test) {
  /external/v8/test/mjsunit/compiler/
division-by-constant.js 115 values.forEach(function(dividend) {
124 values.forEach(function(divisor) {
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blur25.java 95 mIntrinsic.forEach(mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Convolve5x5.java 99 mIntrinsic.forEach(mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blur25.java 95 mIntrinsic.forEach(mOutPixelsAllocation);
Convolve5x5.java 106 mIntrinsic.forEach(mOutPixelsAllocation);
  /external/v8/test/intl/
utils.js 32 properties.forEach(function(property) {
  /external/v8/test/mjsunit/harmony/
arrow-functions.js 46 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10].forEach(v => {
  /external/v8/test/perf-test/Collections/
map.js 11 new Benchmark('ForEach', false, false, 0, MapForEach, MapSetup, MapTearDown),
76 map.forEach(function(v, k) {
  /external/v8/test/webkit/
dfg-put-scoped-var-backward-flow.js 30 nums.forEach(function (num) {

Completed in 682 milliseconds

1 2 3 45 6 7 8 910