Searched defs:trustMe (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/tools/javac/varargs/warning/
H A DWarn4.java62 boolean isSuppressed(TrustMe trustMe, SourceLevel source, SuppressLevel suppressLevelClient, argument
68 trustMe == TrustMe.TRUST;
71 (trustMe == TrustMe.TRUST && modKind != ModifierKind.NONE && source == SourceLevel.JDK_7);
78 (trustMe == TrustMe.TRUST && modKind != ModifierKind.NONE);
168 for (TrustMe trustMe : TrustMe.values()) {
176 trustMe,
195 static void test(SourceLevel sourceLevel, TrustMe trustMe, SuppressLevel suppressLevelClient, argument
198 JavaSource source = new JavaSource(trustMe, suppressLevelClient, suppressLevelDecl, modKind, vararg_meth, client_meth);
207 source, trustMe, suppressLevelClient, suppressLevelDecl, modKind);
211 TrustMe trustMe, SuppressLeve
210 check(Set<Warning> warnings, SourceLevel sourceLevel, boolean[] warnArr, JavaSource source, TrustMe trustMe, SuppressLevel suppressLevelClient, SuppressLevel suppressLevelDecl, ModifierKind modKind) argument
233 JavaSource(TrustMe trustMe, SuppressLevel suppressLevelClient, SuppressLevel suppressLevelDecl, ModifierKind modKind, Signature vararg_meth, Signature client_meth) argument
[all...]
H A DWarn5.java170 for (TrustMe trustMe : TrustMe.values()) {
178 trustMe,
196 final TrustMe trustMe; field in class:Warn5
205 public Warn5(SourceLevel sourceLevel, XlintOption xlint, TrustMe trustMe, SuppressLevel suppressLevel, ModifierKind modKind, MethodKind methKind, SignatureKind sig, BodyKind body) { argument
208 this.trustMe = trustMe;
231 trustMe == TrustMe.TRUST &&
240 trustMe == TrustMe.DONT_TRUST &&
248 trustMe == TrustMe.TRUST &&
255 trustMe
[all...]

Completed in 31 milliseconds