Home
last modified time | relevance | path

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

12345

/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/android/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRetainAllTester.java64 private Target superset; field in CollectionRetainAllTester
84 superset = new Target(MinimalCollection.of(e0(), e1(), e2(), e3(), e4()), "superset"); in setUp()
159 expectReturnsFalse(superset); in testRetainAll_superset()
165 expectReturnsFalseOrThrows(superset); in testRetainAll_supersetUnsupported()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRetainAllTester.java64 private Target superset; field in CollectionRetainAllTester
84 superset = new Target(MinimalCollection.of(e0(), e1(), e2(), e3(), e4()), "superset"); in setUp()
159 expectReturnsFalse(superset); in testRetainAll_superset()
165 expectReturnsFalseOrThrows(superset); in testRetainAll_supersetUnsupported()
/external/llvm-project/llvm/test/Transforms/Inline/
Dinline-no-builtin-compatible.ll5 ; Make sure we don't inline callees into a caller with a superset of the
6 ; no builtin attributes when -inline-caller-superset-nobuiltin=false.
7 ; RUN: opt < %s -inline-caller-superset-nobuiltin=false -mtriple=x86_64-unknown-linux-gnu -S -passe…
/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/llvm-project/llvm/test/CodeGen/AMDGPU/
Dliveness.mir3 # We currently maintain a main liveness range which operates like a superset of
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCldrFactory.java116 private String getUncontainedPath(CLDRFile subset, CLDRFile superset) { in getUncontainedPath() argument
123 String superValue = superset.getStringValue(xpath); in getUncontainedPath()
/external/llvm/test/CodeGen/AMDGPU/
Dliveness.mir3 # We currently maintain a main liveness range which operates like a superset of
/external/webrtc/sdk/android/
DREADME7 configuring gn appropriately, as it is a superset of the webrtc checkout:
/external/llvm-project/lldb/examples/customization/import-python/
DREADME40 using the native "command script import" command, which offers a superset of what the import comman…
/external/llvm/tools/llvm-config/
DCMakeLists.txt42 # Use the C++ link flags, since they should be a superset of C link flags.
/external/llvm-project/llvm/tools/llvm-config/
DCMakeLists.txt54 # Use the C++ link flags, since they should be a superset of C link flags.
/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser.cpp245 const GPUTestConfig::ConditionArray &superset) in ConditionArrayIsSubset() argument
250 for (size_t supersetCondition : superset) in ConditionArrayIsSubset()
/external/rust/crates/serde_cbor/
DREADME.md8 CBOR provides a binary encoding for a superset
/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
/external/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
Dunittest_lazy_dependencies.proto53 // Protos optimized for SPEED use a strict superset of the generated code
/external/llvm-project/lld/docs/
DDriver.rst77 describes the options. If the options are a superset of another driver, that
/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/flatbuffers/docs/source/
DBenchmarks.md47 - YAML: a superset of JSON and otherwise very similar. Used by e.g. Unity.
/external/icu/icu4c/source/tools/tzcode/
Dicuzones10 # The purpose of this file is to give ICU a superset of the time zones
/external/angle/extensions/
DANGLE_copy_texture_3d.txt78 When source texture doesn't contain a superset of the component

12345