Searched refs:STATIC (Results 1 – 23 of 23) sorted by relevance
/cts/tools/dasm/src/dasm/ |
D | sym.java | 82 static final int STATIC = 46; field in sym
|
D | ReservedWords.java | 93 reserved_words.put("static", new token(sym.STATIC));
|
D | parser.cup | 72 ABSTRACT, FINAL, INTERFACE, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC, 209 STATIC {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_STATIC; :}
|
/cts/tests/signature/tests/src/android/signature/cts/tests/ |
D | JDiffClassDescriptionTest.java | 153 "staticMethod", Modifier.STATIC | Modifier.PUBLIC, "void"); in testStaticMethod() 227 "STATIC_FIELD", "java.lang.String", Modifier.PUBLIC | Modifier.STATIC); in testStaticField() 309 clz.setModifier(Modifier.PUBLIC | Modifier.STATIC | Modifier.ABSTRACT); in testInnerInterface()
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
D | AccessibilityRecordTest.java | 209 if ((field.getModifiers() & Modifier.STATIC) == 0) { in assertNoNewNonStaticFieldsAdded()
|
/cts/tests/signature/src/android/signature/cts/ |
D | JDiffClassDescription.java | 171 if ((modifiers & Modifier.STATIC) != 0) { in convertModifersToModifierString() 699 boolean isStaticClass = ((mClass.getModifiers() & Modifier.STATIC) != 0); in findMatchingConstructor()
|
D | SignatureTest.java | 302 return value.equals("true") ? Modifier.STATIC : 0; in modifierDescriptionToReflectedType()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/ |
D | T_sput_object_3.dfh | 177 // parsed: offset 397, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/ |
D | T_sput_3.dfh | 183 // parsed: offset 391, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/ |
D | T_sput_boolean_3.dfh | 183 // parsed: offset 415, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/ |
D | T_sget_short_4.dfh | 188 // parsed: offset 414, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/ |
D | T_sget_wide_4.dfh | 188 // parsed: offset 411, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/d/ |
D | T_sput_char_3.dfh | 183 // parsed: offset 406, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/d/ |
D | T_sput_3.dfh | 183 // parsed: offset 391, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/d/ |
D | T_sget_4.dfh | 188 // parsed: offset 396, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/ |
D | T_sget_byte_4.dfh | 188 // parsed: offset 411, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/d/ |
D | T_sget_object_4.dfh | 186 // parsed: offset 413, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/d/ |
D | T_sput_wide_3.dfh | 183 // parsed: offset 410, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/ |
D | T_sput_short_3.dfh | 183 // parsed: offset 409, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/ |
D | T_sput_byte_3.dfh | 183 // parsed: offset 406, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/d/ |
D | T_sget_boolean_4.dfh | 188 // parsed: offset 420, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/d/ |
D | T_sget_char_4.dfh | 188 // parsed: offset 411, len 1: access_flags: 0x000009 (PUBLIC STATIC)
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 21067 public static final int STATIC
|