OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuppressWarnings
(Results
1 - 25
of
809
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/signature-tools/src/signature/
UsageException.java
23
@
SuppressWarnings
("serial")
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/
TestStubs.java
20
@
SuppressWarnings
("unused")
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/
TestStubs.java
20
@
SuppressWarnings
("unused")
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/
TestStubs.java
20
@
SuppressWarnings
("unused")
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/
TestStubs.java
20
@
SuppressWarnings
("unused")
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/
TTestClass.java
21
@
SuppressWarnings
("unused")
/external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
ServiceFinalClass.java
27
@
SuppressWarnings
("nls")
ServiceMoreThanOne.java
27
@
SuppressWarnings
("nls")
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
Token.java
5
@
SuppressWarnings
("nls")
17
public void setText(@
SuppressWarnings
("hiding") String text)
27
public void setLine(@
SuppressWarnings
("hiding") int line)
37
public void setPos(@
SuppressWarnings
("hiding") int pos)
49
void removeChild(@
SuppressWarnings
("unused") Node child)
55
void replaceChild(@
SuppressWarnings
("unused") Node oldChild, @
SuppressWarnings
("unused") Node newChild)
ANoopCommand.java
7
@
SuppressWarnings
("nls")
34
void removeChild(@
SuppressWarnings
("unused") Node child)
41
void replaceChild(@
SuppressWarnings
("unused") Node oldChild, @
SuppressWarnings
("unused") Node newChild)
ANoopExpression.java
7
@
SuppressWarnings
("nls")
34
void removeChild(@
SuppressWarnings
("unused") Node child)
41
void replaceChild(@
SuppressWarnings
("unused") Node oldChild, @
SuppressWarnings
("unused") Node newChild)
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
TokenIndex.java
13
public void caseTData(@
SuppressWarnings
("unused") TData node)
19
public void caseTComment(@
SuppressWarnings
("unused") TComment node)
25
public void caseTVar(@
SuppressWarnings
("unused") TVar node)
31
public void caseTLvar(@
SuppressWarnings
("unused") TLvar node)
37
public void caseTEvar(@
SuppressWarnings
("unused") TEvar node)
43
public void caseTUvar(@
SuppressWarnings
("unused") TUvar node)
49
public void caseTSet(@
SuppressWarnings
("unused") TSet node)
55
public void caseTIf(@
SuppressWarnings
("unused") TIf node)
61
public void caseTElseIf(@
SuppressWarnings
("unused") TElseIf node)
67
public void caseTElse(@
SuppressWarnings
("unused") TElse node
[
all
...]
Parser.java
14
@
SuppressWarnings
("nls")
34
public Parser(@
SuppressWarnings
("hiding") Lexer lexer)
39
@
SuppressWarnings
({"unchecked","unused"})
103
@
SuppressWarnings
("unchecked")
872
@
SuppressWarnings
("unchecked")
875
@
SuppressWarnings
("hiding") ArrayList nodeList = new ArrayList();
889
@
SuppressWarnings
("unchecked")
892
@
SuppressWarnings
("hiding") ArrayList nodeList = new ArrayList();
894
@
SuppressWarnings
("unused") ArrayList nodeArrayList1 = pop();
903
@
SuppressWarnings
("unchecked"
[
all
...]
ParserException.java
7
@
SuppressWarnings
("serial")
12
public ParserException(@
SuppressWarnings
("hiding") Token token, String message)
State.java
12
State(@
SuppressWarnings
("hiding") int state, @
SuppressWarnings
("hiding") ArrayList nodes)
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
ResponseTooLargeException.java
13
@
SuppressWarnings
("serial")
/external/hamcrest/src/org/hamcrest/
Matcher.java
20
@
SuppressWarnings
({"unused", "UnusedDeclaration"})
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java
8
@
SuppressWarnings
("nls")
21
@
SuppressWarnings
("unused")
27
public Lexer(@
SuppressWarnings
("hiding") PushbackReader in)
69
@
SuppressWarnings
("hiding") int[][][] gotoTable = Lexer.gotoTable[this.state.id()];
70
@
SuppressWarnings
("hiding") int[] accept = Lexer.accept[this.state.id()];
160
@
SuppressWarnings
("hiding") Token token = new0(
175
@
SuppressWarnings
("hiding") Token token = new1(
190
@
SuppressWarnings
("hiding") Token token = new2(
204
@
SuppressWarnings
("hiding") Token token = new3(
218
@
SuppressWarnings
("hiding") Token token = new4
[
all
...]
LexerException.java
5
@
SuppressWarnings
("serial")
/external/easymock/src/org/easymock/internal/
EqualsMatcher.java
20
@
SuppressWarnings
("deprecation")
ILegacyMatcherMethods.java
22
@
SuppressWarnings
("deprecation")
25
@
SuppressWarnings
("deprecation")
/external/guava/guava-gwt/src/com/google/common/base/
GwtSerializationDependencies.java
32
@
SuppressWarnings
("serial")
/cts/tests/tests/telephony/src/android/telephony/gsm/cts/
SmsMessage_MessageClassTest.java
23
@
SuppressWarnings
("deprecation")
/development/tools/mkstubs/tests/data/
TestBaseClass.java
39
@
SuppressWarnings
("unused")
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTestResource.java
27
@
SuppressWarnings
("nls")
Completed in 1436 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>