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

1 2 3 4 5 6 78

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bz2.py 3 from test.test_support import TESTFN, _4G, bigmemtest, import_module, findfile
52 self.filename = TESTFN
test_pyexpat.py 222 fp = open(test_support.TESTFN, 'wb')
229 test_support.unlink(test_support.TESTFN)
test_sys.py 498 self.file = open(test.test_support.TESTFN, 'wb')
502 test.test_support.unlink(test.test_support.TESTFN)
test_set.py 302 fo = open(test_support.TESTFN, "wb")
306 fo = open(test_support.TESTFN, "rb")
310 test_support.unlink(test_support.TESTFN)
702 fo = open(test_support.TESTFN, "wb")
706 fo = open(test_support.TESTFN, "rb")
710 test_support.unlink(test_support.TESTFN)
    [all...]
test_cookielib.py 255 filename = test_support.TESTFN
271 filename = test_support.TESTFN
377 filename = test_support.TESTFN
    [all...]
test_zlib.py 2 from test.test_support import TESTFN, run_unittest, import_module, unlink, requires
test_subprocess.py 539 handles.append(os.open(test_support.TESTFN,
565 test_support.unlink(test_support.TESTFN)
    [all...]
test_descr.py     [all...]
test_tarfile.py 29 TEMPDIR = os.path.abspath(test_support.TESTFN)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bz2.py 3 from test.test_support import TESTFN, _4G, bigmemtest, import_module, findfile
52 self.filename = TESTFN
test_pyexpat.py 222 fp = open(test_support.TESTFN, 'wb')
229 test_support.unlink(test_support.TESTFN)
test_sys.py 498 self.file = open(test.test_support.TESTFN, 'wb')
502 test.test_support.unlink(test.test_support.TESTFN)
test_set.py 302 fo = open(test_support.TESTFN, "wb")
306 fo = open(test_support.TESTFN, "rb")
310 test_support.unlink(test_support.TESTFN)
702 fo = open(test_support.TESTFN, "wb")
706 fo = open(test_support.TESTFN, "rb")
710 test_support.unlink(test_support.TESTFN)
    [all...]
test_cookielib.py 255 filename = test_support.TESTFN
271 filename = test_support.TESTFN
377 filename = test_support.TESTFN
    [all...]
test_zlib.py 2 from test.test_support import TESTFN, run_unittest, import_module, unlink, requires
test_subprocess.py 539 handles.append(os.open(test_support.TESTFN,
565 test_support.unlink(test_support.TESTFN)
    [all...]
test_descr.py     [all...]
test_tarfile.py 29 TEMPDIR = os.path.abspath(test_support.TESTFN)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
jslib-event-jquery.html 14 function testfn(){}
25 div.bind("click", testfn);
35 div.unbind("click", testfn);
    [all...]
jslib-event-prototype.html 14 function testfn(){}
25 div.invoke("observe", "click", testfn);
35 div.invoke("stopObserving", "click", testfn);
    [all...]

Completed in 2236 milliseconds

1 2 3 4 5 6 78