Searched refs:issubset (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dgenerate_global_constructors.py163 if not exposed_global_names.issubset(known_global_names):
H A Dv8_utilities.py257 if not set(exposure_set).issubset(interface_exposure_set):
/external/chromium_org/third_party/bintrees/bintrees/
H A Dtreemixin.py131 * issubset(S) -> True if every element in T is in S
624 def issubset(self, tree): member in class:TreeMixin
625 """ x.issubset(tree) -> True if every element in x is in tree """
627 return thiskeys.issubset(frozenset(tree.keys()))
630 """ x.issubset(tree) -> True if every element in tree is in x """
/external/chromium_org/tools/checkperms/
H A Dcheckperms.py213 assert all([set(path).issubset(VALID_CHARS) for path in paths])
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
H A Dtest_libcython_in_gdb.py109 assert set(global_vars).issubset(self.module.globals)
/external/chromium_org/v8/tools/
H A Drun-tests.py341 if not set(VARIANTS).issubset(VARIANT_FLAGS.keys()):

Completed in 176 milliseconds