Home
last modified time | relevance | path

Searched refs:ABSTRACT (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/net/src/android/net/cts/
DLocalSocketAddressTest.java29 assertEquals(Namespace.ABSTRACT, localSocketAddress.getNamespace()); in testNewLocalSocketAddressWithDefaultNamespace()
33 new LocalSocketAddress("name2", Namespace.ABSTRACT); in testNewLocalSocketAddressWithDefaultNamespace()
35 assertEquals(Namespace.ABSTRACT, localSocketAddress2.getNamespace()); in testNewLocalSocketAddressWithDefaultNamespace()
DLocalSocketAddress_NamespaceTest.java25 assertEquals(Namespace.ABSTRACT, Namespace.valueOf("ABSTRACT")); in testValueOf()
32 assertEquals(Namespace.ABSTRACT, expected[0]); in testValues()
/cts/tools/signature-tools/src/signature/model/
DModifier.java27 "volatile"), TRANSIENT("transient"), NATIVE("native"), ABSTRACT( enumConstant
/cts/tools/dasm/src/dasm/
Dsym.java36 static final int ABSTRACT = 39; field in sym
DReservedWords.java102 reserved_words.put("abstract", new token(sym.ABSTRACT));
Dparser.cup72 ABSTRACT, FINAL, INTERFACE, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC,
223 ABSTRACT {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_ABSTRACT; :}
/cts/tests/signature/src/android/signature/cts/
DJDiffClassDescription.java163 if ((modifiers & Modifier.ABSTRACT) != 0) { in convertModifersToModifierString()
499 method.mModifier |= Modifier.ABSTRACT; in checkMethodCompliance()
775 if (((apiModifier & Modifier.ABSTRACT) == 0) && in checkClassModifiersCompliance()
777 ((reflectionModifier & Modifier.ABSTRACT) != 0) && in checkClassModifiersCompliance()
784 reflectionModifier &= ~Modifier.ABSTRACT; in checkClassModifiersCompliance()
785 apiModifier &= ~Modifier.ABSTRACT; in checkClassModifiersCompliance()
DSignatureTest.java296 return value.equals("true") ? Modifier.ABSTRACT : 0; in modifierDescriptionToReflectedType()
/cts/tests/signature-tests/src/android/signature/cts/tests/
DJDiffClassDescriptionTest.java309 clz.setModifier(Modifier.PUBLIC | Modifier.STATIC | Modifier.ABSTRACT); in testInnerInterface()
320 clz.setModifier(Modifier.PUBLIC | Modifier.ABSTRACT); in testInterface()
388 clz.setModifier(Modifier.PUBLIC | Modifier.ABSTRACT); in testAbstractClass()
400 clz.setModifier(Modifier.PUBLIC | Modifier.ABSTRACT); in testRemovingAbstractFromAClass()
/cts/tools/signature-tools/src/signature/converter/doclet/
DDocletToSigConverter.java147 c.getModifiers().add(Modifier.ABSTRACT); in convertClass()
453 modifiers.add(Modifier.ABSTRACT); in convertExecutableMember()
611 modifiers.add(Modifier.ABSTRACT); in convertModifiers()
/cts/tools/signature-tools/src/signature/converter/dex/
DDexUtil.java155 modifiers.add(Modifier.ABSTRACT); in getModifier()
/cts/tools/signature-tools/src/signature/compare/
DApiComparator.java668 modifierCopy.remove(Modifier.ABSTRACT);
/cts/tools/dex-tools/dex/
Dclasses0.out.dex21047 public static final int ABSTRACT