/cts/tests/tests/text/src/android/text/style/cts/ |
D | AlignmentSpan_StandardTest.java | 41 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
|
D | LeadingMarginSpan_StandardTest.java | 41 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
|
D | TabStopSpan_StandardTest.java | 42 Standard standard = new Standard(3); in testGetTabStop() local
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | ConnectivityDeviceInfo.java | 50 private static String wifiStandardToString(int standard) { in wifiStandardToString()
|
/cts/tests/videocodec/src/android/videocodec/cts/ |
D | VideoDecoderValidationTest.java | 61 long refCRC, int range, int standard, int transfer, String allTestParams) { in VideoDecoderValidationTest()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | DecoderColorAspectsTest.java | 68 int standard, int transferCurve, boolean canIgnoreColorBox, in DecoderColorAspectsTest()
|
D | DecodeGlAccuracyTest.java | 269 int standard, int transfer, boolean useHighBitDepth, boolean useYuvSampling, in DecodeGlAccuracyTest()
|
D | EncodeDecodeAccuracyTest.java | 184 int height, int frameRate, int bitRate, int range, int standard, int transfer, in getVideoEncoderCfgParams()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecDecoderTestBase.java | 421 public void validateColorAspects(int range, int standard, int transfer, boolean ignoreColorBox) in validateColorAspects() 437 validateColorAspects(mCodec.getOutputFormat(), range, standard, transfer); in validateColorAspects() local
|
D | EncoderConfigParams.java | 408 public Builder setStandard(int standard) { in setStandard()
|
D | CodecEncoderTestBase.java | 248 public static String colorStandardToString(int standard) { in colorStandardToString()
|
D | CodecTestBase.java | 1466 public void validateColorAspects(MediaFormat fmt, int range, int standard, int transfer) { in validateColorAspects()
|
/cts/tests/tests/media/common/src/android/media/cts/ |
D | NdkMediaCodec.java | 78 int standard, in AMediaCodecConfigure() 132 int standard = format.getInteger(MediaFormat.KEY_COLOR_STANDARD, -1); in configure() local
|
/cts/tests/tests/media/common/jni/ |
D | NdkMediaCodec-jni.cpp | 95 jint standard, in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure()
|