Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 55) sorted by relevance

123

/cts/tests/tests/text/src/android/text/cts/
DAlteredCharSequenceTest.java42 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()
DBoringLayoutFallbackLineSpacingTest.java106 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()
DBoringLayoutTest.java312 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/
DMeshTest.kt55 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/
Dandroid_binder_cts_NativeService.cpp30 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/
DTagVerifierActivity.java115 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/
DREADME4 the native code, make NDK_BUILD variable to point the correct path in
/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DFrame.java54 Frame.make(
125 public static Frame make(float[] whitepoint, float adaptingLuminance, in make() method in Frame
/cts/tests/tests/security/src/android/security/cts/
DAmbiguousBundlesTest.java95 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/
DPocActivity.java39 PocAuthService.mAddAccountResponse = ambiguator.make(verifyBundle, testBundle); in onCreate()
/cts/
Drun_unit_tests.sh50 make ${BUILD_TARGETS} -j32
/cts/tests/tests/companion/multidevice/client/
Dproguard.flags21 # Allows proguard to make private and protected methods and fields public as
/cts/hostsidetests/theme/
DREADME50 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/
DExifInterfaceTest.java149 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/
DHardwareBufferTestService.cpp70 SpAIBinder binder = SharedRefBase::make<ServiceImpl>()->asBinder(); in makeNativeService()
/cts/tests/tests/media/common/
DAndroid.bp62 // 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/
DAndroid.bp16 // build/make/target/product/security/fsverity-release.x509.der
/cts/apps/NotesApp/
DREADME18 make -j32 CtsDefaultNotesApp && \
/cts/tests/tests/nativemedia/resourceobserver/src/
DResourceObserverNativeTest.cpp103 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/
DAndroid.bp37 // this test suite runs on sdk 29 as part of MTS, make sure it's compatible
/cts/apps/EmptyDeviceOwner/
DREADME18 make -j32 CtsEmptyDeviceOwner
/cts/apps/EmptyDeviceAdmin/
DREADME18 make -j32 CtsEmptyDeviceAdmin
/cts/tests/tests/wrap/wrap_nodebug/
DAndroid.bp46 // Jarjar to make WrapTest unique.
/cts/tests/tests/mediastress/jni/
DAndroid.bp31 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
/cts/tools/cts-tradefed/
DREADME44 Or else if you are working from the Android source tree and have run make cts,
78 make cts

123