Home
last modified time | relevance | path

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

12

/build/kati/
Dbootstrap.go35 # TODO: Add more builtin vars.
44 # TODO: Add more builtin rules.
DINTERNALS.md57 think Go version has more unnecessary string allocations than C++ version
77 A Makefile has some statements which consist of zero or more expressions. There
191 A statement may have one or more expressions. The number of expressions in a
221 *$(wildcard ...)* and *$(subst ...)*. There are also more complex functions such
263 There are two more kinds of assignments (i.e., *+=* and *?=*). These assignments
427 Android has more than one thousand implicit rules and there are ten thousands of
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/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
Dperf.md54 other "(regen)" numbers add up to more than that (some parts are parallelized
71 if this was significantly more expensive (either in runtime, or was called
78 It may be more efficient to move the grep into make, so that the `find` portion
151 the performance is probably more related to how much time the actual build
160 provide more reliable data, but tracking some full-system data (memory/swap
170 Soong, `mm` is becoming closer to `mma`. This produces more correct builds, but
183 they appear to cause ninja to spend more time during every build loading the
/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/make/target/board/
Dgo_defaults_512.prop19 # lmkd can kill more now.
Dgo_defaults_common.prop30 # Rationale: speed has a lot of dex code expansion, it uses more ram and space
/build/make/
DUsage.txt11 source build/envsetup.sh # Run "hmm" after sourcing for more info
67 provide a more convenient tool for browsing targets, and to mention the
DChanges.md70 Similarly, the `hostname` tool will also be returning a more consistent value
78 builds are more reproducible. If you do need it, use `BUILD_NUMBER_FROM_FILE`:
134 have "/" in them, and real file targets do have a "/". This makes it more
202 output directory could become significantly more expensive than it already can
333 message. This is expected to become more restrictive over time.
Denvsetup.sh40 Look at the source to view more functions. The complete list is:
/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.go463 more := p.parseExpression('#', '\n', ';')
464 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/soong/
DREADME.md44 match zero or more path elements. For example, `java/**/*.java` will match
222 for examples of more complex conditionals on product variables or environment variables.
/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
/build/make/tools/fs_config/
DREADME73 See "caps" above for more details on number formatting.
/build/make/tools/droiddoc/templates-ndk/assets/
Dandroid-developer-docs.css596 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
1031 zoom:1; /* IE, otherwise, layout doesn't update when showing 'more' */
1094 ul.videoPreviews span.more {
/build/blueprint/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/build/
Denvsetup.sh40 Look at the source to view more functions. The complete list is:
/build/make/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css3890 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
4545 .moremenu #more-btn {
4554 .moremenu:hover #more-btn {
4988 .feed .feed-container .feed-frame li.more {
4992 .feed .feed-container .feed-frame li.more a {
5690 .resource-stack-layout .section-card-menu .card-info .title.more {
5695 .resource-stack-layout .section-card-menu .card-info .title.more:after {

12