/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | stderr.txt.expect | 1 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… 9 setelementat.rscript:29:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme… 10 setelementat.rscript:30:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme… [all …]
|
/frameworks/compile/slang/tests/P_warnings/ |
D | stderr.txt.expect | 1 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'
|
/frameworks/base/test-base/src/junit/framework/ |
D | TestSuite.java | 56 …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() + ")…
|
/frameworks/compile/slang/tests/P_warnings_deprecated/ |
D | stderr.txt.expect | 1 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 …
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMELFAttributeData.cpp | 271 warning(diag::warn_mismatch_cpu_arch_profile) in merge() 283 warning(diag::warn_mismatch_cpu_arch_profile) in merge() 298 warning(diag::error_mismatch_mpextension_use) << pInput.name(); in merge() 321 warning(diag::warn_mismatch_enum_size) in merge() 335 warning(diag::warn_mismatch_fp16_format) << pInput.name(); in merge() 366 warning(diag::warn_unrecognized_virtualization_use) in merge() 378 warning(diag::warn_mismatch_abi_wmmx_args) << pInput.name(); in merge() 390 warning(diag::warn_mismatch_pcs_config) << 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() [all …]
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | MouseClickAction.java | 49 boolean warning = false; in sendTap() 53 warning = true; in sendTap() 66 warning = true; in sendTap() 70 if (warning) { in sendTap()
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
D | TestCaseCollector.java | 123 UiAutomatorTestCase warning = new UiAutomatorTestCase() { in error() local 129 warning.setName(clazz.getName()); in error() 130 return warning; in error()
|
/frameworks/layoutlib/bridge/src/android/view/shadow/ |
D | AmbientShadowTriangulator.java | 46 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()
|
D | SpotShadowTriangulator.java | 57 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()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | MsgHandling.h | 31 MsgHandler warning(unsigned int pID); 53 inline mcld::MsgHandler mcld::warning(unsigned int pID) { in warning() function
|
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
D | RemoteLayoutLogAdapter.java | 33 public void warning(String tag, String message, Object viewCookie, Object data) { in warning() method in RemoteLayoutLogAdapter 35 mLog.warning(tag, message, viewCookie, null); in warning()
|
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
D | RemoteLayoutLogAdapter.java | 40 public void warning(String tag, String message, Object viewCookie, Serializable data) { in warning() method in RemoteLayoutLogAdapter 41 mLog.warning(tag, message, viewCookie, null); in warning()
|
/frameworks/rs/tests/lldb/tests/harness/ |
D | decorators.py | 142 warning = "`%s.%s%s()` is deprecated and will be removed %s. %s" % ( 153 warnings.warn(warning, self.exception, 2)
|
/frameworks/compile/slang/tests/P_constant/ |
D | stderr.txt.expect | 1 constant.rscript:21:18: warning: 'extern' variable has an initializer
|
/frameworks/compile/slang/tests/P_rs_fp_imprecise/ |
D | stderr.txt.expect | 1 rs_fp_imprecise.rscript:4:9: warning: rs_fp_imprecise is deprecated. Assuming rs_fp_relaxed instea…
|
/frameworks/compile/slang/tests/P_array_init/ |
D | stderr.txt.expect | 1 array_init.rscript:22:6: warning: tentative array definition assumed to have one element
|
/frameworks/compile/mclinker/lib/MC/ |
D | Attribute.cpp | 37 warning(diag::err_enable_as_needed_on_static_system); in isLegal() 42 warning(diag::err_mix_static_as_needed); in isLegal()
|
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/ |
D | stderr.txt.expect | 1 redefine_RS_VERSION.rscript:4:9: warning: 'RS_VERSION' macro redefined
|
/frameworks/base/tools/aapt/ |
D | SourcePos.h | 21 void warning(const char* fmt, ...) const;
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsAbiFlags.cpp | 214 warning(diag::warn_Mips_isa_incompatible) << pInput.name(); in isCompatible() 218 warning(diag::warn_Mips_isa_ext_incompatible) << pInput.name(); in isCompatible() 222 warning(diag::warn_Mips_ases_incompatible) << pInput.name(); in isCompatible() 294 warning(diag::warn_Mips_fp_abi_incompatible) << oldAbiName << newAbiName in merge()
|
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
D | ConfirmDialog.java | 79 ((TextView) view.findViewById(R.id.warning)).setText( in onCreate() 80 Html.fromHtml(getString(R.string.warning, getVpnLabel()), in onCreate()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsManagerInternal.java | 43 public abstract void setStatsProviderWarningAndLimitAsync(@NonNull String iface, long warning, in setStatsProviderWarningAndLimitAsync() argument
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | NinePatchDrawable_Delegate.java | 37 Bridge.getLog().warning(ILayoutLog.TAG_BROKEN, "The source for the nine-patch " + in getOpacity()
|
/frameworks/compile/slang/tests/F_reduce_general_bad_accumulator/ |
D | stderr.txt.expect | 1 reduce_general_bad_accumulator.rscript:44:34: warning: 'const' qualifier on function type 'Fn' (aka… 2 reduce_general_bad_accumulator.rscript:48:29: warning: 'const' qualifier on function type 'Fn' (aka…
|
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
D | RemoteLayoutLog.java | 37 …void warning(String tag, String message, Object viewCookie, Serializable data) throws RemoteExcept… in warning() method
|