Home
last modified time | relevance | path

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

123

/build/bazel/scripts/incremental_build/
Dgo_allowlists_test.py57 more = self.allowlists.locate("more")
58 begin = more.begin
59 end = more.end
67 self.assertEqual(begin + 2, more.begin)
68 self.assertEqual(end + 2, more.end)
74 more = self.allowlists.locate("more")
75 self.assertEqual(2, more.end - more.begin)
76 self.assertTrue("a" in more)
77 self.assertTrue("b" in more)
/build/bazel_common_rules/rules/coverage/remote_coverage_tools/
DWORKSPACE2 # See b/201242197 for more information.
DBUILD2 # See b/201242197 for more information.
/build/blueprint/
DREADME.md6 For more information, see `build/soong/README.md` .
/build/make/tools/aconfig/aconfig_device_paths/
DCargo.toml6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
/build/bazel/json_module_graph/
DprintModule.jq1 # CMD: Prints the module named $arg in a slightly more concise way
/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/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.bp14 // //cts/tests/tests/carrierapi/Android.bp for more details.
/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.
Dnative_code_coverage.md91 1. One or more binaries and shared libraries from which coverage was collected.
101 2. One or more source directories under `$ANDROID_BUILD_TOP` for which coverage
108 -s <one-or-more-source-paths-in-$ANDROID_BUILD_TOP \
109 -b <one-or-more-(unstripped)-binaries-in-$OUT>
202 [section](#viewing-coverage-data-acov-llvm-py) for examples where more than
Dperf.md102 other "(regen)" numbers add up to more than that (some parts are parallelized
119 if this was significantly more expensive (either in runtime, or was called
126 It may be more efficient to move the grep into make, so that the `find` portion
252 the performance is probably more related to how much time the actual build
261 provide more reliable data, but tracking some full-system data (memory/swap
271 Soong, `mm` is becoming closer to `mma`. This produces more correct builds, but
283 they appear to cause ninja to spend more time during every build loading the
/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/release/
DOWNERS10 # at runtime will become more firm.
/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/tests/
Dconversion_error.rbc19 # TODO(asmundak): more tests are needed to verify that:
/build/soong/cmd/sbox/
Dsbox.go401 more := 0
403 more = len(incorrectOutputDirectoryErrors) - maxErrors
410 if more > 0 {
411 errorMessage += fmt.Sprintf("...%v more", more)
/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
/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/bin/
Dhmm73 Look at the source to view more functions. The complete list is:
/build/soong/compliance/project_metadata_proto/
Dproject_metadata.proto20 // See google3/third_party/metadata.proto if you need to add more stuff to
98 // See go/thirdpartylicenses#reciprocal policy for more details.
111 // or to get more information about the package. This is especially helpful
/build/make/tools/compliance/cmd/testdata/
DREADME.md19 * an apex file (more like an apk file) with some binaries and libraries.
22 licenses, and each subsequent directory introduces more restrictive conditions:
98 #### an apex file (more like an apk file) with some binaries and libraries

123