/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/soong/mk2rbc/ |
D | TODO | 4 * Internal source tree has variables in the inherit-product macro argument. Handle it 7 * If variable's type is not yet known, try to divine it from the value assigned to it 8 (it may be a variable of the known type, or a function result)
|
/build/bazel/rules/abi/abi-dumps/platform/ |
D | BUILD.bazel | 3 # Feel free to edit or test it, but do *not* check it into your version control system.
|
/build/make/tools/check-flagged-apis/src/com/android/checkflaggedapis/ |
D | Main.kt | 65 superclass?.let { toInternalFormat(it) }, in <lambda>() 66 interfaces.map { toInternalFormat(it) }.toSet()) in <lambda>() 201 parseApiSignature(apiSignaturePath.toString(), it) in run() 203 val flags = flagValuesPath.toFile().inputStream().use { parseFlagValues(it) } in run() 204 val exportedSymbols = apiVersionsPath.toFile().inputStream().use { parseApiVersions(it) } in run() 237 parseApiSignature(apiSignaturePath.toString(), it) in run() 239 val flags = flagValuesPath.toFile().inputStream().use { parseFlagValues(it) } in run() 262 .map { it.baselineElementId() } in parseApiSignature() 263 .filter { it != cls.baselineElementId() } in parseApiSignature() 282 method.parameters().joinTo(this, separator = "") { it.type().internalName() } in parseApiSignature() [all …]
|
/build/make/target/board/generic_riscv64/ |
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_64/ |
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/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/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/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 …]
|
/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/bazel/bazel_sandwich/ |
D | BUILD | 24 # generates it. (it's created implicitly by the rules that install actual files) Depending on it
|
/build/bazel/examples/apex/minimal/ |
D | README.md | 3 You need an android device/emulator to run it on, an easy option is: 27 … probably better ways to resolve it, but one easy way is to take advantage of a bug (b/205632228) …
|
/build/make/tools/finalization/ |
D | build_soong_java_droidstubs.go.apply_hack.diff | 6 Metalava increments the SDK level by one when it's not "REL", so we 8 process of finalizing it.
|
/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/make/tools/ |
D | build-runfiles.cc | 251 for (FileInfoMap::const_iterator it = manifest_.begin(); in CreateFiles() local 252 it != manifest_.end(); ++it) { in CreateFiles() 253 const std::string &path = it->first; in CreateFiles() 254 switch (it->second.type) { in CreateFiles() 271 const std::string& target = it->second.symlink_target; in CreateFiles()
|
/build/make/ |
D | OWNERS | 3 # Since this file affects all Android developers, lock it down. There is still
|
D | Changes.md | 15 individual module will install it to the staging directory. Thus, previously, `m mymodule` followed 16 by `m` would cause `mymodule` to be presinstalled on the device, even if it wasn't listed in 44 whereas on previous versions it pointed to python 2. If you still have python 2 scripts, 177 files. In simple cases Soong is able to infer it from its knowledge of Java SDK 178 libraries and the `libs` property in Android.bp, but in more complex cases it is 186 If a library is in `libs`, it usually should *not* be added to the above 189 Android.bp/Android.mk file (e.g. when it is a `java_library` rather than a 192 cases it is possible to tell the build system that the library provides a 194 deprecated in the future, and it is recommended to fix the underlying problem): 199 It is possible to disable the check on a per-module basis. When doing that it is [all …]
|
/build/bazel/rules/cc/ |
D | cfi_transitions.bzl | 40 # Counterintuitive though it may be, we propagate not only the enablement 59 # remove it from shared deps that it's added to. It is also used to prevent
|
/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
|