Searched refs:modified (Results 1 – 18 of 18) sorted by relevance
/build/blueprint/bpmodify/ |
D | bpmodify.go | 82 modified, errs := findModules(file) 90 if modified { 122 func findModules(file *parser.File) (modified bool, errs []error) { 131 modified = modified || m 138 return modified, errs 142 file *parser.File) (modified bool, errs []error) { 146 modified, errs = processParameter(prop.Value, *parameter, moduleName, file) 152 modified, errs = processParameter(prop.Value, *parameter, moduleName, file) 154 if modified { 158 return modified, errs [all …]
|
/build/soong/cmd/diff_target_files/ |
D | compare.go | 53 modified [][2]*ZipArtifactFile member 69 if len(d.modified) > 0 { 71 for _, f := range d.modified { 93 if len(d.modified) > 0 || len(d.onlyInA) > 0 || len(d.onlyInB) > 0 { 109 diff.modified = append(diff.modified, [2]*ZipArtifactFile{a[i], b[j]})
|
D | whitelist_test.go | 97 modified: [][2]*ZipArtifactFile{{f1a, f1b}}, 107 modified: [][2]*ZipArtifactFile{{f1a, f1b}},
|
D | compare_test.go | 126 t.Errorf("diffTargetFilesLists = %v, %v, %v", diff.modified, diff.onlyInA, diff.onlyInB) 127 …t.Errorf(" want %v, %v, %v", test.diff.modified, test.diff.onlyInA, test.diff.onl…
|
D | whitelist.go | 198 diff.modified, err = filterModifiedPaths(diff.modified, whitelists)
|
D | diff_target_files.go | 78 if len(diff.modified) > 0 || len(diff.onlyInA) > 0 || len(diff.onlyInB) > 0 {
|
/build/blueprint/parser/ |
D | modify.go | 24 func AddStringToList(list *List, s string) (modified bool) { 44 func RemoveStringFromList(list *List, s string) (modified bool) {
|
/build/make/tools/zipalign/ |
D | README.txt | 29 potentially disrupt the alignment of the modified entry and all later
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 45 software. If the software is modified by someone else and passed on, we 95 a) You must cause the modified files to carry prominent notices 103 c) If the modified program normally reads commands interactively 114 These requirements apply to the modified work as a whole. If
|
D | android-developer-docs.css | 2548 /* modified to 43px so that all browsers eliminate the package panel h-scroll */
|
/build/make/ |
D | buildspec.mk.default | 111 # variable will be changed. After you have modified this file with the new
|
D | Changes.md | 397 This isn't only set by envsetup.sh, but it is modified by it. Due to that it's 417 Like PATH, this isn't only set by envsetup.sh, but it is modified by it. Due to
|
/build/ |
D | buildspec.mk.default | 111 # variable will be changed. After you have modified this file with the new
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 61 software. If the software is modified by someone else and passed on, we 111 a) You must cause the modified files to carry prominent notices 119 c) If the modified program normally reads commands interactively 130 These requirements apply to the modified work as a whole. If
|
/build/soong/docs/ |
D | perf.md | 108 out/soong/Android-aosp_arm.mk was modified, regenerating...
|
/build/kati/ |
D | LICENSE | 98 (b) You must cause any modified files to carry prominent notices
|
/build/blueprint/ |
D | LICENSE | 98 (b) You must cause any modified files to carry prominent notices
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.css | 1356 /* modified to 43px so that all browsers eliminate the package panel h-scroll */
|