Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 30) sorted by relevance

12

/build/make/tools/atree/
Datree.cpp206 vector<FileRecord> more; in main() local
231 err |= list_dir(*it, excludes, &more); in main()
234 for (vector<FileRecord>::iterator it=more.begin(); in main()
235 it!=more.end(); it++) { in main()
Dfiles.cpp394 const FileRecord& rec, vector<FileRecord>*more) in add_more() argument
408 more->push_back(r); in add_more()
426 vector<FileRecord>* more) in list_dir() argument
449 add_more(entry, is_directory, rec, more); in list_dir()
457 list_dir(*it, rec, excludes, more); in list_dir()
/build/soong/docs/
Dbest_practices.md46 down build startup, but it can also trigger more build steps to run than are
47 necessary, since these files will change more often than necessary.
76 library and re-export it, or move the headers into a more appropriate location.
84 accidentally linking more code than you need (slower at build and/or runtime),
100 * It moves more information next to the values -- that the array of strings
102 tools. This is even more useful if it's used inside an architecture or
129 tool to be re-run. That can be more expensive than necessary though, since many
153 of build combinations, leading to more build breakages. It also makes the
244 README.md for more on namespaces.
290 for examples of more complex conditionals on product variables or environment variables.
Dperf.md89 other "(regen)" numbers add up to more than that (some parts are parallelized
106 if this was significantly more expensive (either in runtime, or was called
113 It may be more efficient to move the grep into make, so that the `find` portion
227 the performance is probably more related to how much time the actual build
236 provide more reliable data, but tracking some full-system data (memory/swap
246 Soong, `mm` is becoming closer to `mma`. This produces more correct builds, but
258 they appear to cause ninja to spend more time during every build loading the
Dmap_files.md63 tag. See the docs for `platform-only` for more information.
/build/make/tools/droiddoc/templates-pdk/
Dsdkpage.cs79 access application resources, and more, when programming in C or C++. If you write
87 href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what
221 … href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information in onDownload()
/build/soong/scripts/
Dcheck_do_not_merge.sh21 Please use the Merged-In tag to be more explicit about where this change
/build/make/target/product/security/
DAndroid.bp18 // //cts/tests/tests/carrierapi/Android.bp for more details.
/build/make/target/board/
Dgo_defaults_512.prop19 # lmkd can kill more now.
Dgo_defaults_common.prop29 # Rationale: speed has a lot of dex code expansion, it uses more ram and space
/build/make/tests/
Drun.rbc20 # TODO(asmundak): more tests are needed to verify that:
/build/make/
DUsage.txt11 source build/envsetup.sh # Run "hmm" after sourcing for more info
61 provide a more convenient tool for browsing targets, and to mention the
DChanges.md10 libraries and the `libs` property in Android.bp, but in more complex cases it is
163 See the [build/soong/docs/best_practices.md#headers] for more information about
206 turn these errors into warnings temporarily. I don't expect this to last more
331 Similarly, the `hostname` tool will also be returning a more consistent value
339 builds are more reproducible. If you do need it, use `BUILD_NUMBER_FROM_FILE`:
395 have "/" in them, and real file targets do have a "/". This makes it more
461 output directory could become significantly more expensive than it already can
591 message. This is expected to become more restrictive over time.
/build/bazel/rules_cc/examples/
Dexperimental_cc_shared_library.bzl13 # Add this as a tag to any target that can be linked by more than one
15 # else that may cause issues when being linked more than once. This should be
30 "linkable_more_than_once": "Linkable into more than a single cc_shared_library",
40 "initializers. If we try to link them more than once, " +
/build/soong/third_party/zip/testdata/
Dreadme.notzip44 See doc/install.html for more details.
/build/make/tools/acp/
DREADME31 It's easier and more reliable to write a cp command that works properly.
/build/soong/androidmk/parser/
Dparser.go476 more := p.parseExpression('#', '\n', ';')
477 prerequisites.appendMakeString(more)
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-core.css594 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
1029 zoom:1; /* IE, otherwise, layout doesn't update when showing 'more' */
1092 ul.videoPreviews span.more {
Dstyle.css205 div#jd-content .jd-more {
/build/make/tools/releasetools/
Dota_metadata.proto43 // inferred from the device state. For more information of the meaning of each
/build/make/core/
DLINUX_KERNEL_COPYING159 years, to give any third party, for a charge no more than your
320 GNU General Public License for more details.
354 consider it more useful to permit linking proprietary applications with the
Denvsetup.rbc191 # TODO(asmundak): there is more stuff in envsetup.mk lines 249-292, but
/build/soong/
DREADME.md47 will match zero or more path elements. For example, `java/**/*.java` will match
236 module "_name_" in one or more namespaces. By default only the global namespace
345 owner's responsibility to replace that with a more appropriate visibility.
/build/blueprint/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/build/soong/licenses/
DLICENSE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the

12