OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mofile
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gettext.py
58
MOFILE
= os.path.join(LOCALEDIR, 'gettext.mo')
67
with open(
MOFILE
, 'wb') as fp:
88
self.
mofile
=
MOFILE
136
with open(self.
mofile
, 'rb') as fp:
216
self.
mofile
=
MOFILE
227
with open(self.
mofile
, 'rb') as fp:
336
self.
mofile
=
MOFILE
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gettext.py
58
MOFILE
= os.path.join(LOCALEDIR, 'gettext.mo')
67
with open(
MOFILE
, 'wb') as fp:
88
self.
mofile
=
MOFILE
136
with open(self.
mofile
, 'rb') as fp:
216
self.
mofile
=
MOFILE
227
with open(self.
mofile
, 'rb') as fp:
336
self.
mofile
=
MOFILE
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py
448
mofile
= os.path.join(localedir, lang, 'LC_MESSAGES', '%s.mo' % domain)
449
if os.path.exists(
mofile
):
451
result.append(
mofile
)
453
return
mofile
473
for
mofile
in mofiles:
474
key = (class_, os.path.abspath(
mofile
))
477
with open(
mofile
, 'rb') as fp:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py
448
mofile
= os.path.join(localedir, lang, 'LC_MESSAGES', '%s.mo' % domain)
449
if os.path.exists(
mofile
):
451
result.append(
mofile
)
453
return
mofile
473
for
mofile
in mofiles:
474
key = (class_, os.path.abspath(
mofile
))
477
with open(
mofile
, 'rb') as fp:
Completed in 214 milliseconds