HomeSort by relevance Sort by last modified time
    Searched refs:isdisjoint (Results 1 - 12 of 12) sorted by null

  /external/icu4c/test/depstest/
depstest.py 118 if files and imports.isdisjoint(dep_exports) and imports.isdisjoint(dep_system_symbols):
  /external/chromium_org/build/android/pylib/instrumentation/
test_jar.py 171 if (annotations_.isdisjoint(self._ANNOTATIONS) and
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_weakrefset.py 195 def isdisjoint(self, other): member in class:WeakSet
_abcoll.py 197 def isdisjoint(self, other): member in class:Set
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_weakrefset.py 195 def isdisjoint(self, other): member in class:WeakSet
_abcoll.py 197 def isdisjoint(self, other): member in class:Set
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_set.py 122 'Pure python equivalent of isdisjoint()'
129 actual = s1.isdisjoint(s2)
749 result = self.set.isdisjoint(self.set)
753 result = self.set.isdisjoint(empty_set)
757 result = empty_set.isdisjoint(self.set)
    [all...]
test_weakset.py 119 self.assertTrue(self.s.isdisjoint(WeakSet(self.items2)))
120 self.assertTrue(not self.s.isdisjoint(WeakSet(self.letters)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_set.py 122 'Pure python equivalent of isdisjoint()'
129 actual = s1.isdisjoint(s2)
749 result = self.set.isdisjoint(self.set)
753 result = self.set.isdisjoint(empty_set)
757 result = empty_set.isdisjoint(self.set)
    [all...]
test_weakset.py 119 self.assertTrue(self.s.isdisjoint(WeakSet(self.items2)))
120 self.assertTrue(not self.s.isdisjoint(WeakSet(self.letters)))
  /external/chromium_org/third_party/bintrees/bintrees/
treemixin.py 133 * isdisjoint(S) -> True if T has a null intersection with S
634 def isdisjoint(self, tree): member in class:TreeMixin
635 """ x.isdisjoint(S) -> True if x has a null intersection with tree """
637 return thiskeys.isdisjoint(frozenset(tree.keys()))
  /external/chromium_org/v8/tools/testrunner/local/
old_statusfile.py 123 return not self.left.GetOutcomes(env, defs).isdisjoint(self.right.GetOutcomes(env, defs))
125 return self.left.GetOutcomes(env, defs).isdisjoint(self.right.GetOutcomes(env, defs))

Completed in 823 milliseconds