Home
last modified time | relevance | path

Searched refs:left_only (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/
Dfilecmp.py135 self.left_only = map(a.__getitem__, ifilterfalse(b.__contains__, a))
195 if self.left_only:
196 self.left_only.sort()
197 print 'Only in', self.left, ':', self.left_only
232 common=phase1, left_only=phase1, right_only=phase1,
/external/python/cpython3/Lib/
Dfilecmp.py145 self.left_only = list(map(a.__getitem__, filterfalse(b.__contains__, a)))
205 if self.left_only:
206 self.left_only.sort()
207 print('Only in', self.left, ':', self.left_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,
114 for key in left_only:
/external/python/cpython3/Lib/test/
Dtest_filecmp.py123 self.assertEqual(d.left_only, [])
141 self.assertEqual(d.left_only, [])
164 self.assertEqual(d.left_only, ['file2'])
/external/python/cpython2/Lib/test/
Dtest_filecmp.py107 self.assertTrue(d.left_only == d.right_only == [])
116 self.assertTrue(d.left_only == [])
/external/skqp/infra/bots/
Dtest_utils.py50 test.assertEqual(len(dcmp.left_only), 0)
/external/skia/infra/bots/
Dtest_utils.py50 test.assertEqual(len(dcmp.left_only), 0)
/external/skqp/tests/
DDetermineDomainModeTest.cpp245 static const SkRect* left_only(const RectInfo& enclosing, in left_only() function
347 for (auto constraintRectMaker : { left_only, top_only, right_only, in proxy_test()
/external/rust/crates/itertools/tests/
Dmerge_join.rs15 fn left_only() { in left_only() function
/external/python/cpython2/Doc/library/
Dfilecmp.rst134 .. attribute:: left_only
/external/python/cpython3/Doc/library/
Dfilecmp.rst130 .. attribute:: left_only