Home
last modified time | relevance | path

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

12

/cts/tests/tests/widget/src/android/widget/cts/
DTextView_SaveStateTest.java31 Parcel source = creatTestParcel(0, 0, true, "This is content"); in testToString() local
43 Parcel source = creatTestParcel(0, 0, true, "This is content"); in testWriteToParcel() local
58 Parcel source = Parcel.obtain(); in creatTestParcel() local
66 TextUtils.writeToParcel(textView.getText(), source, 0); in creatTestParcel() local
DRadioGroup_LayoutParamsTest.java94 MarginLayoutParams source = new MarginLayoutParams(10, 20); in testConstructor() local
DImageSwitcherTest.java151 InputStream source = null; in createSampleImage() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DBitmapDrawableTest.java95 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testAccessGravity() local
111 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetAntiAlias() local
124 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetFilterBitmap() local
137 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetDither() local
151 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testAccessTileMode() local
191 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testGetChangingConfigurations() local
210 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetAlpha() local
230 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetColorFilter() local
248 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testGetOpacity() local
263 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testGetConstantState() 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/util/src/android/provider/cts/
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/src/android/app/cts/
DIBinderParcelable.java25 public IBinderParcelable(IBinder source) { in IBinderParcelable()
49 private IBinderParcelable(Parcel source) { in IBinderParcelable()
/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/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
DEditable_FactoryTest.java30 CharSequence source = "abc"; in testNewEditable() local
DInputFilter_AllCapsTest.java29 CharSequence source = "Caps"; in testFilter() local
DInputFilter_LengthFilterTest.java28 CharSequence source; in testFilter() 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
DStaticLayoutLineBreakingTest.java99 private static StaticLayout getStaticLayout(CharSequence source, int width) { in getStaticLayout()
103 private static StaticLayout getStaticLayout(CharSequence source) { in getStaticLayout()
115 private static void layout(CharSequence source, int[] breaks) { in layout()
120 private static void layout(StaticLayout staticLayout, CharSequence source, int[] breaks) { in layout()
/cts/tools/dex-tools/test/dex/reader/
DLargeDexTests.java44 JavaSource source = new JavaSource(CLASS_NAME, b.toString()); in testManyFields() local
/cts/tools/signature-tools/test/signature/converter/
DConvertWildcardTest.java42 String source = in convertWildcardUpperBound() local
71 String source = in convertWildcardLowerBound() local
DConvertParameterizedTypeTest.java44 String source = in convertParameterizedType() 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.java75 public MockLayoutParams(LayoutParams source) { in MockLayoutParams()
/cts/tests/tests/text/src/android/text/method/cts/
DDigitsKeyListenerTest.java71 String source = "123456"; in testFilter1() local
117 String source = "-123456"; in testFilter2() local
181 String source = "123.456"; in testFilter3() local
247 String source = "-123.456"; in testFilter4() local
DNumberKeyListenerTest.java67 String source = "Android test"; in testFilter() local
/cts/tests/tests/text/src/android/text/style/cts/
DImageSpanTest.java78 String source = "cts test."; in testGetSource() local
/cts/tests/tests/sax/src/android/sax/cts/
DElementTest.java124 InputSource source = new InputSource(new StringReader(XMLFILE)); in testParse() local
/cts/tests/tests/text/src/android/text/format/cts/
DDateFormatTest.java89 String source = dateFormat.format(date); in testFormatMethods() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DMovieTest.java78 InputStream source = null; in writeSampleImage() local

12