Home | History | Annotate | Download | only in tools

Lines Matching refs:kind

1146     p.Print("- kind: %s" % (self.Decode(3, 5, bitfield2)))
1281 self.kind = self.SmiField(self.KindOffset())
1290 kind = "???"
1291 if 0 <= self.kind < len(Oddball.KINDS):
1292 kind = Oddball.KINDS[self.kind]
1293 return "Oddball(%08x, kind=%s)" % (self.address, kind)
2019 function onpage(kind, address) {
2021 kind = encodeURIComponent(kind)
2029 "setpageaddress?%(query_dump)s&kind=" + kind +
2157 kind = query_components.get("kind", [])
2159 if len(kind) == 1 and len(address) == 1:
2160 kind = kind[0]
2162 self.formatter(query_components).set_page_address(kind, address)
2216 def set_page_address(self, kind, straddress):
2219 if kind == "oldpage":
2221 elif kind == "mappage":
2223 self.comments.save_page_address(kind, address)