Searched refs:sentinel (Results 1 – 6 of 6) sorted by relevance
3 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_NONE6 eglCreatePbufferSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE7 //unsupported: eglCreatePixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE11 //STUB function: eglCreatePbufferFromClientBuffer nullAllowed attrib_list sentinel attrib_list EGL_…12 eglCreateContext sentinel attrib_list EGL_NONE14 //unsupported: eglCreatePlatformPixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
76 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_complicationAddition() local78 sentinel.start(); in testOnMediaDataLoaded_complicationAddition()97 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataRemoved_complicationRemoval() local99 sentinel.start(); in testOnMediaDataRemoved_complicationRemoval()117 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_complicationRemoval() local119 sentinel.start(); in testOnMediaDataLoaded_complicationRemoval()142 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_mediaComplicationDisabled_doesNotAddComplication() local145 sentinel.start(); in testOnMediaDataLoaded_mediaComplicationDisabled_doesNotAddComplication()
46 val sentinel = ClearAll() in <lambda>() constant55 PinInputViewModel(listOf(sentinel, second, first)) in <lambda>()159 val sentinel = subject.input[0] as ClearAll in <lambda>() constant161 assertThat(subject.mostRecentClearAll()).isSameInstanceAs(sentinel) in <lambda>()167 val sentinel = subject.input[0] as ClearAll in <lambda>() constant169 assertThat(subject.mostRecentClearAll()).isSameInstanceAs(sentinel) in <lambda>()
67 - '@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
308 // Place sentinel values around the *intPart paramter to modf to ensure that
239 private AssetManager(boolean sentinel) { in AssetManager() argument