| /cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
| D | BitmapDrawableTest.java | 97 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testAccessGravity() local 113 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetAntiAlias() local 126 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetFilterBitmap() local 139 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetDither() local 153 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testAccessTileMode() local 193 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testGetChangingConfigurations() local 212 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetAlpha() local 232 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetColorFilter() local 246 final InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetTint() local 262 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testGetOpacity() local [all …]
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| D | TextView_SaveStateTest.java | 31 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
|
| D | RadioGroup_LayoutParamsTest.java | 94 MarginLayoutParams source = new MarginLayoutParams(10, 20); in testConstructor() local
|
| /cts/tools/signature-tools/test/signature/converter/util/ |
| D | CompilationUnit.java | 23 private String source; field in CompilationUnit 25 public CompilationUnit(String name, String source) { in CompilationUnit()
|
| /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/tests/text/src/android/text/cts/ |
| 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 | HtmlTest.java | 41 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 = "© > <"; in testSymbols() 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/signature-tools/test/signature/converter/ |
| D | ConvertWildcardTest.java | 42 String source = in convertWildcardUpperBound() local 71 String source = in convertWildcardLowerBound() local
|
| /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()
|
| D | ViewGroup_LayoutParamsTest.java | 75 public MockLayoutParams(LayoutParams source) { in MockLayoutParams()
|
| /cts/tests/tests/text/src/android/text/method/cts/ |
| D | DigitsKeyListenerTest.java | 48 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/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
| D | DeqpTestRunner.java | 237 ByteArrayInputStreamSource source in handleEndTestCase() local 241 + mCurrentTestId.getTestName(), LogDataType.XML, source); in handleEndTestCase() local 290 ByteArrayInputStreamSource source in handleTestCaseTerminate() local 294 + mCurrentTestId.getTestName(), LogDataType.XML, source); in handleTestCaseTerminate() local 497 ByteArrayInputStreamSource source in run() local 501 + mCurrentTestId.getTestName(), LogDataType.XML, source); in run() 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/android/support/wearable/view/ |
| D | BoxInsetLayout.java | 389 public LayoutParams(ViewGroup.LayoutParams source) { in LayoutParams() 393 public LayoutParams(ViewGroup.MarginLayoutParams source) { in LayoutParams() 397 public LayoutParams(FrameLayout.LayoutParams source) { in LayoutParams() 401 public LayoutParams(LayoutParams source) { in LayoutParams() method in BoxInsetLayout.LayoutParams
|
| /cts/tests/tests/media/src/android/media/cts/ |
| 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/sax/src/android/sax/cts/ |
| D | ElementTest.java | 124 InputSource source = new InputSource(new StringReader(XMLFILE)); in testParse() local
|
| /cts/suite/cts/deviceTests/opengl/jni/primitive/shaderperf/ |
| D | ShaderPerfRenderer.cpp | 81 static int charCopy(const char* source, char* dest, int destStart) { in charCopy()
|