HomeSort by relevance Sort by last modified time
    Searched full:foreach (Results 551 - 575 of 1450) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/mesa/drivers/dri/
Android.mk 71 include $(foreach d, $(SUBDIRS), $(LOCAL_PATH)/$(d)/Android.mk)
  /external/qemu/
Makefile 62 $(foreach lib,$(SDL_LIBS), \
  /external/sonivox/arm-wt-22k/
Android.mk 93 $(foreach f,$(asm_flags),-Wa,"$(f)")
  /external/srec/tools/cmd/
pht_to_short.pl 60 foreach $lph (@lphlist) {
srecres2utd.pl 21 foreach $additional_field (@additional_fields) {
37 foreach $resfile (@resfiles) {
197 foreach $field (@fields) {
214 foreach $field (@fields) {
  /external/v8/test/mjsunit/regress/
regress-1790.js 54 CheckSequence(Array.prototype.forEach, function() { return 0; });
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 50 // Name of metadata node where exported ForEach name information resides
55 // Name of metadata node where exported ForEach signature information resides
336 // section for ForEach. We generate a full signature for a "root" function
456 ALOGE("Could not populate ForEach signature metadata");
  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 107 // Generate a type instance for a given forEach argument type.
  /frameworks/rs/cpp/
Script.cpp 29 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout,
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blur25.java 95 mIntrinsic.forEach(mOutPixelsAllocation);
ColorCube.java 81 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
Convolve3x3.java 67 mIntrinsic.forEach(mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Blur25.java 91 mIntrinsic.forEach(mOutPixelsAllocation);
Blur25G.java 76 mIntrinsic.forEach(mScratchPixelsAllocation2);
ColorCube.java 73 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blur25.java 95 mIntrinsic.forEach(mOutPixelsAllocation);
  /ndk/build/core/
setup-imports.mk 32 $(foreach __path,$(subst $(HOST_DIRSEP),$(space),$(NDK_MODULE_PATH)),\
definitions-graph.mk 53 $(foreach _ndk_mod_filter_n,$1,\
78 $(foreach _ndk_mod_filter_n,$1,\
131 $(foreach _ndk_mod_tree_visitor,$(_ndk_mod_tree_visitors),\
208 $(foreach _ndk_mod_module,$1,\
226 $(foreach _ndk_mod_dep,$(_ndk_mod_depends),\
301 $(foreach _ndk_mod_module,$1,\
332 $(foreach _ndk_mod_module,$1,\
334 $(foreach _ndk_mod_module,$1,\
336 $(foreach _ndk_mod_dep,$(_ndk_mod_depends),\
350 $(foreach _ndk_mod_dep,$(_ndk_mod_depends),
    [all...]
  /sdk/eclipse/
dictionary.txt 107 foreach
  /external/llvm/docs/
TableGenFundamentals.rst 330 ``foreach <var> = [ <list> ] in { <body> }``
332 ``foreach <var> = [ <list> ] in <def>``
334 in <list>. <var> is scoped at the level of the ``foreach`` loop and must
338 ``foreach <var> = 0-15 in ...``
340 ``foreach <var> = {0-15,32-47} in ...``
366 ``!foreach(a, b, c)``
369 class. This operation is analogous to $(foreach) in GNU make.
757 TableGen supports the '``foreach``' block, which textually replicates the loop
763 foreach i = [0, 1, 2, 3] in {
768 This will create objects ``R0``, ``R1``, ``R2`` and ``R3``. ``foreach`` block
    [all...]
  /art/build/
Android.gtest.mk 175 $(foreach file,$(TEST_TARGET_SRC_FILES), $(eval $(call build-art-test,target,$(file))))
179 $(foreach file,$(TEST_HOST_SRC_FILES), $(eval $(call build-art-test,host,$(file))))
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 132 thread_list->ForEach(ThreadCountCallback, &thread_count);
138 thread_list->ForEach(ThreadStatsGetterCallback, &bytes);
  /cts/
CtsCoverage.mk 40 cts_coverage_test_cases_dependencies := $(foreach c, $(CTS_COVERAGE_TEST_CASE_LIST), $(call intermediates-dir-for,APPS,$(c))/package.apk)
58 cts_coverage_test_cases_dependencies := $(foreach c, $(CTS_COVERAGE_TEST_CASE_LIST) CtsVerifier, $(call intermediates-dir-for,APPS,$(c))/package.apk)
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSConvolveTest.java 66 convolve.forEach(rsOutput);
124 convolve.forEach(rsOutput);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ListExtensions.cs 81 foreach ( object item in items )
87 foreach ( T item in items )

Completed in 1173 milliseconds

<<21222324252627282930>>