Searched refs:when (Results 1 – 25 of 47) sorted by relevance
12
/build/make/core/ |
D | target_test_internal.mk | 21 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE)) 25 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE)) 29 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_64 when building test $(LOCAL_MODULE))
|
D | fuzz_test.mk | 56 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE)) 60 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE)) 64 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_64 when building test $(LOCAL_MODULE))
|
/build/make/tools/acp/ |
D | README | 8 slow the build when copying lots of content. 14 - Gets really weird when copying a file called "foo.exe", failing with 16 This only seems to happen when the source file is on an NFS/Samba 35 conventions. It adds a "-e" flag, used when copying executables around. 37 to work when what is actually meant is "cp foo.exe bar.exe". Unlike the
|
/build/make/target/board/mainline_arm64/sepolicy/ |
D | file.te | 1 # TODO(b/143732851): remove this file when the mainline system image
|
D | file_contexts | 1 # TODO(b/143732851): remove this file when the mainline system image
|
/build/make/target/board/generic_arm64/sepolicy/ |
D | file.te | 1 # TODO(b/36764215): remove this file when the generic system image
|
D | file_contexts | 1 # TODO(b/36764215): remove this file when the generic system image
|
/build/ |
D | buildspec.mk.default | 45 # Choose additional targets to always install, even when building 67 # will be added to LOCAL_CFLAGS when building the module. 70 # Specify the extra CFLAGS to use when building a module whose 110 # when the build system changes such that this file must be updated, this
|
/build/make/ |
D | buildspec.mk.default | 45 # Choose additional targets to always install, even when building 67 # will be added to LOCAL_CFLAGS when building the module. 70 # Specify the extra CFLAGS to use when building a module whose 110 # when the build system changes such that this file must be updated, this
|
D | Changes.md | 66 Then the system property named `name` gets the value `value` only when there 131 environment variables. Ninja does not track when environment variables change 151 There's now a `BUILD_BROKEN_OUTSIDE_INCLUDE_DIRS` variable, that when set, will 155 Neither of these cases are supported by Soong, and will produce errors when 236 for host modules, error when there's a host-only module in `PRODUCT_PACKAGES`, 299 `DIST_DIR` and `dist_goal` are no longer available when reading Android.mk 310 will copy `bar/baz` into `$DIST_DIR/baz` when `m foo dist` is run. 321 will copy `bar/baz` into `$DIST_DIR/logs/foo.log` when `m foo dist` is run. 342 obvious when reading makefiles what is happening, and will help the build 372 when building with external build systems (firmware, bootloader, kernel, etc). [all …]
|
D | Usage.txt | 30 Note that when giving a relative file path as a target, that path is 87 list of supported variables. Please mention it here when there is.
|
/build/soong/finder/fs/ |
D | fs_linux.go | 42 func (osFs) PermTime(info os.FileInfo) (when time.Time, err error) {
|
D | fs_darwin.go | 42 func (osFs) PermTime(info os.FileInfo) (when time.Time, err error) {
|
/build/soong/docs/ |
D | best_practices.md | 23 as that could trigger extra rebuilds when a source directory is moved. 50 up so that space isn't wasted, but the files are there when necessary. 55 when the VNDK is enabled, System modules in Make cannot declare or use them 60 removed entirely in some environments (vendor code when the VNDK is enabled). 123 re-run your command when a new input file is added. Ninja does not treat a 147 them to be installed when necessary. Adding unnecessary libraries into 241 used to partition a set of modules so that they are built only when the 286 plugins should be used only when absolutely required.
|
/build/make/tools/releasetools/ |
D | pylintrc | 104 # Ignore comments when computing similarities. 107 # Ignore docstrings when computing similarities. 110 # Ignore imports when computing similarities. 134 # system, and so shouldn't trigger E0201 when accessed. Python regular 156 # Colon-delimited sets of names that determine each other's naming style when 295 # you should avoid to define new builtins when possible. 373 # Exceptions that will emit a warning when being caught. Defaults to
|
/build/make/tools/zipalign/ |
D | ZipEntry.cpp | 359 void ZipEntry::setModWhen(time_t when) in setModWhen() argument 370 even = (when & 1) ? (when + 1) : when; in setModWhen()
|
D | ZipEntry.h | 188 void setModWhen(time_t when);
|
/build/soong/ui/metrics/upload_proto/ |
D | upload.proto | 24 // The timestamp in milliseconds when the build was completed.
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 21 // Timestamp generated when the build starts. 138 // The metrics produced when running the critical user journey test.
|
/build/make/tools/droiddoc/templates-ndk/ |
D | head_tag.cs | 3 …####### If building devsite, add some meta data needed for when generating the top nav ######### ?>
|
D | sampleindex.cs | 119 …<?cs # for training classes, provide a different kind of link when the next page is a different cl…
|
D | sample.cs | 129 …<?cs # for training classes, provide a different kind of link when the next page is a different cl…
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 579 aar libraries can be linked against when using AAPT2. 592 Some Android.bp modules have transitive static dependencies that must be specified when they 596 Some Android.bp modules have transitive runtime dependencies that must be specified when they
|
/build/soong/java/ |
D | lint_defaults.txt | 77 # TODO(b/158390965): remove this when lint doesn't crash
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 353 aar libraries can be linked against when using AAPT2. 366 Some Android.mk modules have transitive dependencies that must be specified when they are
|
12