Home | History | Annotate | Download | only in tools

Lines Matching defs:Decode

922     string = string.decode("utf16")
1072 def Decode(self, offset, size, value):
1147 p.Print("- kind: %s" % (self.Decode(3, 5, bitfield2)))
1152 self.Decode(0, 11, bitfield3),
1153 self.Decode(11, 11, bitfield3),
1154 self.Decode(25, 1, bitfield3)))
1155 p.Print("- IsShared: %s" % (self.Decode(22, 1, bitfield3)))
1156 p.Print("- FunctionWithPrototype: %s" % (self.Decode(23, 1, bitfield3)))
1157 p.Print("- DictionaryMap: %s" % (self.Decode(24, 1, bitfield3)))
1342 def Decode(self, offset, size, value):
1353 return DescriptorArray.TYPES[self.Decode(0, 3, value)]
1356 attributes = self.Decode(3, 3, value)
1364 return self.Decode(6, 1, value) == 1
1367 return self.Decode(20, 11, value)
1370 return self.Decode(6, 11, value)
2376 # TODO(vitalyr): decode eflags.
3172 # TODO(vitalyr): decode eflags.