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

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/TableGen/
TargetInstrSpec.td 68 // Dummy for foreach
83 !foreach(Decls.pattern, patterns,
84 !foreach(Decls.operand, Decls.pattern,
90 !foreach(Decls.pattern, patterns,
91 !foreach(Decls.operand, Decls.pattern,
MultiPat.td 77 // Dummy for foreach
95 !foreach(Decls.pattern, patterns[0],
96 !foreach(Decls.operand, Decls.pattern,
100 MakePat<!foreach(Decls.pattern, patterns[1],
101 !foreach(Decls.operand, Decls.pattern,
  /external/compiler-rt/make/
subdir.mk 40 $$(foreach var,$$(RequiredSubdirVariables) $$(OptionalSubdirVariables),\
47 $$(foreach var,$(RequiredSubdirVariables) $(OptionalSubdirVariables),\
55 $$(foreach var,$(RequiredSubdirVariables),\
58 $$(foreach var,$(OptionalSubdirVariables),\
63 $$(foreach var,$(RequiredSubdirVariables) $(OptionalSubdirVariables),\
89 $(foreach subdir,$(SubDirsList),\
  /external/v8/test/mjsunit/regress/
regress-1436.js 60 [2, 3].forEach(non_strict);
61 [2, 3].forEach(non_strict, undefined);
62 [2, 3].forEach(non_strict, null);
63 [2, 3].forEach(strict);
64 [2, 3].forEach(strict, undefined);
65 [2, 3].forEach(strict_null, null);
  /frameworks/compile/libbcc/runtime/make/
subdir.mk 39 $$(foreach var,$$(RequiredSubdirVariables) $$(OptionalSubdirVariables),\
46 $$(foreach var,$(RequiredSubdirVariables) $(OptionalSubdirVariables),\
54 $$(foreach var,$(RequiredSubdirVariables),\
57 $$(foreach var,$(OptionalSubdirVariables),\
62 $$(foreach var,$(RequiredSubdirVariables) $(OptionalSubdirVariables),\
88 $(foreach subdir,$(SubDirsList),\
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
call 18 map = $(foreach a,$2,$(call $1,$a))
26 my-foreach = $(foreach $(1),$(2),$(3))
47 echo '$(call my-foreach)'; \
48 echo '$(call my-foreach,a,,,)'; \
58 # echo '$(call my-foreach,a,x y z,$(a)$(a))'; \
  /build/core/
copy_headers.mk 15 $(foreach header,$(LOCAL_COPY_HEADERS), \
device.mk 24 $(foreach v,$(_device_var_list),\
30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
37 $(foreach v,$(_device_var_list), \
56 $(foreach d,$(DEVICES), \
product.mk 38 $(foreach f,$(1), \
94 $(foreach v,$(_product_var_list),\
100 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
112 $(foreach v,$(_product_var_list), \
145 $(foreach p,$(PRODUCTS), \
150 $(foreach \
163 $(foreach cf,$(strip $(PRODUCTS.$(p).PRODUCT_COPY_FILES)), \
181 $(foreach p,$(PRODUCTS), \
253 $(foreach v,$(_product_stash_var_list), \
265 $(foreach v,$(_product_stash_var_list),
    [all...]
  /build/core/tasks/
ide.mk 35 installed_modules := $(foreach m,$(ALL_DEFAULT_INSTALLED_MODULES),\
37 java_modules := $(foreach m,$(installed_modules),\
42 source_paths := $(foreach m,$(eclipse_project_modules),$(ALL_MODULES.$(m).PATH)) \
43 $(foreach m,$(eclipse_project_modules),$(ALL_MODULES.$(m).INTERMEDIATE_SOURCE_DIR)) \
  /external/ipsec-tools/src/racoon/
stats.pl 13 foreach (sort keys %t) {
  /libcore/
CaCerts.mk 44 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory))))
45 cacerts_target := $(addprefix $(cacerts_target_directory)/,$(foreach cacert,$(cacerts),$(notdir $(cacert))))
54 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory))))
56 cacerts_host := $(addprefix $(cacerts_host_directory)/,$(foreach cacert,$(cacerts),$(notdir $(cacert))))
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-290592.js 40 var summary = 'Array extras: forEach, indexOf, filter, map';
279 if ('forEach' in Array.prototype)
281 // see http://developer-test.mozilla.org/docs/Core_JavaScript_1.5_Reference:Objects:Array:forEach
283 // test Array.forEach
285 // forEach has 1 required argument
287 actual = Array.prototype.forEach.length;
288 reportCompare(expect, actual, 'Array.prototype.forEach.length == 1');
294 strings.forEach();
301 reportCompare(expect, actual, 'Array.forEach(undefined) throws TypeError');
305 // general forEach
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
addChannel.html 14 servers.forEach(function(server) {
17 server.channels.forEach(function(channel) {
  /external/compiler-rt/lib/arm/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
  /external/compiler-rt/lib/i386/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
  /external/compiler-rt/lib/ppc/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
  /external/compiler-rt/lib/x86_64/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
Makefile 5 ICONS := $(addsuffix .png, $(foreach name, $(NAMES), $(foreach size, $(SIZES), $(size)/$(name))))
  /frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
UT_foreach.java 28 super(rstc, "ForEach", ctx);
47 ScriptC_foreach s = new ScriptC_foreach(pRS, mRes, R.raw.foreach);
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
  /hardware/ti/omap4xxx/domx/Ducati_binary/
Android.mk 21 $(foreach _file, $(prebuilt_ducati_vendor_bins),\
30 $(foreach _file,$(prebuilt_ducati_vendor_bins),\

Completed in 502 milliseconds

12 3 4 5 6 7 8 91011>>