Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 2 of 2) sorted by relevance

/test/vts/utils/python/library/elf/
Dstructs.py167 def SetType(self, type_): argument
173 self.SetSymbolAndType(self.GetBinding(), type_)
175 def SetBindingAndType(self, binding, type_): argument
182 self.st_info = (binding << 4) | (type_ & 0xf)
227 def SetType(self, type_): argument
233 self.SetSymbolAndType(self.GetSymbol(), type_)
235 def SetSymbolAndType(self, symndx, type_): argument
242 self.r_info = (symndx << 8) | (type_ & 0xff)
280 def SetType(self, type_): argument
286 self.SetSymbolAndType(self.GetSymbol(), type_)
[all …]
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java6600 type_ = 0; in ProfilingReportMessage()
6651 type_ = rawValue; in ProfilingReportMessage()
6781 private int type_; field in VtsReportMessage.ProfilingReportMessage
6792 …e.VtsProfilingType result = com.android.vts.proto.VtsReportMessage.VtsProfilingType.valueOf(type_); in getType()
6988 output.writeEnum(2, type_); in writeTo()
7028 .computeEnumSize(2, type_); in getSerializedSize()
7101 result = result && type_ == other.type_; in equals()
7150 hash = (53 * hash) + type_; in hashCode()
7310 type_ = 0; in clear()
7359 result.type_ = type_; in buildPartial()
[all …]