Home
last modified time | relevance | path

Searched refs:superset (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_client_extensions.txt206 The alternative resolution of mandating the 'superset' relation (that
207 is, that the extension string of a valid display must be a superset of
214 EGL_XYZ_platform_software_renderer. If the 'superset' relation were
219 b) If the 'superset' relation were mandated, then the possibility
228 than 'superset', we prevent this problematic situation from
349 list be disjoint to rather than a superset of the client extension
350 list. (The 'superset' requirement was changed pre-publication to
367 - Change resolution of Issue 4 from the 'superset' relation to the
/third_party/EGL/extensions/EXT/
DEGL_EXT_client_extensions.txt206 The alternative resolution of mandating the 'superset' relation (that
207 is, that the extension string of a valid display must be a superset of
214 EGL_XYZ_platform_software_renderer. If the 'superset' relation were
219 b) If the 'superset' relation were mandated, then the possibility
228 than 'superset', we prevent this problematic situation from
349 list be disjoint to rather than a superset of the client extension
350 list. (The 'superset' requirement was changed pre-publication to
367 - Change resolution of Issue 4 from the 'superset' relation to the
/third_party/mksh/
DREADME_zh.md3 mksh简而言之就是MirBSD Korn Shell。它是一个命令解释器,用于shell命令交互和shell脚本语言。它是Shell语言的超集(superset),同时也兼容原本的Korn she…
/third_party/node/tools/inspector_protocol/
Dcheck_protocol_compatibility.py412 def is_subset(subset, superset, message): argument
414 if subset[i] not in superset:
/third_party/gstreamer/gstreamer/gst/
Dgstcaps.c1312 gst_caps_is_subset (const GstCaps * subset, const GstCaps * superset) in gst_caps_is_subset() argument
1320 g_return_val_if_fail (superset != NULL, FALSE); in gst_caps_is_subset()
1322 if (CAPS_IS_EMPTY (subset) || CAPS_IS_ANY (superset)) in gst_caps_is_subset()
1324 if (CAPS_IS_ANY (subset) || CAPS_IS_EMPTY (superset)) in gst_caps_is_subset()
1333 for (j = GST_CAPS_LEN (superset) - 1; j >= 0; j--) { in gst_caps_is_subset()
1334 s2 = gst_caps_get_structure_unchecked (superset, j); in gst_caps_is_subset()
1335 f2 = gst_caps_get_features_unchecked (superset, j); in gst_caps_is_subset()
/third_party/flutter/flutter/packages/flutter_test/test/
Dgoldens_test.dart142 test('when golden bytes are leading superset of image bytes', () async {
152 test('when golden bytes are trailing superset of image bytes', () async {
/third_party/openGLES/extensions/SGIX/
DSGIX_ycrcb_subsample.txt37 on the 320. And there is the new "subsample" spec which is a superset of
50 also create a new "subsample" spec which is a superset of that. The new
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_ycrcb_subsample.txt37 on the 320. And there is the new "subsample" spec which is a superset of
50 also create a new "subsample" spec which is a superset of that. The new
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestExpectationsParser.cpp258 const GPUTestConfig::ConditionArray &superset) in ConditionArrayIsSubset() argument
263 for (size_t supersetCondition : superset) in ConditionArrayIsSubset()
/third_party/protobuf/python/google/protobuf/pyext/
Dpython.proto40 // Protos optimized for SPEED use a strict superset of the generated code
/third_party/protobuf/src/google/protobuf/
Dunittest_lazy_dependencies_custom_option.proto54 // Protos optimized for SPEED use a strict superset of the generated code
Dunittest_lazy_dependencies_enum.proto51 // Protos optimized for SPEED use a strict superset of the generated code
Dunittest_lazy_dependencies.proto53 // Protos optimized for SPEED use a strict superset of the generated code
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_npot.txt186 This extension is a superset of the function in
210 RESOLVED: it will be a superset, but will not require it.
/third_party/openGLES/extensions/OES/
DOES_texture_npot.txt196 This extension is a superset of the function in
220 RESOLVED: it will be a superset, but will not require it.
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java976 static String toPattern(UnicodeSet source, UnicodeSet superset) { in toPattern() argument
977 if (superset != null) { in toPattern()
978 source.removeAll(superset); in toPattern()
979 return "[" + superset.toPattern(true) + " " + source.toPattern(true) + "]"; in toPattern()
/third_party/flatbuffers/docs/source/
DBenchmarks.md47 - YAML: a superset of JSON and otherwise very similar. Used by e.g. Unity.
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dicuzones10 # The purpose of this file is to give ICU a superset of the time zones
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_copy_texture_3d.txt78 When source texture doesn't contain a superset of the component
/third_party/icu/icu4c/source/tools/tzcode/
Dicuzones10 # The purpose of this file is to give ICU a superset of the time zones
/third_party/python/Doc/library/
Dposix.rst18 module provides a superset of the :mod:`posix` interface. On non-Unix operating
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_copy_texture_3d.txt78 When source texture doesn't contain a superset of the component
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shader_texture_lod.txt357 This extension is a slight superset of ATI_texture_shader_lod.
475 ATI_shader_texture_lod. (Slight superset, see issue 6.)
491 a slight superset of ATI_shader_texture_lod.
DARB_invalidate_subdata.txt83 This extension is a superset of the EXT_discard_framebuffer extension
337 This is a superset of the EXT_discard_framebuffer extension which only
392 RESOLVED: Yes, to make this extension a superset of
/third_party/openGLES/extensions/ARB/
DARB_invalidate_subdata.txt93 This extension is a superset of the EXT_discard_framebuffer extension
347 This is a superset of the EXT_discard_framebuffer extension which only
402 RESOLVED: Yes, to make this extension a superset of

123456