HomeSort by relevance Sort by last modified time
    Searched refs:isSubsetOf (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/metrics/
LogMakerTest.java 210 assertTrue("objects should be equal to themselves", a.isSubsetOf(a));
223 assertTrue("deep equality should be true", a.isSubsetOf(b));
224 assertTrue("deep equality shoudl be true", b.isSubsetOf(a));
236 assertTrue("a is a strict subset of b", a.isSubsetOf(b));
237 assertTrue("b is not a strict subset of a", !b.isSubsetOf(a));
249 assertTrue("a is not a subset of b", !a.isSubsetOf(b));
250 assertTrue("b is not a subset of a", !b.isSubsetOf(a));
261 assertTrue("empty builder is a subset of anything", empty.isSubsetOf(b));
269 assertTrue("a is not a subset of null", !a.isSubsetOf(null));
275 assertFalse(a.isSubsetOf(b))
    [all...]
  /external/valgrind/helgrind/
hg_wordset.h 83 WordSet HG_(isSubsetOf) ( WordSetU*, WordSet, WordSet );
hg_wordset.c 562 WordSet HG_(isSubsetOf) ( WordSetU* wsu, WordSet small, WordSet big )
592 "[nb. incl isSubsetOf]\n",
601 VG_(printf)(" isSubsetOf %10lu\n", wsu->n_isSubsetOf);
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 74 /// isSubsetOf - Return true if this set is a subset of the given one.
75 bool isSubsetOf(const NodeSubset &other) const {
292 EXPECT_TRUE(NodesInThisSCC.isSubsetOf(G.NodesReachableFrom(i)));
331 EXPECT_TRUE(NodesReachableFromSCC.isSubsetOf(NodesInSomeSCC));
  /external/swiftshader/third_party/LLVM/unittests/ADT/
SCCIteratorTest.cpp 76 /// isSubsetOf - Return true if this set is a subset of the given one.
77 bool isSubsetOf(const NodeSubset &other) const {
294 EXPECT_TRUE(NodesInThisSCC.isSubsetOf(G.NodesReachableFrom(i)));
333 EXPECT_TRUE(NodesReachableFromSCC.isSubsetOf(NodesInSomeSCC));
  /platform_testing/libraries/metrics-helper/src/android/support/test/metricshelper/
MetricsAsserts.java 90 if (template.isSubsetOf(b)) {
  /external/deqp/framework/randomshaders/
rsgVariableValue.cpp 148 bool ConstValueRangeAccess::isSubsetOf (const ConstValueRangeAccess& other) const
155 return other.isSubsetOf(*this);
rsgVariableValue.hpp 215 bool isSubsetOf (const ConstValueRangeAccess& other) const;
  /frameworks/base/core/java/android/metrics/
LogMaker.java 426 public boolean isSubsetOf(LogMaker that) {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 228 /// isSubsetOf - Test whether this class is a subset of \arg RHS;
229 bool isSubsetOf(const ClassInfo &RHS) const {
237 if ((*it)->isSubsetOf(RHS))
263 if (isSubsetOf(RHS))
265 if (RHS.isSubsetOf(*this))
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 260 /// isSubsetOf - Test whether this class is a subset of \p RHS.
261 bool isSubsetOf(const ClassInfo &RHS) const {
268 if (CI->isSubsetOf(RHS))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APInt.h 225 /// out-of-line slow case for isSubsetOf.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APInt.h 225 /// out-of-line slow case for isSubsetOf.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APInt.h 231 /// out-of-line slow case for isSubsetOf.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APInt.h 231 /// out-of-line slow case for isSubsetOf.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APInt.h 231 /// out-of-line slow case for isSubsetOf.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APInt.h 231 /// out-of-line slow case for isSubsetOf.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APInt.h 225 /// out-of-line slow case for isSubsetOf.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APInt.h 225 /// out-of-line slow case for isSubsetOf.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APInt.h 231 /// out-of-line slow case for isSubsetOf.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APInt.h 231 /// out-of-line slow case for isSubsetOf.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APInt.h 231 /// out-of-line slow case for isSubsetOf.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APInt.h 231 /// out-of-line slow case for isSubsetOf.
    [all...]
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/3.8.0/
assertj-core-3.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/checker-qual/2.0.0/
checker-qual-2.0.0.jar 

Completed in 408 milliseconds

1 2