Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 176) sorted by relevance

12345678

/build/make/tools/atree/
Datree.cpp191 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 …]
Dfiles.cpp150 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 …]
Dfs.cpp75 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/
DTODO4 * 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/
DBUILD.bazel3 # 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/
DMain.kt65 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/
DREADME.txt7 from it or use it in any way.
/build/make/target/board/generic_arm64/
DREADME.txt7 from it or use it in any way.
/build/make/target/board/generic_x86_64/
DREADME.txt7 from it or use it in any way.
/build/make/target/board/generic_x86/
DREADME.txt8 from it or use it in any way.
/build/make/target/board/generic/
DREADME.txt9 from it or use it in any way.
/build/make/tools/acp/
DREADME10 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/
DREADME.txt8 from it or use it in any way.
/build/make/target/board/generic_x86_64_arm64/
DREADME.txt8 from it or use it in any way.
/build/make/core/
DLINUX_KERNEL_COPYING6 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/
Dplatform_availability_check.mk51 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/
DBUILD24 # generates it. (it's created implicitly by the rules that install actual files) Depending on it
/build/bazel/examples/apex/minimal/
DREADME.md3 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/
Dbuild_soong_java_droidstubs.go.apply_hack.diff6 Metalava increments the SDK level by one when it's not "REL", so we
8 process of finalizing it.
/build/blueprint/
DCONTRIBUTING.md12 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/
Dbuild-runfiles.cc251 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/
DOWNERS3 # Since this file affects all Android developers, lock it down. There is still
DChanges.md15 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/
Dcfi_transitions.bzl40 # 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/
DREADME.md9 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

12345678