Home
last modified time | relevance | path

Searched refs:original (Results 1 – 11 of 11) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DOutputChecker.java56 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/
Dtarget_files_diff.py57 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/
Dproduct_debug.py99 original = read_file(variables["FILE"])
105 "original": render_original(variables, original),
/build/soong/finder/
Dfinder_test.go60 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/
Dmain.go68 * Write the original PATH variable to <interposer>_origpath
/build/soong/android/
Dbazel_handler.go470 func indent(original string) string {
472 for _, line := range strings.Split(original, "\n") {
Dmakevars.go309 # If the original variable is empty, then just set it to the SOONG_ version.
/build/make/core/
DLINUX_KERNEL_COPYING62 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/
DLICENSE44 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/
DLICENSE56 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/
DChanges.md139 the first one. To go back to the original behavior for compatability reason,