HomeSort by relevance Sort by last modified time
    Searched refs:TESTFN (Results 101 - 125 of 184) sorted by null

1 2 3 45 6 7 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 10 from test.test_support import run_unittest, TESTFN, unlink, get_attribute
80 path = TESTFN
255 link = os.path.abspath(TESTFN)
test_anydbm.py 11 _fname = test_support.TESTFN
test_multibytecodec.py 8 from test.test_support import TESTFN
151 open(TESTFN, 'w').write('\xa1')
152 f = codecs.open(TESTFN, encoding='cp949')
157 os.unlink(TESTFN)
test_deque.py 69 test_support.unlink(test_support.TESTFN)
70 fo = open(test_support.TESTFN, "wb")
74 fo = open(test_support.TESTFN, "rb")
78 test_support.unlink(test_support.TESTFN)
82 fo = open(test_support.TESTFN, "wb")
86 fo = open(test_support.TESTFN, "rb")
90 test_support.unlink(test_support.TESTFN)
369 test_support.unlink(test_support.TESTFN)
370 fo = open(test_support.TESTFN, "wb")
374 fo = open(test_support.TESTFN, "rb"
    [all...]
test_urllibnet.py 174 test_support.TESTFN)
175 self.assertEqual(file_location, test_support.TESTFN)
test_uu.py 107 self.tmpin = test_support.TESTFN + "i"
108 self.tmpout = test_support.TESTFN + "o"
test_bool.py 23 fo = open(test_support.TESTFN, "wb")
26 fo = open(test_support.TESTFN, "rb")
30 os.remove(test_support.TESTFN)
264 f = file(test_support.TESTFN, "w")
269 os.remove(test_support.TESTFN)
test_asyncore.py 13 from test.test_support import TESTFN, run_unittest, unlink
402 with file(TESTFN, 'w') as h:
406 unlink(TESTFN)
409 fd = os.open(TESTFN, os.O_RDONLY)
424 fd = os.open(TESTFN, os.O_WRONLY | os.O_APPEND)
431 self.assertEqual(file(TESTFN).read(), self.d + d1 + d2)
436 fd = os.open(TESTFN, os.O_RDONLY)
test_optparse.py     [all...]
test_site.py 8 from test.test_support import run_unittest, TESTFN, EnvironmentVarGuard
99 def make_pth(self, contents, pth_dir='.', pth_name=TESTFN):
260 def __init__(self, filename_base=TESTFN, imported="time",
test_cmd_line.py 112 filename = test.test_support.TESTFN
test_exceptions.py 8 from test.test_support import (TESTFN, unlink, run_unittest, captured_output,
43 fp = open(TESTFN, 'w')
45 fp = open(TESTFN, 'r')
56 unlink(TESTFN)
test_fileinput.py 7 from test.test_support import verbose, TESTFN, run_unittest
21 name = TESTFN + str(i)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 10 from test.test_support import run_unittest, TESTFN, unlink, get_attribute
80 path = TESTFN
255 link = os.path.abspath(TESTFN)
test_anydbm.py 11 _fname = test_support.TESTFN
test_multibytecodec.py 8 from test.test_support import TESTFN
151 open(TESTFN, 'w').write('\xa1')
152 f = codecs.open(TESTFN, encoding='cp949')
157 os.unlink(TESTFN)
test_deque.py 69 test_support.unlink(test_support.TESTFN)
70 fo = open(test_support.TESTFN, "wb")
74 fo = open(test_support.TESTFN, "rb")
78 test_support.unlink(test_support.TESTFN)
82 fo = open(test_support.TESTFN, "wb")
86 fo = open(test_support.TESTFN, "rb")
90 test_support.unlink(test_support.TESTFN)
369 test_support.unlink(test_support.TESTFN)
370 fo = open(test_support.TESTFN, "wb")
374 fo = open(test_support.TESTFN, "rb"
    [all...]
test_urllibnet.py 174 test_support.TESTFN)
175 self.assertEqual(file_location, test_support.TESTFN)
test_uu.py 107 self.tmpin = test_support.TESTFN + "i"
108 self.tmpout = test_support.TESTFN + "o"
test_bool.py 23 fo = open(test_support.TESTFN, "wb")
26 fo = open(test_support.TESTFN, "rb")
30 os.remove(test_support.TESTFN)
264 f = file(test_support.TESTFN, "w")
269 os.remove(test_support.TESTFN)
test_asyncore.py 13 from test.test_support import TESTFN, run_unittest, unlink
402 with file(TESTFN, 'w') as h:
406 unlink(TESTFN)
409 fd = os.open(TESTFN, os.O_RDONLY)
424 fd = os.open(TESTFN, os.O_WRONLY | os.O_APPEND)
431 self.assertEqual(file(TESTFN).read(), self.d + d1 + d2)
436 fd = os.open(TESTFN, os.O_RDONLY)
test_optparse.py     [all...]
test_site.py 8 from test.test_support import run_unittest, TESTFN, EnvironmentVarGuard
99 def make_pth(self, contents, pth_dir='.', pth_name=TESTFN):
260 def __init__(self, filename_base=TESTFN, imported="time",
test_cmd_line.py 112 filename = test.test_support.TESTFN
test_exceptions.py 8 from test.test_support import (TESTFN, unlink, run_unittest, captured_output,
43 fp = open(TESTFN, 'w')
45 fp = open(TESTFN, 'r')
56 unlink(TESTFN)

Completed in 1851 milliseconds

1 2 3 45 6 7 8