Home
last modified time | relevance | path

Searched refs:sentinel (Results 1 – 8 of 8) 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/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyRepeatedField.java352 SentinelOuterClass.Sentinel sentinel = SentinelOuterClass.Sentinel.getDefaultInstance(); in defaultValue() local
356 value = sentinel.getDefaultInt32(); in defaultValue()
359 value = sentinel.getDefaultInt64(); in defaultValue()
362 value = sentinel.getDefaultUnit32(); in defaultValue()
365 value = sentinel.getDefaultUint64(); in defaultValue()
368 value = sentinel.getDefaultFloat(); in defaultValue()
371 value = sentinel.getDefaultDouble(); in defaultValue()
374 value = sentinel.getDefaultBool(); in defaultValue()
377 value = sentinel.getDefaultBytes(); in defaultValue()
380 value = sentinel.getDefaultString(); in defaultValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dreader_test.js652 var sentinel = 123456789;
655 writer.writeInt32(1, sentinel);
662 writer.writeInt32(2, sentinel);
668 writer.writeInt32(3, sentinel);
674 writer.writeInt32(4, sentinel);
679 writer.writeInt32(5, sentinel);
689 writer.writeInt32(6, sentinel);
703 assertEquals(sentinel, reader.readInt32());
708 assertEquals(sentinel, reader.readInt32());
713 assertEquals(sentinel, reader.readInt32());
[all …]
/frameworks/native/opengl/libagl/
Dprimitives.cpp899 unsigned int sentinel = 0; in clip_triangle() local
919 if (++sentinel >= 3) in clip_triangle()
930 if (++sentinel >= 3) in clip_triangle()
965 unsigned int sentinel = 0; in clip_triangle() local
984 if (++sentinel >= 3) in clip_triangle()
995 if (++sentinel >= 3) in clip_triangle()
/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/base/core/java/android/content/res/
DAssetManager.java184 private AssetManager(boolean sentinel) { in AssetManager() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/
DDesignDoc.md167 to select a sentinel or placeholder value for any required fields at the time
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DMakefile.am703 ruby/src/main/sentinel.proto \