/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/ |
D | JDiffClassDescriptionTest.java | 78 clz.setType(JDiffClassDescription.JDiffType.CLASS); in createNormalClass() 95 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testMissingClass() 241 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testInnerClass() 250 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testInnerInnerClass() 275 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testFinalClass() 318 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testAbstractClass() 328 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testRemovingAbstractFromAClass() 340 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testAddingAbstractToAClass() 358 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testAddingFinalToAMethodInAFinalClass() 370 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testRemovingFinalToAMethodInAFinalClass() [all …]
|
/cts/tools/signature-tools/src/signature/model/ |
D | Kind.java | 23 CLASS("class"), INTERFACE("interface"), ANNOTATION("@interface"), ENUM( enumConstant
|
/cts/tools/signature-tools/test/signature/converter/ |
D | ConvertClassTest.java | 73 assertEquals(Kind.CLASS, sigClass.getKind()); in convertClassClassTest() 117 assertEquals(Kind.CLASS, sigClass.getKind()); in convertAnnotationTest() 136 assertEquals(Kind.CLASS, sigClass.getKind()); in convertAnnotationOnFieldTest() 153 assertEquals(Kind.CLASS, sigClass.getKind()); in convertGenericClass0() 172 assertEquals(Kind.CLASS, sigClass.getKind()); in convertGenericClass00() 191 assertEquals(Kind.CLASS, sigClass.getKind()); in convertGenericClass1() 217 assertEquals(Kind.CLASS, sigClass.getKind()); in convertGenericClass2() 243 assertEquals(Kind.CLASS, sigClass.getKind()); in convertClassImplementsInterface0() 261 assertEquals(Kind.CLASS, sigClass.getKind()); in convertClassImplementsInterface1() 285 assertEquals(Kind.CLASS, sigClass.getKind()); in convertClassImplementsGenericInterface0() [all …]
|
/cts/tools/dex-tools/test/dex/reader/util/ |
D | MemoryByteCode.java | 35 Kind.CLASS); in MemoryByteCode()
|
/cts/tools/dasm/src/dasm/ |
D | sym.java | 34 static final int CLASS = 31; field in sym
|
D | ReservedWords.java | 71 reserved_words.put("class", new token(sym.CLASS));
|
D | parser.cup | 68 USING, IS, FROM, METHOD, SIGNATURE, REGS, FIELD, CLASS, 487 DINNER CLASS access:a inner_name:n inner_inner:i inner_outer:o SEP
|
/cts/tests/SignatureTest/src/android/tests/sigtest/ |
D | SimpleSignatureTest.java | 263 JDiffClassDescription.JDiffType.CLASS); in loadClassInfo()
|
D | SignatureTest.java | 238 JDiffClassDescription.JDiffType.CLASS); in loadClassInfo()
|
D | JDiffClassDescription.java | 51 INTERFACE, CLASS enumConstant
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
D | DexUtil.java | 234 return Kind.CLASS; in getKind()
|
/cts/tools/signature-tools/src/signature/converter/doclet/ |
D | DocletToSigConverter.java | 135 c.setKind(Kind.CLASS); in convertClass()
|
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/js/ |
D | jquery.js | 4212 CLASS: /\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/, 4358 CLASS: function( match, curLoop, inplace, result, not, isXML ) { 4685 CLASS: function( elem, match ) { 5002 } else if ( match[2] && Expr.find.CLASS && context.getElementsByClassName ) { 5144 Expr.find.CLASS = function( match, context, isXML ) { class in Expr.find
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 20129 …lt (value =Ljava/lang/annotation/Retention;:[value =Ljava/lang/annotation/RetentionPolicy;!CLASS] ) 20148 public static final java.lang.annotation.RetentionPolicy CLASS
|
D | classes.out.dex | 16149 public static final java.lang.String CLASS
|