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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-1447.js 28 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
33 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
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);
  /external/eigen/unsupported/doc/examples/
CMakeLists.txt 7 FOREACH(example_src ${examples_SRCS})
  /external/llvm/cmake/modules/
AddLLVMDefinitions.cmake 9 foreach(arg ${ARGN})
  /external/llvm/test/TableGen/
NestedForeach.td 10 foreach S = ["R", "C"] in {
11 foreach R = [2, 3, 4] in {
12 foreach M = ["D", "P", "Q"] in {
13 foreach P = [0, 2, 4] in {
ForeachLoop.td 10 foreach i = 0-3 in
18 foreach i = [0, 1, 2, 3, 4, 5, 6, 7] in
53 foreach i = {0-3,9-7} in
TargetInstrSpec.td 67 // Dummy for foreach
82 !foreach(Decls.pattern, patterns,
83 !foreach(Decls.operand, Decls.pattern,
89 !foreach(Decls.pattern, patterns,
90 !foreach(Decls.operand, Decls.pattern,
  /external/qemu/android/build/
binary.make 30 $(foreach src,$(LOCAL_C_SOURCES), \
34 $(foreach src,$(LOCAL_GENERATED_C_SOURCES), \
38 $(foreach src,$(LOCAL_CXX_SOURCES), \
42 $(foreach src,$(LOCAL_OBJC_SOURCES), \
host_executable.make 21 LOCAL_LIBRARIES := $(foreach lib,$(LOCAL_STATIC_LIBRARIES),$(call library-path,$(lib)))
23 LOCAL_LDLIBS := $(foreach lib,$(LOCAL_STATIC_LIBRARIES),$(call library-path,$(lib))) $(LOCAL_LDLIBS)
35 $(LOCAL_BUILT_MODULE): $(foreach lib,$(LOCAL_STATIC_LIBRARIES),$(call library-path,$(lib)))
  /external/v8/test/mjsunit/regress/
regress-1447.js 28 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
33 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
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);
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 41 foreach my $iface (sort keys %hostapd) {
43 foreach my $mac (sort keys %{$hostapd{$iface}}) {
45 foreach my $layer (sort keys %{$hostapd{$iface}->{$mac}}) {
47 foreach my $details (sort keys %{$hostapd{$iface}->{$mac}->{$layer}}) {
  /frameworks/base/data/sounds/
AudioPackage12_48.mk 18 PRODUCT_COPY_FILES += $(foreach fn,$(ALARM_FILES),\
21 PRODUCT_COPY_FILES += $(foreach fn,$(NOTIFICATION_FILES),\
24 PRODUCT_COPY_FILES += $(foreach fn,$(RINGTONE_FILES),\
27 PRODUCT_COPY_FILES += $(foreach fn,$(EFFECT_FILES),\
  /sdk/emulator/opengl/tests/translator_tests/MacCommon/
Android.mk 9 $(call emugl-export,LDLIBS,$(foreach _framework,$(LIBMACVIEW_FRAMEWORKS),$(LIBMACVIEW_PREFIX)$(_framework)))
  /external/chromium_org/third_party/sqlite/src/tool/
mkopts.tcl 13 foreach token [split $line { }] {
39 foreach name [lsort $namelist] {
46 foreach name [lsort $namelist] {
  /frameworks/base/data/keyboards/
keyboards.mk 19 PRODUCT_COPY_FILES := $(foreach file,$(framework_keylayouts),\
22 PRODUCT_COPY_FILES += $(foreach file,$(framework_keycharmaps),\
25 PRODUCT_COPY_FILES += $(foreach file,$(framework_keyconfigs),\
  /external/chromium_org/third_party/sqlite/src/test/
boundary4.tcl 30 foreach x {
59 foreach x $inlist {
64 foreach x $y {
75 foreach x $inlist {
82 foreach x $inlist {
117 foreach r $nums1 {
149 foreach r [sort $all_rowid] {
156 foreach r [reverse [sort $all_rowid]] {
163 foreach a [sort $all_a] {
171 foreach a [reverse [sort $all_a]]
    [all...]
tkt-38cb5df375.test 29 foreach ii {1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16} {
38 foreach ii {1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16} {
47 foreach ii {1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16} {
56 foreach ii {1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16} {
65 foreach ii {1 2 3 4} {
75 foreach ii {1 2 3 4 5 6 7 8 9 10 11} {
84 foreach ii {1 2 3 4 5 6 7 8 9 10 11} {
93 foreach ii {1 2 3 4 5 6} {
102 foreach ii {1 2 3 4 5 6} {
112 foreach ii {1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16}
    [all...]
lookaside.test 64 foreach {x y z} [sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 0] break
71 foreach {x y z} [sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 1] break
75 foreach {x y z} [sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 0] break
80 foreach {x y z} [sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 0] break
85 foreach {x y z} [sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 1] break
98 foreach {x y z} [sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 0] break
  /cts/
CtsBuild.mk 36 $(foreach lib,$(1),$(HOST_OUT_JAVA_LIBRARIES)/$(lib).jar)
40 $(foreach lib,$(1),$(CTS_TESTCASES_OUT)/$(lib).jar)
44 $(foreach exe,$(1),$(call intermediates-dir-for,EXECUTABLES,$(exe))/$(exe))
48 $(foreach pkg,$(1),$(CTS_TESTCASES_OUT)/$(pkg).apk)
52 $(foreach name,$(1),$(CTS_TESTCASES_OUT)/$(name).xml)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ClearObjectTest.java 43 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
69 RSUtils.forEach(this, TEST_ID_ELEMENT, mIn, mOut);
86 RSUtils.forEach(this, TEST_ID_TYPE, mIn, mOut);
102 RSUtils.forEach(this, TEST_ID_ALLOCATION, mIn, mOut);
118 RSUtils.forEach(this, TEST_ID_SAMPLER, mIn, mOut);
134 RSUtils.forEach(this, TEST_ID_SCRIPT, mIn, mOut);
  /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),\
  /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))'; \
  /external/chromium_org/chrome/renderer/resources/extensions/
tag_watcher.js 10 $Array.forEach(queryNode.querySelectorAll(tagName), function(node) {
19 $Array.forEach(mutations, function(mutation) {
20 $Array.forEach(mutation.addedNodes, function(addedNode) {
  /build/core/
copy_headers.mk 15 $(foreach header,$(LOCAL_COPY_HEADERS), \

Completed in 284 milliseconds

12 3 4 5 6 7 8 91011>>