Home
last modified time | relevance | path

Searched defs:superset (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/transforms/
Dtiling.cc37 Value createPoint(OpBuilder &b, Location loc, Value superset, ValueRange ivs) { in createPoint()
43 Value createTile(OpBuilder &b, Location loc, Value superset, ValueRange ivs, in createTile()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRetainAllTester.java64 private Target superset; field in CollectionRetainAllTester
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRetainAllTester.java64 private Target superset; field in CollectionRetainAllTester
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestCldrFactory.java116 private String getUncontainedPath(CLDRFile subset, CLDRFile superset) { in getUncontainedPath()
DTestBasic.java1233 private <T> Set<T> containsInOrder(Set<T> superset, Set<T> subset) { in containsInOrder()
/external/cronet/base/sampling_heap_profiler/
Dlock_free_address_hash_set_unittest.cc22 static bool IsSubset(const LockFreeAddressHashSet& superset, in IsSubset()
/external/libchrome/base/sampling_heap_profiler/
Dlock_free_address_hash_set_unittest.cc21 static bool Subset(const LockFreeAddressHashSet& superset, in Subset()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp283 const std::vector<tcu::Vec3>& superset, in oneWayComparePointSets()
/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser.cpp278 const GPUTestConfig::ConditionArray &superset) in ConditionArrayIsSubset()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java976 static String toPattern(UnicodeSet source, UnicodeSet superset) { in toPattern()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/IR/
Dgml_st_ops.cc1308 void PointOp::build(OpBuilder &builder, OperationState &result, Value superset, in build()
1350 void TileOp::build(OpBuilder &b, OperationState &result, Value superset, in build()
/external/cronet/third_party/googletest/src/googlemock/test/
Dgmock-matchers-containers_test.cc1479 const int superset[] = {1, 2, 4}; in TEST() local
1607 const int superset[] = {1, 2, 4}; in TEST() local
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc5521 const int superset[] = {1, 2, 4}; in TEST() local
5649 const int superset[] = {1, 2, 4}; in TEST() local
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1112 const vector<Vec3>& superset, in oneWayComparePointSets()