Home
last modified time | relevance | path

Searched refs:foreach (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/external/curl/packages/TPF/
Dmaketpf.env_curllib11 ROOTLIBDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/lib)
17 ROOTLOADDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/load)
24 ROOTEXPDIRS := $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/output/exp)
30 ROOTOBJDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/obj)
36 ROOTLSTDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/lst)
42 ROOTINCDIRS := $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/lib)
43 ROOTINCDIRS += $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/include)
44 ROOTINCDIRS += $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/include/curl)
50 ROOTCDIRS := $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/lib)
Dmaketpf.env_curl11 ROOTLIBDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/lib)
17 ROOTINCDIRS := $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/include)
18 ROOTINCDIRS += $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/include/curl)
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
Dforeach-eval.td4 // Tests evaluation of !foreach operator.
13 dag r1 = !foreach(tmp, d, !subst(d1, d0, !subst(d2, d0,
17 list<dag> r2 = !foreach(tmp2, dl,
18 !foreach(tmp, tmp2, !subst(d1, d0,
30 list<int> r1 = !foreach(tmp, i, !add(3, !add(4, tmp)));
33 list<list<int>> r2 = !foreach(tmp2, li,
34 !foreach(tmp, tmp2, !add(3, !add(4, tmp))));
46 : J0<[!foreach(tmp, pattern, !subst(d1, d0,
51 : J0<!foreach(t0, patterns,
52 !foreach(t1, t0, !subst(d1, d0,
DNestedForeach.td10 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 {
20 foreach i = [0, 1] in
21 foreach j = !foreach(x, [0, 2], !add(i, x)) in
Dforeach-multiclass.td61 foreach i = [0, 1] in {
71 foreach i = lst in {
83 foreach i = [x, !add(x, 1)] in {
93 foreach _ = !if(b, [0], []<int>) in
102 foreach i = lst in
110 foreach i = lst in
111 foreach j = !foldl([]<int>, lst, lhs, x,
Dforeach.td26 class B<list<string> names> : A<!foreach(name, names, !strconcat(name, ", Sr."))>;
28 class C<list<string> names> : A<!foreach(name, names, !strconcat(name, ", Jr."))>;
30 class D<list<string> names> : A<!foreach(name, names, !subst("NAME", "John Smith", name))>;
44 list<string> x = !foreach(num, a, !cast<string>(num));
50 list<int> y = !foreach(num, a, !add(!add(4, num), !add(1, num)));
Dforeach-leak.td5 // CHECK: list<int> ret = !foreach(a,
13 // The variable name 'a' is used both in the "inner" and in the "outer" foreach.
17 list<int> ret = !foreach(a, lst, !add(a, 1));
21 list<list<int>> ret = !foreach(a, lst1, A<lst2>.ret);
/external/llvm/cmake/modules/
DAddOCaml.cmake32 foreach( ocaml_pkg ${ARG_PKG} )
60 foreach( ocaml_dep ${ARG_OCAMLDEP} )
70 foreach( llvm_lib ${llvm_libs} )
75 foreach(system_lib ${system_libs})
87 foreach( include_dir ${LLVM_INCLUDE_DIR} ${LLVM_MAIN_INCLUDE_DIR} )
91 foreach( ocaml_file ${ARG_OCAML} )
104 foreach( c_file ${ARG_C} )
112 foreach( source ${sources} )
121 foreach( c_input ${c_inputs} )
132 foreach( ocaml_input ${ocaml_inputs} ${c_outputs})
[all …]
DLLVM-Config.cmake18 foreach(t ${targets})
116 foreach(c ${link_components})
162 foreach(t ${LLVM_TARGETS_TO_BUILD})
169 foreach(t ${LLVM_TARGETS_TO_BUILD})
176 foreach(t ${LLVM_TARGETS_TO_BUILD})
183 foreach(t ${LLVM_TARGETS_TO_BUILD})
190 foreach(t ${LLVM_TARGETS_TO_BUILD})
225 foreach( lib_dep ${lib_deps} )
242 foreach( lib ${expanded_components} )
255 foreach(c ${expanded_components})
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DAddOCaml.cmake32 foreach( ocaml_pkg ${ARG_PKG} )
60 foreach( ocaml_dep ${ARG_OCAMLDEP} )
70 foreach( llvm_lib ${llvm_libs} )
75 foreach(system_lib ${system_libs})
87 foreach( include_dir ${LLVM_INCLUDE_DIR} ${LLVM_MAIN_INCLUDE_DIR} )
96 foreach( ocaml_file ${ARG_OCAML} )
109 foreach( c_file ${ARG_C} )
117 foreach( source ${sources} )
126 foreach( c_input ${c_inputs} )
137 foreach( ocaml_input ${ocaml_inputs} ${c_outputs})
[all …]
/external/libaom/libaom/build/cmake/
Ddist.cmake23 foreach(arg ${REQUIRED_ARGS})
35 foreach(example ${AOM_DIST_EXAMPLES})
44 foreach(tool ${AOM_DIST_TOOLS})
51 foreach(app ${AOM_DIST_APPS})
57 foreach(inc ${AOM_DIST_INCLUDES})
62 foreach(lib ${AOM_DIST_LIBS})
/external/libcxx/cmake/Modules/
DHandleLibcxxFlags.cmake29 foreach(var ${ARGN})
49 foreach(value ${ARGN})
64 foreach(flag ${ARGN})
110 foreach(value ${ARGN})
130 foreach(value ${ARGN})
147 foreach(flag ${ARGN})
156 foreach(f ${ARGN})
172 foreach(flag ${ARGN})
181 foreach(f ${ARGN})
197 foreach(flag ${ARGN})
[all …]
/external/curl/CMake/
DOtherTests.cmake34 foreach(recv_retv "int" "ssize_t" )
35 foreach(recv_arg1 "SOCKET" "int" )
36 foreach(recv_arg2 "char *" "void *" )
37 foreach(recv_arg3 "int" "size_t" "socklen_t" "unsigned int")
38 foreach(recv_arg4 "int" "unsigned int")
98 foreach(send_retv "int" "ssize_t" )
99 foreach(send_arg1 "SOCKET" "int" "ssize_t" )
100 foreach(send_arg2 "const char *" "const void *" "void *" "char *")
101 foreach(send_arg3 "int" "size_t" "socklen_t" "unsigned int")
102 foreach(send_arg4 "int" "unsigned int")
/external/swiftshader/third_party/llvm-7.0/llvm/runtimes/
DCMakeLists.txt12 foreach(entry ${entries})
25 foreach(proj ${LLVM_ENABLE_RUNTIMES})
38 foreach(entry ${runtimes})
123 foreach(entry ${runtimes})
143 foreach(entry ${runtimes})
182 foreach(component ${SUB_COMPONENTS})
236 foreach(item ${builtin_target_list})
244 foreach(variableName ${variableNames})
285 foreach(target ${LLVM_BUILTIN_TARGETS})
304 foreach(entry ${runtimes})
[all …]
/external/swiftshader/third_party/LLVM/test/TableGen/
Dforeach.td6 // Variables for foreach
17 class B<list<string> names> : A<!foreach(Decls.name, names, !strconcat(Decls.name, ", Sr."))>;
19 class C<list<string> names> : A<!foreach(Decls.name, names, !strconcat(Decls.name, ", Jr."))>;
21 class D<list<string> names> : A<!foreach(Decls.name, names, !subst("NAME", "John Smith", Decls.name…
/external/llvm/test/TableGen/
Dforeach.td13 // Variables for foreach
24 class B<list<string> names> : A<!foreach(Decls.name, names, !strconcat(Decls.name, ", Sr."))>;
26 class C<list<string> names> : A<!foreach(Decls.name, names, !strconcat(Decls.name, ", Jr."))>;
28 class D<list<string> names> : A<!foreach(Decls.name, names, !subst("NAME", "John Smith", Decls.name…
DNestedForeach.td10 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 {
/external/libcxxabi/cmake/Modules/
DHandleLibcxxabiFlags.cmake28 foreach(var ${ARGN})
86 foreach(value ${ARGN})
106 foreach(value ${ARGN})
123 foreach(flag ${ARGN})
132 foreach(f ${ARGN})
148 foreach(flag ${ARGN})
158 foreach(flag ${ARGN})
167 foreach(f ${ARGN})
183 foreach(flag ${ARGN})
192 foreach(lib ${ARGN})
/external/libchrome/mojo/public/tools/bindings/
Dmojom.gni124 foreach(config_file, _bindings_configuration_files) {
127 foreach(configuration, _bindings_configurations) {
129 foreach(typemap, configuration.typemaps) {
353 foreach(d, all_deps) {
369 foreach(d, all_deps) {
409 foreach(source, invoker.sources) {
426 foreach(enabled_feature, enabled_features) {
441 foreach(d, all_deps) {
466 foreach(source, invoker.sources) {
517 foreach(import_dir, invoker.import_dirs) {
[all …]
/external/skqp/include/private/
DSkTHash.h144 void foreach(Fn&& fn) { in foreach() function
154 void foreach(Fn&& fn) const { in foreach() function
285 void foreach(Fn&& fn) { in foreach() function
286 fTable.foreach([&fn](Pair* p){ fn(p->key, &p->val); }); in foreach()
291 void foreach(Fn&& fn) const { in foreach() function
292 fTable.foreach([&fn](const Pair& p){ fn(p.key, p.val); }); in foreach()
344 void foreach (Fn&& fn) const { in foreach() function
345 fTable.foreach(fn); in foreach()
/external/skia/include/private/
DSkTHash.h144 void foreach(Fn&& fn) { in foreach() function
154 void foreach(Fn&& fn) const { in foreach() function
285 void foreach(Fn&& fn) { in foreach() function
286 fTable.foreach([&fn](Pair* p){ fn(p->key, &p->val); }); in foreach()
291 void foreach(Fn&& fn) const { in foreach() function
292 fTable.foreach([&fn](const Pair& p){ fn(p.key, p.val); }); in foreach()
344 void foreach (Fn&& fn) const { in foreach() function
345 fTable.foreach(fn); in foreach()
/external/compiler-rt/cmake/Modules/
DCompilerRTUtils.cmake9 foreach(arg ${ARGN})
17 foreach(arg ${ARGN})
36 foreach(list ${ARGN})
45 foreach(str ${ARGN})
71 foreach(it ${${input1}})
82 foreach(arch ${ARGN})
112 foreach(arg ${ARGN})
/external/clang/test/Profile/
Dobjc-general.m39 + (void)foreach: (NSArray *)array;
43 // PGOGEN: define {{.*}}+[A foreach:]
44 // PGOUSE: define {{.*}}+[A foreach:]
46 + (void)foreach: (NSArray *)array
73 [A foreach: array];
/external/protobuf/cmake/
Dinstall.cmake3 foreach(_library
22 foreach(_extract_string ${_extract_strings})
52 foreach(_string ${_strings})
58 foreach(_item ${_draft_list})
69 foreach(_file ${nobase_dist_proto_DATA})
/external/catch2/examples/
DCMakeLists.txt62 foreach( reporter ${NAMES_REPORTERS} )
83 foreach( name ${SOURCES_ALL} )
119 foreach( name ${TARGETS_SINGLE_FILE} )
123 foreach( name ${TARGETS_IDIOMATIC_TESTS} )
133 #foreach( name ${TARGETS_REPORTERS_TESTS} )
137 foreach( name ${TARGETS_ALL} )

12345678910>>...22