Home
last modified time | relevance | path

Searched refs:sentinel (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
Dchecks.spec3 eglChooseConfig nullAllowed configs check configs config_size check num_config 1 sentinel attrib_li…
5 //STUB function: //eglCreateWindowSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
6 eglCreatePbufferSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
7 //unsupported: eglCreatePixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
11 //STUB function: eglCreatePbufferFromClientBuffer nullAllowed attrib_list sentinel attrib_list EGL_…
12 eglCreateContext sentinel attrib_list EGL_NONE
14 //unsupported: eglCreatePlatformPixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dream/
DMediaDreamSentinelTest.java76 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_complicationAddition() local
78 sentinel.start(); in testOnMediaDataLoaded_complicationAddition()
97 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataRemoved_complicationRemoval() local
99 sentinel.start(); in testOnMediaDataRemoved_complicationRemoval()
117 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_complicationRemoval() local
119 sentinel.start(); in testOnMediaDataLoaded_complicationRemoval()
142 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_mediaComplicationDisabled_doesNotAddComplication() local
145 sentinel.start(); in testOnMediaDataLoaded_mediaComplicationDisabled_doesNotAddComplication()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DPinInputViewModelTest.kt46 val sentinel = ClearAll() in <lambda>() constant
55 PinInputViewModel(listOf(sentinel, second, first)) in <lambda>()
159 val sentinel = subject.input[0] as ClearAll in <lambda>() constant
161 assertThat(subject.mostRecentClearAll()).isSameInstanceAs(sentinel) in <lambda>()
167 val sentinel = subject.input[0] as ClearAll in <lambda>() constant
169 assertThat(subject.mostRecentClearAll()).isSameInstanceAs(sentinel) in <lambda>()
/frameworks/base/tools/aapt2/
Dreadme.md67 - '@id/foo' resources are just sentinel values and do not actually need to resolve to anything.
80 contents and interprets them as a sentinel `id` type. This was added to support existing
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript308 // Place sentinel values around the *intPart paramter to modf to ensure that
/frameworks/base/core/java/android/content/res/
DAssetManager.java239 private AssetManager(boolean sentinel) { in AssetManager() argument