/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | BitmapDrawableTest.java | 125 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testAccessGravity() local 142 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testBitmapDrawableOpticalInset() local 159 Bitmap source = BitmapFactory.decodeResource(mContext.getResources(), R.raw.testimage); in testAccessMipMap() local 171 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetAntiAlias() local 185 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetFilterBitmap() local 199 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testIsFilterBitmap() local 216 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetDither() local 231 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testAccessTileMode() local 272 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testGetChangingConfigurations() local 286 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetAlpha() local [all …]
|
/cts/libs/deviceutillegacy/src/com/android/compatibility/common/util/ |
D | SynchronousPixelCopy.java | 41 public int request(Surface source, Bitmap dest) { in request() 48 public int request(Surface source, Rect srcRect, Bitmap dest) { in request() 55 public int request(SurfaceView source, Bitmap dest) { in request() 62 public int request(SurfaceView source, Rect srcRect, Bitmap dest) { in request() 69 public int request(Window source, Bitmap dest) { in request() 76 public int request(Window source, Rect srcRect, Bitmap dest) { in request()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | FileCopyHelper.java | 64 InputStream source = mContext.getResources().openRawResource(resId); in copy() local 72 InputStream source = new FileInputStream(res); in copyToExternalStorage() local 78 InputStream source = mContext.getResources().openRawResource(resId); in copyToExternalStorage() local 83 private void copyFile(InputStream source, OutputStream target) throws IOException { in copyFile()
|
D | IBinderParcelable.java | 25 public IBinderParcelable(IBinder source) { in IBinderParcelable() 49 private IBinderParcelable(Parcel source) { in IBinderParcelable()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | InputFilter_AllCapsTest.java | 45 CharSequence source = "Caps"; in testFilter() local 92 final String source = "i"; in testFilter_turkish() local 103 final String source = "Lj"; // U+01C8 LATIN CAPITAL LETTER L WITH SMALL LETTER J in testFilter_titlecase() local 117 final SpannableString source = new SpannableString(lowerString); in testFilter_greekWithSpans() local
|
D | HtmlTest.java | 60 final String source = "<b>hello</b>"; in testSingleTagOnWhileString() local 83 final String source = "Hello <b>b<i>bi</b>i</i>"; in testBadHtml() local 102 final String source = "© > <"; in testSymbols() local 453 String source = String.format("Hello <%s>struck</%s> world", tag, tag); in testMarkupFromHtml() local 473 String source = String.format("<%s style=\"text-align:start\">TEXT</%s>" in testTextAlignCssFromHtml() local 516 String source = "<blockquote>BLOCKQUOTE</blockquote>" in testBlockLevelElementsFromHtml() local 539 String source = "CITRUS FRUITS:<ul><li>LEMON</li><li>LIME</li><li>ORANGE</li></ul>"; in testListFromHtml() local 562 String source = "<p>Line 1</p><p>Line 2</p>"; in testParagraphFromHtml() local 591 String source = "<h1>Heading 1</h1><h1>Heading 2</h1>"; in testHeadingFromHtml() local
|
D | StaticLayoutLineBreakingTest.java | 79 private static StaticLayout getStaticLayout(CharSequence source, int width, in getStaticLayout() 89 private static int[] getBreaks(CharSequence source) { in getBreaks() 93 private static int[] getBreaks(CharSequence source, int width, int breakStrategy) { in getBreaks() 103 private static void debugLayout(CharSequence source, StaticLayout staticLayout) { in debugLayout() 117 private static void layout(CharSequence source, int[] breaks) { in layout() 121 private static void layout(CharSequence source, int[] breaks, int width) { in layout() 151 private static void layoutMaxLines(CharSequence source, int[] breaks, int maxLines) { in layoutMaxLines()
|
D | AlteredCharSequenceTest.java | 101 CharSequence source = SOURCE_STR; in testLength() local 113 CharSequence source = SOURCE_STR; in testMake() local 131 CharSequence source = SOURCE_STR; in testSubSequence() local 146 CharSequence source = SOURCE_STR; in testToString() local
|
D | Editable_FactoryTest.java | 39 CharSequence source = "abc"; in testNewEditable() local
|
/cts/tests/leanbackjank/src/android/leanbackjank/cts/ |
D | CtsJankTestBase.java | 37 private void printIntValueWithKey(String source, Bundle metrics, String key, in printIntValueWithKey() 45 private void printDoubleValueWithKey(String source, Bundle metrics, String key, in printDoubleValueWithKey() 60 String source = String.format("%s#%s", getClass().getCanonicalName(), getName()); in afterTest() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | AbsSavedStateTest.java | 65 Parcel source = Parcel.obtain(); in testConstructor() local 134 AbsSavedStateImpl(Parcel source) { in AbsSavedStateImpl() 138 AbsSavedStateImpl(Parcel source, ClassLoader loader) { in AbsSavedStateImpl()
|
D | ViewReceiveContentTest.java | 227 private static ContentInfo sampleUriPayload(int source, String ... mimeTypes) { in sampleUriPayload() 234 private static ContentInfo contentEq(ClipData clip, int source, int flags) { in contentEq() 243 private ContentInfoArgumentMatcher(ClipData clip, int source, int flags) { in ContentInfoArgumentMatcher()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ColorSpaceTest.java | 414 float[] source = { 0.75f, 0.5f, 0.25f }; in testRGBtoXYZ() local 433 float[] source = { 0.3012f, 0.2679f, 0.0840f }; in testXYZtoRGB() local 479 float[] source = { 1.0f, 0.5f, 0.0f }; in testConnector() local 520 float[] source = new float[] { 1.0f, 0.0f, 0.0f }; in testAdaptedConnector() local 538 float[] source = { 0.9f, 0.9f, 0.9f }; in testAdaptedConnectorWithRenderIntent() local 568 float[] source = new float[] { 0.11112f, 0.22227f, 0.444448f }; in testIdentityConnector() local 582 float[] source = { 1.0f, 0.0f, 0.0f }; in testConnectorTransformIdentity() local 628 float[] source = { 0.6f, 0.9f, 0.7f }; in testImplicitSRGBConnector() local 639 float[] source = { 100.0f, 0.0f, 0.0f }; in testLab() local 679 float[] source = { 0.32f, 0.43f, 0.54f }; in testXYZ() local [all …]
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | HdmiCecClientWrapper.java | 186 public void sendCecMessage(LogicalAddress source, CecOperand message) throws Exception { in sendCecMessage() 194 public void sendCecMessage(LogicalAddress source, CecOperand message, String params) in sendCecMessage() 203 public void sendCecMessage(LogicalAddress source, LogicalAddress destination, in sendCecMessage() 212 public void broadcastActiveSource(LogicalAddress source) throws Exception { in broadcastActiveSource() 225 public void broadcastActiveSource(LogicalAddress source, int physicalAddressOfActiveDevice) in broadcastActiveSource() 239 public void broadcastReportPhysicalAddress(LogicalAddress source) throws Exception { in broadcastReportPhysicalAddress() 255 public void broadcastReportPhysicalAddress(LogicalAddress source, int physicalAddressToReport) in broadcastReportPhysicalAddress() 272 public void sendCecMessage(LogicalAddress source, LogicalAddress destination, in sendCecMessage() 286 public void sendUserControlPressAndRelease(LogicalAddress source, int keycode, boolean holdKey) in sendUserControlPressAndRelease() 295 public void sendUserControlPressAndRelease(LogicalAddress source, LogicalAddress destination, in sendUserControlPressAndRelease() [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaMuxerTest.java | 78 final String source = "video_176x144_3gp_h263_300kbps_25fps_aac_stereo_128kbps_11025hz.3gp"; in SKIP_testVideoAudio() local 87 final String source = "video_176x144_h264_408kbps_30fps_352x288_h264_122kbps_30fps.mp4"; in SKIP_testDualVideoTrack() local 127 final String source = in SKIP_testVideoAudioMedatadataWithNonCompliantMetadataTrack() local 146 final String source = in SKIP_testVideoAudioMedatadataWithCompliantMetadataTrack() local 158 final String source = "sinesweepm4a.m4a"; in SKIP_testAudioOnly() local 169 final String source = "video_only_176x144_3gp_h263_25fps.mp4"; in SKIP_testVideoOnly() local 176 final String source = in testWebmOutput() local 185 final String source = "video_176x144_3gp_h263_300kbps_12fps_aac_stereo_128kbps_22050hz.3gp"; in SKIP_testThreegppOutput() local 324 final String source = "video_h264_main_b_frames.mp4"; in testSimulateAudioBVideoFramesDropIssues() local 345 final String source = "video_480x360_mp4_h264_bframes_495kbps_30fps_editlist.mp4"; in SKIP_testAllTimestampsBVideoOnly() local [all …]
|
D | CodecUtils.java | 123 public native static void copyFlexYUVImage(CodecImage target, CodecImage source); in copyFlexYUVImage() 125 public static void copyFlexYUVImage(Image target, CodecImage source) { in copyFlexYUVImage() 126 copyFlexYUVImage(ImageWrapper.createFromImage(target), source); in copyFlexYUVImage() local 128 public static void copyFlexYUVImage(Image target, Image source) { in copyFlexYUVImage()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2044/ |
D | poc.cpp | 40 sp<APacketSource> source = new APacketSource(desc, 1); in main() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | AnimatedImageDrawableTest.kt | 53 val source = ImageDecoder.createSource(getAssets(), in <lambda>() constant 56 decoder, info, source -> in <lambda>() method 84 val source = ImageDecoder.createSource(getAssets(), TEST_FILE) in <lambda>() constant 168 decoder, info, source -> in <lambda>() method 178 decoder, info, source -> in <lambda>() method
|
/cts/apps/CtsVerifier/jni/megaaudio/player/ |
D | Player.h | 26 Player(AudioSource* source, int32_t subtype) : OboeStream(subtype), mAudioSource(source) {} in Player()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | EnvironmentTest.java | 65 final String source = fields[0]; in testNoAtime() local 85 final String source = fields[0]; in testHidePid2() local
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/ |
D | HdmiCecPowerStatusTest.java | 192 LogicalAddress source = hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_TV) in cect_hf4_6_8_userControlPressed_powerOn() local 230 LogicalAddress source = hasDeviceType(HdmiCecConstants.CEC_DEVICE_TYPE_TV) in cect_hf4_6_10_userControlPressed_powerOff() local
|
/cts/tests/tests/hardware/res/raw/ |
D | google_atvreferenceremote_keyeventtests.json | 8 "source": "KEYBOARD | DPAD", string 20 "source": "KEYBOARD | DPAD", string 32 "source": "KEYBOARD | DPAD", string 44 "source": "KEYBOARD | DPAD", string 56 "source": "KEYBOARD | DPAD", string 68 "source": "KEYBOARD | DPAD", string 80 "source": "KEYBOARD | DPAD", string 92 "source": "KEYBOARD | DPAD", string 104 "source": "KEYBOARD | DPAD", string 116 "source": "KEYBOARD | DPAD", string [all …]
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | ProviderInfoListTest.java | 47 final ProviderInfoList source = ProviderInfoList.fromList(providers); in testApplicationInfoSquashed() local
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
D | ExternalStorageTest.java | 111 final Uri source = Uri.parse("http://www.example.com"); in testDownloadManager() local 129 final Uri source = Uri.parse("http://www.example.com"); in testDownloadManagerPackage() local
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | DigitsKeyListenerTest.java | 84 String source = "123456"; in testFilter1() local 142 String source = "-123456"; in testFilter2() local 241 String source = "123.456"; in testFilter3() local 321 String source = "-123.456"; in testFilter4() local 430 String source = "-\u06F1\u06F2\u06F3\u066B\u06F4\u06F5\u06F6"; in testFilter4_internationalized() local
|