Home
last modified time | relevance | path

Searched refs:STATIC (Results 1 – 23 of 23) sorted by relevance

/cts/tools/dasm/src/dasm/
Dsym.java82 static final int STATIC = 46; field in sym
DReservedWords.java93 reserved_words.put("static", new token(sym.STATIC));
Dparser.cup72 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/
DJDiffClassDescriptionTest.java155 "staticMethod", Modifier.STATIC | Modifier.PUBLIC, "void"); in testStaticMethod()
229 "STATIC_FIELD", "java.lang.String", Modifier.PUBLIC | Modifier.STATIC, VALUE); in testStaticField()
286 Modifier.PUBLIC | Modifier.FINAL | Modifier.STATIC , "\"\\u2708\""); in testFieldValue()
298 Modifier.PUBLIC | Modifier.FINAL | Modifier.STATIC , "\"✈\""); in testFieldValueChanged()
336 clz.setModifier(Modifier.PUBLIC | Modifier.STATIC | Modifier.ABSTRACT); in testInnerInterface()
/cts/tests/signature/src/android/signature/cts/
DCurrentApi.java154 return value.equals("true") ? Modifier.STATIC : 0; in modifierDescriptionToReflectedType()
DJDiffClassDescription.java192 if ((modifiers & Modifier.STATIC) != 0) { in convertModifersToModifierString()
729 boolean isStaticClass = ((mClass.getModifiers() & Modifier.STATIC) != 0); in findMatchingConstructor()
823 (apiField.mModifier & Modifier.STATIC) == 0) { in checkFieldValueCompliance()
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityRecordTest.java209 if ((field.getModifiers() & Modifier.STATIC) == 0) { in assertNoNewNonStaticFieldsAdded()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/
DT_sput_object_3.dfh177 // parsed: offset 397, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/
DT_sput_byte_3.dfh183 // parsed: offset 406, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/
DT_sget_wide_4.dfh188 // parsed: offset 411, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/
DT_sput_3.dfh183 // parsed: offset 391, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/d/
DT_sput_3.dfh183 // parsed: offset 391, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/d/
DT_sget_char_4.dfh188 // parsed: offset 411, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/d/
DT_sget_object_4.dfh186 // parsed: offset 413, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/d/
DT_sget_4.dfh188 // parsed: offset 396, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/
DT_sget_byte_4.dfh188 // parsed: offset 411, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/
DT_sget_short_4.dfh188 // parsed: offset 414, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/
DT_sput_boolean_3.dfh183 // parsed: offset 415, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/d/
DT_sput_char_3.dfh183 // parsed: offset 406, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/
DT_sput_short_3.dfh183 // parsed: offset 409, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/d/
DT_sget_boolean_4.dfh188 // parsed: offset 420, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/d/
DT_sput_wide_3.dfh183 // parsed: offset 410, len 1: access_flags: 0x000009 (PUBLIC STATIC)
/cts/tools/dex-tools/dex/
Dclasses0.out.dex21067 public static final int STATIC