Searched refs:superset (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/third_party/inspector_protocol/ |
H A D | check_protocol_compatibility.py | 412 def is_subset(subset, superset, message): 414 if subset[i] not in superset:
|
/third_party/node/tools/inspector_protocol/ |
H A D | check_protocol_compatibility.py | 412 def is_subset(subset, superset, message): 414 if subset[i] not in superset:
|
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
H A D | GPUTestExpectationsParser.cpp | 258 const GPUTestConfig::ConditionArray &superset) in ConditionArrayIsSubset() 263 for (size_t supersetCondition : superset) in ConditionArrayIsSubset() 257 ConditionArrayIsSubset(const GPUTestConfig::ConditionArray &subset, const GPUTestConfig::ConditionArray &superset) ConditionArrayIsSubset() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationCoordinatesTests.cpp | 278 // Check that all points in subset are (approximately) present also in superset. 283 const std::vector<tcu::Vec3>& superset, 288 const std::vector<tcu::Vec3> supersetSorted = sorted(superset, vec3XLessThan);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationCoordinatesTests.cpp | 278 // Check that all points in subset are (approximately) present also in superset. 283 const std::vector<tcu::Vec3>& superset, 288 const std::vector<tcu::Vec3> supersetSorted = sorted(superset, vec3XLessThan);
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | Demo.java | 976 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/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 1507 const int superset[] = {1, 2, 4}; in TEST() local 1510 EXPECT_THAT(subset, Not(IsSupersetOf(superset))); in TEST() 1511 EXPECT_THAT(superset, IsSupersetOf(subset)); in TEST() 1635 const int superset[] = {1, 2, 4}; in TEST() local 1638 EXPECT_THAT(subset, IsSubsetOf(superset)); in TEST() 1639 EXPECT_THAT(superset, Not(IsSubsetOf(subset))); in TEST()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 1107 // Check that all points in subset are (approximately) present also in superset. 1112 const vector<Vec3>& superset, 1117 const vector<Vec3> supersetSorted = sorted(superset, vec3XLessThan);
|
Completed in 19 milliseconds