/third_party/boost/boost/icl/detail/ |
D | interval_subset_comparer.hpp | 112 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()
|
D | subset_comparer.hpp | 113 superset = inclusion::superset, // left is_superset_of right enumerator 147 restrict_result(superset); in next_both() 153 restrict_result(superset); in next_both()
|
D | relation_state.hpp | 28 static const int superset = 2; variable
|
/third_party/boost/libs/icl/test/ |
D | test_icl_map.hpp | 113 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()
|
D | test_interval_map_mixed.hpp | 296 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/ |
D | README.rst | 9 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/ |
D | EGL_EXT_client_extensions.txt | 206 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/ |
D | EGL_EXT_client_extensions.txt | 206 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/ |
D | check_gradient.py | 96 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/ |
D | check_protocol_compatibility.py | 412 def is_subset(subset, superset, message): argument 414 if subset[i] not in superset:
|
/third_party/boost/libs/math/doc/sf/ |
D | test_html4_symbols.qbk | 115 [superset],
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcaps.c | 1312 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/ |
D | goldens_test.dart | 142 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/ |
D | test262bn.conf | 100 json-superset
|
D | test262.conf | 109 json-superset
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_ycrcb_subsample.txt | 37 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/ |
D | SGIX_ycrcb_subsample.txt | 37 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/ |
D | test_HTML4_symbols.qbk | 116 [superset],
|
/third_party/boost/libs/sort/doc/ |
D | html4_symbols.qbk | 128 [template superset[]'''⊃'''] [/ ? superset of] 131 [template supe[]'''⊇'''] [/ ? superset of or equal to]
|
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
D | GPUTestExpectationsParser.cpp | 258 const GPUTestConfig::ConditionArray &superset) in ConditionArrayIsSubset() argument 263 for (size_t supersetCondition : superset) in ConditionArrayIsSubset()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | python.proto | 40 // Protos optimized for SPEED use a strict superset of the generated code
|
/third_party/boost/libs/math/doc/ |
D | html4_symbols.qbk | 138 [template superset[]'''⊃'''] [/ ? superset of] 141 [template supe[]'''⊇'''] [/ ? superset of or equal to]
|
/third_party/boost/libs/multiprecision/doc/ |
D | html4_symbols.qbk | 138 [template superset[]'''⊃'''] [/ ? superset of] 141 [template supe[]'''⊇'''] [/ ? superset of or equal to]
|
/third_party/protobuf/src/google/protobuf/ |
D | unittest_lazy_dependencies_custom_option.proto | 54 // Protos optimized for SPEED use a strict superset of the generated code
|
D | unittest_lazy_dependencies_enum.proto | 51 // Protos optimized for SPEED use a strict superset of the generated code
|