Home
last modified time | relevance | path

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

1234

/external/grpc-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
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRetainAllTester.java66 private Target superset; field in CollectionRetainAllTester
86 superset in setUp()
170 expectReturnsFalse(superset); in testRetainAll_superset()
176 expectReturnsFalseOrThrows(superset); in testRetainAll_supersetUnsupported()
/external/libchrome/base/sampling_heap_profiler/
Dlock_free_address_hash_set_unittest.cc21 static bool Subset(const LockFreeAddressHashSet& superset, in Subset() argument
28 if (key && !superset.Contains(key)) in Subset()
/external/parameter-framework/upstream/
DSetVersion.cmake71 set(PF_VERSION_SHA1 ${CMAKE_MATCH_6}) # Skip the 5th: it is a superset of the 6th
72 set(PF_VERSION_DIRTY ${CMAKE_MATCH_8}) # Skip the 7th: it is a superset of the 8th
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCldrFactory.java117 private String getUncontainedPath(CLDRFile subset, CLDRFile superset) { in getUncontainedPath() argument
124 String superValue = superset.getStringValue(xpath); in getUncontainedPath()
DTestBasic.java1230 private <T> Set<T> containsInOrder(Set<T> superset, Set<T> subset) { in containsInOrder() argument
1231 if (!superset.containsAll(subset)) { in containsInOrder()
1233 missing.removeAll(superset); in containsInOrder()
1239 Ordering.ARBITRARY).add(superset).get(); in containsInOrder()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dliveness.mir3 # We currently maintain a main liveness range which operates like a superset of
/external/llvm/test/CodeGen/AMDGPU/
Dliveness.mir3 # We currently maintain a main liveness range which operates like a superset of
/external/llvm/tools/llvm-config/
DCMakeLists.txt42 # Use the C++ link flags, since they should be a superset of C link flags.
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/
DCMakeLists.txt43 # Use the C++ link flags, since they should be a superset of C link flags.
/external/protobuf/python/google/protobuf/pyext/
Dpython.proto40 // Protos optimized for SPEED use a strict superset of the generated code
/external/python/cpython2/Doc/library/
Dsets.rst124 if the first set is a proper superset of the second set (is a superset, but is
206 >>> employees.issuperset(engineers) # superset test
Dposix.rst17 module provides a superset of the :mod:`posix` interface. On non-Unix operating
/external/icu/icu4c/source/tools/tzcode/
Dicuzones10 # The purpose of this file is to give ICU a superset of the time zones
/external/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()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp279 const std::vector<tcu::Vec3>& superset, in oneWayComparePointSets() argument
284 const std::vector<tcu::Vec3> supersetSorted = sorted(superset, vec3XLessThan); in oneWayComparePointSets()
/external/flatbuffers/docs/source/
DBenchmarks.md47 - YAML: a superset of JSON and otherwise very similar. Used by e.g. Unity.
/external/v8/include/
DAPIDesign.md62 superset of the requirements of other embedders including node.js.
/external/python/cpython3/Doc/library/
Dposix.rst18 module provides a superset of the :mod:`posix` interface. On non-Unix operating
/external/python/dateutil/
DREADME.rst50 using a superset of the `iCalendar <https://www.ietf.org/rfc/rfc2445.txt>`_
/external/protobuf/src/google/protobuf/
Dunittest_no_arena.proto57 // Protos optimized for SPEED use a strict superset of the generated code
Dunittest_proto3.proto54 // Protos optimized for SPEED use a strict superset of the generated code
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86.td154 // rather than a superset.
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst29 but is generally a superset of ASCII.
32 set for 8-bit characters is ISO Latin-1 (an ASCII superset that covers most
35 encoding, which is also an ASCII superset, but with very different use for the
/external/python/cpython2/Lib/idlelib/
DHISTORY.txt212 directories, modules, and classes. Yes, it's a superset of the Class

1234