Searched refs:difference (Results 1 - 25 of 140) sorted by relevance

123456

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/
H A Dmis.py75 available_nodes = set(G.nodes()).difference(neighbors.union(nodes))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/tests/
H A Dtest_binary.py87 D=nx.difference(G,H)
90 D=nx.difference(H,G)
106 D=nx.difference(G,H)
109 D=nx.difference(H,G)
113 D=nx.difference(H,G)
130 gh = nx.difference(g, h)
146 gh = nx.difference(g, h)
157 GH = nx.difference(G, H)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DScrolledText.py34 methods = set(methods).difference(text_meths)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DScrolledText.py34 methods = set(methods).difference(text_meths)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/tests/
H A Dtest_mis.py87 for v in set(G.nodes()).difference(IS):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A D_weakrefset.py126 def difference(self, other): member in class:WeakSet
130 __sub__ = difference
H A Dsets.py220 """Return the symmetric difference of two sets as a new set.
229 """Return the symmetric difference of two sets as a new set.
248 """Return the difference of two sets as a new Set.
254 return self.difference(other)
256 def difference(self, other): member in class:BaseSet
257 """Return the difference of two sets as a new Set.
452 """Update a set with the symmetric difference of itself and another."""
458 """Update a set with the symmetric difference of itself and another."""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A D_weakrefset.py126 def difference(self, other): member in class:WeakSet
130 __sub__ = difference
H A Dsets.py220 """Return the symmetric difference of two sets as a new set.
229 """Return the symmetric difference of two sets as a new set.
248 """Return the difference of two sets as a new Set.
254 return self.difference(other)
256 def difference(self, other): member in class:BaseSet
257 """Return the difference of two sets as a new Set.
452 """Update a set with the symmetric difference of itself and another."""
458 """Update a set with the symmetric difference of itself and another."""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
H A Dmatching.py118 diff = av_req.perms.difference(av_prov.perms)
124 diff = av_prov.perms.difference(av_req.perms)
168 # Get the difference between the types. The addition is safe
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
H A Dmatching.py118 diff = av_req.perms.difference(av_prov.perms)
124 diff = av_prov.perms.difference(av_req.perms)
168 # Get the difference between the types. The addition is safe
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_set.py146 i = self.s.difference(self.otherword)
151 self.assertRaises(PassThru, self.s.difference, check_pass_thru())
152 self.assertRaises(TypeError, self.s.difference, [[]])
154 self.assertEqual(self.thetype('abcba').difference(C('cdc')), set('ab'))
155 self.assertEqual(self.thetype('abcba').difference(C('efgfe')), set('abc'))
156 self.assertEqual(self.thetype('abcba').difference(C('ccb')), set('a'))
157 self.assertEqual(self.thetype('abcba').difference(C('ef')), set('abc'))
158 self.assertEqual(self.thetype('abcba').difference(), set('abc'))
159 self.assertEqual(self.thetype('abcba').difference(C('a'), C('b')), set('c'))
162 i = self.s.difference(sel
[all...]
H A Dtest_weakset.py128 i = self.s.difference(self.items2)
133 self.assertRaises(TypeError, self.s.difference, [[]])
136 i = self.s.difference(self.items2)
H A Dtest_sets.py611 self.set.difference(self.other)
613 self.assertRaises(TypeError, self.set.difference, self.other)
804 >>> fulltime_management = managers - engineers - programmers # difference
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_set.py146 i = self.s.difference(self.otherword)
151 self.assertRaises(PassThru, self.s.difference, check_pass_thru())
152 self.assertRaises(TypeError, self.s.difference, [[]])
154 self.assertEqual(self.thetype('abcba').difference(C('cdc')), set('ab'))
155 self.assertEqual(self.thetype('abcba').difference(C('efgfe')), set('abc'))
156 self.assertEqual(self.thetype('abcba').difference(C('ccb')), set('a'))
157 self.assertEqual(self.thetype('abcba').difference(C('ef')), set('abc'))
158 self.assertEqual(self.thetype('abcba').difference(), set('abc'))
159 self.assertEqual(self.thetype('abcba').difference(C('a'), C('b')), set('c'))
162 i = self.s.difference(sel
[all...]
H A Dtest_weakset.py128 i = self.s.difference(self.items2)
133 self.assertRaises(TypeError, self.s.difference, [[]])
136 i = self.s.difference(self.items2)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Dmain.py234 fixer_names = requested.difference(unwanted_fixes)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Dmain.py234 fixer_names = requested.difference(unwanted_fixes)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/
H A Dbinary.py2 Operations on graphs including union, intersection, difference.
16 'difference', 'symmetric_difference']
193 def difference(G, H): function
210 graph. If you want a new graph of the difference of G and H with
256 R.name="Symmetric difference of (%s and %s)"%(G.name, H.name)
271 # match intersection and difference
/prebuilts/devtools/tools/lib/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.apache.commons.codec_1.4.0.v201209201156.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/http-client/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.apache.commons.codec_1.4.0.v201209201156.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...

Completed in 742 milliseconds

123456