Home
last modified time | relevance | path

Searched refs:included (Results 1 – 15 of 15) sorted by relevance

/build/make/tools/
Dfilter-product-graph.py14 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/
Dclass.cs184 <?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) ?>
Dsdkpage.cs347 ><?cs var:studio.win_notools_exe_download ?></a><br>(No SDK tools included)
/build/soong/docs/
Dcompdb.md27 variables set the compdb will only include files in included modules.
Dperf.md158 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).
Dbest_practices.md179 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/
DLICENSE.txt12 included in all copies or substantial portions of the Software.
DGPL-LICENSE.txt69 language. (Hereinafter, translation is included without limitation in
/build/make/core/
DWINPTHREADS_COPYING10 The above copyright notice and this permission notice shall be included in
Dmain.mk1148 define auto-included-modules
1179 $(call auto-included-modules) \
DLINUX_KERNEL_COPYING85 language. (Hereinafter, translation is included without limitation in
/build/soong/bpfix/bpfix/
Dbpfix.go1085 included := true
1092 included = false
1096 if included {
/build/soong/finder/
Dfinder.go1018 for _, included := range dirsToScan {
1019 if included == "/" || strings.HasPrefix(candidate+"/", included+"/") {
/build/blueprint/
DLICENSE38 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/
DREADME.md138 The modules in a package's `Android.bp` and included files are part of the module.