OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forEach
(Results
76 - 100
of
368
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ui/keyboard/resources/
main.js
22
keyImports.array().
forEach
(function(element) {
39
keySequences.array().
forEach
(function(element) {
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
InsnList.java
72
public void
forEach
(Insn.Visitor visitor) {
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ColorMatrix.java
63
mIntrinsic.
forEach
(mInPixelsAllocation, mOutPixelsAllocation);
Convolve3x3.java
67
mIntrinsic.
forEach
(mOutPixelsAllocation);
CrossProcess.java
60
mIntrinsic.
forEach
(mInPixelsAllocation, mOutPixelsAllocation);
UsageIO.java
62
mMatrix.
forEach
(mScratchPixelsAllocation2, mOutPixelsAllocation);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Convolve3x3.java
60
mIntrinsic.
forEach
(mOutPixelsAllocation);
CrossProcess.java
57
mIntrinsic.
forEach
(mInPixelsAllocation, mOutPixelsAllocation);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ColorMatrix.java
64
mIntrinsic.
forEach
(mInPixelsAllocation, mOutPixelsAllocation);
CrossProcess.java
60
mIntrinsic.
forEach
(mInPixelsAllocation, mOutPixelsAllocation);
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view.js
29
snapNode.children.
forEach
(function(child) {
41
Object.keys(node.children).
forEach
(function(id) {
58
snapNode.children.
forEach
(function(child) {
79
models.
forEach
(function(model) {
86
models.
forEach
(function(model, index) {
menu-view.js
49
origin.children.
forEach
(function(originChild) {
65
origin.children.
forEach
(function(child) {
83
models.
forEach
(function(model) {
graph-view_unittest.js
32
lines.
forEach
(function(line) {
/cts/tests/tests/rscpp/src/android/cts/rscpp/
RSColorMatrixTest.java
67
cm.
forEach
(rsInput, rsOutput);
99
cm.
forEach
(rsInput, rsOutput);
135
cm.
forEach
(rsInput, rsOutput);
167
cm.
forEach
(rsInput, rsOutput);
199
cm.
forEach
(rsInput, rsOutput);
RSConvolveTest.java
66
convolve.
forEach
(rsOutput);
124
convolve.
forEach
(rsOutput);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.js
50
tryJobs.
forEach
(function(tryJob) {
57
tryJobs.
forEach
(function(tryJob) {
81
fullTryJob.steps.
forEach
(function(step) {
103
tryJobs.
forEach
(function(tryJob) {
194
buildbot.getActiveIssues().
forEach
(updateIssueDisplay);
248
closerBots.
forEach
(function(bot) {
252
otherBots.
forEach
(function(bot) {
active_issues.js
15
forEach
: function(callback) {
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
builders.js
34
builderData['masters'].
forEach
(function(master) {
37
master.groups.
forEach
(function(group) { groups[group] = true; });
39
Object.keys(master.tests).
forEach
(function(testType) {
113
allMasterNames.
forEach
(function(masterName) {
116
testTypes.
forEach
(function (testType) {
118
builderList.
forEach
(function (builderName) {
190
builders.
forEach
(function(builderName) {
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ImageProcessingTest.java
94
mBlur.
forEach
(a2_copy);
185
mColorMatrix.
forEach
(a1_copy, a2_copy);
196
mColorMatrix.
forEach
(a1_copy, a2_copy);
221
mConvolve3x3.
forEach
(a2_copy);
246
mConvolve5x5.
forEach
(a2_copy);
287
mLUT.
forEach
(a1_copy, a2_copy);
/cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp
73
blur->
forEach
(outputAlloc);
109
convolve->
forEach
(outputAlloc);
114
convolve->
forEach
(outputAlloc);
154
lut->
forEach
(inputAlloc,outputAlloc);
196
lut->
forEach
(inputAlloc,outputAlloc);
244
cm->
forEach
(inputAlloc, outputAlloc);
/external/chromium_org/chrome/common/extensions/docs/static/js/
popup.js
12
Array.prototype.
forEach
.call(document.getElementsByTagName('button'),
/external/chromium_org/chrome/renderer/resources/extensions/
storage_area.js
37
$Array.
forEach
(apiFunctions, bindApiFunction);
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
actions.js
114
actions.
forEach
(this.add.bind(this));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
main.js
93
platforms.platforms.
forEach
(function(platform) {
185
tests.
forEach
(function(test) {
190
pathDirectories.
forEach
(function(pathDirectory, index) {
208
directories.
forEach
(function(directory) {
233
selectedTests.
forEach
(function(testName) {
270
testsByState[state].
forEach
(function(testName) {
324
getSortedKeys(baselines).
forEach
(function(platform, i) {
333
getSortedKeys(baselines[platform]).
forEach
(function(extension, j) {
/external/chromium_org/v8/test/webkit/
array-holes.js
96
shouldBe("a = []; [0, , 2, 3].
forEach
(addToArray); showHoles(a)", "'[0, 2, 3]'");
97
shouldBe("a = []; [0, undefined, 2, 3].
forEach
(addToArray); showHoles(a)", "'[0, undefined, 2, 3]'");
123
shouldBe("a = []; [0, , 2, 3].
forEach
(addToArray); showHoles(a)", "'[0, peekaboo, 2, 3]'");
124
shouldBe("a = []; [0, undefined, 2, 3].
forEach
(addToArray); showHoles(a)", "'[0, undefined, 2, 3]'");
Completed in 1044 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>