Searched refs:foreach (Results 1 - 25 of 48) sorted by relevance

12

/external/compiler-rt/make/
H A Dlib_info.mk18 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 f
[all...]
H A Dlib_platforms.mk27 $$(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 arc
[all...]
H A Dsubdir.mk40 $$(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),\
H A Dlib_util.mk30 $(foreach key,$(AvailableIn.$(3)),\
35 $(foreach key,$(AvailableIn.$(3)),\
39 $(foreach key,$(AvailableIn.$(3)),\
43 $(foreach key,$(AvailableIn.$(3)),\
H A DAppleBI.mk64 $(SYMROOT)/libcompiler_rt.dylib: $(foreach arch,$(filter-out armv4t,$(RC_ARCHS)), \
87 $(SYMROOT)/libcompiler_rt-static.a : $(foreach arch,$(RC_ARCHS), \
102 $(SYMROOT)/libcompiler_rt-dyld.a : $(foreach arch,$(RC_ARCHS), \
H A Dutil.mk21 contains = $(if $(strip $(foreach i,$(1),$(if $(call streq,$(2),$(i)),T,))),true,)
29 set_difference = $(foreach i,$(1),$(if $(call contains,$(2),$(i)),,$(i)))
97 $(foreach arg,$(MAKEOVERRIDES),\
/external/compiler-rt/lib/arm/
H A DMakefile.mk14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
/external/compiler-rt/lib/i386/
H A DMakefile.mk14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
/external/compiler-rt/lib/ppc/
H A DMakefile.mk14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
/external/compiler-rt/lib/x86_64/
H A DMakefile.mk14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
H A DT.g41 foreach my $id ($body::decls) {
/external/compiler-rt/lib/asan/interception/mach_override/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
/external/compiler-rt/lib/profile/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
/external/compiler-rt/lib/asan/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
/external/compiler-rt/lib/asan/interception/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
/external/webkit/Source/WebCore/platform/qt/
H A DDragDataQt.cpp58 foreach (const QUrl &url, urls) { function
70 foreach (const QUrl &url, urls) { function
H A DCookieJarQt.cpp91 foreach (QNetworkCookie networkCookie, cookies) { function
112 foreach (QNetworkCookie networkCookie, cookies)
/external/compiler-rt/lib/
H A DMakefile.mk26 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(filter-out $(ExcludedSources),$(notdir $(file))))
/external/mesa3d/src/mesa/program/
H A Dhash_table.c118 foreach(node, & ht->buckets[bucket]) {
152 foreach(node, & ht->buckets[bucket]) {
/external/webkit/Source/WebCore/tests/
H A DAndroid.mk37 $(foreach file,$(test_src_files), \
/external/llvm/unittests/ADT/
H A DImmutableSetTest.cpp147 S3.foreach<MyIter>();
160 S3.foreach<MyIter>(obj);
165 S2.foreach<MyIter>(obj2);
170 S.foreach<MyIter>(obj);
/external/webkit/Tools/DumpRenderTree/qt/
H A DWorkQueueItemQt.cpp38 foreach (QWebFrame* childFrame, frame->childFrames())
/external/mesa3d/src/mesa/main/
H A Dsimple_list.h183 #define foreach(ptr, list) \ macro
189 * Same as #foreach but lets you unlink the current value during a list
/external/llvm/include/llvm/ADT/
H A DImmutableMap.h181 void foreach(Callback& C) { function in class:llvm::ImmutableMap
184 Root->foreach(CB);
189 void foreach() { function in class:llvm::ImmutableMap
192 Root->foreach(CB);
/external/apache-harmony/
H A DAndroid.mk6 $(foreach dir,$(1),$(patsubst ./%,%,$(shell cd $(LOCAL_PATH) && find $(dir)/$(2) -name "*.java" 2> /dev/null)))

Completed in 280 milliseconds

12