Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/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.java450 String warnings = sb.toString().trim(); in onCreate() local
451 if (warnings == null || "".equals(warnings)) { in onCreate()
454 ((TextView) (findViewById(R.id.fs_warnings))).setText(warnings); in onCreate()
/cts/hostsidetests/jvmti/attaching/
DAndroid.bp55 // Turn on all warnings.
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile3 # Only show warnings with the listed confidence levels. Leave empty to show
74 # respectively contain the number of errors / warnings messages and the total
/cts/tests/tests/media/src/android/media/cts/
DAdaptivePlaybackTest.java1748 public void warn(Iterable<String> warnings) {
1749 for (String warning: warnings) {