Searched refs:tree (Results 1 – 22 of 22) sorted by relevance
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 32 tree, err := parse("<string>", bytes.NewBufferString(input)) 37 res, err := parser.Print(tree) 163 tree *parser.File member 167 return f.tree 170 func NewFixer(tree *parser.File) *Fixer { 171 fixer := &Fixer{tree} 207 return f.tree, err 212 bytes, err := parser.Print(f.tree) 220 buf, err := parser.Print(f.tree) 224 newTree, err := parse(f.tree.Name, bytes.NewReader(buf)) [all …]
|
D | bpfix_test.go | 48 tree, errs := parser.Parse("", strings.NewReader(input), parser.NewScope(nil)) 52 return tree, errs 57 tree, errs := buildTree(local_include_dirs, export_include_dirs) 66 fixer := NewFixer(tree) 75 mod := fixer.tree.Defs[0].(*parser.Module) 139 tree, errs := parser.Parse("<testcase>", bytes.NewBufferString(in), parser.NewScope(nil)) 144 fixer := NewFixer(tree) 155 out, err := parser.Print(fixer.tree)
|
/build/soong/ |
D | root.bp | 1 // Soong finds all Android.bp and Blueprints files in the source tree,
|
D | README.md | 140 For example, in the following directory tree (where `.../android/` is the top-level Android 183 tree. Ensuring such name uniqueness for larger trees may become problematic. We 202 modules defined in the Android.bp files in the `device/google/bonito/` tree have 204 `device/google/bonito` tree. Indeed, there is a module `"pixelstats-vendor"` 211 An implicit **global namespace** corresponds to the source tree as a whole. It 215 source tree has `device/my` and `device/my/display` namespaces. If `libfoo` 519 To load Soong code in a Go-aware IDE, create a directory outside your android tree and then:
|
/build/soong/partner/bpfix/extensions/ |
D | headers.go | 106 tree := f.Tree() 107 for _, def := range tree.Defs {
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 133 var tree *bpparser.File 210 tree = &bpparser.File{ 216 fixer := bpfix.NewFixer(tree) 221 tree = fixedTree 224 out, err := bpparser.Print(tree)
|
/build/make/core/tasks/ |
D | vendor_module_check.mk | 82 $(error Error: Product "$(TARGET_PRODUCT)" cannot have overlay in vendor tree: $(_vendor_package_ov… 114 … $(ALL_MODULES.$(m).INSTALLED) which is not in the vendor, odm, vendor_dlkm or odm_dlkm tree))))
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.css | 172 /* nav tree */ 174 #nav-tree ul { 178 #side-nav #nav-tree ul li a, 179 #side-nav #nav-tree ul li span.no-children { 184 #nav-tree .plus { 188 #nav-tree ul ul { 194 #nav-tree ul li { 200 #nav-tree .children_ul { 204 #nav-tree a.nolink { 209 #nav-tree span.label { [all …]
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 1364 /* nav tree */ 1366 #nav-tree ul { 1370 #side-nav #nav-tree ul li a, 1371 #side-nav #nav-tree ul li span.no-children { 1376 #nav-tree .plus { 1380 #nav-tree ul ul { 1386 #nav-tree ul li { 1392 #nav-tree .children_ul { 1396 #nav-tree a.nolink { 1401 #nav-tree span.label { [all …]
|
/build/make/ |
D | Changes.md | 147 Include directories are expected to be within the source tree (or in the output 169 relative to the top of the source tree) acts like `LOCAL_SRC_FILES` (which is 378 Android tree instead of decreasing the speed and reliability of the incremental 542 command and arguments used, and the process tree in order to help locate the 546 is to use tools checked into the tree -- either as prebuilts, or building them 564 you move the source tree. 595 root of the source tree, so this can just be replaced with '.' (which is what 606 rule reference a particular binary that's part of the source tree or outputs,
|
D | Usage.txt | 31 interpreted relative to the root of the source tree (rather than relative
|
D | envsetup.sh | 12 - croot: Changes directory to the top of the tree, or a subdirectory thereof. 13 - m: Makes from the top of the tree.
|
/build/make/tools/droiddoc/templates-pdk/ |
D | customizations.cs | 90 </div><!-- end nav-tree -->
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 337 #nav li.expanded li ul.tree-list-children { 340 #nav li.expanded li ul.tree-list-children .tree-list-children { 343 #nav li span.tree-list-subtitle { 350 #nav li span.tree-list-subtitle:before { 353 #nav li span.tree-list-subtitle:after { 356 #nav li span.tree-list-subtitle.package { 360 #nav li span.tree-list-subtitle.package:before { 363 #nav li span.tree-list-subtitle.package:after { 366 #nav li ul.tree-list-children.classes { 393 #nav li ul.tree-list-children > li:last-child { [all …]
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | targeting.proto | 3 // https://github.com/google/bundletool/tree/master/src/main/proto
|
D | commands.proto | 3 // https://github.com/google/bundletool/tree/master/src/main/proto
|
D | config.proto | 3 // https://github.com/google/bundletool/tree/master/src/main/proto
|
/build/soong/finder/ |
D | finder.go | 898 tree *pathMap 934 tree: tempMap, 972 mainTree.MergeIn(result.tree)
|
/build/soong/docs/ |
D | best_practices.md | 3 ## Read only source tree 12 source tree.
|
D | perf.md | 254 In some cases, a tree would get into a state where Soong would be run twice on
|
/build/ |
D | envsetup.sh | 12 - croot: Changes directory to the top of the tree, or a subdirectory thereof. 13 - m: Makes from the top of the tree.
|
/build/make/tools/droiddoc/templates-ndk/ |
D | customizations.cs | 471 </div><!-- end nav-tree -->
|