/cts/tests/signature/tests/src/android/signature/cts/tests/ |
D | ApiComplianceCheckerTest.java | 69 new JDiffClassDescription.JDiffConstructor("NormalClass", Modifier.PUBLIC); in testSimpleConstructor() 119 Modifier.STATIC | Modifier.PUBLIC, "void"); in testStaticMethod() 129 Modifier.SYNCHRONIZED | Modifier.PUBLIC, "void"); in testSyncMethod() 167 JDiffClassDescription.JDiffMethod method = method("throwsMethod", Modifier.PUBLIC, "void"); in testThrowsMethod() 179 Modifier.PUBLIC | Modifier.NATIVE, "void"); in testNativeMethod() 189 "FINAL_FIELD", "java.lang.String", Modifier.PUBLIC | Modifier.FINAL, VALUE); in testFinalField() 199 "STATIC_FIELD", "java.lang.String", Modifier.PUBLIC | Modifier.STATIC, VALUE); in testStaticField() 209 "VOLATILE_FIELD", "java.lang.String", Modifier.PUBLIC | Modifier.VOLATILE, VALUE); in testVolatileFiled() 220 Modifier.PUBLIC | Modifier.TRANSIENT, VALUE); in testTransientField() 262 Modifier.PUBLIC | Modifier.FINAL | Modifier.STATIC, "\"\\u2708\""); in testFieldValue() [all …]
|
D | AnnotationCheckerTest.java | 45 clz.getShortClassName(), Modifier.PUBLIC); in addConstructor() 55 clz.addMethod(method(name, Modifier.PUBLIC, "void")); in addPublicVoidMethod() 60 name, "boolean", Modifier.PUBLIC, VALUE); in addPublicBooleanField()
|
D | AbstractApiCheckerTest.java | 51 clz.setModifier(Modifier.PUBLIC); in createClass() 83 clz.setModifier(Modifier.PUBLIC | Modifier.ABSTRACT); in createInterface()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/ |
D | T_sput_object_3.dfh | 98 // access_flags: 0x000001 (PUBLIC) 177 // parsed: offset 397, len 1: access_flags: 0x000009 (PUBLIC STATIC) 184 // parsed: offset 399, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 192 // parsed: offset 405, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/signature-tools/src/signature/converter/doclet/ |
D | DocletFactory.java | 71 case PUBLIC: in getRootDoc() 72 accessModifier |= com.sun.tools.javac.code.Flags.PUBLIC; // 0x1 in getRootDoc()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/d/ |
D | T_iput_3.dfh | 102 // access_flags: 0x000001 (PUBLIC) 184 // parsed: offset 391, len 1: access_flags: 0x000001 (PUBLIC) 190 // parsed: offset 393, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 198 // parsed: offset 399, len 1: access_flags: 0x000001 (PUBLIC)
|
D | T_sput_3.dfh | 102 // access_flags: 0x000001 (PUBLIC) 183 // parsed: offset 391, len 1: access_flags: 0x000009 (PUBLIC STATIC) 190 // parsed: offset 393, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 198 // parsed: offset 399, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/ |
D | T_sget_short_4.dfh | 107 // access_flags: 0x000001 (PUBLIC) 188 // parsed: offset 414, len 1: access_flags: 0x000009 (PUBLIC STATIC) 195 // parsed: offset 416, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 203 // parsed: offset 422, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_byte/d/ |
D | T_iput_byte_3.dfh | 102 // access_flags: 0x000001 (PUBLIC) 184 // parsed: offset 406, len 1: access_flags: 0x000001 (PUBLIC) 190 // parsed: offset 408, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 198 // parsed: offset 414, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_object/d/ |
D | T_iput_object_3.dfh | 98 // access_flags: 0x000001 (PUBLIC) 178 // parsed: offset 397, len 1: access_flags: 0x000001 (PUBLIC) 184 // parsed: offset 399, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 192 // parsed: offset 405, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_object/d/ |
D | T_iget_object_4.dfh | 105 // access_flags: 0x000001 (PUBLIC) 187 // parsed: offset 413, len 1: access_flags: 0x000001 (PUBLIC) 193 // parsed: offset 415, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 201 // parsed: offset 421, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/ |
D | T_sput_boolean_3.dfh | 102 // access_flags: 0x000001 (PUBLIC) 183 // parsed: offset 415, len 1: access_flags: 0x000009 (PUBLIC STATIC) 190 // parsed: offset 417, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 198 // parsed: offset 423, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/d/ |
D | T_sget_boolean_4.dfh | 107 // access_flags: 0x000001 (PUBLIC) 188 // parsed: offset 420, len 1: access_flags: 0x000009 (PUBLIC STATIC) 195 // parsed: offset 422, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 203 // parsed: offset 428, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/d/ |
D | T_sput_wide_3.dfh | 102 // access_flags: 0x000001 (PUBLIC) 183 // parsed: offset 410, len 1: access_flags: 0x000009 (PUBLIC STATIC) 190 // parsed: offset 412, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 198 // parsed: offset 418, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_byte/d/ |
D | T_iget_byte_4.dfh | 107 // access_flags: 0x000001 (PUBLIC) 189 // parsed: offset 411, len 1: access_flags: 0x000001 (PUBLIC) 195 // parsed: offset 413, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 203 // parsed: offset 419, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_wide/d/ |
D | T_iget_wide_4.dfh | 107 // access_flags: 0x000001 (PUBLIC) 189 // parsed: offset 411, len 1: access_flags: 0x000001 (PUBLIC) 195 // parsed: offset 413, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 203 // parsed: offset 419, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/ |
D | T_sput_short_3.dfh | 102 // access_flags: 0x000001 (PUBLIC) 183 // parsed: offset 409, len 1: access_flags: 0x000009 (PUBLIC STATIC) 190 // parsed: offset 411, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 198 // parsed: offset 417, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_boolean/d/ |
D | T_iput_boolean_3.dfh | 102 // access_flags: 0x000001 (PUBLIC) 184 // parsed: offset 415, len 1: access_flags: 0x000001 (PUBLIC) 190 // parsed: offset 417, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 198 // parsed: offset 423, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_wide/d/ |
D | T_iput_wide_3.dfh | 102 // access_flags: 0x000001 (PUBLIC) 184 // parsed: offset 410, len 1: access_flags: 0x000001 (PUBLIC) 190 // parsed: offset 412, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 198 // parsed: offset 418, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_short/d/ |
D | T_iput_short_3.dfh | 102 // access_flags: 0x000001 (PUBLIC) 184 // parsed: offset 409, len 1: access_flags: 0x000001 (PUBLIC) 190 // parsed: offset 411, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 198 // parsed: offset 417, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/ |
D | T_sget_wide_4.dfh | 107 // access_flags: 0x000001 (PUBLIC) 188 // parsed: offset 411, len 1: access_flags: 0x000009 (PUBLIC STATIC) 195 // parsed: offset 413, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 203 // parsed: offset 419, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/ |
D | T_sput_3.dfh | 102 // access_flags: 0x000001 (PUBLIC) 183 // parsed: offset 391, len 1: access_flags: 0x000009 (PUBLIC STATIC) 190 // parsed: offset 393, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 198 // parsed: offset 399, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/ |
D | T_sget_byte_4.dfh | 107 // access_flags: 0x000001 (PUBLIC) 188 // parsed: offset 411, len 1: access_flags: 0x000009 (PUBLIC STATIC) 195 // parsed: offset 413, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 203 // parsed: offset 419, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/d/ |
D | T_sget_char_4.dfh | 107 // access_flags: 0x000001 (PUBLIC) 188 // parsed: offset 411, len 1: access_flags: 0x000009 (PUBLIC STATIC) 195 // parsed: offset 413, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 203 // parsed: offset 419, len 1: access_flags: 0x000001 (PUBLIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_char/d/ |
D | T_iget_char_4.dfh | 107 // access_flags: 0x000001 (PUBLIC) 189 // parsed: offset 411, len 1: access_flags: 0x000001 (PUBLIC) 195 // parsed: offset 413, len 3: access_flags: 0x010001 (PUBLIC CONSTRUCTOR) 203 // parsed: offset 419, len 1: access_flags: 0x000001 (PUBLIC)
|