Lines Matching full:decode
792 string = string.decode("utf16")
925 def Decode(self, offset, size, value):
1000 p.Print("- kind: %s" % (self.Decode(3, 5, bitfield2)))
1005 self.Decode(0, 11, bitfield3),
1006 self.Decode(11, 11, bitfield3),
1007 self.Decode(25, 1, bitfield3)))
1008 p.Print("- IsShared: %s" % (self.Decode(22, 1, bitfield3)))
1009 p.Print("- FunctionWithPrototype: %s" % (self.Decode(23, 1, bitfield3)))
1010 p.Print("- DictionaryMap: %s" % (self.Decode(24, 1, bitfield3)))
1195 def Decode(self, offset, size, value):
1206 return DescriptorArray.TYPES[self.Decode(0, 3, value)]
1209 attributes = self.Decode(3, 3, value)
1217 return self.Decode(6, 1, value) == 1
1220 return self.Decode(20, 11, value)
1223 return self.Decode(6, 11, value)
1904 # TODO(vitalyr): decode eflags.