Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 61) sorted by relevance

123

/cts/tools/signature-tools/src/signature/model/impl/
DSigParameter.java28 private ITypeReference type; field in SigParameter
30 public SigParameter(ITypeReference type) { in SigParameter()
DSigAnnotation.java31 private IClassReference type; field in SigAnnotation
41 public void setType(IClassReference type) { in setType()
DSigField.java32 private ITypeReference type = Uninitialized.unset(); field in SigField
56 public void setType(ITypeReference type) { in setType()
DSigArrayType.java41 public static int hashCode(IArrayType type) { in hashCode()
63 public static String toString(IArrayType type) { in toString()
DSigParameterizedType.java65 public static int hashCode(IParameterizedType type) { in hashCode()
109 public static String toString(IParameterizedType type) { in toString()
DSigWildcardType.java50 public static int hashCode(IWildcardType type) { in hashCode()
/cts/tests/SignatureTest/src/android/tests/sigtest/
DResultObserver.java29 void notifyFailure(SignatureTestActivity.FAILURE_TYPE type, in notifyFailure()
/cts/tools/signature-tools/src/signature/io/html/
DExecutableMemberComparator.java72 private String getTypeName(ITypeReference type) { in getTypeName()
92 private String getTypeName(ITypeDefinition type) { in getTypeName()
/cts/tests/src/android/graphics/drawable/cts/
DDrawableTestUtils.java46 int type; in getAttributeSet() local
/cts/tools/signature-tools/test/signature/converter/
DConvertWildcardTest.java52 ITypeReference type = field.getType(); in convertWildcardUpperBound() local
81 ITypeReference type = field.getType(); in convertWildcardLowerBound() local
/cts/tools/signature-tools/src/signature/converter/
DMain.java34 String type = args[0]; in main() local
/cts/tests/src/android/widget/cts/
DWidgetTestUtils.java81 int type; in beginDocument() local
/cts/tools/host/src/com/android/cts/
DHostSideOnlyTest.java30 final String type, final String knownFailure, final int resCode) { in HostSideOnlyTest()
/cts/tests/tests/gesture/src/android/gesture/cts/
DGestureStorageAccessor.java50 void setSequenceType(int type); in setSequenceType()
DGestureLibraryTest.java81 public void setSequenceType(int type) { in setSequenceType()
/cts/tools/utils/
DCollectAllTests.java193 String type = iterator.next(); in main() local
200 TestClass type = iterator.next(); in main() local
215 int type = DEVICE_SIDE_ONLY; in getTestType() local
/cts/tests/tests/content/src/android/content/res/cts/
DAssetManagerTest.java188 int type; in beginDocument() local
/cts/tests/tests/widget/src/android/widget/cts/
DRadioGroup_LayoutParamsTest.java209 int type = 0; in getAttributeSet() local
DTableLayout_LayoutParamsTest.java197 int type; in getAttrs() local
/cts/tools/dasm/src/dasm/
DDasmCatchBuilder.java83 CstType type; in add() local
195 CstType type = keys.nextElement(); in build() local
/cts/tests/tests/text/src/android/text/cts/
DAlteredCharSequenceTest.java186 public <T> T[] getSpans(int start, int end, Class<T> type) { in getSpans()
190 public int nextSpanTransition(int start, int limit, Class type) { in nextSpanTransition()
/cts/tools/signature-tools/src/signature/compare/model/impl/
DSigDelta.java57 DeltaType type) { in getDeltas()
/cts/tools/spec-progress/src/
DSpecProgressDoclet.java183 int type; field in SpecProgressDoclet.Stats
214 public Stats(int type, String name, String link) { in Stats()
224 public void add(int type, int status, int comments) { in add()
263 public int getNumbersPerType(int type) { in getNumbersPerType()
270 public int getNumbersPerValue(int type) { in getNumbersPerValue()
537 private void processElement(PrintWriter printer, Doc doc, int type, Stats derived) { in processElement()
/cts/tools/signature-tools/src/signature/compare/model/subst/
DViewpointAdapter.java85 ITypeReference type = original; in substitutedTypeReference() local
/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java125 int type = n.getType(); in testAccessNetworkPreference() local

123