HomeSort by relevance Sort by last modified time
    Searched refs:MOFILE (Results 1 - 2 of 2) 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...]

Completed in 42 milliseconds