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

12 3 4 5 6 7 8 910

  /frameworks/base/rs/java/android/renderscript/
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);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicHistogram.java 79 public void forEach(Allocation ain) {
80 forEach(ain, null);
97 public void forEach(Allocation ain, Script.LaunchOptions opt) {
111 forEach(0, ain, null, null, opt);
209 forEach(1, ain, null, null, opt);
ScriptIntrinsicLUT.java 135 public void forEach(Allocation ain, Allocation aout) {
140 forEach(0, ain, aout, null);
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
LayoutBinderWriter.kt 50 Scope.values().forEach { usedFieldNames[it] = hashSetOf<String>() }
205 buckets.withIndex().forEach {
320 taggedViews.forEach {
326 }.withIndex().forEach {
341 layoutBinder.getBindingTargets().filter{ it.isUsed() && it.isBinder() }.forEach {
357 includeMap.keySet().forEach {
385 viewsWithIds.forEach {
422 layoutBinder.getSortedTargets().filter { it.getId() != null }.forEach {
438 taggedViews.forEach {
494 includedBinders.filter{it.isUsed()}.forEach { binder -
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetElementAt.java 36 public void forEach(int testId, Allocation mOut) throws RSRuntimeException {
64 forEach(TEST_ID_X, mOut);
85 forEach(TEST_ID_XY, mOut);
Intrinsic3DLut.java 85 mIntrinsic.forEach(mAllocSrc, mAllocDst);
99 mIntrinsic.forEach(mAllocSrc, mAllocDst);
114 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo);
130 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo);
IntrinsicBlur.java 91 mIntrinsic.forEach(mAllocDst);
105 mIntrinsic.forEach(mAllocDst);
121 mIntrinsic.forEach(mAllocDst, lo);
136 mIntrinsic.forEach(mAllocDst, lo);
IntrinsicLut.java 61 mIntrinsic.forEach(mAllocSrc, mAllocDst);
76 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo);
RsUnpackColor8888Test.java 29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
46 forEach(0, mAllocationIn, mAllocationOut);
RsPackColorTo8888Test.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
77 forEach(testId, mAllocationIn, mAllocationOut);
104 forEach(testId, mAllocationIn, mAllocationOut);
  /external/v8/test/mjsunit/regress/
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);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blur25G.java 74 mCM.forEach(mInPixelsAllocation, mScratchPixelsAllocation1);
82 mIntrinsic.forEach(mScratchPixelsAllocation2);
105 mCM.forEach(mScratchPixelsAllocation2, mOutPixelsAllocation);
Artistic1.java 36 blur.forEach(mBlured);
WhiteBalance.java 39 mHist.forEach(mInPixelsAllocation);
  /external/v8/test/mjsunit/es6/
typed-array-iterator.js 28 constructors.forEach(TestTypedArrayPrototype);
39 constructors.forEach(TestTypedArrayValues);
math-clz32.js 7 [NaN, Infinity, -Infinity, 0, -0, "abc", "Infinity", "-Infinity", {}].forEach(
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
WhiteBalance.java 38 mHist.forEach(mInPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Artistic1.java 36 blur.forEach(mBlured);
WhiteBalance.java 39 mHist.forEach(mInPixelsAllocation);
  /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...]
  /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
Filters.java 42 public void forEach(Allocation in, Allocation out);
63 void forEach(Allocation in, Allocation out) { s.forEach_(in, out); }
78 public void forEach(Allocation in, Allocation out) { s_mat.forEach_colormatrix(in, out); }
92 public void forEach(Allocation in, Allocation out) { s.forEach_contrast(in, out); }
106 public void forEach(Allocation in, Allocation out) { s.forEach_exposure(in, out); }
133 public void forEach(Allocation in, Allocation out) {
152 public void forEach(Allocation in, Allocation out) { s.forEach_greyscale(in, out); }
211 public void forEach(Allocation in, Allocation out) { s.forEach_levels_v4(in, out); }
228 public void forEach(Allocation in, Allocation out) { s.forEach_shadowsKernel(in, out); }
243 public void forEach(Allocation in, Allocation out) { s.forEach_vibranceKernel(in, out);
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/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...]
  /prebuilts/misc/linux-x86/analyzer/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...]
  /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...]

Completed in 830 milliseconds

12 3 4 5 6 7 8 910