/external/curl/packages/TPF/ |
D | maketpf.env_curllib | 11 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)
|
D | maketpf.env_curl | 11 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/ |
D | foreach-eval.td | 4 // 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,
|
D | 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 { 20 foreach i = [0, 1] in 21 foreach j = !foreach(x, [0, 2], !add(i, x)) in
|
D | foreach-multiclass.td | 61 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,
|
D | foreach.td | 26 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)));
|
D | foreach-leak.td | 5 // 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/ |
D | AddOCaml.cmake | 32 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 …]
|
D | LLVM-Config.cmake | 18 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/ |
D | AddOCaml.cmake | 32 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/ |
D | dist.cmake | 23 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/ |
D | HandleLibcxxFlags.cmake | 29 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/ |
D | OtherTests.cmake | 34 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/ |
D | CMakeLists.txt | 12 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/ |
D | foreach.td | 6 // 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/ |
D | foreach.td | 13 // 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…
|
D | 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 {
|
/external/libcxxabi/cmake/Modules/ |
D | HandleLibcxxabiFlags.cmake | 28 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/ |
D | mojom.gni | 124 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/ |
D | SkTHash.h | 144 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/ |
D | SkTHash.h | 144 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/ |
D | CompilerRTUtils.cmake | 9 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/ |
D | objc-general.m | 39 + (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/ |
D | install.cmake | 3 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/ |
D | CMakeLists.txt | 62 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} )
|