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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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...]
  /external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/python/cpython3/Lib/test/
test_zipimport.py 46 test_pyc = make_pyc(test_co, NOW, len(test_src)) variable
178 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
183 TESTMOD + pyc_ext: (NOW, test_pyc)}
192 badmagic_pyc = bytearray(test_pyc)
200 badmagic_pyc = bytearray(test_pyc)
211 badtime_pyc = bytearray(test_pyc)
221 files = {packdir + "__init__" + pyc_ext: (NOW, test_pyc),
222 packdir + TESTMOD + pyc_ext: (NOW, test_pyc)}
230 files = {packdir + "__init__" + pyc_ext: (NOW, test_pyc),
231 packdir2 + "__init__" + pyc_ext: (NOW, test_pyc),
    [all...]

Completed in 302 milliseconds