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

<<11121314151617181920>>

  /external/compiler-rt/
Makefile 66 @$(foreach fn,$(AvailableFunctions),\
68 "$(foreach key,$(AvailableIn.$(fn)),$($(key).Dir))";)
74 @$(foreach key,$(PlatformKeys),\
127 $(foreach config,$(Tmp.Configs),\
168 $(foreach arch,$(Tmp.ArchsToBuild),\
202 $(foreach fn,$(sort $(Tmp.Functions)),\
226 $(foreach key,$(SubDirKeys),\
267 $(foreach key,$(PlatformKeys),\
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
make.php 66 //'findstring', 'firstword', 'foreach', 'if', 'join', 'notdir', 'origin', 'patsubst', 'shell', 'sort', 'strip',
130 GESHI_SEARCH => '(\\$[({])(subst|addprefix|addsuffix|basename|call|dir|error|eval|filter-out|filter,|findstring|firstword|foreach|if|join|notdir|origin|patsubst|shell|sort|strip,|suffix|warning|wildcard|word|wordlist|words)([ })])',
  /external/regex-re2/re2/
make_perl_groups.pl 81 foreach my $cl (@classes) {
86 foreach my $e (@entries) {
  /external/valgrind/main/callgrind/
callgrind_annotate.in 56 #15. Using foreach $i (x..y) instead of for ($i = 0...) in
247 foreach my $i (0 .. scalar @sort_events - 1) {
307 foreach my $include_dir (@include_dirs) {
351 foreach my $i (0 .. $n-1) {
362 foreach my $i (0 .. (scalar @$CC)-1) {
452 foreach my $event (@events) {
461 foreach my $show_event (@show_events) {
468 foreach my $show_event (@show_events) {
476 foreach my $sort_event (@sort_events) {
483 foreach my $sort_event (@sort_events)
    [all...]
  /external/valgrind/main/helgrind/tests/
filter_helgrind 20 foreach $string (@$cmdlin_files) {
28 foreach $string (@$tool_files) {
  /external/valgrind/main/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 45 foreach $h (@headerlist)
60 foreach $file (@filelist)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 45 foreach $h (@headerlist)
60 foreach $file (@filelist)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 45 foreach $h (@headerlist)
60 foreach $file (@filelist)
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicConvolve3x3.java 110 public void forEach(Allocation aout) {
111 forEach(0, null, aout, null);
ScriptIntrinsicConvolve5x5.java 111 public void forEach(Allocation aout) {
112 forEach(0, null, aout, null);
ScriptIntrinsicLUT.java 127 public void forEach(Allocation ain, Allocation aout) {
132 forEach(0, ain, aout, null);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicBlur.java 94 public void forEach(Allocation aout) {
95 forEach(0, null, aout, null);
ScriptIntrinsicConvolve3x3.java 105 public void forEach(Allocation aout) {
106 forEach(0, null, aout, null);
ScriptIntrinsicConvolve5x5.java 101 public void forEach(Allocation aout) {
102 forEach(0, null, aout, null);
ScriptIntrinsicLUT.java 133 public void forEach(Allocation ain, Allocation aout) {
138 forEach(0, ain, aout, null);
  /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 76 $(foreach src,$(filter %.c,$(SOURCES)),\
80 $(foreach src,$(filter %.cc,$(SOURCES)),\
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RsFracTest.java 27 public void forEach(int testId, Allocation mIn, Allocation mOut)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/
ExceptionExtensions.cs 44 foreach ( string line in trace.Split( '\n', '\r' ) )
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 41 foreach my $id ($body::decls) {
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
process_track_base.js 122 this.tracks_.forEach(function(track) {
153 instanceTypeNames.forEach(function(typeName) {
209 counters.forEach(function(counter) {
227 threads.forEach(function(thread) {
  /external/chromium-trace/trace-viewer/src/ui/
text_end_value_bar.js 58 Object.keys(src).forEach(function(key) {
  /external/chromium_org/chrome/browser/resources/options/
media_galleries_manager_overlay.js 72 ].forEach(function(name) {
  /external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
duplex.js 42 cap.option.forEach(function(option) {

Completed in 394 milliseconds

<<11121314151617181920>>