/external/grpc-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
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionRetainAllTester.java | 66 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/ |
D | lock_free_address_hash_set_unittest.cc | 21 static bool Subset(const LockFreeAddressHashSet& superset, in Subset() argument 28 if (key && !superset.Contains(key)) in Subset()
|
/external/parameter-framework/upstream/ |
D | SetVersion.cmake | 71 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/ |
D | TestCldrFactory.java | 117 private String getUncontainedPath(CLDRFile subset, CLDRFile superset) { in getUncontainedPath() argument 124 String superValue = superset.getStringValue(xpath); in getUncontainedPath()
|
D | TestBasic.java | 1230 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/ |
D | liveness.mir | 3 # We currently maintain a main liveness range which operates like a superset of
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | liveness.mir | 3 # We currently maintain a main liveness range which operates like a superset of
|
/external/llvm/tools/llvm-config/ |
D | CMakeLists.txt | 42 # 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/ |
D | CMakeLists.txt | 43 # Use the C++ link flags, since they should be a superset of C link flags.
|
/external/protobuf/python/google/protobuf/pyext/ |
D | python.proto | 40 // Protos optimized for SPEED use a strict superset of the generated code
|
/external/python/cpython2/Doc/library/ |
D | sets.rst | 124 if the first set is a proper superset of the second set (is a superset, but is 206 >>> employees.issuperset(engineers) # superset test
|
D | posix.rst | 17 module provides a superset of the :mod:`posix` interface. On non-Unix operating
|
/external/icu/icu4c/source/tools/tzcode/ |
D | icuzones | 10 # 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/ |
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()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCoordinatesTests.cpp | 279 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/ |
D | Benchmarks.md | 47 - YAML: a superset of JSON and otherwise very similar. Used by e.g. Unity.
|
/external/v8/include/ |
D | APIDesign.md | 62 superset of the requirements of other embedders including node.js.
|
/external/python/cpython3/Doc/library/ |
D | posix.rst | 18 module provides a superset of the :mod:`posix` interface. On non-Unix operating
|
/external/python/dateutil/ |
D | README.rst | 50 using a superset of the `iCalendar <https://www.ietf.org/rfc/rfc2445.txt>`_
|
/external/protobuf/src/google/protobuf/ |
D | unittest_no_arena.proto | 57 // Protos optimized for SPEED use a strict superset of the generated code
|
D | unittest_proto3.proto | 54 // Protos optimized for SPEED use a strict superset of the generated code
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86.td | 154 // rather than a superset.
|
/external/python/cpython2/Doc/reference/ |
D | lexical_analysis.rst | 29 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/ |
D | HISTORY.txt | 212 directories, modules, and classes. Yes, it's a superset of the Class
|