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

1 2 3 4 5 6 7 8 910

  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DataBinderWriter.kt 32 layoutBinders.groupBy{it.getLayoutname()}.forEach {
46 it.value.forEach {
68 layoutBinders.filter{it.isMerge()}.groupBy{it.getLayoutname()}.forEach {
78 it.value.forEach {
101 layoutBinders.groupBy {"${it.getTag()}_0".hashCode()}.forEach {
103 it.value.forEach {
128 brWriter.indexedProps.forEach {
BRWriter.kt 29 indexedProps.forEach {
KCode.kt 48 codes.forEach { tab(it) }
53 codes.forEach { tab(it) }
74 codes.forEach { nl(it) }
79 codes.forEach { nl(it) }
101 codes.forEach { app(glue, it)}
106 codes.forEach { app(glue, it)}
138 nodes.forEach { when(it) {
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/common/
utils.js 7 Object.keys(optObj).forEach(function (key) {
  /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);
  /external/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);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicYuvToRGB.java 76 public void forEach(Allocation aout) {
77 forEach(0, null, aout, null);
ScriptIntrinsicConvolve3x3.java 117 public void forEach(Allocation aout) {
118 forEach(0, null, aout, null);
129 public void forEach(Allocation aout, Script.LaunchOptions opt) {
130 forEach(0, (Allocation) null, aout, null, opt);
ScriptIntrinsicConvolve5x5.java 119 public void forEach(Allocation aout) {
120 forEach(0, null, aout, null);
131 public void forEach(Allocation aout, Script.LaunchOptions opt) {
132 forEach(0, (Allocation) null, aout, null, opt);
ScriptIntrinsic3DLUT.java 97 public void forEach(Allocation ain, Allocation aout) {
98 forEach(0, ain, aout, null);
ScriptIntrinsicBlur.java 99 public void forEach(Allocation aout) {
100 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);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Artistic1.java 33 blur.forEach(mBlured);
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 48 void ScriptIntrinsic3DLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) {
51 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "3DLUT forEach element mismatch");
54 Script::forEach(0, ain, aout, nullptr, 0);
87 Script::forEach(0, in, out, nullptr, 0);
95 Script::forEach(1, in, out, nullptr, 0);
103 Script::forEach(2, in, out, nullptr, 0);
111 Script::forEach(3, in, out, nullptr, 0);
119 Script::forEach(4, in, out, nullptr, 0);
127 Script::forEach(5, in, out, nullptr, 0);
135 Script::forEach(6, in, out, nullptr, 0)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/
run_tests.js 10 fs.readdirSync(fixturesDir).forEach(function (file) {
test_utils.js 25 Object.keys(parse5.TreeAdapters).forEach(function (adapterName) {
31 Object.keys(tests).forEach(function (testName) {
73 testSetFileDirs.forEach(function (dirName) {
93 dataDirs.forEach(function (dataDirPath) {
97 testSetFileNames.forEach(function (fileName) {
105 testSet.split(/\r?\n/).forEach(function (line) {
120 testDescrs.forEach(function (descr) {
165 nodes.forEach(function (node) {
188 parts.forEach(function (part) {
203 treeAdapter.getAttrList(node).forEach(function (attr)
    [all...]
  /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); });
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
tokenizer_test.js 30 nextToken.attrs.forEach(function (attr) {
78 testDescr.output.forEach(function (tokenEntry) {
88 Object.keys(tokenEntry).forEach(function (attrName) {
101 tokenEntries.forEach(function (tokenEntry) {
127 testSetFileNames.forEach(function (fileName) {
134 testDescrs.forEach(function (descr) {
143 descr.output.forEach(function (tokenEntry) {
148 descr.initialStates.forEach(function (initialState) {
171 loadTests().forEach(function (test) {
235 testCases.forEach(function (testCase)
    [all...]

Completed in 484 milliseconds

1 2 3 4 5 6 7 8 910