HomeSort by relevance Sort by last modified time
    Searched full:testfn (Results 101 - 125 of 195) sorted by null

1 2 3 45 6 7 8

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_filecmp.py 8 self.name = test_support.TESTFN
9 self.name_same = test_support.TESTFN + '-same'
10 self.name_diff = test_support.TESTFN + '-diff'
test_plistlib.py 94 os.unlink(test_support.TESTFN)
126 plistlib.writePlist(pl, test_support.TESTFN)
127 pl2 = plistlib.readPlist(test_support.TESTFN)
test_poll.py 5 from test.test_support import TESTFN, run_unittest
83 f = open(TESTFN, 'w')
92 os.unlink(TESTFN)
test_urllib2net.py 116 TESTFN = test_support.TESTFN
117 f = open(TESTFN, 'w')
122 'file:'+sanepathname2url(os.path.abspath(TESTFN)),
127 os.remove(TESTFN)
test_urllib.py 71 FILE = file(test_support.TESTFN, 'wb')
76 self.pathname = test_support.TESTFN
82 os.remove(test_support.TESTFN)
295 self.registerFileForCleanUp(test_support.TESTFN)
298 FILE = file(test_support.TESTFN, 'wb')
336 result = urllib.urlretrieve("file:%s" % test_support.TESTFN)
337 self.assertEqual(result[0], test_support.TESTFN)
344 second_temp = "%s.2" % test_support.TESTFN
347 test_support.TESTFN), second_temp)
368 second_temp = "%s.2" % test_support.TESTFN
    [all...]
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_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_sysconfig.py 10 from test.test_support import run_unittest, TESTFN, unlink, get_attribute
80 path = TESTFN
255 link = os.path.abspath(TESTFN)
test_netrc.py 4 temp_filename = test_support.TESTFN
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 178 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &);
183 : BD(bd), TestFn(F) {}
281 bool Broken = TestFn(BD, ToOptimize, ToNotOptimize, Error);
305 bool (*TestFn)(BugDriver &, Module *, Module *,
380 Failure = TestFn(BD, ToOptimizeLoopExtracted, ToNotOptimize, Error);
461 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &);
468 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {}
539 bool Ret = TestFn(BD, New, ToNotOptimize, Error);
555 bool (*TestFn)(BugDriver &, Module *, Module *,
573 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 116 TESTFN = test_support.TESTFN
117 f = open(TESTFN, 'w')
122 'file:'+sanepathname2url(os.path.abspath(TESTFN)),
127 os.remove(TESTFN)
test_urllib.py 71 FILE = file(test_support.TESTFN, 'wb')
76 self.pathname = test_support.TESTFN
82 os.remove(test_support.TESTFN)
295 self.registerFileForCleanUp(test_support.TESTFN)
298 FILE = file(test_support.TESTFN, 'wb')
336 result = urllib.urlretrieve("file:%s" % test_support.TESTFN)
337 self.assertEqual(result[0], test_support.TESTFN)
344 second_temp = "%s.2" % test_support.TESTFN
347 test_support.TESTFN), second_temp)
368 second_temp = "%s.2" % test_support.TESTFN
    [all...]
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_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_sysconfig.py 10 from test.test_support import run_unittest, TESTFN, unlink, get_attribute
80 path = TESTFN
255 link = os.path.abspath(TESTFN)
test_netrc.py 4 temp_filename = test_support.TESTFN
test_fileinput.py 7 from test.test_support import verbose, TESTFN, run_unittest
21 name = TESTFN + str(i)

Completed in 661 milliseconds

1 2 3 45 6 7 8