OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmsg
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
...]
/system/core/adb/
transport.cpp
435
struct
tmsg
struct
442
transport_read_action(int fd, struct
tmsg
* m)
462
transport_write_action(int fd, struct
tmsg
* m)
483
tmsg
m;
588
tmsg
m;
599
tmsg
m;
Completed in 313 milliseconds