Lines Matching refs:dst
312 def do_copy_checks(dtb, dst, second1_ph_val, expect_none): argument
315 [n.path for n in dst.subnodes])
379 dst = dtb.GetNode('/dest')
382 dst.copy_node(tmpl)
384 do_copy_checks(dtb, dst, second1_ph_val, expect_none=True)
404 dst = new_dtb.GetNode('/dest')
405 do_copy_checks(new_dtb, dst, second1_ph_val, expect_none=False)
414 dst = dtb.GetNode('/dest')
415 dst.copy_subnodes_from_phandles(node_list)
427 [n.path for n in dst.subnodes])
430 over = dst.FindNode('over')
444 self.assertEqual(expect, set(dst.props.keys()))