HomeSort by relevance Sort by last modified time
    Searched full:foreach (Results 101 - 125 of 1172) sorted by null

1 2 3 45 6 7 8 91011>>

  /build/core/
post_clean.mk 31 $(foreach p, $(PACKAGES), $(if $(PACKAGES.$(p).RESOURCE_OVERLAYS), \
39 overlay_cleanup_cmd := $(strip rm -rf $(foreach p, $(packages_overlay_changed),\
69 $(foreach p, $(ALL_MODULES), \
85 $(foreach p, $(filter-out $(ALL_MODULES),$(MODULES_WITH_AIDL_FILES)),\
  /build/core/tasks/tools/
package-modules.mk 20 $(foreach m,$(my_modules),\
28 $(foreach i, $(_built_files),\
41 $(hide) $(foreach p, $(1),\
60 $(hide) $(foreach f, $(PRIVATE_PICKUP_FILES),\
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
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);
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/chrome/
chrome_auditor.html 52 this.model.getAllProcesses().forEach(function(process) {
71 rirf.findAllInteractionRecords().forEach(function(ir) {
75 alerts.forEach(function(alert) {
84 ir.associatedEvents.forEach(function(event) {
  /external/compiler-rt/include/
CMakeLists.txt 16 foreach( f ${SANITIZER_HEADERS} )
  /external/compiler-rt/make/
lib_util.mk 30 $(foreach key,$(AvailableIn.$(3)),\
35 $(foreach key,$(AvailableIn.$(3)),\
39 $(foreach key,$(AvailableIn.$(3)),\
43 $(foreach key,$(AvailableIn.$(3)),\
  /external/compiler-rt/test/ubsan/
CMakeLists.txt 4 foreach(arch ${UBSAN_SUPPORTED_ARCH})
  /external/deqp/framework/delibs/cmake/
LCovUtils.cmake 7 foreach (PRJ ${projects})
  /external/eigen/scripts/
cdashtesting.cmake.in 26 foreach(subproject ${CTEST_PROJECT_SUBPROJECTS})
  /external/llvm/cmake/modules/
ChooseMSVCCRT.cmake 20 foreach(crt ${${crts}})
63 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE})
78 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE})
91 foreach(lang C CXX)
HandleLLVMStdlib.cmake 16 foreach(variable ${ARGN})
  /external/llvm/tools/llvm-c-test/
CMakeLists.txt 19 foreach(c in ${LLVM_LINK_COMPONENTS})
  /external/pcre/dist/
Detrail 14 foreach (@lines)
  /external/slf4j/
binderVersion.pl 40 foreach $ARG (@ARGV) {
version.pl 39 foreach $ARG (@ARGV) {
  /external/v8/test/mjsunit/es6/
math-clz32.js 7 [NaN, Infinity, -Infinity, 0, -0, "abc", "Infinity", "-Infinity", {}].forEach(
  /external/v8/test/mjsunit/regress/
regress-2273.js 64 [1].forEach(CheckStringReceiver, "foo");
74 [1].forEach(CheckCoersion, "foo");
87 [1].forEach(CheckStringReceiver, "foo");
97 [1].forEach(CheckCoersion, "foo");
  /frameworks/base/rs/java/android/renderscript/
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);
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);
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);
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);
  /frameworks/native/cmds/installd/tests/
Android.mk 22 $(foreach file,$(test_src_files), \
  /frameworks/native/services/inputflinger/tests/
Android.mk 28 $(foreach file,$(test_src_files), \

Completed in 618 milliseconds

1 2 3 45 6 7 8 91011>>