/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/src/com/android/compatibility/common/util/ |
D | FileCopyHelper.java | 63 InputStream source = mContext.getResources().openRawResource(resId); in copy() local 71 InputStream source = mContext.getResources().openRawResource(resId); in copyToExternalStorage() local 76 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/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | FileCopyHelper.java | 63 InputStream source = mContext.getResources().openRawResource(resId); in copy() local 71 InputStream source = mContext.getResources().openRawResource(resId); in copyToExternalStorage() local 76 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 | HtmlTest.java | 56 final String source = "<b>hello</b>"; in testSingleTagOnWhileString() local 79 final String source = "Hello <b>b<i>bi</b>i</i>"; in testBadHtml() local 98 final String source = "© > <"; in testSymbols() local 395 String source = String.format("Hello <%s>struck</%s> world", tag, tag); in testMarkupFromHtml() local 415 String source = String.format("<%s style=\"text-align:start\">TEXT</%s>" in testTextAlignCssFromHtml() local 458 String source = "<blockquote>BLOCKQUOTE</blockquote>" in testBlockLevelElementsFromHtml() local 481 String source = "CITRUS FRUITS:<ul><li>LEMON</li><li>LIME</li><li>ORANGE</li></ul>"; in testListFromHtml() local 504 String source = "<p>Line 1</p><p>Line 2</p>"; in testParagraphFromHtml() local 533 String source = "<h1>Heading 1</h1><h1>Heading 2</h1>"; in testHeadingFromHtml() local
|
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 | 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
|
D | InputFilter_LengthFilterTest.java | 37 CharSequence source; in testFilter() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ColorSpaceTest.java | 412 float[] source = { 0.75f, 0.5f, 0.25f }; in testRGBtoXYZ() local 431 float[] source = { 0.3012f, 0.2679f, 0.0840f }; in testXYZtoRGB() local 477 float[] source = { 1.0f, 0.5f, 0.0f }; in testConnector() local 518 float[] source = new float[] { 1.0f, 0.0f, 0.0f }; in testAdaptedConnector() local 536 float[] source = { 0.9f, 0.9f, 0.9f }; in testAdaptedConnectorWithRenderIntent() local 566 float[] source = new float[] { 0.11112f, 0.22227f, 0.444448f }; in testIdentityConnector() local 580 float[] source = { 1.0f, 0.0f, 0.0f }; in testConnectorTransformIdentity() local 626 float[] source = { 0.6f, 0.9f, 0.7f }; in testImplicitSRGBConnector() local 637 float[] source = { 100.0f, 0.0f, 0.0f }; in testLab() local 677 float[] source = { 0.32f, 0.43f, 0.54f }; in testXYZ() local [all …]
|
/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()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | HdmiCecClientWrapper.java | 117 public void sendCecMessage(LogicalAddress source, CecOperand message) throws Exception { in sendCecMessage() 125 public void sendCecMessage(LogicalAddress source, LogicalAddress destination, in sendCecMessage() 134 public void sendCecMessage(LogicalAddress source, LogicalAddress destination, in sendCecMessage() 146 public void sendUserControlPressAndRelease(LogicalAddress source, LogicalAddress destination, in sendUserControlPressAndRelease() 161 public void sendUserControlPress(LogicalAddress source, LogicalAddress destination, in sendUserControlPress() 190 LogicalAddress source, LogicalAddress destination, in sendUserControlInterruptedPressAndHold() 234 public List<CecOperand> getAllMessages(LogicalAddress source, int duration) throws Exception { in getAllMessages()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | EnvironmentTest.java | 63 final String source = fields[0]; in testNoAtime() local 83 final String source = fields[0]; in testHidePid2() local
|
/cts/tests/tests/media/src/android/media/cts/ |
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()
|
D | MediaMuxerTest.java | 66 int source = R.raw.video_176x144_3gp_h263_300kbps_25fps_aac_stereo_128kbps_11025hz; in testVideoAudio() local 73 int source = R.raw.video_176x144_h264_408kbps_30fps_352x288_h264_122kbps_30fps; in testDualVideoTrack() local 80 int source = R.raw.audio_aac_mono_70kbs_44100hz_aac_mono_70kbs_44100hz; in testDualAudioTrack() local 87 int source = R.raw.video_h264_30fps_video_h264_30fps_aac_44100hz_aac_44100hz; in testDualVideoAndAudioTrack() local 102 int source = in testVideoAudioMedatadataWithNonCompliantMetadataTrack() local 118 int source = in testVideoAudioMedatadataWithCompliantMetadataTrack() local 129 int source = R.raw.sinesweepm4a; in testAudioOnly() local 139 int source = R.raw.video_only_176x144_3gp_h263_25fps; in testVideoOnly() local 146 int source = R.raw.video_480x360_webm_vp9_333kbps_25fps_vorbis_stereo_128kbps_48000hz; in testWebmOutput() local 153 int source = R.raw.video_176x144_3gp_h263_300kbps_12fps_aac_stereo_128kbps_22050hz; in testThreegppOutput() local
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
D | ExternalStorageTest.java | 107 final Uri source = Uri.parse("http://www.example.com"); in testDownloadManager() local 125 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
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13253/ |
D | poc.cpp | 67 ICrypto::SourceBuffer source = { .mSharedMemory = sourceMemory, in main() local
|
/cts/tests/tests/hardware/res/raw/ |
D | asus_gamepad_keyeventtests.json | 8 "source": "KEYBOARD | GAMEPAD", string 21 "source": "KEYBOARD | GAMEPAD", string 34 "source": "KEYBOARD | GAMEPAD", string 47 "source": "KEYBOARD | GAMEPAD", string 60 "source": "KEYBOARD | GAMEPAD", string 73 "source": "KEYBOARD | GAMEPAD", string 86 "source": "KEYBOARD | GAMEPAD", string 99 "source": "KEYBOARD | GAMEPAD", string 112 "source": "KEYBOARD | GAMEPAD", string 125 "source": "KEYBOARD | GAMEPAD", string
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | BoxInsetLayout.java | 417 public LayoutParams(ViewGroup.LayoutParams source) { in LayoutParams() 421 public LayoutParams(ViewGroup.MarginLayoutParams source) { in LayoutParams() 425 public LayoutParams(FrameLayout.LayoutParams source) { in LayoutParams() 429 public LayoutParams(LayoutParams source) { in LayoutParams() method in BoxInsetLayout.LayoutParams
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | ImageSpanTest.java | 103 String source = "cts test."; in testGetSource() local
|