Home
last modified time | relevance | path

Searched refs:fieldB (Results 1 – 16 of 16) sorted by relevance

/external/annotation-tools/scene-lib/test/annotations/tests/classfile/cases/
DTestFieldGeneric.jaif10 String fieldB
14 String fieldB
19 String fieldB
23 String fieldB
27 String fieldB
34 field s: @annotations.tests.classfile.foo.F(fieldA=1, fieldB="fi")
35 …field list: @annotations.tests.classfile.foo.G(fieldA=3, fieldB="three", fieldC={true, false}, fie…
36 field set: @annotations.tests.classfile.foo.E(fieldA=2, fieldB = "rh")
37 @annotations.tests.classfile.foo.F(fieldA = 1, fieldB = "if")
47 inner-type 3, 0 : @annotations.tests.classfile.foo.F(fieldA=1, fieldB="n")
[all …]
DTestTypecast.jaif10 String fieldB
18 typecast # 59 : @annotations.tests.classfile.foo.C(fieldA=3, fieldB="cast")
19 typecast # 70 : @annotations.tests.classfile.foo.C(fieldA=4, fieldB="cast")
22 inner-type 3, 0: @annotations.tests.classfile.foo.C(fieldA=0, fieldB="99")
25 inner-type 3, 0 : @annotations.tests.classfile.foo.C(fieldA=0, fieldB="110")
26 inner-type 3, 1 : @annotations.tests.classfile.foo.C(fieldA=1, fieldB="110")
27 inner-type 3, 1, 2, 0: @annotations.tests.classfile.foo.C(fieldA=10, fieldB="110")
DTestLocalVariableGenericArray.jaif10 String fieldB
24 inner-type 3, 0 : @annotations.tests.classfile.foo.C(fieldA=0,fieldB="String")
27 local 2 # 8 + 66 : @annotations.tests.classfile.foo.C(fieldA=0, fieldB="Boolean")
43 inner-type 3, 1 : @annotations.tests.classfile.foo.C(fieldA=1, fieldB="set of maps")
DTestMethodReceiver.jaif10 String fieldB
20 receiver : @annotations.tests.classfile.foo.C(fieldA=2, fieldB="rec")
DTestLocalVariable.jaif10 String fieldB
19 local 1 # 6 + 6 : @annotations.tests.classfile.foo.C(fieldA=166, fieldB="good")
DTestMethodReturnTypeGenericArray.jaif10 String fieldB
43 inner-type 3, 0, 3, 1 : @annotations.tests.classfile.foo.C(fieldA=01, fieldB="value of key")
DTestTypecastGenericArray.jaif10 String fieldB
23 inner-type 3, 0 : @annotations.tests.classfile.foo.C(fieldA=2,fieldB="")
DTestObjectCreation.jaif10 String fieldB
DTestTypeTest.jaif10 String fieldB
DTestObjectCreationGenericArray.jaif10 String fieldB
/external/annotation-tools/scene-lib/test/annotations/tests/classfile/
Dall-annotations.jaif12 String fieldB
17 String fieldB
23 String fieldB
28 String fieldB
33 String fieldB
/external/annotation-tools/scene-lib/test/annotations/tests/classfile/foo/
DC.java10 String fieldB(); in fieldB() method
DE.java9 /*@A*/ String fieldB(); in fieldB() method
DF.java9 /*@B(value="value from annotation @F")*/ String fieldB(); in fieldB() method
DD.java9 String fieldB(); in fieldB() method
DG.java9 String fieldB(); in fieldB() method