HomeSort by relevance Sort by last modified time
    Searched refs:tmsg (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 291 tmsg = buf[toff:tend]
298 for item in tmsg.splitlines():
328 tmsg = tmsg.split('\x00')
331 tmsg = [unicode(x, self._charset) for x in tmsg]
332 for i in range(len(tmsg)):
333 catalog[(msgid1, i)] = tmsg[i]
337 tmsg = unicode(tmsg, self._charset
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 291 tmsg = buf[toff:tend]
298 for item in tmsg.splitlines():
328 tmsg = tmsg.split('\x00')
331 tmsg = [unicode(x, self._charset) for x in tmsg]
332 for i in range(len(tmsg)):
333 catalog[(msgid1, i)] = tmsg[i]
337 tmsg = unicode(tmsg, self._charset
    [all...]
  /bootable/recovery/minadbd/
transport.c 371 typedef struct tmsg tmsg; typedef in typeref:struct:tmsg
372 struct tmsg struct
379 transport_read_action(int fd, struct tmsg* m)
401 transport_write_action(int fd, struct tmsg* m)
424 tmsg m;
533 tmsg m;
544 tmsg m;
  /system/core/adb/
transport.c 520 typedef struct tmsg tmsg; typedef in typeref:struct:tmsg
521 struct tmsg struct
528 transport_read_action(int fd, struct tmsg* m)
550 transport_write_action(int fd, struct tmsg* m)
573 tmsg m;
691 tmsg m;
702 tmsg m;

Completed in 280 milliseconds