Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 72) sorted by relevance

123

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DBitmapDrawableTest.java96 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testAccessGravity() local
112 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetAntiAlias() local
125 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetFilterBitmap() local
138 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testIsFilterBitmap() local
154 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetDither() local
168 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testAccessTileMode() local
208 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testGetChangingConfigurations() local
227 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetAlpha() local
247 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetColorFilter() local
261 final InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetTint() local
[all …]
/cts/tools/signature-tools/test/signature/converter/util/
DCompilationUnit.java23 private String source; field in CompilationUnit
25 public CompilationUnit(String name, String source) { in CompilationUnit()
/cts/libs/deviceutil/src/android/cts/util/
DFileCopyHelper.java63 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()
DIBinderParcelable.java25 public IBinderParcelable(IBinder source) { in IBinderParcelable()
49 private IBinderParcelable(Parcel source) { in IBinderParcelable()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DFileCopyHelper.java63 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/tests/leanbackjank/src/android/cts/leanbackjank/
DCtsJankTestBase.java34 private void printIntValueWithKey(String source, Bundle metrics, String key, in printIntValueWithKey()
42 private void printDoubleValueWithKey(String source, Bundle metrics, String key, in printDoubleValueWithKey()
52 String source = String.format("%s#%s", getClass().getCanonicalName(), getName()); in afterTest() local
/cts/tests/tests/text/src/android/text/cts/
DAlteredCharSequenceTest.java31 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
DStaticLayoutLineBreakingTest.java98 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()
DEditable_FactoryTest.java30 CharSequence source = "abc"; in testNewEditable() local
DHtmlTest.java41 final String source = "<b>hello</b>"; in testSingleTagOnWhileString() local
63 final String source = "Hello <b>b<i>bi</b>i</i>"; in testBadHtml() local
81 final String source = "&copy; &gt; &lt"; in testSymbols() local
DInputFilter_LengthFilterTest.java28 CharSequence source; in testFilter() local
DInputFilter_AllCapsTest.java29 CharSequence source = "Caps"; in testFilter() local
/cts/tools/dex-tools/test/dex/reader/util/
DJavaSourceToDexUtil.java43 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/signature-tools/test/signature/converter/
DConvertWildcardTest.java42 String source = in convertWildcardUpperBound() local
71 String source = in convertWildcardLowerBound() local
/cts/tools/dex-tools/test/dex/reader/
DLargeDexTests.java44 JavaSource source = new JavaSource(CLASS_NAME, b.toString()); in testManyFields() local
/cts/tests/tests/view/src/android/view/cts/
DAbsSavedStateTest.java34 Parcel source = Parcel.obtain(); in testConstructor() local
70 public MockAbsSavedState(Parcel source) { in MockAbsSavedState()
DViewGroup_LayoutParamsTest.java74 public MockLayoutParams(LayoutParams source) { in MockLayoutParams()
/cts/suite/cts/deviceTests/jank2/src/android/cts/jank/
DCtsJankTestBase.java35 String source = String.format("%s#%s", getClass().getCanonicalName(), getName()); in afterTest() local
/cts/tests/tests/media/src/android/media/cts/
DCodecUtils.java110 public native static void copyFlexYUVImage(CodecImage target, CodecImage source); in copyFlexYUVImage()
112 public static void copyFlexYUVImage(Image target, CodecImage source) { in copyFlexYUVImage()
113 copyFlexYUVImage(ImageWrapper.createFromImage(target), source); in copyFlexYUVImage() local
115 public static void copyFlexYUVImage(Image target, Image source) { in copyFlexYUVImage()
DMediaMuxerTest.java58 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/method/cts/
DDigitsKeyListenerTest.java48 String source = "123456"; in testFilter1() local
105 String source = "-123456"; in testFilter2() local
203 String source = "123.456"; in testFilter3() local
282 String source = "-123.456"; in testFilter4() local
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DExternalStorageTest.java107 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/tests/tests/text/src/android/text/style/cts/
DImageSpanTest.java78 String source = "cts test."; in testGetSource() local
/cts/apps/CtsVerifier/src/android/support/wearable/view/
DBoxInsetLayout.java419 public LayoutParams(ViewGroup.LayoutParams source) { in LayoutParams()
423 public LayoutParams(ViewGroup.MarginLayoutParams source) { in LayoutParams()
427 public LayoutParams(FrameLayout.LayoutParams source) { in LayoutParams()
431 public LayoutParams(LayoutParams source) { in LayoutParams() method in BoxInsetLayout.LayoutParams
/cts/tests/tests/widget/src/android/widget/cts/
DRadioGroup_LayoutParamsTest.java94 MarginLayoutParams source = new MarginLayoutParams(10, 20); in testConstructor() local

123