Home
last modified time | relevance | path

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

12

/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/parameter-framework/upstream/
DSetVersion.cmake70 set(PF_VERSION_SHA1 ${CMAKE_MATCH_6}) # Skip the 5th: it is a superset of the 6th
71 set(PF_VERSION_DIRTY ${CMAKE_MATCH_8}) # Skip the 7th: it is a superset of the 8th
/external/bison/m4/
Dsnprintf.m49 dnl must guarantee that the decision for replacing snprintf is a superset
Dvsnprintf.m49 dnl must guarantee that the decision for replacing vsnprintf is a superset
/external/llvm/tools/llvm-config/
DCMakeLists.txt30 # Use the C++ link flags, since they should be a superset of C link flags.
/external/protobuf/python/google/protobuf/pyext/
Dpython.proto39 // Protos optimized for SPEED use a strict superset of the generated code
/external/icu/icu4c/source/tools/tzcode/
Dicuzones8 # The purpose of this file is to give ICU a superset of the time zones
/external/skia/site/dev/contrib/
Dc++11.md9 feasibility. This is about what we can use, a superset of what we may use.
/external/valgrind/docs/internals/
Dmodule-structure.txt41 modules in the core. This is a strict superset of the visible-to-tool
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java966 static String toPattern(UnicodeSet source, UnicodeSet superset) { in toPattern() argument
967 if (superset != null) { in toPattern()
968 source.removeAll(superset); in toPattern()
969 return "[" + superset.toPattern(true) + " " + source.toPattern(true) + "]"; in toPattern()
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/
Dchai.js2251 function isSubsetOf(subset, superset, cmp) { argument
2253 if (!cmp) return superset.indexOf(elem) !== -1;
2255 return superset.some(function(elem2) {
3348 assert.includeMembers = function (superset, subset, msg) { argument
3349 new Assertion(superset, msg).to.include.members(subset);
/external/chromium-trace/catapult/third_party/webapp2/docs/
Dindex.rst163 webapp2 is a superset of `webapp`_, created by the App Engine team.
/external/llvm/lib/Target/PowerPC/
DPPC.td152 /* Since new processors generally contain a superset of features of those that
/external/llvm/docs/CommandGuide/
Dllvm-ar.rst230 The **llvm-ar** utility is intended to provide a superset of the IEEE Std 1003.2
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt534 # ISO-8859-11 is a superset of TIS-620. The difference is that ISO-8859-11 contains the C1 control …
636 # ibm-954 seems to be almost a superset of ibm-33722 and ibm-1350
637 # ibm-1350 seems to be almost a superset of ibm-33722
818 # ibm-1363 is almost a superset of ibm-970.
/external/llvm/lib/Target/X86/
DX86.td364 // rather than a superset.
/external/protobuf/src/google/protobuf/
Dunittest.proto51 // Protos optimized for SPEED use a strict superset of the generated code
/external/tinyxml/
Dreadme.txt150 of UTF-8 as a "superset" of ASCII.
/external/zlib/src/doc/
Drfc1952.txt486 The ISO 8859-1 (Latin-1) character set is a superset of 7-bit
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as463 * than covering superset) set of following tokens.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.m626 * than covering superset) set of following tokens.
/external/jemalloc/
DChangeLog760 - Implement the experimental {,r,s,d}allocm() API, which provides a superset
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1110 const vector<Vec3>& superset, in oneWayComparePointSets() argument
1115 const vector<Vec3> supersetSorted = sorted(superset, vec3XLessThan); in oneWayComparePointSets()
/external/clang/docs/
DInternalsManual.rst1516 superset of expressions as i-c-e's, and a lot of real world code depends on
1532 variables) and has to handle a superset of what C99 allows. Further, these
/external/llvm/docs/
DLangRef.rst1863 - Is a superset of single-thread program order, and
3282 32-bit register. This is a superset of ``K``: in addition to the bitmask
3286 64-bit register. This is a superset of ``L``.
4298 ; the !noalias list is not a superset of, or equal to, the scopes in the

12