Home
last modified time | relevance | path

Searched refs:findfile (Results 1 - 25 of 39) sorted by relevance

12

/third_party/python/Lib/test/
H A Dtest_imghdr.py6 from test.support import findfile, warnings_helper namespace
39 cls.testfile = findfile('python.png', subdir='imghdrdata')
48 filename = findfile(filename, subdir='imghdrdata')
60 filename = findfile(filename, subdir='imghdrdata')
107 filename = findfile(filename, subdir='imghdrdata')
H A Dtest_sndhdr.py3 from test.support import findfile namespace
21 filename = findfile(filename, subdir="sndhdrdata")
32 filename = findfile('sndhdr.aifc', subdir="sndhdrdata")
H A Dtest_dtrace.py10 from test.support import findfile namespace
18 return os.path.abspath(findfile(filename, subdir="dtracedata"))
H A Dtest_winsound.py108 with open(support.findfile('pluck-pcm8.wav',
116 fn = support.findfile('pluck-pcm8.wav', subdir='audiodata')
H A Dtest_eintr.py15 script = support.findfile("_test_eintr.py")
H A Dsetup_testcppext.py12 SOURCE = support.findfile('_testcppext.cpp')
H A Dtest_ossaudiodev.py6 from test.support import findfile namespace
151 sound_info = read_sound_file(findfile('audiotest.au'))
H A Dtest_atexit.py13 script = support.findfile("_test_atexit.py")
H A Dtest_cppext.py15 SETUP_TESTCPPEXT = support.findfile('setup_testcppext.py')
H A Dtest_tabnanny.py14 findfile)
322 path = findfile('tabnanny.py')
H A Dtest_aifc.py1 from test.support import findfile namespace
155 f = aifc.open(findfile('Sine-1000Hz-300ms.aif'))
159 non_aifc_file = findfile('pluck-pcm8.wav', subdir='audiodata')
H A Dtest_pstats.py31 stats_file = support.findfile('pstats.pck')
H A Dtest_mailcap.py15 MAILCAPFILE = test.support.findfile("mailcap.txt")
H A Dtest_pulldom.py9 from test.support import findfile namespace
12 tstfile = findfile("test.xml", subdir="xmltestdata")
H A Dtest_tarfile.py45 tarname = support.findfile("testtar.tar")
485 with tarfile.open(support.findfile('recursion.tar')) as tar:
2521 files = [support.findfile('tokenize_tests.txt'),
2522 support.findfile('tokenize_tests-no-coding-cookie-'
2530 files = [support.findfile('tokenize_tests.txt')]
2562 zipname = support.findfile('zipdir.zip')
2604 zipname = support.findfile('zipdir.zip')
2611 files = [support.findfile('tokenize_tests.txt'),
2612 support.findfile('tokenize_tests-no-coding-cookie-'
2624 files = [support.findfile('tokenize_test
[all...]
H A Dtest_configparser.py547 tricky = support.findfile("cfgparser.3")
721 file1 = support.findfile("cfgparser.1")
754 file1_bytestring = support.findfile("cfgparser.1").encode()
1164 smbconf = support.findfile("cfgparser.2")
1359 tricky = support.findfile("cfgparser.3")
1391 tricky = support.findfile("cfgparser.3")
1492 file_path = support.findfile("cfgparser.1")
1513 file_paths = [support.findfile("cfgparser.1")]
H A Dtest_audit.py15 AUDIT_TESTS_PY = support.findfile("audit-tests.py")
H A Daudiotests.py1 from test.support import findfile namespace
254 cls.sndfilepath = findfile(cls.sndfilename, subdir='audiodata')
/third_party/python/Lib/test/test_tools/
H A Dtest_reindent.py10 from test.support import findfile namespace
28 bad_coding_path = findfile('bad_coding.py')
/third_party/curl/src/
H A Dtool_findfile.h34 char *findfile(const char *fname, int dotscore);
H A Dtool_findfile.c51 in the findfile() function */
93 * findfile() - return the full path name of the file.
102 char *findfile(const char *fname, int dotscore) in findfile() function
H A Dtool_parsecfg.c92 char *curlrc = findfile(".curlrc", CURLRC_DOTSCORE); in parseconfig()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_help_about.py8 from test.support import requires, findfile namespace
80 fn = findfile(filename, subdir='idlelib')
H A Dtest_config.py10 from test.support import captured_stderr, findfile namespace
89 config_path = findfile('cfgparser.1')
298 config_path = findfile('cfgparser.1')
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_images.py69 cls.testfile = support.findfile('python.xbm', subdir='imghdrdata')
153 cls.testfile = support.findfile('python.gif', subdir='imghdrdata')
166 testfile = support.findfile('python.' + ext, subdir='imghdrdata')
181 testfile = support.findfile('python.' + ext, subdir='imghdrdata')

Completed in 15 milliseconds

12