/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_macostools.py | 13 TESTFN2 = test_support.TESTFN + '2' 27 test_support.unlink(TESTFN2) 33 fp = open(TESTFN2, 'r') 41 rfp = MacOS.openrf(TESTFN2, '*rb') 56 test_support.unlink(TESTFN2) 57 macostools.copy(test_support.TESTFN, TESTFN2) 62 test_support.unlink(TESTFN2) 63 macostools.mkalias(test_support.TESTFN, TESTFN2) 64 fss, _, _ = Carbon.File.ResolveAliasFile(TESTFN2, 0) 68 test_support.unlink(TESTFN2) [all...] |
test_applesingle.py | 22 TESTFN2 = test_support.TESTFN + '2' 37 os.unlink(TESTFN2) 43 fp = MacOS.openrf(TESTFN2, '*rb') 45 fp = open(TESTFN2, 'rb') 51 os.unlink(TESTFN2) 54 applesingle.decode(test_support.TESTFN, TESTFN2) 60 os.unlink(TESTFN2) 63 applesingle.decode(test_support.TESTFN, TESTFN2, resonly=True)
|
test_zipfile.py | 30 TESTFN2 = TESTFN + "2" 116 for f in (TESTFN2, TemporaryFile(), StringIO()): 144 for f in (TESTFN2, TemporaryFile(), StringIO()): 149 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: 153 with zipfile.ZipFile(TESTFN2, "r") as zipfp: 181 for f in (TESTFN2, TemporaryFile(), StringIO()): 249 for f in (TESTFN2, TemporaryFile(), StringIO()): 253 for f in (TESTFN2, TemporaryFile(), StringIO()): 257 for f in (TESTFN2, TemporaryFile(), StringIO()): 261 for f in (TESTFN2, TemporaryFile(), StringIO()) [all...] |
test_zipfile64.py | 28 TESTFN2 = TESTFN + "2" 80 # Try the temp file first. If we do TESTFN2 first, then it hogs 82 for f in TemporaryFile(), TESTFN2: 87 # Try the temp file first. If we do TESTFN2 first, then it hogs 89 for f in TemporaryFile(), TESTFN2: 93 for fname in TESTFN, TESTFN2: 118 test_support.unlink(TESTFN2)
|
test_pipes.py | 10 TESTFN2 = TESTFN + "2" 17 for f in (TESTFN, TESTFN2): 34 t.copy(TESTFN, TESTFN2) 35 with open(TESTFN2) as f: 51 with open(TESTFN2, 'w') as f: 54 t.copy(TESTFN, TESTFN2) 55 with open(TESTFN2) as f:
|
test_macos.py | 8 TESTFN2 = test_support.TESTFN + '2'
|
test_shutil.py | 22 TESTFN2 = TESTFN + "2" 317 shutil.copyfile, TESTFN, TESTFN2) 331 shutil.copytree(TESTFN, TESTFN2) 341 shutil.rmtree(TESTFN2, ignore_errors=True)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_macostools.py | 13 TESTFN2 = test_support.TESTFN + '2' 27 test_support.unlink(TESTFN2) 33 fp = open(TESTFN2, 'r') 41 rfp = MacOS.openrf(TESTFN2, '*rb') 56 test_support.unlink(TESTFN2) 57 macostools.copy(test_support.TESTFN, TESTFN2) 62 test_support.unlink(TESTFN2) 63 macostools.mkalias(test_support.TESTFN, TESTFN2) 64 fss, _, _ = Carbon.File.ResolveAliasFile(TESTFN2, 0) 68 test_support.unlink(TESTFN2) [all...] |
test_applesingle.py | 22 TESTFN2 = test_support.TESTFN + '2' 37 os.unlink(TESTFN2) 43 fp = MacOS.openrf(TESTFN2, '*rb') 45 fp = open(TESTFN2, 'rb') 51 os.unlink(TESTFN2) 54 applesingle.decode(test_support.TESTFN, TESTFN2) 60 os.unlink(TESTFN2) 63 applesingle.decode(test_support.TESTFN, TESTFN2, resonly=True)
|
test_zipfile.py | 30 TESTFN2 = TESTFN + "2" 116 for f in (TESTFN2, TemporaryFile(), StringIO()): 144 for f in (TESTFN2, TemporaryFile(), StringIO()): 149 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: 153 with zipfile.ZipFile(TESTFN2, "r") as zipfp: 181 for f in (TESTFN2, TemporaryFile(), StringIO()): 249 for f in (TESTFN2, TemporaryFile(), StringIO()): 253 for f in (TESTFN2, TemporaryFile(), StringIO()): 257 for f in (TESTFN2, TemporaryFile(), StringIO()): 261 for f in (TESTFN2, TemporaryFile(), StringIO()) [all...] |
test_zipfile64.py | 28 TESTFN2 = TESTFN + "2" 80 # Try the temp file first. If we do TESTFN2 first, then it hogs 82 for f in TemporaryFile(), TESTFN2: 87 # Try the temp file first. If we do TESTFN2 first, then it hogs 89 for f in TemporaryFile(), TESTFN2: 93 for fname in TESTFN, TESTFN2: 118 test_support.unlink(TESTFN2)
|
test_pipes.py | 10 TESTFN2 = TESTFN + "2" 17 for f in (TESTFN, TESTFN2): 34 t.copy(TESTFN, TESTFN2) 35 with open(TESTFN2) as f: 51 with open(TESTFN2, 'w') as f: 54 t.copy(TESTFN, TESTFN2) 55 with open(TESTFN2) as f:
|
test_macos.py | 8 TESTFN2 = test_support.TESTFN + '2'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_macostools.py | 13 TESTFN2 = test_support.TESTFN + '2' 27 test_support.unlink(TESTFN2) 33 fp = open(TESTFN2, 'r') 41 rfp = MacOS.openrf(TESTFN2, '*rb') 56 test_support.unlink(TESTFN2) 57 macostools.copy(test_support.TESTFN, TESTFN2) 62 test_support.unlink(TESTFN2) 63 macostools.mkalias(test_support.TESTFN, TESTFN2) 64 fss, _, _ = Carbon.File.ResolveAliasFile(TESTFN2, 0) 68 test_support.unlink(TESTFN2) [all...] |
test_applesingle.py | 22 TESTFN2 = test_support.TESTFN + '2' 37 os.unlink(TESTFN2) 43 fp = MacOS.openrf(TESTFN2, '*rb') 45 fp = open(TESTFN2, 'rb') 51 os.unlink(TESTFN2) 54 applesingle.decode(test_support.TESTFN, TESTFN2) 60 os.unlink(TESTFN2) 63 applesingle.decode(test_support.TESTFN, TESTFN2, resonly=True)
|
test_zipfile.py | 30 TESTFN2 = TESTFN + "2" 116 for f in (TESTFN2, TemporaryFile(), StringIO()): 144 for f in (TESTFN2, TemporaryFile(), StringIO()): 149 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: 153 with zipfile.ZipFile(TESTFN2, "r") as zipfp: 181 for f in (TESTFN2, TemporaryFile(), StringIO()): 249 for f in (TESTFN2, TemporaryFile(), StringIO()): 253 for f in (TESTFN2, TemporaryFile(), StringIO()): 257 for f in (TESTFN2, TemporaryFile(), StringIO()): 261 for f in (TESTFN2, TemporaryFile(), StringIO()) [all...] |
test_zipfile64.py | 28 TESTFN2 = TESTFN + "2" 80 # Try the temp file first. If we do TESTFN2 first, then it hogs 82 for f in TemporaryFile(), TESTFN2: 87 # Try the temp file first. If we do TESTFN2 first, then it hogs 89 for f in TemporaryFile(), TESTFN2: 93 for fname in TESTFN, TESTFN2: 118 test_support.unlink(TESTFN2)
|
test_pipes.py | 10 TESTFN2 = TESTFN + "2" 17 for f in (TESTFN, TESTFN2): 34 t.copy(TESTFN, TESTFN2) 35 with open(TESTFN2) as f: 51 with open(TESTFN2, 'w') as f: 54 t.copy(TESTFN, TESTFN2) 55 with open(TESTFN2) as f:
|
test_macos.py | 8 TESTFN2 = test_support.TESTFN + '2'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_macostools.py | 13 TESTFN2 = test_support.TESTFN + '2' 27 test_support.unlink(TESTFN2) 33 fp = open(TESTFN2, 'r') 41 rfp = MacOS.openrf(TESTFN2, '*rb') 56 test_support.unlink(TESTFN2) 57 macostools.copy(test_support.TESTFN, TESTFN2) 62 test_support.unlink(TESTFN2) 63 macostools.mkalias(test_support.TESTFN, TESTFN2) 64 fss, _, _ = Carbon.File.ResolveAliasFile(TESTFN2, 0) 68 test_support.unlink(TESTFN2) [all...] |
test_applesingle.py | 22 TESTFN2 = test_support.TESTFN + '2' 37 os.unlink(TESTFN2) 43 fp = MacOS.openrf(TESTFN2, '*rb') 45 fp = open(TESTFN2, 'rb') 51 os.unlink(TESTFN2) 54 applesingle.decode(test_support.TESTFN, TESTFN2) 60 os.unlink(TESTFN2) 63 applesingle.decode(test_support.TESTFN, TESTFN2, resonly=True)
|
test_zipfile.py | 30 TESTFN2 = TESTFN + "2" 116 for f in (TESTFN2, TemporaryFile(), StringIO()): 144 for f in (TESTFN2, TemporaryFile(), StringIO()): 149 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: 153 with zipfile.ZipFile(TESTFN2, "r") as zipfp: 181 for f in (TESTFN2, TemporaryFile(), StringIO()): 249 for f in (TESTFN2, TemporaryFile(), StringIO()): 253 for f in (TESTFN2, TemporaryFile(), StringIO()): 257 for f in (TESTFN2, TemporaryFile(), StringIO()): 261 for f in (TESTFN2, TemporaryFile(), StringIO()) [all...] |
test_zipfile64.py | 28 TESTFN2 = TESTFN + "2" 80 # Try the temp file first. If we do TESTFN2 first, then it hogs 82 for f in TemporaryFile(), TESTFN2: 87 # Try the temp file first. If we do TESTFN2 first, then it hogs 89 for f in TemporaryFile(), TESTFN2: 93 for fname in TESTFN, TESTFN2: 118 test_support.unlink(TESTFN2)
|
test_pipes.py | 10 TESTFN2 = TESTFN + "2" 17 for f in (TESTFN, TESTFN2): 34 t.copy(TESTFN, TESTFN2) 35 with open(TESTFN2) as f: 51 with open(TESTFN2, 'w') as f: 54 t.copy(TESTFN, TESTFN2) 55 with open(TESTFN2) as f:
|
test_macos.py | 8 TESTFN2 = test_support.TESTFN + '2'
|