Searched refs:warnings (Results 1 – 4 of 4) sorted by relevance
30 LOCAL_CFLAGS += -Wno-constant-conversion -Wno-user-defined-warnings
444 String warnings = sb.toString().trim(); in onCreate() local445 if (warnings == null || "".equals(warnings)) { in onCreate()448 ((TextView) (findViewById(R.id.fs_warnings))).setText(warnings); in onCreate()
3 # Only show warnings with the listed confidence levels. Leave empty to show71 # respectively contain the number of errors / warnings messages and the total
1665 public void warn(Iterable<String> warnings) {1666 for (String warning: warnings) {