Searched refs:original (Results 1 – 11 of 11) sorted by relevance
/build/make/tools/product_config/src/com/android/build/config/ |
D | OutputChecker.java | 56 public final Str original; field in OutputChecker.Variable 59 public Variable(String name, VarType type, Str original) { in Variable() argument 60 this(name, type, original, null); in Variable() 63 public Variable(String name, VarType type, Str original, Value updated) { in Variable() argument 66 this.original = original; in Variable() 74 return new Variable(name, type, original, updated); in addUpdated() 81 final Str normalizedOriginal = Value.normalize(original); in isSame() 112 + Value.oneLinePerWord(var.original, "<null>") + "\n" in reportErrors()
|
/build/make/tools/releasetools/ |
D | target_files_diff.py | 57 def rewrite_build_property(original, new): argument 78 for line in original: 88 def trim_install_recovery(original, new): argument 93 for line in original: 96 def sort_file(original, new): argument 101 lines = original.readlines()
|
/build/make/tools/ |
D | product_debug.py | 99 original = read_file(variables["FILE"]) 105 "original": render_original(variables, original),
|
/build/soong/finder/ |
D | finder_test.go | 60 func finderWithSameParams(t *testing.T, original *Finder) *Finder { 61 f, err := finderAndErrorWithSameParams(t, original) 68 func finderAndErrorWithSameParams(t *testing.T, original *Finder) (*Finder, error) { 70 original.cacheMetadata.Config.CacheParams, 71 original.filesystem, 72 original.logger, 73 original.DbPath, 74 original.numDbLoadingThreads,
|
/build/soong/cmd/path_interposer/ |
D | main.go | 68 * Write the original PATH variable to <interposer>_origpath
|
/build/soong/android/ |
D | bazel_handler.go | 470 func indent(original string) string { 472 for _, line := range strings.Split(original, "\n") {
|
D | makevars.go | 309 # If the original variable is empty, then just set it to the SOONG_ version.
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 62 want its recipients to know that what they have is not the original, so 63 that any problems introduced by others will not reflect on the original 207 original licensor to copy, distribute or modify the Program subject to 247 original copyright holder who places the Program under this License
|
/build/blueprint/ |
D | LICENSE | 44 represent, as a whole, an original work of authorship. For the purposes 50 the original version of the Work and any modifications or additions
|
/build/soong/licenses/ |
D | LICENSE | 56 represent, as a whole, an original work of authorship. For the purposes 62 the original version of the Work and any modifications or additions
|
/build/make/ |
D | Changes.md | 139 the first one. To go back to the original behavior for compatability reason,
|