HomeSort by relevance Sort by last modified time
    Searched full:foreach (Results 426 - 450 of 677) sorted by null

<<11121314151617181920>>

  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
setChangeLogDateAndReviewer.pl 117 foreach my $testCase (@testCaseHashRefs) {
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
queue.js 141 testNames.forEach(this._rebaselineTest, this);
  /frameworks/base/data/fonts/
Android.mk 171 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
  /frameworks/base/graphics/java/android/renderscript/
Script.java 54 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) {
  /gdk/build/core/
add-application.mk 167 $(foreach __name,$(GDK_APP_VARS),\
setup-toolchain.mk 86 $(foreach __pass2_module,$(__gdk_modules),\
  /ndk/build/core/
build-all.mk 81 $(foreach _app,$(NDK_APPS),\
main.mk 86 $(foreach _app,$(APP),\
  /ndk/sources/host-tools/make-3.81/doc/
make.info 133 Node: Foreach Function233129
  /prebuilts/tools/common/lombok-ast/
src.zip 
  /external/mksh/src/
check.pl 246 foreach $c (split(',', $opt_C)) {
261 foreach $env (('HOME', 'LD_LIBRARY_PATH', 'LOCPATH', 'LOGNAME',
374 foreach $file (@todo) {
495 foreach $var (split(substr($test{'env-setup'}, 0, 1),
540 foreach $k (keys(%ENV)) {
664 foreach $c (split(',', $test{'category'})) {
692 foreach $file (@todo) {
    [all...]
  /external/clang/tools/scan-build/
scan-build 144 foreach my $f (@FILES) {
442 foreach my $Row (@$Stats) {
502 foreach my $file (@files) { ScanFile(\@Index, $Dir, $file, \@Stats); }
515 foreach my $file (@failures) {
753 foreach my $file (sort @attributes_ignored) {
783 foreach my $file (sort @failures) {
839 foreach my $k (@$Args) {
1022 foreach my $lang ("c", "objective-c", "objective-c++", "c++") {
1033 foreach my $val (split /\s+/) {
1082 foreach my $domain (split /\./, $checker)
    [all...]
c++-analyzer 206 foreach my $arg (@$AnalyzeArgs) {
226 foreach my $arg (@CmdArgs) {
460 foreach (my $i = 0; $i < scalar(@ARGV); ++$i) {
616 foreach my $file (@Files) {
670 foreach my $arch (@Archs) {
ccc-analyzer 206 foreach my $arg (@$AnalyzeArgs) {
226 foreach my $arg (@CmdArgs) {
460 foreach (my $i = 0; $i < scalar(@ARGV); ++$i) {
616 foreach my $file (@Files) {
670 foreach my $arch (@Archs) {
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 326 foreach (@insns) { eval; } # remaining instructions [if any]
393 foreach (@insns) { eval; } # remaining instructions
414 foreach (@insns) { eval; } # remaining instructions
454 foreach (@insns) { eval; }
464 foreach (@insns) { eval; }
838 foreach (@insns) { eval; } # remaining instructions [if any]
903 foreach (@insns) { eval; } # remaining instructions
924 foreach (@insns) { eval; } # remaining instructions
963 foreach (@insns) { eval; }
973 foreach (@insns) { eval;
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-586.pl 604 foreach (@insns) { eval; } # remaining instructions [if any]
672 foreach (@insns) { eval; } # remaining instructions
692 foreach (@insns) { eval; } # remaining instructions
733 foreach (@insns) { eval; }
743 foreach (@insns) { eval; }
1020 foreach (@insns) { eval; } # remaining instructions [if any]
    [all...]
sha1-x86_64.pl 444 foreach (@insns) { eval; } # remaining instructions [if any]
511 foreach (@insns) { eval; } # remaining instructions
532 foreach (@insns) { eval; } # remaining instructions
572 foreach (@insns) { eval; }
582 foreach (@insns) { eval; }
850 foreach (@insns) { eval; } # remaining instructions [if any]
915 foreach (@insns) { eval; } # remaining instructions
936 foreach (@insns) { eval; } # remaining instructions
975 foreach (@insns) { eval; }
985 foreach (@insns) { eval;
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 107 foreach $ether (keys %{$list}) {
119 foreach $key (keys %host) {
126 foreach $ether (keys %{$list}) {
158 foreach $char (split /:/, $list->{$ether}->{'raw_client_id'}) {
221 foreach $n (0..3) {
  /external/v8/src/
liveedit-debugger.js 214 forEach(function (info) {
309 old_node.live_shared_function_infos.forEach(function (old_info) {
327 forEach(function (old_child_info) {
352 forEach(function (info) {
845 old_info_node.live_shared_function_infos.forEach(function (info) {
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 174 sessionItems.forEach(function(item, i) {
205 client.forEach(function(win, i) {
227 win.tabs.forEach(function(data) {
268 recentItems.forEach(function(item) {
    [all...]
  /build/core/
Makefile 27 $(foreach cf,$(PRODUCT_COPY_FILES), \
68 $(hide) $(foreach line,$(ADDITIONAL_DEFAULT_PROPERTIES), \
188 $(hide) $(foreach line,$(ADDITIONAL_BUILD_PROPERTIES), \
251 $(hide) $(foreach p,$(PACKAGES),\
273 $(foreach m,$(ALL_MODULES), \
309 $(sort $(foreach m, $(ALL_MODULES), $(ALL_MODULES.$(m).EVENT_LOG_TAGS)))
324 $(sort $(foreach m,\
659 $(foreach item,$(recovery_resources_private), \
661 $(foreach item,$(recovery_fstab), \
742 $(hide) PATH=$(foreach p,$(INTERNAL_USERIMAGES_BINARY_PATHS),$(p):)$$PATH
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ForEachTest.java 55 * Test support for reflected forEach() as well as validation of parameters.
464 ScriptC_foreach s = new ScriptC_foreach(mRS, mRes, R.raw.foreach);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTree.cs 152 foreach (ITree child in children) {
219 foreach (ITree t in kids)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTree.cs 182 foreach ( ITree child in Children )
263 foreach ( ITree t in kids )
  /external/bluetooth/bluez/
Makefile.am 48 local_headers = $(foreach file,$(lib_headers), lib/bluetooth/$(notdir $(file)))
349 rules_DATA = $(foreach file,$(udev_files), scripts/97-$(notdir $(file)))

Completed in 716 milliseconds

<<11121314151617181920>>