Home
last modified time | relevance | path

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

1234567

/third_party/boost/boost/icl/detail/
Dinterval_subset_comparer.hpp112 superset = inclusion::superset, // left is_superset_of right enumerator
172 restrict_result(superset); in next_both()
178 restrict_result(superset); in next_both()
227 if(unrelated == restrict_result(superset)) in next_both()
284 restrict_result(superset); in next_right()
293 if(unrelated == restrict_result(superset)) in next_right()
Dsubset_comparer.hpp113 superset = inclusion::superset, // left is_superset_of right enumerator
147 restrict_result(superset); in next_both()
153 restrict_result(superset); in next_both()
Drelation_state.hpp28 static const int superset = 2; variable
/third_party/boost/libs/icl/test/
Dtest_icl_map.hpp113 BOOST_CHECK_EQUAL( inclusion_compare(map_a, MapT()), inclusion::superset ); in icl_map_inclusion_compare_4_bicremental_types()
114 BOOST_CHECK_EQUAL( inclusion_compare(map_a, map_sub_a), inclusion::superset ); in icl_map_inclusion_compare_4_bicremental_types()
134 BOOST_CHECK_EQUAL( inclusion_compare(map_a, SetT()), inclusion::superset ); in icl_map_inclusion_compare_4_bicremental_types()
135 BOOST_CHECK_EQUAL( inclusion_compare(map_a, set_sub_a), inclusion::superset ); in icl_map_inclusion_compare_4_bicremental_types()
140 BOOST_CHECK_EQUAL( inclusion_compare(set_a, SetT()), inclusion::superset ); in icl_map_inclusion_compare_4_bicremental_types()
141 BOOST_CHECK_EQUAL( inclusion_compare(set_a, set_sub_a), inclusion::superset ); in icl_map_inclusion_compare_4_bicremental_types()
Dtest_interval_map_mixed.hpp296 BOOST_CHECK_EQUAL( inclusion_compare(split_map, split_sub_map1), inclusion::superset ); in partial_interval_map_mixed_inclusion_compare_4_bicremental_types()
297 BOOST_CHECK_EQUAL( inclusion_compare(split_map, join_sub_map2), inclusion::superset ); in partial_interval_map_mixed_inclusion_compare_4_bicremental_types()
298 BOOST_CHECK_EQUAL( inclusion_compare( join_map, split_sub_map1), inclusion::superset ); in partial_interval_map_mixed_inclusion_compare_4_bicremental_types()
299 BOOST_CHECK_EQUAL( inclusion_compare( join_map, join_sub_map2), inclusion::superset ); in partial_interval_map_mixed_inclusion_compare_4_bicremental_types()
301 BOOST_CHECK_EQUAL( inclusion_compare(split_map, split_sub_set1), inclusion::superset ); in partial_interval_map_mixed_inclusion_compare_4_bicremental_types()
302 BOOST_CHECK_EQUAL( inclusion_compare(split_map, sep_sub_set1), inclusion::superset ); in partial_interval_map_mixed_inclusion_compare_4_bicremental_types()
303 BOOST_CHECK_EQUAL( inclusion_compare(split_map, join_sub_set1), inclusion::superset ); in partial_interval_map_mixed_inclusion_compare_4_bicremental_types()
304 BOOST_CHECK_EQUAL( inclusion_compare( join_map, split_sub_set1), inclusion::superset ); in partial_interval_map_mixed_inclusion_compare_4_bicremental_types()
305 BOOST_CHECK_EQUAL( inclusion_compare( join_map, sep_sub_set1), inclusion::superset ); in partial_interval_map_mixed_inclusion_compare_4_bicremental_types()
306 BOOST_CHECK_EQUAL( inclusion_compare( join_map, join_sub_set1), inclusion::superset ); in partial_interval_map_mixed_inclusion_compare_4_bicremental_types()
/third_party/grpc/src/python/grpcio/grpc/_cython/
DREADME.rst9 Cython is both a superset of the Python language with extensions for dealing
10 with C types and a tool that transpiles this superset into C code. It provides
21 Python 3 C APIs, even while acting as a superset of just the Python 2
/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/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/mindspore/tests/mindspore_test_framework/utils/
Dcheck_gradient.py96 def sampling(self, superset): argument
98 if self.sampling_times == -1 or self.sampling_times >= len(superset):
99 return superset
101 ret = np.random.choice(superset, self.sampling_times, replace=False)
/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/boost/libs/math/doc/sf/
Dtest_html4_symbols.qbk115 [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/quickjs/
Dtest262bn.conf100 json-superset
Dtest262.conf109 json-superset
/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/boost/doc/test/
Dtest_HTML4_symbols.qbk116 [superset],
/third_party/boost/libs/sort/doc/
Dhtml4_symbols.qbk128 [template superset[]'''⊃'''] [/ ? superset of]
131 [template supe[]'''⊇'''] [/ ? superset of or equal to]
/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/boost/libs/math/doc/
Dhtml4_symbols.qbk138 [template superset[]'''⊃'''] [/ ? superset of]
141 [template supe[]'''⊇'''] [/ ? superset of or equal to]
/third_party/boost/libs/multiprecision/doc/
Dhtml4_symbols.qbk138 [template superset[]'''⊃'''] [/ ? superset of]
141 [template supe[]'''⊇'''] [/ ? superset of or equal to]
/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

1234567