Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
Dtag.py23 self.__tag = (tagClass, tagFormat, tagId)
29 (self.__class__.__name__,) + self.__tag
40 def __getitem__(self, idx): return self.__tag[idx]
44 self.__tag&tagClass, self.__tag&tagFormat, self.__tag&tagId
49 self.__tag[0]|tagClass,
50 self.__tag[1]|tagFormat,
51 self.__tag[2]|tagId
53 def asTuple(self): return self.__tag # __getitem__() is slow
/external/fio/
Dserver.c743 static int send_update_job_reply(int fd, uint64_t __tag, int error) in send_update_job_reply() argument
745 uint64_t tag = __tag; in send_update_job_reply()