Searched refs:Do (Results 1 – 25 of 45) sorted by relevance
12
/build/make/core/ |
D | version_util.mk | 47 …$(error Do not set TARGET_PLATFORM_VERSION directly. Use RELEASE_PLATFORM_VERSION. value: $(TARGET… 53 …$(error Do not set PLATFORM_SECURITY_PATCH directly. Use RELEASE_PLATFORM_SECURITY_PATCH. value: $… 59 …$(error Do not set PLATFORM_SDK_VERSION directly. Use RELEASE_PLATFORM_SDK_VERSION. value: $(PLATF… 65 …$(error Do not set PLATFORM_SDK_EXTENSION_VERSION directly. Use RELEASE_PLATFORM_SDK_EXTENSION_VER… 75 …$(error Do not set PLATFORM_VERSION_CODENAME directly. Use RELEASE_PLATFORM_VERSION. value: $(PLAT… 81 …$(error Do not set PLATFORM_VERSION_ALL_CODENAMES directly. Use RELEASE_PLATFORM_VERSION_ALL_CODEN… 87 …$(error Do not set PLATFORM_VERSION_ALL_PREVIEW_CODENAMES directly. Use RELEASE_PLATFORM_VERSION_A… 93 …$(error Do not set PLATFORM_VERSION_LAST_STABLE directly. Use RELEASE_PLATFORM_VERSION_LAST_STABLE… 99 …$(error Do not set PLATFORM_VERSION_KNOWN_CODENAMES directly. Use RELEASE_PLATFORM_VERSION_KNOWN_C… 225 …$(error Do not set PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION directly. Use RELEASE_PLATFORM_MIN_SU…
|
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 | 27 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE)) 31 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE)) 35 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_64 when building test $(LOCAL_MODULE))
|
/build/make/tools/compliance/ |
D | policy_resolve.go | 48 lg.onceBottomUp.Do(func() { 117 lg.onceTopDown.Do(func() {
|
/build/make/tools/finalization/ |
D | README.md | 9 1. [Finalize VINTF and submit](./step-0.sh). Do Finalize VINTF step, create CLs, organize them into… 10 1. [Finalize SDK and submit](./step-1.sh). Do Finalize SDK step, create CLs, organize them into top… 11 1. [Finalize Android and submit](./step-2.sh). Do [Finalize Android](./finalize-sdk-rel.sh) step, c…
|
/build/make/tools/zipalign/ |
D | Android.bp | 33 // NOTE: Do not add any shared_libs dependencies because they will break the
|
/build/blueprint/metrics/ |
D | event_handler.go | 67 func (h *EventHandler) Do(name string, f func()) { func
|
/build/soong/cmd/release_config/release_config_proto/ |
D | build_flags_common.pb.go | 128 file_build_flags_common_proto_rawDescOnce.Do(func() {
|
D | build_flags_declarations.pb.go | 229 file_build_flags_declarations_proto_rawDescOnce.Do(func() {
|
/build/soong/ui/metrics/mk_metrics_proto/ |
D | mk_metrics.pb.go | 122 file_mk_metrics_proto_rawDescOnce.Do(func() {
|
/build/soong/ui/status/build_progress_proto/ |
D | build_progress.pb.go | 146 file_build_progress_proto_rawDescOnce.Do(func() {
|
/build/soong/ui/metrics/upload_proto/ |
D | upload.pb.go | 164 file_upload_proto_rawDescOnce.Do(func() {
|
/build/make/ |
D | help.sh | 31 nothing Do not build anything, just parse and validate the build structure
|
/build/soong/cc/config/ |
D | darwin_host.go | 121 macTools.once.Do(func() {
|
/build/soong/testing/code_metadata_proto/ |
D | code_metadata.pb.go | 194 file_code_metadata_proto_rawDescOnce.Do(func() {
|
/build/soong/testing/code_metadata_internal_proto/ |
D | code_metadata_internal.pb.go | 208 file_code_metadata_internal_proto_rawDescOnce.Do(func() {
|
/build/soong/testing/test_spec_proto/ |
D | test_spec.pb.go | 175 file_test_spec_proto_rawDescOnce.Do(func() {
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.pb.go | 215 file_build_error_proto_rawDescOnce.Do(func() {
|
/build/soong/bazel/ |
D | aquery.go | 343 errOnce.Do(func() { 379 eventHandler.Do("build_statement_sort", func() { 407 eventHandler.Do("depset_sort", func() {
|
/build/soong/android/team_proto/ |
D | team.pb.go | 218 file_team_proto_rawDescOnce.Do(func() {
|
/build/soong/ui/metrics/bazel_metrics_proto/ |
D | bazel_metrics.pb.go | 219 file_bazel_metrics_proto_rawDescOnce.Do(func() {
|
/build/soong/ui/build/ |
D | sandbox_linux.go | 73 sandboxConfig.once.Do(func() {
|
/build/soong/cmd/symbols_map/symbols_map_proto/ |
D | symbols_map.pb.go | 242 file_symbols_map_proto_rawDescOnce.Do(func() {
|
/build/soong/compliance/license_metadata_proto/ |
D | license_metadata.pb.go | 379 file_license_metadata_proto_rawDescOnce.Do(func() {
|
/build/bazel/ |
D | common.bazelrc | 27 # Do not enable BzlMod as the migration to bzlmod has not been done yet 30 # Do not tokenize copts, other than strings that consist of a single Make
|
12