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

  /external/icu/icu4c/source/test/depstest/
depstest.py 118 if files and imports.isdisjoint(dep_exports) and imports.isdisjoint(dep_system_symbols):
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
check_chromevox.py 91 changed_files_set.isdisjoint(ordered_paths + externs)):
  /external/chromium_org/build/android/pylib/instrumentation/
test_jar.py 180 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()))

Completed in 261 milliseconds