/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 | 64 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/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionRetainAllTester.java | 64 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/ |
D | inline-no-builtin-compatible.ll | 5 ; 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/ |
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/llvm-project/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/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCldrFactory.java | 116 private String getUncontainedPath(CLDRFile subset, CLDRFile superset) { in getUncontainedPath() argument 123 String superValue = superset.getStringValue(xpath); in getUncontainedPath()
|
/external/webrtc/sdk/android/ |
D | README | 7 configuring gn appropriately, as it is a superset of the webrtc checkout:
|
/external/llvm-project/lldb/examples/customization/import-python/ |
D | README | 40 using the native "command script import" command, which offers a superset of what the import comman…
|
/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/llvm-project/llvm/tools/llvm-config/ |
D | CMakeLists.txt | 54 # 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/rust/crates/serde_cbor/ |
D | README.md | 8 CBOR provides a binary encoding for a superset
|
/external/angle/src/tests/test_expectations/ |
D | GPUTestExpectationsParser.cpp | 245 const GPUTestConfig::ConditionArray &superset) in ConditionArrayIsSubset() argument 250 for (size_t supersetCondition : superset) in ConditionArrayIsSubset()
|
/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
|
/external/llvm-project/lld/docs/ |
D | Driver.rst | 77 describes the options. If the options are a superset of another driver, that
|
/external/protobuf/src/google/protobuf/ |
D | unittest_lazy_dependencies_custom_option.proto | 54 // Protos optimized for SPEED use a strict superset of the generated code
|
D | unittest_lazy_dependencies_enum.proto | 51 // Protos optimized for SPEED use a strict superset of the generated code
|
D | unittest_lazy_dependencies.proto | 53 // Protos optimized for SPEED use a strict superset of the generated code
|
/external/flatbuffers/docs/source/ |
D | Benchmarks.md | 47 - YAML: a superset of JSON and otherwise very similar. Used by e.g. Unity.
|
/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/llvm-project/clang/test/SemaOpenCL/ |
D | usm-address-spaces-conversions.cl | 9 * convert a subset address space to a superset address space, while conversion
|
/external/angle/extensions/ |
D | ANGLE_copy_texture_3d.txt | 78 When source texture doesn't contain a superset of the component
|