/cts/tests/tests/text/src/android/text/style/cts/ |
D | LeadingMarginSpan_StandardTest.java | 41 Standard standard = new Standard(10, 20); in testConstructor() local 44 standard.writeToParcel(p, 0); in testConstructor() 57 Standard standard = new LeadingMarginSpan.Standard(first, rest); in testGetLeadingMargin() local 58 assertEquals(first, standard.getLeadingMargin(true)); in testGetLeadingMargin() 59 assertEquals(rest, standard.getLeadingMargin(false)); in testGetLeadingMargin() 61 standard = new LeadingMarginSpan.Standard(-1); in testGetLeadingMargin() 62 assertEquals(-1, standard.getLeadingMargin(true)); in testGetLeadingMargin() 63 assertEquals(-1, standard.getLeadingMargin(false)); in testGetLeadingMargin() 68 Standard standard = new LeadingMarginSpan.Standard(10); in testDrawLeadingMargin() local 69 standard.drawLeadingMargin(null, null, 0, 0, 0, 0, 0, null, 0, 0, false, null); in testDrawLeadingMargin() [all …]
|
D | AlignmentSpan_StandardTest.java | 41 Standard standard = new Standard(Alignment.ALIGN_NORMAL); in testConstructor() local 44 standard.writeToParcel(p, 0); in testConstructor() 54 Standard standard = new Standard(Alignment.ALIGN_NORMAL); in testGetAlignment() local 55 assertEquals(Alignment.ALIGN_NORMAL, standard.getAlignment()); in testGetAlignment() 57 standard = new Standard(Alignment.ALIGN_OPPOSITE); in testGetAlignment() 58 assertEquals(Alignment.ALIGN_OPPOSITE, standard.getAlignment()); in testGetAlignment() 60 standard = new Standard(Alignment.ALIGN_CENTER); in testGetAlignment() 61 assertEquals(Alignment.ALIGN_CENTER, standard.getAlignment()); in testGetAlignment() 66 Standard standard = new Standard(Alignment.ALIGN_NORMAL); in testDescribeContents() local 67 standard.describeContents(); in testDescribeContents() [all …]
|
D | TabStopSpan_StandardTest.java | 42 Standard standard = new Standard(3); in testGetTabStop() local 43 assertEquals(3, standard.getTabStop()); in testGetTabStop() 45 standard = new Standard(-4); in testGetTabStop() 46 assertEquals(-4, standard.getTabStop()); in testGetTabStop()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | EncoderColorAspectsTest.java | 63 int range, int standard, int transferCurve) { in EncoderColorAspectsTest() argument 66 mStandard = standard; in EncoderColorAspectsTest() 126 for (int standard : standards) { in input() 129 .add(new Object[]{mime, 176, 144, range, standard, transfer}); in input()
|
D | DecoderColorAspectsTest.java | 46 int standard, int transferCurve, boolean canIgnoreColorBox) { in DecoderColorAspectsTest() argument 49 mColorStandard = standard; in DecoderColorAspectsTest()
|
D | EncodeDecodeAccuracyTest.java | 111 int frameRate, int bitrate, int range, int standard, int transfer) { in EncodeDecodeAccuracyTest() argument 120 mStandard = standard; in EncodeDecodeAccuracyTest()
|
D | CodecTestBase.java | 1070 void validateColorAspects(MediaFormat fmt, int range, int standard, int transfer) { in validateColorAspects() argument 1077 if (standard > UNSPECIFIED) { in validateColorAspects() 1078 assertEquals("color standard mismatch ", standard, colorStandard); in validateColorAspects() 1350 void validateColorAspects(String decoder, String parent, String name, int range, int standard, in validateColorAspects() argument 1370 validateColorAspects(mCodec.getOutputFormat(), range, standard, transfer); in validateColorAspects() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | NdkMediaCodec.java | 74 int standard, in AMediaCodecConfigure() argument 127 int standard = format.getInteger(MediaFormat.KEY_COLOR_STANDARD, -1); in configure() local 166 standard, in configure()
|
/cts/tests/tests/tv/src/android/media/tv/tuner/cts/ |
D | TunerTest.java | 1031 int standard = getFirstCapable(dvbsCaps.getStandardCapability()); 1037 .setStandard(standard)
|
/cts/tests/tests/media/libmediandkjni/ |
D | native-media-jni.cpp | 1069 jint standard, in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure() argument 1102 range, standard, transfer}; in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure()
|
/cts/apps/CtsVerifier/ |
D | NOTICE.txt | 924 a de-facto standard. To achieve this, non-free programs must be 1428 a de-facto standard. To achieve this, non-free programs must be 10671 a de-facto standard. To achieve this, non-free programs must be
|