Home
last modified time | relevance | path

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

12345678910>>...13

/aosp12/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
H A Dstderr.txt.expect1 setelementat.rscript:21:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
2 setelementat.rscript:22:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
3 setelementat.rscript:23:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
4 setelementat.rscript:24:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
5 setelementat.rscript:25:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
6 setelementat.rscript:26:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
7 setelementat.rscript:27:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
8 setelementat.rscript:28:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
10 setelementat.rscript:30:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
11 setelementat.rscript:31:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
[all …]
/aosp12/frameworks/compile/slang/tests/P_warnings/
H A Dstderr.txt.expect1 warnings.rscript:6:1: warning: control reaches end of non-void function
2 warnings.rscript:9:7: warning: unused variable 'k'
3 warnings.rscript:11:7: warning: unused variable 'j'
4 warnings.rscript:11:11: warning: variable 'l' is uninitialized when used here
5 warnings.rscript:10:8: note: initialize the variable 'l' to silence this warning
6 warnings.rscript:5:12: warning: unused function 'foo'
7 warnings.rscript:8:13: warning: unused function 'bar'
/aosp12/packages/services/Car/car-lib/
H A DAndroid.bp165 " -warning 7 -warning 8 -warning 9 -warning 10 -warning 11 -warning 12 " +
166 … " -warning 13 -warning 14 -warning 15 -warning 16 -warning 17 -warning 18 -hide 113 ",
195 " -warning 7 -warning 8 -warning 9 -warning 10 -warning 11 -warning 12 " +
196 … " -warning 13 -warning 14 -warning 15 -warning 16 -warning 17 -warning 18 -hide 113 ",
/aosp12/build/make/core/
H A Ddumpconfig.mk9 $(warning Kati must be used to call dumpconfig.mk, not make.)
14 $(warning Calling dumpconfig.mk from inside the make build system is not)
15 $(warning supported. It is only meant to be called via kati by product-confing.)
20 $(warning dumpconfig.mk requires TARGET_PRODUCT to be set)
25 $(warning dumpconfig.mk requires TARGET_BUILD_VARIANT to be set)
30 $(warning dumpconfig must be called from the root of the source tree)
35 $(warning dumpconfig requires DUMPCONFIG_FILE to be set)
/aosp12/frameworks/base/test-base/src/junit/framework/
H A DTestSuite.java56 …return warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or Te… in createTest()
68 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
70 …return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")… in createTest()
72 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
93 public static Test warning(final String message) { in warning() method in TestSuite
137 …addTest(warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or T…
142 addTest(warning("Class "+theClass.getName()+" is not public"));
154 addTest(warning("No tests found in "+theClass.getName()));
186 return warning(each.getCanonicalName() + " does not extend TestCase");
290 …addTest(warning("Test method isn't public: "+ m.getName() + "(" + theClass.getCanonicalName() + ")…
/aosp12/build/soong/cmd/javac_wrapper/
H A 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
/aosp12/hardware/qcom/sm8150/media/conf_files/sm6150/
H A Dsm6150.mk26 $(warning "Compiling with full value-added framework")
28 $(warning "Compiling without full value-added framework - enabling GENERIC_ODM_IMAGE")
36 $(warning "Forcing OMX for Generic auto build variant")
45 $(warning "Forcing codec2.0 HW for generic odm build variant")
54 $(warning "Enabling codec2.0 non-audio SW only for non-generic odm build variant")
62 $(warning "Compiling without value-added features")
/aosp12/bionic/libc/arch-arm/bionic/
H A Datexit_legacy.c54 static char const warning[] = "WARNING: generic atexit() called from legacy shared library\n"; in atexit() local
56 async_safe_format_log(ANDROID_LOG_WARN, "libc", warning); in atexit()
57 fprintf(stderr, warning); in atexit()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp271 warning(diag::warn_mismatch_cpu_arch_profile) in merge()
283 warning(diag::warn_mismatch_cpu_arch_profile) in merge()
321 warning(diag::warn_mismatch_enum_size) in merge()
366 warning(diag::warn_unrecognized_virtualization_use) in merge()
378 warning(diag::warn_mismatch_abi_wmmx_args) << pInput.name(); in merge()
402 warning(diag::warn_mismatch_r9_use) << pInput.name(); in merge()
414 warning(diag::warn_mismatch_r9_use) << pInput.name(); in merge()
431 warning(diag::warn_mismatch_wchar_size) << pInput.name() in merge()
451 warning(diag::warn_unknown_mandatory_attribute) << pTag in merge()
721 warning(diag::warn_mismatch_cpu_arch_profile) << in_cpu_arch in postMerge()
[all …]
/aosp12/frameworks/compile/slang/tests/P_warnings_deprecated/
H A Dstderr.txt.expect1 warning: Renderscript is deprecated: Please refer to the migration guide (https://developer.android…
2 deprecated.rscript:9:9: warning: 'rsClamp' is deprecated: Use clamp() instead.
4 deprecated.rscript:10:8: warning: 'rsGetAllocation' is deprecated: This function is deprecated and …
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DMouseClickAction.java49 boolean warning = false; in sendTap()
53 warning = true; in sendTap()
66 warning = true; in sendTap()
70 if (warning) { in sendTap()
/aosp12/system/bt/gd/cert/
H A Dgd_device.py355 logging.warning("[%s] Failed to index profdata, cmd result: %r" % (self.label, result))
429 logging.warning("Failed to remove old btsnoop log: " + str(error))
434 logging.warning("Failed to remove old btsnooz log: " + str(error))
439 logging.warning("Failed to remove old bt config: " + str(error))
444 logging.warning("Failed to remove back up config: " + str(error))
500 logging.warning("Failed to pull logs from device: " + str(error))
506 logging.warning("Failed to cleanup gRPC port: " + str(error))
511 logging.warning("Failed to cleanup gRPC server port: " + str(error))
516 logging.warning("Failed to cleanup signal port: " + str(error))
588 logging.warning(
[all …]
H A Dos_utils.py67 logging.warning("Empty ports is given to make_ports_available()")
76 logging.warning("Freeing port %d used by %s" % (conn.laddr.port, str(conn)))
81 logging.warning("Killing pid %d that is using port port %d" % (conn.pid, conn.laddr.port))
/aosp12/libnativehelper/tests/
H A DAndroid.bp38 // Enable warning of converting ints to void*.
41 // Enable warning for deprecated language features.
44 // Disable warning from external/libcxxabi/include/cxxabi.h
47 // Enable warning for unreachable break & return.
/aosp12/build/make/tools/warn/
H A Dwarn_common.py125 def classify_one_warning(warning, link, results, project_patterns, argument
130 if cpat.match(warning):
131 project_idx = find_project_index(warning, project_patterns)
132 results.append([warning, link, idx, project_idx])
487 for warning, link in warning_data.items():
488 warning_groups[i].append((warning, link))
505 for warning, link in warning_data.items():
506 classify_one_warning(warning, link, group_results,
/aosp12/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DTestCaseCollector.java123 UiAutomatorTestCase warning = new UiAutomatorTestCase() { in error() local
129 warning.setName(clazz.getName()); in error()
130 return warning; in error()
/aosp12/hardware/qcom/sm8150/media/conf_files/msmnile/
H A Dmsmnile.mk24 $(warning "Forcing codec2.0 HW for generic odm build variant")
34 $(warning "Enabling codec2.0 non-audio SW only for non-generic odm build variant")
42 $(warning "Compiling without value-added features")
/aosp12/build/make/common/
H A Dcore.mk53 define pretty-warning
54 $(warning $(1))
/aosp12/frameworks/layoutlib/bridge/src/android/view/shadow/
H A DAmbientShadowTriangulator.java46 Bridge.getLog().warning(ILayoutLog.TAG_INFO, "Arithmetic error while drawing " + in triangulate()
50 Bridge.getLog().warning(ILayoutLog.TAG_INFO, "Error while drawing shadow", in triangulate()
H A DSpotShadowTriangulator.java57 Bridge.getLog().warning(ILayoutLog.TAG_INFO, "Arithmetic error while drawing " + in triangulate()
61 Bridge.getLog().warning(ILayoutLog.TAG_INFO, "Error while drawing shadow", in triangulate()
/aosp12/hardware/qcom/sm8150/media/conf_files/atoll/
H A Datoll.mk18 $(warning "Forcing codec2.0 HW for generic odm build variant")
23 $(warning "Enabling codec2.0 non-audio SW only for non-generic odm build variant")
/aosp12/art/build/
H A DAndroid.bp57 // that working around this warning would be extra-painful.
121 // Enable warning of converting ints to void*.
124 // Enable warning of wrong unused annotations.
127 // Enable warning for deprecated language features.
130 // Enable warning for unreachable break & return.
134 // Disable warning for use of offsetof on non-standard layout type.
138 // Enable inconsistent-missing-override warning. This warning is disabled by default in
/aosp12/system/libvintf/analyze_matrix/
H A Dhals_for_release.py119 logger.warning("`%s` exits with code %d with the following error: %s", " ".join(command),
140 logger.warning("Unknown level '%s' in file: %s", output, file)
172 logger.warning("Found duplicated matrix for level %s, ignoring: %s", level, file)
313 logger.warning("Nothing to show, because no matrices found in '%s'.", args.input)
/aosp12/art/tools/
H A Dfindbuildbotwarnings.py91 for warning in sorted(list(sharedwarnings)):
92 print warning
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h31 MsgHandler warning(unsigned int pID);
53 inline mcld::MsgHandler mcld::warning(unsigned int pID) { in warning() function

12345678910>>...13