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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 43 test_pyc = make_pyc(test_co, NOW) variable
144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
149 TESTMOD + pyc_ext: (NOW, test_pyc)}
158 m0 = ord(test_pyc[0])
160 badmagic_pyc = chr(m0) + test_pyc[1:]
167 m0 = ord(test_pyc[0])
169 badmagic_pyc = chr(m0) + test_pyc[1:]
179 t3 = ord(test_pyc[7])
182 badtime_pyc = test_pyc[:7] + chr(t3) + test_pyc[8:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 43 test_pyc = make_pyc(test_co, NOW) variable
144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
149 TESTMOD + pyc_ext: (NOW, test_pyc)}
158 m0 = ord(test_pyc[0])
160 badmagic_pyc = chr(m0) + test_pyc[1:]
167 m0 = ord(test_pyc[0])
169 badmagic_pyc = chr(m0) + test_pyc[1:]
179 t3 = ord(test_pyc[7])
182 badtime_pyc = test_pyc[:7] + chr(t3) + test_pyc[8:
    [all...]

Completed in 166 milliseconds