Home
last modified time | relevance | path

Searched refs:SuppressWarnings (Results 1 – 25 of 1426) sorted by relevance

12345678910>>...58

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DParser.java14 @SuppressWarnings("nls")
34 public Parser(@SuppressWarnings("hiding") Lexer lexer) in Parser()
39 @SuppressWarnings({"unchecked","unused"})
103 @SuppressWarnings("unchecked")
872 @SuppressWarnings("unchecked")
875 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new0()
889 @SuppressWarnings("unchecked")
892 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new1()
894 @SuppressWarnings("unused") ArrayList nodeArrayList1 = pop(); in new1()
903 @SuppressWarnings("unchecked")
[all …]
DTokenIndex.java13 public void caseTData(@SuppressWarnings("unused") TData node) in caseTData()
19 public void caseTComment(@SuppressWarnings("unused") TComment node) in caseTComment()
25 public void caseTVar(@SuppressWarnings("unused") TVar node) in caseTVar()
31 public void caseTLvar(@SuppressWarnings("unused") TLvar node) in caseTLvar()
37 public void caseTEvar(@SuppressWarnings("unused") TEvar node) in caseTEvar()
43 public void caseTUvar(@SuppressWarnings("unused") TUvar node) in caseTUvar()
49 public void caseTSet(@SuppressWarnings("unused") TSet node) in caseTSet()
55 public void caseTIf(@SuppressWarnings("unused") TIf node) in caseTIf()
61 public void caseTElseIf(@SuppressWarnings("unused") TElseIf node) in caseTElseIf()
67 public void caseTElse(@SuppressWarnings("unused") TElse node) in caseTElse()
[all …]
/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliTokens.java50 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType ACCESS_SPEC;
51 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType ANNOTATION_DIRECTIVE;
52 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType ANNOTATION_VISIBILITY;
53 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType ARRAY_DATA_DIRECTIVE;
54 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType ARRAY_TYPE_PREFIX;
55 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType ARROW;
56 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType BOOL_LITERAL;
57 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType BYTE_LITERAL;
58 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType CATCH_DIRECTIVE;
59 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType CATCHALL_DIRECTIVE;
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
DLexer.java8 @SuppressWarnings("nls")
21 @SuppressWarnings("unused")
27 public Lexer(@SuppressWarnings("hiding") PushbackReader in) in Lexer()
69 @SuppressWarnings("hiding") int[][][] gotoTable = Lexer.gotoTable[this.state.id()]; in getToken()
70 @SuppressWarnings("hiding") int[] accept = Lexer.accept[this.state.id()]; in getToken()
160 @SuppressWarnings("hiding") Token token = new0( in getToken()
175 @SuppressWarnings("hiding") Token token = new1( in getToken()
190 @SuppressWarnings("hiding") Token token = new2( in getToken()
204 @SuppressWarnings("hiding") Token token = new3( in getToken()
218 @SuppressWarnings("hiding") Token token = new4( in getToken()
[all …]
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java396 @SuppressWarnings("unchecked")
403 @SuppressWarnings("unchecked")
408 @SuppressWarnings("unchecked")
412 @SuppressWarnings("unchecked")
418 @SuppressWarnings("unchecked")
423 @SuppressWarnings("unchecked")
432 @SuppressWarnings("unchecked")
440 @SuppressWarnings("unchecked")
447 @SuppressWarnings("unchecked")
451 @SuppressWarnings("unchecked")
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DToken.java5 @SuppressWarnings("nls")
17 public void setText(@SuppressWarnings("hiding") String text) in setText()
27 public void setLine(@SuppressWarnings("hiding") int line) in setLine()
37 public void setPos(@SuppressWarnings("hiding") int pos) in setPos()
49 void removeChild(@SuppressWarnings("unused") Node child) in removeChild()
55 …void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newC… in replaceChild()
DALoopIncCommand.java7 @SuppressWarnings("nls")
23 @SuppressWarnings("hiding") PPosition _position_, in ALoopIncCommand()
24 @SuppressWarnings("hiding") PVariable _variable_, in ALoopIncCommand()
25 @SuppressWarnings("hiding") PExpression _start_, in ALoopIncCommand()
26 @SuppressWarnings("hiding") PExpression _end_, in ALoopIncCommand()
27 @SuppressWarnings("hiding") PExpression _increment_, in ALoopIncCommand()
28 @SuppressWarnings("hiding") PCommand _command_) in ALoopIncCommand()
225 void removeChild(@SuppressWarnings("unused") Node child) in removeChild()
268 …void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newC… in replaceChild()
DALoopCommand.java7 @SuppressWarnings("nls")
22 @SuppressWarnings("hiding") PPosition _position_, in ALoopCommand()
23 @SuppressWarnings("hiding") PVariable _variable_, in ALoopCommand()
24 @SuppressWarnings("hiding") PExpression _start_, in ALoopCommand()
25 @SuppressWarnings("hiding") PExpression _end_, in ALoopCommand()
26 @SuppressWarnings("hiding") PCommand _command_) in ALoopCommand()
194 void removeChild(@SuppressWarnings("unused") Node child) in removeChild()
231 …void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newC… in replaceChild()
DAWithCommand.java7 @SuppressWarnings("nls")
21 @SuppressWarnings("hiding") PPosition _position_, in AWithCommand()
22 @SuppressWarnings("hiding") PVariable _variable_, in AWithCommand()
23 @SuppressWarnings("hiding") PExpression _expression_, in AWithCommand()
24 @SuppressWarnings("hiding") PCommand _command_) in AWithCommand()
163 void removeChild(@SuppressWarnings("unused") Node child) in removeChild()
194 …void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newC… in replaceChild()
DALoopToCommand.java7 @SuppressWarnings("nls")
21 @SuppressWarnings("hiding") PPosition _position_, in ALoopToCommand()
22 @SuppressWarnings("hiding") PVariable _variable_, in ALoopToCommand()
23 @SuppressWarnings("hiding") PExpression _expression_, in ALoopToCommand()
24 @SuppressWarnings("hiding") PCommand _command_) in ALoopToCommand()
163 void removeChild(@SuppressWarnings("unused") Node child) in removeChild()
194 …void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newC… in replaceChild()
DAIfCommand.java7 @SuppressWarnings("nls")
21 @SuppressWarnings("hiding") PPosition _position_, in AIfCommand()
22 @SuppressWarnings("hiding") PExpression _expression_, in AIfCommand()
23 @SuppressWarnings("hiding") PCommand _block_, in AIfCommand()
24 @SuppressWarnings("hiding") PCommand _otherwise_) in AIfCommand()
163 void removeChild(@SuppressWarnings("unused") Node child) in removeChild()
194 …void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newC… in replaceChild()
DAEachCommand.java7 @SuppressWarnings("nls")
21 @SuppressWarnings("hiding") PPosition _position_, in AEachCommand()
22 @SuppressWarnings("hiding") PVariable _variable_, in AEachCommand()
23 @SuppressWarnings("hiding") PExpression _expression_, in AEachCommand()
24 @SuppressWarnings("hiding") PCommand _command_) in AEachCommand()
163 void removeChild(@SuppressWarnings("unused") Node child) in removeChild()
194 …void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newC… in replaceChild()
DAAutoescapeCommand.java7 @SuppressWarnings("nls")
20 @SuppressWarnings("hiding") PPosition _position_, in AAutoescapeCommand()
21 @SuppressWarnings("hiding") PExpression _expression_, in AAutoescapeCommand()
22 @SuppressWarnings("hiding") PCommand _command_) in AAutoescapeCommand()
132 void removeChild(@SuppressWarnings("unused") Node child) in removeChild()
157 …void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newC… in replaceChild()
DAEscapeCommand.java7 @SuppressWarnings("nls")
20 @SuppressWarnings("hiding") PPosition _position_, in AEscapeCommand()
21 @SuppressWarnings("hiding") PExpression _expression_, in AEscapeCommand()
22 @SuppressWarnings("hiding") PCommand _command_) in AEscapeCommand()
132 void removeChild(@SuppressWarnings("unused") Node child) in removeChild()
157 …void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newC… in replaceChild()
DASetCommand.java7 @SuppressWarnings("nls")
20 @SuppressWarnings("hiding") PPosition _position_, in ASetCommand()
21 @SuppressWarnings("hiding") PVariable _variable_, in ASetCommand()
22 @SuppressWarnings("hiding") PExpression _expression_) in ASetCommand()
132 void removeChild(@SuppressWarnings("unused") Node child) in removeChild()
157 …void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newC… in replaceChild()
DAAltCommand.java7 @SuppressWarnings("nls")
20 @SuppressWarnings("hiding") PPosition _position_, in AAltCommand()
21 @SuppressWarnings("hiding") PExpression _expression_, in AAltCommand()
22 @SuppressWarnings("hiding") PCommand _command_) in AAltCommand()
132 void removeChild(@SuppressWarnings("unused") Node child) in removeChild()
157 …void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newC… in replaceChild()
DANumericEqExpression.java7 @SuppressWarnings("nls")
19 @SuppressWarnings("hiding") PExpression _left_, in ANumericEqExpression()
20 @SuppressWarnings("hiding") PExpression _right_) in ANumericEqExpression()
101 void removeChild(@SuppressWarnings("unused") Node child) in removeChild()
120 …void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newC… in replaceChild()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
DRobolectricInternals.java10 @SuppressWarnings({"UnusedDeclaration"})
108 @SuppressWarnings({"UnusedDeclaration"})
117 @SuppressWarnings({"UnusedDeclaration"})
122 @SuppressWarnings({"UnusedDeclaration"})
127 @SuppressWarnings({"UnusedDeclaration"})
132 @SuppressWarnings({"UnusedDeclaration"})
137 @SuppressWarnings({"UnusedDeclaration"})
142 @SuppressWarnings({"UnusedDeclaration"})
147 @SuppressWarnings({"UnusedDeclaration"})
152 @SuppressWarnings({"UnusedDeclaration"})
[all …]
/external/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java59 @SuppressWarnings("unused") OneConstantEnum oneConstantOnly, in good()
61 @SuppressWarnings("unused") @Nullable NoConstantEnum noConstant) { in good()
106 @SuppressWarnings("unused") // Called by reflection
118 @SuppressWarnings("unused") // Called by reflection
153 public static Object bad(@SuppressWarnings("unused") String a) { in bad()
183 @SuppressWarnings("unused") in bad()
598 @SuppressWarnings("unused") // Called by reflection
719 GoodEquals(@SuppressWarnings("unused") NotInstantiable x) { in GoodEquals()
725 public GoodEquals(@SuppressWarnings("unused") NotInstantiable x, int b) { in GoodEquals()
731 @SuppressWarnings("unused")
[all …]
DNullPointerTesterTest.java70 @SuppressWarnings("unused") // used by reflection
383 @SuppressWarnings("unused") // used by reflection
624 @SuppressWarnings("unused") // for NullPointerTester
636 @SuppressWarnings("unused") // for NullPointerTester
649 @SuppressWarnings("unused") // for NullPointerTester
671 @SuppressWarnings("unused") // for NullPointerTester
681 @SuppressWarnings("unused") // for NullPointerTester
710 @SuppressWarnings("unused") // used by reflection
721 @SuppressWarnings("unused") // used by reflection
773 @SuppressWarnings("unused") // used by reflection
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DChapter2_3Test.java59 @SuppressWarnings("unchecked")
71 @SuppressWarnings("unchecked")
84 @SuppressWarnings("unchecked")
91 @SuppressWarnings("unchecked")
98 @SuppressWarnings("unchecked")
105 @SuppressWarnings("unchecked")
112 @SuppressWarnings("unchecked")
119 @SuppressWarnings("unchecked")
126 @SuppressWarnings("unchecked")
/external/caliper/caliper/src/test/java/com/google/caliper/memory/
DObjectGraphMeasurerTest.java37 @SuppressWarnings("unused") DummyEnum enumField = DummyEnum.VALUE;
47 @SuppressWarnings("unused") Class<?> clazz = Object.class;
57 @SuppressWarnings("unused") Object objectField = new Object();
79 @SuppressWarnings("unused") Object ref1 = object;
80 @SuppressWarnings("unused") Object ref2 = object;
90 @SuppressWarnings("unused") Object ref1 = object;
91 @SuppressWarnings("unused") Object ref2 = object;
108 @SuppressWarnings("unused") // unused test fields
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DModifiedSystemClassRuntimeTest.java110 @SuppressWarnings("unused")
116 @SuppressWarnings("unused")
121 @SuppressWarnings("unused")
126 @SuppressWarnings("unused")
132 @SuppressWarnings("unused")
138 @SuppressWarnings("unused")
144 @SuppressWarnings("unused")
149 @SuppressWarnings("unused")
/external/guice/core/test/com/google/inject/spi/
DToolStageInjectorTest.java126 @SuppressWarnings("unchecked")
128 @SuppressWarnings("unused") @Inject private static List list;
129 @SuppressWarnings("unused") @Inject private Set set;
130 @SuppressWarnings("unused") @Inject void method(Collection c) {} in method()
131 @SuppressWarnings("unused") @Inject static void staticMethod(Map map) {} in staticMethod()
138 @SuppressWarnings("unused") @Inject void method(M m) { this.m = m; } in method()
140 @SuppressWarnings("unused") @Inject static void staticMethod(SM sm) { Tooled.sm = sm; } in staticMethod()
151 @Toolable @SuppressWarnings("unused") @Inject void method(M m) { this.m = m; } in method()
153 … @Toolable @SuppressWarnings("unused") @Inject static void staticMethod(SM sm) { Tooled.sm = sm; } in staticMethod()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DMethodProbesVisitor.java48 @SuppressWarnings("unused")
74 @SuppressWarnings("unused")
92 @SuppressWarnings("unused")
119 @SuppressWarnings("unused")
145 @SuppressWarnings("unused")

12345678910>>...58