/cts/tests/tests/text/src/android/text/cts/ |
D | AlteredCharSequenceTest.java | 42 mAlteredCharSequence = AlteredCharSequence.make("abcdefgh", new char[] {'i', 's'}, 0, 2); in testCharAt() 53 mAlteredCharSequence = AlteredCharSequence.make("abcdefgh", new char[] {'i', 's'}, 0, 2); in testCharAtTooLow() 60 mAlteredCharSequence = AlteredCharSequence.make("abcdefgh", new char[] {'i', 's'}, 0, 2); in testCharAtTooHigh() 72 mAlteredCharSequence = AlteredCharSequence.make(SOURCE_STR, sub, 0, sub.length); in testGetChars() 104 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length); in testLength() 114 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length); in testMake() 120 mAlteredCharSequence = AlteredCharSequence.make(spanned, sub, 0, sub.length); in testMake() 132 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length); in testSubSequence() 147 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length); in testToString()
|
D | BoringLayoutFallbackLineSpacingTest.java | 106 BoringLayout layout = BoringLayout.make( in testFallbackSpacing_Layout() 114 BoringLayout includePadLayout = BoringLayout.make( in testFallbackSpacing_Layout() 125 BoringLayout fallbackLayout = BoringLayout.make( in testFallbackSpacing_Layout() 133 BoringLayout includePadFallbackLayout = BoringLayout.make( in testFallbackSpacing_Layout()
|
D | BoringLayoutTest.java | 312 BoringLayout boringLayout = BoringLayout.make(DEFAULT_CHAR_SEQUENCE, in testMake() 322 boringLayout = BoringLayout.make(DEFAULT_CHAR_SEQUENCE, in testMake() 337 BoringLayout boringLayout = BoringLayout.make(DEFAULT_CHAR_SEQUENCE, in testDraw() 353 boringLayout = BoringLayout.make(DEFAULT_CHAR_SEQUENCE, in testDraw() 448 final Layout layoutWithString = BoringLayout.make( in assertSameDrawOutput() 456 final Layout layoutWithPrecomputed = BoringLayout.make( in assertSameDrawOutput() 562 BoringLayout bl = BoringLayout.make("hello, world", new TextPaint(), in testSetGetUseFallbackLineSpacing_True() 594 BoringLayout bl = BoringLayout.make("hello, world", new TextPaint(), in testSetGetUseFallbackLineSpacing_False()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | MeshTest.kt | 55 MeshSpecification.make( in <lambda>() 71 MeshSpecification.make( in <lambda>() 86 MeshSpecification.make( in <lambda>() 95 MeshSpecification.make( in <lambda>() 103 MeshSpecification.make( in <lambda>() 112 MeshSpecification.make( in <lambda>() 122 MeshSpecification.make( in <lambda>() 144 MeshSpecification.make( in <lambda>() 152 MeshSpecification.make( in <lambda>() 163 MeshSpecification.make( in <lambda>() [all …]
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | android_binder_cts_NativeService.cpp | 30 SpAIBinder binder = SharedRefBase::make<MyTest>()->asBinder(); in Java_android_binder_cts_NativeService_getBinder_1native() 33 std::shared_ptr<MyTest> ext = SharedRefBase::make<MyTest>(); in Java_android_binder_cts_NativeService_getBinder_1native()
|
/cts/tests/tests/nfc/src/android/nfc/cts/interactive/ |
D | TagVerifierActivity.java | 115 Snackbar.make(mRootView, getResources().getString(R.string.nfc_wrong_tag_title), in handleWriteStep() 151 Snackbar.make(mRootView, getResources().getString(stringResId), in onPostExecute() 181 Snackbar.make(mRootView, getResources().getString(R.string.nfc_reading_tag_error), in onPostExecute()
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/ |
D | README | 4 the native code, make NDK_BUILD variable to point the correct path in
|
/cts/tests/tests/graphics/src/android/graphics/cts/utils/ |
D | Frame.java | 54 Frame.make( 125 public static Frame make(float[] whitepoint, float adaptingLuminance, in make() method in Frame
|
/cts/tests/tests/security/src/android/security/cts/ |
D | AmbiguousBundlesTest.java | 95 public Bundle make(Bundle preReSerialize, Bundle postReSerialize) throws Exception { in test_android_CVE_2020_0082() 198 public Bundle make(Bundle preReSerialize, Bundle postReSerialize) throws Exception { in test_android_CVE_2017_13310() 307 public Bundle make(Bundle preReSerialize, Bundle postReSerialize) throws Exception { in test_android_CVE_2018_9339() 386 public Bundle make(Bundle preReSerialize, Bundle postReSerialize) throws Exception { in test_android_CVE_2017_0806() 450 public Bundle make(Bundle preReSerialize, Bundle postReSerialize) throws Exception { in test_android_CVE_2017_13311() 545 public Bundle make(Bundle preReSerialize, Bundle postReSerialize) throws Exception { in test_android_CVE_2017_13287() 608 public Bundle make(Bundle preReSerialize, Bundle postReSerialize) { in test_lazyValueNegativeLength() 697 bundle = ambiguator.make(verifyMe, useMe); in testAmbiguator() 751 abstract public Bundle make(Bundle preReSerialize, Bundle postReSerialize) throws Exception; in make() method in AmbiguousBundlesTest.Ambiguator
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/ |
D | PocActivity.java | 39 PocAuthService.mAddAccountResponse = ambiguator.make(verifyBundle, testBundle); in onCreate()
|
/cts/ |
D | run_unit_tests.sh | 50 make ${BUILD_TARGETS} -j32
|
/cts/tests/tests/companion/multidevice/client/ |
D | proguard.flags | 21 # Allows proguard to make private and protected methods and fields public as
|
/cts/hostsidetests/theme/ |
D | README | 50 source build/envsetup.sh && lunch sdk_x86_64-eng && make cts -j32 77 lunch sdk_phone_x86_64-userdebug && make -j32 && make cts -j32 96 1. If you have not already built the CTS tests, run an initial make: 98 make cts -j32
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | ExifInterfaceTest.java | 149 public final String make; field in ExifInterfaceTest.ExpectedValue 209 make = getString(typedArray, index++); in ExpectedValue() 355 String make = exifInterface.getAttribute(ExifInterface.TAG_MAKE); in compareWithExpectedValue() local 356 assertEquals(expectedValue.hasMake, make != null); in compareWithExpectedValue() 365 assertEquals(expectedValue.make, make.trim()); in compareWithExpectedValue() 372 assertStringTag(exifInterface, ExifInterface.TAG_MAKE, expectedValue.make); in compareWithExpectedValue() 516 assertEquals(expectedValue.make, makeString.trim()); in testExifInterfaceRange() 635 String make = exifInterface.getAttribute(ExifInterface.TAG_MAKE); in writeToFilesWithoutExif() local 636 assertEquals("abc", make); in writeToFilesWithoutExif()
|
/cts/tests/tests/hardware/jni/ |
D | HardwareBufferTestService.cpp | 70 SpAIBinder binder = SharedRefBase::make<ServiceImpl>()->asBinder(); in makeNativeService()
|
/cts/tests/tests/media/common/ |
D | Android.bp | 62 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible 95 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestAppPrebuilt/ |
D | Android.bp | 16 // build/make/target/product/security/fsverity-release.x509.der
|
/cts/apps/NotesApp/ |
D | README | 18 make -j32 CtsDefaultNotesApp && \
|
/cts/tests/tests/nativemedia/resourceobserver/src/ |
D | ResourceObserverNativeTest.cpp | 103 std::shared_ptr<ResourceObserver> observer = ::ndk::SharedRefBase::make<ResourceObserver>(); in testResourceObserver() 163 std::shared_ptr<ResourceObserver> observer = ::ndk::SharedRefBase::make<ResourceObserver>(); in TEST_F()
|
/cts/tools/cts-device-info/jni/ |
D | Android.bp | 37 // this test suite runs on sdk 29 as part of MTS, make sure it's compatible
|
/cts/apps/EmptyDeviceOwner/ |
D | README | 18 make -j32 CtsEmptyDeviceOwner
|
/cts/apps/EmptyDeviceAdmin/ |
D | README | 18 make -j32 CtsEmptyDeviceAdmin
|
/cts/tests/tests/wrap/wrap_nodebug/ |
D | Android.bp | 46 // Jarjar to make WrapTest unique.
|
/cts/tests/tests/mediastress/jni/ |
D | Android.bp | 31 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/cts/tools/cts-tradefed/ |
D | README | 44 Or else if you are working from the Android source tree and have run make cts, 78 make cts
|