Home
last modified time | relevance | path

Searched refs:pre (Results 1 – 12 of 12) sorted by relevance

/cts/apps/CtsVerifier/
DAndroid.mk111 pre-installed-apps := \
119 pre-installed-instant-app := CtsVerifierInstantApp
128 $(pre-installed-apps) \
129 $(pre-installed-instant-app) \
138 cts-verifier: CtsVerifier adb $(pre-installed-apps) $(pre-installed-instant-app)
140 $(foreach app,$(pre-installed-apps), \
142 && adb install -r --instant $(call apk-location-for,$(pre-installed-instant-app)) \
/cts/apps/CtsVerifier/assets/report/
Dcompatibility_result.css148 white-space: pre-wrap; /* css-3 */
149 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
150 white-space: -pre-wrap; /* Opera 4-6 */
151 white-space: -o-pre-wrap; /* Opera 7 */
/cts/tests/framework/base/windowmanager/appPrereleaseSdk/fake-framework/
DAndroid.bp17 // A fake framework that mimics an older, pre-release SDK for the purposes of
18 // testing what happens when an app linked against a pre-release SDK is installed
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/
DREADME.txt4 Note: AccountCheckHostSideTest should pass even with a pre-existing ALLOWED account. Meaning, even
/cts/hostsidetests/devicepolicy/app/SimplePreMApp/
DAndroid.bp15 // This app is meant for testing device policy permission APIs on legacy apps (pre-M)
/cts/tests/tests/telephony3/
DAndroid.bp21 // the READ_PHONE_STATE permission targeting pre-Q.
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dluts_for_speedup_f32.rsh62 // A lookup table that pre-computes x coordinate of the intersection between a
Dlayered_filter_fast_f32.rscript458 // fuzzy is a result of accumulation and hence is pre-multiplied with alpha.
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DInsetDrawableTest.java424 InsetDrawable pre = (InsetDrawable) res.getDrawable(R.drawable.inset_mutate, null); in testMutate() local
429 assertEquals("Did not modify pre-mutate() instance", 255, pre.getDrawable().getAlpha()); in testMutate()
DAdaptiveIconDrawableTest.java302 …AdaptiveIconDrawable pre = (AdaptiveIconDrawable) res.getDrawable(R.drawable.adaptive_icon_drawabl… in testMutate() local
307 assertEquals("Did not modify pre-mutate() instance", 0, pre.getBounds().width()); in testMutate()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rscript385 … // patches, this can be optimized to avoid re-applying the pre-demosaic steps for each pixel,
/cts/tests/tests/media/src/android/media/cts/
D.goutputstream-9KZYJZ543 // TODO: add more dynamic checking, e.g., buffering shall not exceed pre-set mark.