Searched refs:right_only (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/ |
D | filecmp.py | 136 self.right_only = map(b.__getitem__, ifilterfalse(a.__contains__, b)) 198 if self.right_only: 199 self.right_only.sort() 200 print 'Only in', self.right, ':', self.right_only 232 common=phase1, left_only=phase1, right_only=phase1,
|
/external/autotest/server/hosts/ |
D | afe_store.py | 112 left_only, right_only, differing = _dict_diff(old_attributes, 116 for key in right_only | differing:
|
/external/python/cpython2/Lib/test/ |
D | test_filecmp.py | 107 self.assertTrue(d.left_only == d.right_only == []) 117 self.assertTrue(d.right_only == ['file2'])
|
/external/skia/tests/ |
D | DetermineDomainModeTest.cpp | 280 static const SkRect* right_only(const RectInfo& enclosing, in right_only() function 368 for (auto contentRectMaker : { left_only, top_only, right_only, in proxy_test() 385 for (auto constraintRectMaker : { left_only, top_only, right_only, in proxy_test()
|
/external/skia/infra/bots/ |
D | test_utils.py | 51 test.assertEqual(len(dcmp.right_only), 0)
|
/external/python/cpython2/Doc/library/ |
D | filecmp.rst | 139 .. attribute:: right_only
|