HomeSort by relevance Sort by last modified time
    Searched refs:suppressWarnings (Results 1 - 8 of 8) sorted by null

  /external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
ImplementsValidator.java 114 && !suppressWarnings(shadowType, "robolectric.internal.IgnoreMissingClass")) {
181 private static boolean suppressWarnings(Element element, String warningName) {
182 SuppressWarnings[] suppressWarnings = element.getAnnotationsByType(SuppressWarnings.class);
183 for (SuppressWarnings suppression : suppressWarnings) {
SdkStore.java 156 && !suppressWarnings(methodElement, "robolectric.ShadowReturnTypeMismatch")) {
180 private boolean suppressWarnings(ExecutableElement methodElement, String warningName) {
181 SuppressWarnings[] suppressWarnings = methodElement.getAnnotationsByType(SuppressWarnings.class);
182 for (SuppressWarnings suppression : suppressWarnings) {
  /external/deqp-deps/glslang/glslang/MachineIndependent/
parseVersions.h 130 bool suppressWarnings() const { return (messages & EShMsgSuppressWarnings) != 0; }
ParseContextBase.cpp 87 if (suppressWarnings())
Versions.cpp 605 else if (! suppressWarnings())
    [all...]
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 210 milliseconds