/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/bazel/scripts/incremental_build/ |
D | cuj_catalog.py | 171 def __init__(self, original: Path, ws: InWorkspace): 173 self.original = original 187 logging.warning("MOVING %s TO %s", de_src(self.original), copied) 188 self.original.rename(copied) 194 InWorkspace.OMISSION.verifier(self.original), 198 lambda: copied.rename(self.original), 199 self.ws.verifier(self.original),
|
/build/soong/java/ |
D | generated_java_library.go | 114 func (module *GeneratedJavaLibraryModule) AddJarJarRenameRule(original string, renamed string) { 115 module.addJarJarRenameRule(original, renamed)
|
D | base.go | 2497 func (module *Module) addJarJarRenameRule(original string, renamed string) { 2501 module.jarjarRenameRules[original] = renamed
|
/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 | 85 * Write the original PATH variable to <interposer>_origpath
|
/build/soong/cmd/release_config/release_config_proto/ |
D | build_flags_out.proto | 49 // The original declaration
|
/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 | 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/android/ |
D | makevars.go | 366 # If the original variable is empty, then just set it to the SOONG_ version.
|
/build/soong/compliance/project_metadata_proto/ |
D | project_metadata.proto | 77 // modifications. This may identify the date of either the original or
|
/build/bazel/rules/cc/ |
D | cc_library_shared.bzl | 363 # input are symlinks to the original artifacts, which is problematic when
|
/build/make/tools/droiddoc/ |
D | LICENSE | 389 reasonable ways as different from the original version; or 464 receives a license from the original licensors, to run, modify and 929 Original Author," or "Screenplay based on original Work by Original 980 Licensor offers to the recipient a license to the original Work on the same
|
/build/make/tools/protos/ |
D | metadata_file.proto | 55 // modifications. This may identify the date of either the original or
|
/build/make/ |
D | Changes.md | 307 the first one. To go back to the original behavior for compatability reason,
|