Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 25 of 51) sorted by relevance

123

/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go59 warning: [options] bootstrap class path not set in conjunction with -source 1.7
69 javadoc: warning - The old Doclet and Taglet APIs in the packages
80 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
81 1 warning
87 warning: foo
88 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
Djavac_wrapper.go43 warningRe = regexp.MustCompile(filelinePrefix + `?(warning:) .*$`)
199 var warningCount = regexp.MustCompile(`^([0-9]+) warning(s)?$`)
211 regexp.MustCompile(`javadoc: warning - The old Doclet and Taglet APIs in the packages`),
/build/make/common/
Dcore.mk53 define pretty-warning
54 $(warning $(1))
Dmath.mk45 $(if $(MATH_TEST_ERROR),$(warning $(MATH_TEST_ERROR)),$(warning $$$1 '$(got)' != '$(2)')) \
56 $(warning '$(MATH_TEST_ERROR)' != '$(2)') \
/build/make/tools/warn/
Dwarn_common.py121 def classify_one_warning(warning, link, results, project_patterns, argument
126 if cpat.match(warning):
127 p = find_project_index(warning, project_patterns)
128 results.append([warning, link, i, p])
480 for warning, link in warning_data.items():
481 warning_groups[i].append((warning, link))
498 for warning, link in warning_data.items():
499 classify_one_warning(warning, link, group_results,
Dhtml_writer.py343 warning = kind + ': ' + (pattern['description'] or '?')
344 csvwriter.writerow([n, '', warning])
348 csvwriter.writerow([pattern['projects'][project], project, warning])
/build/make/core/
Dmodule_arch_supported.mk50 $(warning $(LOCAL_MODULE): architecture $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH) not support…
60 $(warning $(LOCAL_MODULE): architecture $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH) unsupported)
Dbase_rules.mk121 $(call pretty-warning,"Bad LOCAL_ADDITIONAL_DEPENDENCIES: $(my_bad_deps)")
145 $(warning *** Module name: $(LOCAL_MODULE))
146 $(warning *** Makefile location: $(LOCAL_MODULE_MAKEFILE))
147 $(warning * )
148 $(warning * Module is attempting to use the 'user' tag. This)
149 $(warning * used to cause the module to be installed automatically.)
150 $(warning * Now, the module must be listed in the PRODUCT_PACKAGES)
151 $(warning * section of a product makefile to have it installed.)
152 $(warning * )
159 …$(call pretty-warning,LOCAL_MODULE_TAGS := $(my_bad_module_tags) does not do anything for uninstal…
Dsdk_check.mk24 $(call pretty-warning,$(my_message))
Dhost_static_library.mk42 $(call pretty-warning,LOCAL_COPY_HEADERS is deprecated. See $(CHANGES_URL)#copy_headers),\
Dhost_shared_library.mk42 $(call pretty-warning,LOCAL_COPY_HEADERS is deprecated. See $(CHANGES_URL)#copy_headers),\
Dconfig.mk7 $(warning Directly using config.mk from make is no longer supported.)
8 $(warning )
9 $(warning If you are just attempting to build, you probably need to re-source envsetup.sh:)
10 $(warning )
11 $(warning $$ source build/envsetup.sh)
12 $(warning )
13 $(warning If you are attempting to emulate get_build_var, use one of the following:)
14 $(warning $$ build/soong/soong_ui.bash --dumpvar-mode)
15 $(warning $$ build/soong/soong_ui.bash --dumpvars-mode)
16 $(warning )
[all …]
Dstatic_library.mk46 $(call pretty-warning,LOCAL_COPY_HEADERS is deprecated. See $(CHANGES_URL)#copy_headers),\
Dshared_library.mk61 $(call pretty-warning,LOCAL_COPY_HEADERS is deprecated. See $(CHANGES_URL)#copy_headers),\
Dmain.mk2 $(warning Calling make directly is no longer supported.)
3 $(warning Either use 'envsetup.sh; m' or 'build/soong/soong_ui.bash --make-mode')
486 define pretty-warning
487 $(shell $(call echo-warning,$(LOCAL_MODULE_MAKEFILE),$(LOCAL_MODULE): $(1)))
535 define pretty-warning
536 $(warning $(1))
1013 define link-type-warning
1014 $(shell $(call echo-warning,$($(1).MAKEFILE),"$(call link-type-name,$(1)) ($($(1).TYPE)) should not…
1050 $(call link-type-warning,$(1),$(2),$(t)),\
1213 $(warning $(2)) \
[all …]
Dproduct.mk413 $(warning ==== $(1) ====)\
415 $(warning PRODUCTS.$(1).$(v) := $(call get-product-var,$(1),$(v))))\
416 $(warning --------)
Dnode_fns.mk177 $(warning Cycle detected between "$(2)" and "$(i)" for context "$(1)") \
Dversion_defaults.mk56 $(warning Invalid TARGET_PLATFORM_VERSION '$(TARGET_PLATFORM_VERSION)', must be one of)
/build/soong/android/
Dmakevars.go247 $$(warning $(1) does not match between Make and Soong:)
248 …$(if $(2),$$(warning Make adds: $$(filter-out $$(my_val_soong),$$(my_val_make))),$$(warning Make …
249 …$(if $(2),$$(warning Soong adds: $$(filter-out $$(my_val_make),$$(my_val_soong))),$$(warning Soong…
/build/soong/scripts/
Dbuild_broken_logs.go299 for _, warning := range setting.warnings {
300 if strings.Contains(stdStr, warning) {
301 l.HasBroken[setting.name] += strings.Count(stdStr, warning)
/build/make/tools/releasetools/
Dmerge_target_files.py276 logger.warning('no match for %s', pattern)
1040 logger.warning(
1046 logger.warning(
1052 logger.warning('--system-misc-info-keys has been renamed to '
1058 logger.warning(
1064 logger.warning('--other-item-list has been renamed to --vendor-item-list')
Dcheck_target_files_vintf.py89 logger.warning('Cannot determine ro.product.first_api_level')
126 logger.warning('PRODUCT_ENFORCE_VINTF_MANIFEST is not set, skipping checks')
/build/make/
DDeprecation.md44 will make referring to `BUILD_PACKAGE` a warning.
55 In most cases, we expect module types to stay in the default warning state for
/build/make/core/tasks/tools/
Dpackage-modules.mk49 my_missing_files = $(shell $(call echo-warning,$(my_makefile),$(my_package_name): Unknown installed…
/build/soong/ui/status/ninja_frontend/
Dfrontend.proto79 // Info/warning/error message from Ninja.

123