Home
last modified time | relevance | path

Searched refs:right_only (Results 1 – 11 of 11) 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/python/cpython3/Lib/
Dfilecmp.py146 self.right_only = list(map(b.__getitem__, filterfalse(a.__contains__, b)))
208 if self.right_only:
209 self.right_only.sort()
210 print('Only in', self.right, ':', self.right_only)
242 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/cpython3/Lib/test/
Dtest_filecmp.py124 self.assertEqual(d.right_only, [])
142 self.assertEqual(d.right_only, ['file2'])
165 self.assertEqual(d.right_only, [])
/external/python/cpython2/Lib/test/
Dtest_filecmp.py107 self.assertTrue(d.left_only == d.right_only == [])
117 self.assertTrue(d.right_only == ['file2'])
/external/skqp/infra/bots/
Dtest_utils.py51 test.assertEqual(len(dcmp.right_only), 0)
/external/skia/infra/bots/
Dtest_utils.py51 test.assertEqual(len(dcmp.right_only), 0)
/external/skqp/tests/
DDetermineDomainModeTest.cpp271 static const SkRect* right_only(const RectInfo& enclosing, in right_only() function
347 for (auto constraintRectMaker : { left_only, top_only, right_only, in proxy_test()
/external/rust/crates/itertools/tests/
Dmerge_join.rs29 fn right_only() { in right_only() function
/external/python/cpython2/Doc/library/
Dfilecmp.rst139 .. attribute:: right_only
/external/python/cpython3/Doc/library/
Dfilecmp.rst135 .. attribute:: right_only