Searched refs:warning (Results 1 – 25 of 51) sorted by relevance
123
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper_test.go | 59 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
|
D | javac_wrapper.go | 43 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/ |
D | core.mk | 53 define pretty-warning 54 $(warning $(1))
|
D | math.mk | 45 $(if $(MATH_TEST_ERROR),$(warning $(MATH_TEST_ERROR)),$(warning $$$1 '$(got)' != '$(2)')) \ 56 $(warning '$(MATH_TEST_ERROR)' != '$(2)') \
|
/build/make/tools/warn/ |
D | warn_common.py | 121 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,
|
D | html_writer.py | 343 warning = kind + ': ' + (pattern['description'] or '?') 344 csvwriter.writerow([n, '', warning]) 348 csvwriter.writerow([pattern['projects'][project], project, warning])
|
/build/make/core/ |
D | module_arch_supported.mk | 50 $(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)
|
D | base_rules.mk | 121 $(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…
|
D | sdk_check.mk | 24 $(call pretty-warning,$(my_message))
|
D | host_static_library.mk | 42 $(call pretty-warning,LOCAL_COPY_HEADERS is deprecated. See $(CHANGES_URL)#copy_headers),\
|
D | host_shared_library.mk | 42 $(call pretty-warning,LOCAL_COPY_HEADERS is deprecated. See $(CHANGES_URL)#copy_headers),\
|
D | config.mk | 7 $(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 …]
|
D | static_library.mk | 46 $(call pretty-warning,LOCAL_COPY_HEADERS is deprecated. See $(CHANGES_URL)#copy_headers),\
|
D | shared_library.mk | 61 $(call pretty-warning,LOCAL_COPY_HEADERS is deprecated. See $(CHANGES_URL)#copy_headers),\
|
D | main.mk | 2 $(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 …]
|
D | product.mk | 413 $(warning ==== $(1) ====)\ 415 $(warning PRODUCTS.$(1).$(v) := $(call get-product-var,$(1),$(v))))\ 416 $(warning --------)
|
D | node_fns.mk | 177 $(warning Cycle detected between "$(2)" and "$(i)" for context "$(1)") \
|
D | version_defaults.mk | 56 $(warning Invalid TARGET_PLATFORM_VERSION '$(TARGET_PLATFORM_VERSION)', must be one of)
|
/build/soong/android/ |
D | makevars.go | 247 $$(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/ |
D | build_broken_logs.go | 299 for _, warning := range setting.warnings { 300 if strings.Contains(stdStr, warning) { 301 l.HasBroken[setting.name] += strings.Count(stdStr, warning)
|
/build/make/tools/releasetools/ |
D | merge_target_files.py | 276 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')
|
D | check_target_files_vintf.py | 89 logger.warning('Cannot determine ro.product.first_api_level') 126 logger.warning('PRODUCT_ENFORCE_VINTF_MANIFEST is not set, skipping checks')
|
/build/make/ |
D | Deprecation.md | 44 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/ |
D | package-modules.mk | 49 my_missing_files = $(shell $(call echo-warning,$(my_makefile),$(my_package_name): Unknown installed…
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 79 // Info/warning/error message from Ninja.
|
123