Searched refs:isdisjoint (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Dcheck_chromevox.py91 changed_files_set.isdisjoint(ordered_paths + externs)):
/external/chromium_org/third_party/icu/source/test/depstest/
H A Ddepstest.py118 if files and imports.isdisjoint(dep_exports) and imports.isdisjoint(dep_system_symbols):
/external/icu/icu4c/source/test/depstest/
H A Ddepstest.py118 if files and imports.isdisjoint(dep_exports) and imports.isdisjoint(dep_system_symbols):
/external/chromium_org/third_party/bintrees/bintrees/
H A Dtreemixin.py133 * 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/build/android/pylib/instrumentation/
H A Dtest_jar.py236 if (annotations_.isdisjoint(self._ANNOTATIONS) and

Completed in 226 milliseconds