Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/security/securityPatch/CVE-2016-8427/
DAndroid.mk30 LOCAL_CFLAGS += -Wno-constant-conversion -Wno-user-defined-warnings
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
DFeatureSummaryActivity.java444 String warnings = sb.toString().trim(); in onCreate() local
445 if (warnings == null || "".equals(warnings)) { in onCreate()
448 ((TextView) (findViewById(R.id.fs_warnings))).setText(warnings); in onCreate()
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile3 # Only show warnings with the listed confidence levels. Leave empty to show
71 # respectively contain the number of errors / warnings messages and the total
/cts/tests/tests/media/src/android/media/cts/
DAdaptivePlaybackTest.java1665 public void warn(Iterable<String> warnings) {
1666 for (String warning: warnings) {