Home | History | Annotate | Download | only in test

Lines Matching refs:Dump

172         # Check that we can find a diag_msg by scanning a dump.
432 children = self.sock_diag.Dump(req, NO_BYTECODE)
520 infos = self.sock_diag.Dump(diag_req, "")
534 self.assertEqual([], self.sock_diag.Dump(req, bad_bytecode))
538 children = self.sock_diag.Dump(req, bytecode)
817 self.assertTrue(s in matches, "Did not find socket %s in dump" %
822 self.fail("Too many sockets in dump, first unexpected: %s" % str(i))