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

<<11121314151617181920>>

  /external/libunwind/
Android.build.mk 70 $(foreach arch,$(libunwind_arches), \
77 $(foreach arch,$(libunwind_arches), \
  /external/lldb/include/lldb/Symbol/
TypeList.h 55 ForEach (std::function <bool(const lldb::TypeSP &type_sp)> const &callback) const;
58 ForEach (std::function <bool(lldb::TypeSP &type_sp)> const &callback);
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.td 103 foreach Index = 0-31 in {
108 foreach Index = 0-31 in {
114 foreach Index = 0-31 in {
120 foreach Index = 0-31 in {
125 foreach Index = 0-31 in {
131 foreach Index = 0-31 in {
137 foreach Index = 0-31 in {
141 foreach Index = 0-31 in {
  /external/regex-re2/re2/
make_perl_groups.pl 81 foreach my $cl (@classes) {
86 foreach my $e (@entries) {
  /external/valgrind/helgrind/tests/
filter_helgrind 20 foreach $string (@$cmdlin_files) {
28 foreach $string (@$tool_files) {
  /external/valgrind/memcheck/tests/
filter_memcheck 20 foreach $string (@$cmdlin_files) {
28 foreach $string (@$tool_files) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 60 foreach $h (@headerlist)
75 foreach $file (@filelist)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 60 foreach $h (@headerlist)
75 foreach $file (@filelist)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 60 foreach $h (@headerlist)
75 foreach $file (@filelist)
  /frameworks/base/rs/java/android/renderscript/
Script.java 169 protected void forEach(int slot, Allocation ain, Allocation aout,
171 forEach(slot, ain, aout, v, null);
178 protected void forEach(int slot, Allocation ain, Allocation aout,
224 protected void forEach(int slot, Allocation[] ains, Allocation aout,
228 forEach(slot, ains, aout, v, null);
234 protected void forEach(int slot, Allocation[] ains, Allocation aout,
484 * The forEach launch will operate over the intersection of the
490 * The resulting forEach run would execute over x = 5 to 10 and
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
GroupTest.java 89 mConvolve.forEach(mScratchPixelsAllocation1);
90 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
GroupTest.java 96 mConvolve.forEach(mScratchPixelsAllocation1);
97 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
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);
ScriptIntrinsicLUT.java 135 public void forEach(Allocation ain, Allocation aout) {
140 forEach(0, ain, aout, null);
  /ndk/build/core/
setup-abi.mk 32 $(foreach _plat,3 4 5 8,\
39 $(foreach _plat,3 4 5 8 9 10 11 12 13 14 15 16 17 18 19 20,\
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
eval 46 $(foreach v,$(VARS),$(eval $(call VARSET,$v,$v)))
100 rev=$(eval res:=)$(foreach word,$1,$(eval res:=${word} ${res}))${res}
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 82 $(foreach src,$(filter %.c,$(SOURCES)),\
86 $(foreach src,$(filter %.cc,$(SOURCES)),\
  /system/core/toolbox/
Android.mk 80 LOCAL_POST_INSTALL_CMD := $(hide) $(foreach t,$(ALL_TOOLS),ln -sf toolbox $(TARGET_OUT)/bin/$(t);)
123 LOCAL_POST_INSTALL_CMD := $(hide) $(foreach t,egrep fgrep,ln -sf grep $(TARGET_OUT)/bin/$(t);)
  /art/build/
Android.executable.mk 136 ART_TARGET_EXECUTABLES := $(ART_TARGET_EXECUTABLES) $$(foreach name,$$(art_out_binary_name),$(TARGET_OUT_EXECUTABLES)/$$(name))
140 ART_HOST_EXECUTABLES := $(ART_HOST_EXECUTABLES) $$(foreach name,$$(art_out_binary_name),$(HOST_OUT_EXECUTABLES)/$$(name))
169 $(foreach debug_flavor,ndebug debug,
170 $(foreach target_flavor,host target,
  /build/core/tasks/
boot_jars_package_check.mk 25 built_boot_jars := $(foreach j, $(PRODUCT_BOOT_JARS), \
oem_image.mk 37 $(hide) PATH=$(foreach p,$(INTERNAL_USERIMAGES_BINARY_PATHS),$(p):)$$PATH \
sdk-addon.mk 44 $(foreach cf,$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_COPY_MODULES), \
56 $(foreach cf,$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_COPY_FILES), \
74 $(foreach cf,$(files_to_copy), \
102 sdk_addon_deps += $(foreach dm, $(doc_modules), $(call doc-timestamp-for, $(dm)))
  /device/htc/flounder/verity/
Android.mk 42 $(foreach _img, $(call find-subdir-subdir-files, "images", "*.png"), \
  /device/moto/shamu/verity/
Android.mk 42 $(foreach _img, $(call find-subdir-subdir-files, "images", "*.png"), \

Completed in 345 milliseconds

<<11121314151617181920>>