Home
last modified time | relevance | path

Searched refs:right_only (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Dfilecmp.py136 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/
Dafe_store.py112 left_only, right_only, differing = _dict_diff(old_attributes,
116 for key in right_only | differing:
/external/python/cpython2/Lib/test/
Dtest_filecmp.py107 self.assertTrue(d.left_only == d.right_only == [])
117 self.assertTrue(d.right_only == ['file2'])
/external/skia/tests/
DDetermineDomainModeTest.cpp280 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/
Dtest_utils.py51 test.assertEqual(len(dcmp.right_only), 0)
/external/python/cpython2/Doc/library/
Dfilecmp.rst139 .. attribute:: right_only