/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | BitmapDrawableTest.java | 112 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testAccessGravity() local 128 Bitmap source = BitmapFactory.decodeResource(mContext.getResources(), R.raw.testimage); in testAccessMipMap() local 139 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetAntiAlias() local 152 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetFilterBitmap() local 165 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testIsFilterBitmap() local 181 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetDither() local 195 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testAccessTileMode() local 235 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testGetChangingConfigurations() local 254 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetAlpha() local 274 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetColorFilter() local [all …]
|
/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()
|
/cts/libs/deviceutil/src/android/cts/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/leanbackjank/src/android/leanbackjank/cts/ |
D | CtsJankTestBase.java | 36 private void printIntValueWithKey(String source, Bundle metrics, String key, in printIntValueWithKey() 44 private void printDoubleValueWithKey(String source, Bundle metrics, String key, in printDoubleValueWithKey() 54 String source = String.format("%s#%s", getClass().getCanonicalName(), getName()); in afterTest() local
|
/cts/tests/tests/text/src/android/text/cts/ |
D | HtmlTest.java | 49 final String source = "<b>hello</b>"; in testSingleTagOnWhileString() local 71 final String source = "Hello <b>b<i>bi</b>i</i>"; in testBadHtml() local 89 final String source = "© > <"; in testSymbols() local 360 String source = String.format("Hello <%s>struck</%s> world", tag, tag); in testMarkupFromHtml() local 379 String source = String.format("<%s style=\"text-align:start\">TEXT</%s>" in testTextAlignCssFromHtml() local 421 String source = "<blockquote>BLOCKQUOTE</blockquote>" in testBlockLevelElementsFromHtml() local 443 String source = "CITRUS FRUITS:<ul><li>LEMON</li><li>LIME</li><li>ORANGE</li></ul>"; in testListFromHtml() local 465 String source = "<p>Line 1</p><p>Line 2</p>"; in testParagraphFromHtml() local 493 String source = "<h1>Heading 1</h1><h1>Heading 2</h1>"; in testHeadingFromHtml() local
|
D | AlteredCharSequenceTest.java | 31 CharSequence source = "abcdefgh"; in testCharAt() local 90 CharSequence source = SOURCE_STR; in testLength() local 102 CharSequence source = SOURCE_STR; in testMake() local 120 CharSequence source = SOURCE_STR; in testSubSequence() local 135 CharSequence source = SOURCE_STR; in testToString() local
|
D | StaticLayoutLineBreakingTest.java | 98 private static StaticLayout getStaticLayout(CharSequence source, int width) { in getStaticLayout() 102 private static int[] getBreaks(CharSequence source) { in getBreaks() 106 private static int[] getBreaks(CharSequence source, int width) { in getBreaks() 116 private static void debugLayout(CharSequence source, StaticLayout staticLayout) { in debugLayout() 130 private static void layout(CharSequence source, int[] breaks) { in layout() 134 private static void layout(CharSequence source, int[] breaks, int width) { in layout() 160 private static void layoutMaxLines(CharSequence source, int[] breaks, int maxLines) { in layoutMaxLines()
|
D | Editable_FactoryTest.java | 30 CharSequence source = "abc"; in testNewEditable() local
|
D | InputFilter_LengthFilterTest.java | 28 CharSequence source; in testFilter() local
|
D | InputFilter_AllCapsTest.java | 29 CharSequence source = "Caps"; in testFilter() local
|
/cts/tools/dex-tools/test/dex/reader/util/ |
D | JavaSourceToDexUtil.java | 43 public dex.structure.DexFile getFrom(JavaSource source) throws IOException{ in getFrom() 47 public dex.structure.DexFile getFrom(JavaSource... source) throws IOException{ in getFrom() 86 public Set<MemoryByteCode> compileToByteCode(Set<JavaSource> source) { in compileToByteCode()
|
/cts/tools/dex-tools/test/dex/reader/ |
D | LargeDexTests.java | 44 JavaSource source = new JavaSource(CLASS_NAME, b.toString()); in testManyFields() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | AbsSavedStateTest.java | 34 Parcel source = Parcel.obtain(); in testConstructor() local 70 public MockAbsSavedState(Parcel source) { in MockAbsSavedState()
|
/cts/tests/jank/src/android/jank/cts/ |
D | CtsJankTestBase.java | 36 String source = String.format("%s#%s", getClass().getCanonicalName(), getName()); in afterTest() local
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | DigitsKeyListenerTest.java | 57 String source = "123456"; in testFilter1() local 114 String source = "-123456"; in testFilter2() local 212 String source = "123.456"; in testFilter3() local 291 String source = "-123.456"; in testFilter4() 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 126 final Uri source = Uri.parse("http://www.example.com"); in testDownloadManagerPackage() local
|
/cts/hostsidetests/services/windowmanager/dndsourceapp/src/android/wm/cts/dndsourceapp/ |
D | DragSource.java | 71 final View source = findViewById(R.id.drag_source); in setUpDragSource() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | CodecUtils.java | 118 public native static void copyFlexYUVImage(CodecImage target, CodecImage source); in copyFlexYUVImage() 120 public static void copyFlexYUVImage(Image target, CodecImage source) { in copyFlexYUVImage() 121 copyFlexYUVImage(ImageWrapper.createFromImage(target), source); in copyFlexYUVImage() local 123 public static void copyFlexYUVImage(Image target, Image source) { in copyFlexYUVImage()
|
D | AudioRecordingConfigurationTest.java | 216 MyAudioRecordingCallback(int session, int source) { in MyAudioRecordingCallback() 236 private static boolean verifyAudioConfig(int source, int session, AudioFormat format, in verifyAudioConfig()
|
D | MediaMuxerTest.java | 58 int source = R.raw.video_176x144_3gp_h263_300kbps_25fps_aac_stereo_128kbps_11025hz; in testVideoAudio() local 68 int source = R.raw.sinesweepm4a; in testAudioOnly() local 78 int source = R.raw.video_only_176x144_3gp_h263_25fps; in testVideoOnly() local
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | ImageSpanTest.java | 78 String source = "cts test."; in testGetSource() local
|
/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/widget/src/android/widget/cts/ |
D | RadioGroup_LayoutParamsTest.java | 94 MarginLayoutParams source = new MarginLayoutParams(10, 20); in testConstructor() local
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | ReportLog.java | 64 Metric(String source, String message, double value, ResultType type, ResultUnit unit) { in Metric() 79 Metric(String source, String message, double[] values, ResultType type, ResultUnit unit) { in Metric() 143 String source = parser.getAttributeValue(null, SOURCE_ATTR); in parse() local 184 public void addValues(String source, String message, double[] values, ResultType type, in addValues() 199 public void addValue(String source, String message, double value, ResultType type, in addValue()
|