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
2456
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/robolectric-shadows/processor/src/test/java/com/example/objects/
UniqueDummy.java
5
@
SuppressWarnings
("ClassCanBeStatic")
9
@
SuppressWarnings
("ClassCanBeStatic")
OuterDummy2.java
4
@
SuppressWarnings
("ClassCanBeStatic")
8
@
SuppressWarnings
("ClassCanBeStatic")
12
@
SuppressWarnings
(value = {"unused", "ClassCanBeStatic"})
OuterDummy.java
4
@
SuppressWarnings
("ClassCanBeStatic")
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_lit16/d/
T_div_int_lit16_13.java
21
@
SuppressWarnings
("ConstantOverflow")
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_lit8/d/
T_div_int_lit8_13.java
21
@
SuppressWarnings
("ConstantOverflow")
/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/caliper/caliper/src/main/java/com/google/caliper/api/
SkipThisScenarioException.java
26
@
SuppressWarnings
("serial")
/external/opencensus-java/api/src/main/java/io/opencensus/common/
Scope.java
33
@
SuppressWarnings
("deprecation")
/external/robolectric-shadows/processor/src/test/java/com/example/objects2/
OuterDummy.java
5
@
SuppressWarnings
("ClassCanBeStatic")
/external/volley/src/main/java/com/android/volley/
TimeoutError.java
20
@
SuppressWarnings
("serial")
/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)
/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
...]
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJException.java
34
@
SuppressWarnings
("checkstyle:JavadocType")
39
@
SuppressWarnings
("checkstyle:JavadocMethod")
44
@
SuppressWarnings
("checkstyle:JavadocMethod")
49
@
SuppressWarnings
("checkstyle:JavadocMethod")
54
@
SuppressWarnings
("checkstyle:JavadocMethod")
61
@
SuppressWarnings
("checkstyle:JavadocMethod")
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
InterfaceWithDuplicateMethods.java
28
@
SuppressWarnings
("AmbiguousMethodReference")
34
@
SuppressWarnings
("AmbiguousMethodReference")
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_int_lit16/d/
T_add_int_lit16_5.java
21
@
SuppressWarnings
("ConstantOverflow")
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_int_lit8/d/
T_add_int_lit8_5.java
21
@
SuppressWarnings
("ConstantOverflow")
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/
ChildModuleWithParameters.java
25
public ChildModuleWithParameters(@
SuppressWarnings
("unused") Object whatever) {}
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DummyParentClassForTests.java
9
@
SuppressWarnings
("unused")//I know, I know. We're doing nasty reflection hacks here...
Completed in 492 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>