/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
foreach | 2 # $Id: foreach,v 1.5 2006/03/10 02:20:46 psmith Exp $ 4 $description = "Test the foreach function."; 6 $details = "This is a test of the foreach function in gnu make. 10 form of the command is $(foreach var,$list,$text). Several 11 types of foreach loops are tested\n"; 23 av = $(foreach var, $(auto_var), $(origin $(var)) ) 26 fe = $(foreach var2, $(for_var),$(subst .c,.o, $(var2) ) ) 36 # TEST 1: Test that foreach variables take precedence over global 52 $(foreach x,FOREACH,$(eval $(value mktarget)))' [all...] |
/external/clang/runtime/ |
CMakeLists.txt | 8 foreach (dir ${known_subdirs})
|
/external/eigen/Eigen/src/ |
CMakeLists.txt | 3 foreach(f ${Eigen_src_subdirectories})
|
/external/llvm/test/TableGen/ |
foreach.td | 5 // Variables for foreach 16 class B<list<string> names> : A<!foreach(Decls.name, names, !strconcat(Decls.name, ", Sr."))>; 18 class C<list<string> names> : A<!foreach(Decls.name, names, !strconcat(Decls.name, ", Jr."))>; 20 class D<list<string> names> : A<!foreach(Decls.name, names, !subst("NAME", "John Smith", Decls.name))>;
|
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
|
/external/openssl/crypto/des/t/ |
test | 10 foreach (@a) { printf "%02x-",ord($_); } 17 foreach (@a) { printf "%02x-",ord($_); } 22 foreach (@a) { printf "%02x-",ord($_); } 25 foreach (@a) { printf "%02x-",ord($_); }
|
/frameworks/rs/cpp/ |
ScriptIntrinsics.cpp | 37 Script::forEach(0, in, out, NULL, 0); 41 Script::forEach(1, in, out, NULL, 0); 45 Script::forEach(2, in, out, NULL, 0); 49 Script::forEach(3, in, out, NULL, 0); 53 Script::forEach(4, in, out, NULL, 0); 57 Script::forEach(5, in, out, NULL, 0); 61 Script::forEach(6, in, out, NULL, 0); 65 Script::forEach(7, in, out, NULL, 0); 69 Script::forEach(8, in, out, NULL, 0); 73 Script::forEach(9, in, out, NULL, 0) [all...] |
/external/compiler-rt/make/ |
lib_info.mk | 18 AvailableModules := $(sort $(foreach key,$(SubDirKeys),\ 22 $(foreach key,$(SubDirKeys),\ 25 AvailableArchs := $(sort $(foreach key,$(SubDirKeys),\ 28 AvailableFunctions := $(sort $(foreach key,$(SubDirKeys),\ 32 $(foreach key,$(ModuleSubDirKeys.builtins),\ 37 $(foreach key,$(ModuleSubDirKeys.builtins),\ 39 $(foreach arch,$($(key).OnlyArchs),\ 44 $(foreach arch,$(AvailableArchs),\ 50 $(foreach key,$(SubDirKeys),\ 51 $(foreach fn,$(basename $($(key).ObjNames)), [all...] |
lib_platforms.mk | 27 $$(foreach var,$(PlainConfigVariables) $(PerConfigVariables),\ 29 $$(foreach var,$(PerConfigVariables),\ 30 $$(foreach config,$$(Configs),\ 32 $$(foreach var,$(PerConfigVariables),\ 33 $$(foreach arch,$(AvailableArchs),\ 41 $$(foreach var,$(RequiredConfigVariables),\ 54 $$(foreach var,$(PlainConfigVariables) $(PerConfigVariables),\ 57 $$(foreach var,$(PerConfigVariables),\ 58 $$(foreach config,$$(Configs),\ 61 $$(foreach arch,$(AvailableArchs), [all...] |
/external/webkit/Source/cmake/ |
WebKitFeatures.cmake | 10 FOREACH(f ${ARGN}) 20 FOREACH(_dep ${${_deps}}) 57 FOREACH (_feature ${WEBKIT_FEATURES}) 65 FOREACH (_feature ${WEBKIT_FEATURES}) 70 FOREACH (IGNORE RANGE ${FEATURE_LENGTH} ${MAX_FEATURE_LENGTH}) 75 FOREACH (IGNORE RANGE ${FEATURE_LENGTH} ${MAX_FEATURE_LENGTH})
|
/external/eigen/Eigen/ |
CMakeLists.txt | 8 foreach(f ${Eigen_directory_files})
|
/external/eigen/doc/examples/ |
CMakeLists.txt | 5 foreach(example_src ${examples_SRCS})
|
/external/llvm/lib/Target/ |
CMakeLists.txt | 13 foreach(t ${LLVM_TARGETS_TO_BUILD})
|
/external/openssl/crypto/lhash/ |
num.pl | 14 foreach (0 .. $a[$#a])
|
/external/compiler-rt/cmake/Modules/ |
CompilerRTUtils.cmake | 5 foreach(arg ${ARGN}) 12 foreach(arg ${ARGN})
|
/dalvik/tools/dmtracedump/ |
dmtracedump.pl | 6 foreach (@traces)
|
/external/eigen/unsupported/doc/examples/ |
CMakeLists.txt | 7 FOREACH(example_src ${examples_SRCS})
|
/external/llvm/cmake/modules/ |
AddLLVMDefinitions.cmake | 9 foreach(arg ${ARGN})
|
/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); });
|
/external/webkit/LayoutTests/http/tests/ssl/resources/ |
no-http-referer.cgi | 8 foreach (keys %ENV) {
|
/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}}) {
|
/sdk/emulator/opengl/tests/translator_tests/MacCommon/ |
Android.mk | 9 $(call emugl-export,LDLIBS,$(foreach _framework,$(LIBMACVIEW_FRAMEWORKS),$(LIBMACVIEW_PREFIX)$(_framework)))
|