/build/soong/android/ |
D | prebuilt_test.go | 33 source { 61 source { 75 source { 89 source { 102 source { 129 source { 144 source { 162 source { 181 source { 201 source { [all …]
|
D | prebuilt.go | 289 func (p *Prebuilt) usePrebuilt(ctx TopDownMutatorContext, source Module) bool { 299 return source == nil || !source.Enabled()
|
D | config_test.go | 65 (Alternatively, to change the json name of the field, rename the field in source instead.)`
|
D | visibility_test.go | 1042 source { 1048 source { 1065 source { 1071 source {
|
/build/soong/scripts/ |
D | setup-android-build.sh | 65 "$source/prebuilts/build-tools/linux-x86/bin/nsjail"\ 68 -B / -B "$target:$source/out"\ 69 --cwd "$source"\ 88 (cd "$source"
|
/build/soong/sdk/ |
D | java_sdk_test.go | 1102 .intermediates/myjavalib.stubs.source/android_common/myjavalib.stubs.source_api.txt -> sdk_library/… 1103 .intermediates/myjavalib.stubs.source/android_common/myjavalib.stubs.source_removed.txt -> sdk_libr… 1105 .intermediates/myjavalib.stubs.source.system/android_common/myjavalib.stubs.source.system_api.txt -… 1106 .intermediates/myjavalib.stubs.source.system/android_common/myjavalib.stubs.source.system_removed.t… 1108 .intermediates/myjavalib.stubs.source.test/android_common/myjavalib.stubs.source.test_api.txt -> sd… 1109 .intermediates/myjavalib.stubs.source.test/android_common/myjavalib.stubs.source.test_removed.txt -… 1170 .intermediates/myjavalib.stubs.source/android_common/myjavalib.stubs.source_api.txt -> sdk_library/… 1171 .intermediates/myjavalib.stubs.source/android_common/myjavalib.stubs.source_removed.txt -> sdk_libr… 1234 .intermediates/myjavalib.stubs.source/android_common/myjavalib.stubs.source_api.txt -> sdk_library/… 1235 .intermediates/myjavalib.stubs.source/android_common/myjavalib.stubs.source_removed.txt -> sdk_libr… [all …]
|
/build/make/tools/releasetools/ |
D | edify_generator.py | 176 source = '{}:{}:{}:{}'.format(tokens[0], tokens[1], tokens[2], tokens[3]) 178 self.PatchPartitionCheck(target, source) 180 def PatchPartitionCheck(self, target, source): argument 187 self._CheckSecondTokenNotSlotSuffixed(source, "PatchPartitionExprCheck") 188 self.PatchPartitionExprCheck('"%s"' % target, '"%s"' % source) 209 source=source_expr, 315 source = '{}:{}:{}:{}'.format(tokens[0], tokens[1], tokens[2], tokens[3]) 318 self.PatchPartition(target, source, patch) 320 def PatchPartition(self, target, source, patch): argument 332 self._CheckSecondTokenNotSlotSuffixed(source, "PatchPartitionExpr") [all …]
|
D | validate_target_files.py | 207 source = re.search(r'--source (\w+:.+:\w+:\w+) \\', lines[4].strip()) 208 assert source is not None, \ 211 source_partition = source.group(1)
|
D | rangelib.py | 130 def _remove_pairs(source): argument 135 for i in source:
|
D | test_merge_target_files.py | 42 def createSymLink(source, dest): argument 43 os.symlink(source, dest)
|
/build/soong/ui/build/ |
D | util.go | 133 source, err := os.Open(src) 137 defer source.Close() 145 return io.Copy(destination, source)
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper_test.go | 59 warning: [options] bootstrap class path not set in conjunction with -source 1.7 80 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n 88 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 24 this service if you wish), that you receive source code or can get it 36 source code. And you must show them these terms so they know their 80 source code as you receive it, in any medium, provided that you 139 source code, which must be distributed under the terms of Sections 144 cost of physically performing source distribution, a complete 145 machine-readable copy of the corresponding source code, to be 150 to distribute corresponding source code. (This alternative is 155 The source code for a work means the preferred form of the work for 156 making modifications to it. For an executable work, complete source 157 code means all the source code for all modules it contains, plus any [all …]
|
/build/soong/ |
D | root.bp | 1 // Soong finds all Android.bp and Blueprints files in the source tree,
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 40 this service if you wish), that you receive source code or can get it 52 source code. And you must show them these terms so they know their 96 source code as you receive it, in any medium, provided that you 155 source code, which must be distributed under the terms of Sections 160 cost of physically performing source distribution, a complete 161 machine-readable copy of the corresponding source code, to be 166 to distribute corresponding source code. (This alternative is 171 The source code for a work means the preferred form of the work for 172 making modifications to it. For an executable work, complete source 173 code means all the source code for all modules it contains, plus any [all …]
|
D | WINPTHREADS_COPYING | 34 * Redistribution and use in source and binary forms, with or without modification, 38 * * Redistributions of source code must retain the above copyright notice,
|
/build/soong/docs/ |
D | best_practices.md | 3 ## Read only source tree 5 Never write to the source directory during the build, always write to 8 If you want to verify / provide an update to a checked in generated source 12 source tree. 23 as that could trigger extra rebuilds when a source directory is moved. 25 Assume that the source directory is `$PWD`. If a script is going to change 32 Don't assume that `$OUT_DIR` is `out`. The source and output trees are very 135 generate the entire build graph before reading source files, or running your 276 ### Conditionally used source files, libraries or flags
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 14 �VH��READMEUTK�Lux��PKL�eThis is the source … 23 Unless otherwise noted, the Go source files are distributed
|
/build/make/tools/droiddoc/templates-ndk/ |
D | sample.cs | 56 <?cs # embed image/videos if below maxsize (show message otherwise), else display source code ?> 71 <source src="<?cs var:page.title ?>">
|
/build/make/tools/docker/ |
D | README.md | 15 > cd /src; source build/envsetup.sh
|
/build/soong/cmd/merge_zips/ |
D | merge_zips.go | 174 func (oz *OutputZip) addZipEntry(name string, source ZipEntryContents) (ZipEntryContents, error) { 178 oz.sourceByDest[name] = source 183 return nil, source.WriteToZip(name, oz.outputWriter) 330 source, _ := oz.sourceByDest[entry] 331 if err := source.WriteToZip(entry, oz.outputWriter); err != nil {
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | prettify.js | 13 …a.length;g<i;++g){var m=a[g];if(m.ignoreCase)d=o;else if(/[a-z]/i.test(m.source.replace(/\\u[0-9a-… 16 …h(Sb);D.push(n(A[1]))}}D.push(Tb);return D.join(P)}function v(j){var f=j.source.match(new RegExp(c… 20 …source:c.join(P),tags:g}}function $d(a){return!!a.replace(/\s(\w+)\s*=\s*(?:\"([^\"]*)\"|'([^\']*)… property 21 …push(/[\0-\uffff]/);d=Na(l)})();var g=b.length,i=function(m){for(var l=m.source,n=m.b,q=[n,S],v=0,…
|
/build/make/ |
D | Changes.md | 145 ## LOCAL_C_INCLUDES outside the source/output trees are an error {#BUILD_BROKEN_OUTSIDE_INCLUDE_DIR… 147 Include directories are expected to be within the source tree (or in the output 163 source path is the same on every machine. 165 ### Using `../` to leave the source/output directories 169 relative to the top of the source tree) acts like `LOCAL_SRC_FILES` (which is 243 source file by appending `.arm` to the end of the filename in 429 write them out to a script and source the script: 441 source $(PRIVATE_ENV); make ... 442 source $(PRIVATE_ENV); a/b/c/package.sh ... 556 It is not required to source envsetup.sh before running a build. Many scripts, [all …]
|
D | Usage.txt | 11 source build/envsetup.sh # Run "hmm" after sourcing for more info 31 interpreted relative to the root of the source tree (rather than relative
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.proto | 2 // Please be advised that the ultimate source is at 134 // https://source.android.com/devices/tech/ota/apex
|