Searched refs:included (Results 1 – 15 of 15) sorted by relevance
/build/make/tools/ |
D | filter-product-graph.py | 14 def gather(included, deps): argument 16 for inc in included: 49 included = set(targets) 51 while prevLen != len(included): 52 prevLen = len(included) 53 included = gather(included, deps) 55 deps = [dep for dep in deps if dep[1] in included] 56 infos = [info for info in infos if info[0] in included]
|
/build/make/tools/droiddoc/templates-ndk/ |
D | class.cs | 184 <?cs def:write_method_summary(methods, included) ?> 198 …<span class="sympad"><?cs call:cond_link(method.name, toroot, method.href, included) ?></span>(<?c… 210 <?cs def:write_field_summary(fields, included) ?> 219 … <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td> 229 <?cs def:write_constant_summary(fields, included) ?> 234 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td> 244 <?cs def:write_attr_summary(attrs, included) ?> 253 …="jd-linkcol"><?cs if:included ?><a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs /if ?><?cs… 255 <?cs call:cond_link(m.name, toroot, m.href, included) ?>
|
D | sdkpage.cs | 347 ><?cs var:studio.win_notools_exe_download ?></a><br>(No SDK tools included)
|
/build/soong/docs/ |
D | compdb.md | 27 variables set the compdb will only include files in included modules.
|
D | perf.md | 158 verbose: *kati*: included makefiles: 73.640833 / 232810 (1066 unique) 171 This shows that soong_cc_prebuilt.mk was included 20144 times, for a total time 172 spent of 13.137 secounds. While Android-aosp_arm.mk was only included once, and 176 something that it included, like base_rules.mk).
|
D | best_practices.md | 179 And in a product Makefile somewhere (something included with 190 is included only by the correct products or boards.
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | LICENSE.txt | 12 included in all copies or substantial portions of the Software.
|
D | GPL-LICENSE.txt | 69 language. (Hereinafter, translation is included without limitation in
|
/build/make/core/ |
D | WINPTHREADS_COPYING | 10 The above copyright notice and this permission notice shall be included in
|
D | main.mk | 1148 define auto-included-modules 1179 $(call auto-included-modules) \
|
D | LINUX_KERNEL_COPYING | 85 language. (Hereinafter, translation is included without limitation in
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 1085 included := true 1092 included = false 1096 if included {
|
/build/soong/finder/ |
D | finder.go | 1018 for _, included := range dirsToScan { 1019 if included == "/" || strings.HasPrefix(candidate+"/", included+"/") {
|
/build/blueprint/ |
D | LICENSE | 38 copyright notice that is included in or attached to the work 186 file or class name and description of purpose be included on the
|
/build/soong/ |
D | README.md | 138 The modules in a package's `Android.bp` and included files are part of the module.
|