/build/make/tools/atree/ |
D | atree.cpp | 191 for (vector<string>::iterator it=g_listFiles.begin(); in main() 192 it!=g_listFiles.end(); it++) { in main() 193 printf("-f \"%s\"\n", it->c_str()); in main() 195 for (vector<string>::iterator it=g_inputBases.begin(); in main() 196 it!=g_inputBases.end(); it++) { in main() 197 printf("-I \"%s\"\n", it->c_str()); in main() 212 for (vector<string>::iterator it=g_listFiles.begin(); in main() local 213 it!=g_listFiles.end(); it++) { in main() 214 err = read_list_file(*it, g_variables, &files, &excludes); in main() 222 for (vector<FileRecord>::iterator it=files.begin(); in main() local [all …]
|
D | files.cpp | 150 for (map<string, string>::const_iterator it = variables.begin(); in replace_variables() local 151 it != variables.end(); ++it) { in replace_variables() 153 while((pos = result.find(it->first, pos)) != string::npos) { in replace_variables() 154 result = result.replace(pos, it->first.length(), it->second); in replace_variables() 155 pos += it->second.length(); in replace_variables() 164 for (map<string, string>::const_iterator it = variables.begin(); in replace_variables() local 165 it != variables.end(); ++it) { in replace_variables() 167 it->first.c_str(), it->second.c_str()); in replace_variables() 272 for (vector<string>::iterator it = words.begin(); it != words.end(); ++it) { in read_list_file() local 273 const string& word = *it; in read_list_file() [all …]
|
D | fs.cpp | 75 for (vector<string>::iterator it=files.begin(); it!=files.end(); it++) { in remove_recursively() local 76 err = remove_file(*it); in remove_recursively() 82 for (vector<string>::iterator it=dirs.begin(); it!=dirs.end(); it++) { in remove_recursively() local 83 err = remove_recursively(*it); in remove_recursively()
|
/build/make/tools/acp/ |
D | README | 10 links. This is the default behavior, so it's not all bad, but it 15 "cp: skipping file 'foo.exe', as it was replaced while being copied". 20 - On some systems it's possible to have microsecond-accurate timestamps 36 On most systems it is ignored, but on MinGW/Cygwin it allows "cp foo bar"
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 6 Foundation, but the instance of code that it refers to (the Linux 7 kernel) is copyrighted by me and others who actually wrote it. 23 of this license document, but changing it is not allowed. 28 freedom to share and change it. By contrast, the GNU General Public 33 using it. (Some other Free Software Foundation software is covered by 34 the GNU Library General Public License instead.) You can apply it to 40 this service if you wish), that you receive source code or can get it 41 if you want it, that you can change the software or use pieces of it 47 distribute copies of the software, or if you modify it. 69 program proprietary. To prevent this, we have made it clear that any [all …]
|
D | envsetup.rbc | 56 # If build_id.rbc exists, it may override some of the defaults. 94 # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. 100 # If there is no $PLATFORM_BASE_OS set, keep it empty. 104 # must be a single word and a valid file name. If there is no BUILD_ID set, make it obvious. 111 …UMBER is set, create a useful "I am an engineering build from this date/time" value. Make it start 112 # with a non-digit so that anyone trying to parse it as an integer will probably get "0". 186 # the host build defaults to release, and it must be release or debug 192 # it does not seem to affect product configuration. Revisit this.
|
/build/make/target/board/generic_x86_64/ |
D | README.txt | 7 from it or use it in any way.
|
/build/make/target/board/generic_arm64/ |
D | README.txt | 7 from it or use it in any way.
|
/build/make/target/board/generic_x86/ |
D | README.txt | 8 from it or use it in any way.
|
/build/make/target/board/generic/ |
D | README.txt | 9 from it or use it in any way.
|
/build/make/ |
D | Changes.md | 9 files. In simple cases Soong is able to infer it from its knowledge of Java SDK 10 libraries and the `libs` property in Android.bp, but in more complex cases it is 18 If a library is in `libs`, it usually should *not* be added to the above 21 Android.bp/Android.mk file (e.g. when it is a `java_library` rather than a 24 cases it is possible to tell the build system that the library provides a 26 deprecated in the future, and it is recommended to fix the underlying problem): 31 It is possible to disable the check on a per-module basis. When doing that it is 39 Finally, it is possible to globally disable the check: 44 The environment variable overrides the product variable, so it is possible to 45 disable the check for a product, but quickly re-enable it for a local build. [all …]
|
D | buildspec.mk.default | 18 # This is a do-nothing template file. To use it, copy it to a file 54 # Set this to debug or release if you care. Otherwise, it defaults to release. 60 # it defaults to release. 85 # it goes to <build-root>/out
|
D | Deprecation.md | 49 `BUILD_PACKAGE` into an error unless the device has overridden it. 56 about two weeks before becoming an error by default. Then it will spend some 60 `BUILD_BROKEN_USES_BUILD_*` workarounds will work in a future release, it's a
|
/build/make/target/board/generic_x86_arm/ |
D | README.txt | 8 from it or use it in any way.
|
/build/make/target/board/generic_x86_64_arm64/ |
D | README.txt | 8 from it or use it in any way.
|
/build/make/tools/rbcrun/ |
D | README.md | 9 A Roboleaf configuration file is a Starlark script. Usually it is read from *file*. The option `-c`… 22 Gather performance statistics and save it to *file*. Use \ 37 (`":file"` or `"//path:file"`). In addition, it allows the URI to end with 45 will load the module `mymodule.rbc` and export a symbol `init` in it as
|
/build/make/core/tasks/ |
D | platform_availability_check.mk | 51 available for platform because it does not have "//apex_available:platform" or \ 52 it depends on other modules that are not available for platform.)
|
/build/blueprint/ |
D | CONTRIBUTING.md | 12 approved it, but you must do it before we can put your code into our codebase. 15 possibly guide you. Coordinating up front makes it much easier to avoid
|
/build/bazel/bazel_skylib/ |
D | WORKSPACE | 61 # Provide a repository hint for Gazelle to inform it that the go package 62 # github.com/bazelbuild/rules_go is available from io_bazel_rules_go and it 63 # doesn't need to duplicatively fetch it.
|
/build/bazel/rules/ |
D | cc_library_static.bzl | 30 # With no-srcs no-deps, this returns a stub. Otherwise, it's a passthrough no-op. 44 # This is not ideal, as it flattens a depset. 67 # The main library is empty; link a stub and propagate it to match Soong behavior. 131 # has no outputs (indicating that it has no srcs or deps), then this safeguard 138 # This should really be a label attribute since it always contains a
|
/build/ |
D | buildspec.mk.default | 18 # This is a do-nothing template file. To use it, copy it to a file 54 # Set this to debug or release if you care. Otherwise, it defaults to release. 60 # it defaults to release. 85 # it goes to <build-root>/out
|
/build/soong/bp2build/ |
D | conversion.go | 78 # Feel free to edit or test it, but do *not* check it into your version control system.`
|
/build/soong/ |
D | README.md | 51 `module` is the name of a module that produces output files, and it expands to 135 package includes all files in its directory, plus all subdirectories beneath it, except those which 154 in the same package directory it is highly recommended that the `package` module (if required) is 214 A module name's **scope** is the smallest namespace containing it. Suppose a 231 is a namespace called "_scope_", then verifies it contains a "_name_" module and 232 uses it. Soong verifies there is only one "_name_" in "_scope_" at the beginning 233 when it parses Android.bp files. 235 A **local reference** has "_name_" form, and resolving it involves looking for a 270 an explicit namespace, it can be referenced from a makefile only after after the 277 namespaces will cause Make failure because it will see two targets for the [all …]
|
/build/make/tools/ziptime/ |
D | README.txt | 10 -X option to zip so that it doesn't create the 'universal time' extra.
|
/build/make/tools/droiddoc/templates-pdk/ |
D | sdkpage.cs | 88 the NDK offers and whether it will be useful to you. 217 Android 3.0 release, to give you a head-start on developing applications for it. in onDownload() 227 <?cs else ?><?cs # it's normal offline docs ?>
|