Home
last modified time | relevance | path

Searched defs:standard (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/text/src/android/text/style/cts/
DAlignmentSpan_StandardTest.java41 Standard standard = new Standard(Alignment.ALIGN_NORMAL); in testConstructor() local
54 Standard standard = new Standard(Alignment.ALIGN_NORMAL); in testGetAlignment() local
66 Standard standard = new Standard(Alignment.ALIGN_NORMAL); in testDescribeContents() local
72 Standard standard = new Standard(Alignment.ALIGN_NORMAL); in testGetSpanTypeId() local
83 Standard standard = new Standard(p); in testWriteToParcel() local
94 Standard standard = new Standard(p); in testWriteToParcel() local
105 Standard standard = new Standard(p); in testWriteToParcel() local
DLeadingMarginSpan_StandardTest.java41 Standard standard = new Standard(10, 20); in testConstructor() local
57 Standard standard = new LeadingMarginSpan.Standard(first, rest); in testGetLeadingMargin() local
68 Standard standard = new LeadingMarginSpan.Standard(10); in testDrawLeadingMargin() local
74 Standard standard = new Standard(1); in testDescribeContents() local
80 Standard standard = new Standard(1); in testGetSpanTypeId() local
91 Standard standard = new Standard(p); in testWriteToParcel() local
103 Standard standard = new Standard(p); in testWriteToParcel() local
DTabStopSpan_StandardTest.java42 Standard standard = new Standard(3); in testGetTabStop() local
/cts/tests/media/src/android/mediav2/cts/
DDecoderColorAspectsTest.java46 int standard, int transferCurve, boolean canIgnoreColorBox) { in DecoderColorAspectsTest()
DEncoderColorAspectsTest.java63 int range, int standard, int transferCurve) { in EncoderColorAspectsTest()
DEncodeDecodeAccuracyTest.java111 int frameRate, int bitrate, int range, int standard, int transfer) { in EncodeDecodeAccuracyTest()
DCodecTestBase.java1070 void validateColorAspects(MediaFormat fmt, int range, int standard, int transfer) { in validateColorAspects()
1353 void validateColorAspects(String decoder, String parent, String name, int range, int standard, in validateColorAspects()
1373 validateColorAspects(mCodec.getOutputFormat(), range, standard, transfer); in validateColorAspects() local
/cts/tests/tests/media/src/android/media/cts/
DNdkMediaCodec.java74 int standard, in AMediaCodecConfigure()
127 int standard = format.getInteger(MediaFormat.KEY_COLOR_STANDARD, -1); in configure() local
/cts/tests/tests/media/libmediandkjni/
Dnative-media-jni.cpp1069 jint standard, in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure()