/third_party/python/Lib/test/ |
H A D | test_imghdr.py | 6 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 D | test_sndhdr.py | 3 from test.support import findfile namespace 21 filename = findfile(filename, subdir="sndhdrdata") 32 filename = findfile('sndhdr.aifc', subdir="sndhdrdata")
|
H A D | test_dtrace.py | 10 from test.support import findfile namespace 18 return os.path.abspath(findfile(filename, subdir="dtracedata"))
|
H A D | test_winsound.py | 108 with open(support.findfile('pluck-pcm8.wav', 116 fn = support.findfile('pluck-pcm8.wav', subdir='audiodata')
|
H A D | test_eintr.py | 15 script = support.findfile("_test_eintr.py")
|
H A D | setup_testcppext.py | 12 SOURCE = support.findfile('_testcppext.cpp')
|
H A D | test_ossaudiodev.py | 6 from test.support import findfile namespace 151 sound_info = read_sound_file(findfile('audiotest.au'))
|
H A D | test_atexit.py | 13 script = support.findfile("_test_atexit.py")
|
H A D | test_cppext.py | 15 SETUP_TESTCPPEXT = support.findfile('setup_testcppext.py')
|
H A D | test_tabnanny.py | 14 findfile) 322 path = findfile('tabnanny.py')
|
H A D | test_aifc.py | 1 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 D | test_pstats.py | 31 stats_file = support.findfile('pstats.pck')
|
H A D | test_mailcap.py | 15 MAILCAPFILE = test.support.findfile("mailcap.txt")
|
H A D | test_pulldom.py | 9 from test.support import findfile namespace 12 tstfile = findfile("test.xml", subdir="xmltestdata")
|
H A D | test_tarfile.py | 45 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 D | test_configparser.py | 547 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 D | test_audit.py | 15 AUDIT_TESTS_PY = support.findfile("audit-tests.py")
|
H A D | audiotests.py | 1 from test.support import findfile namespace 254 cls.sndfilepath = findfile(cls.sndfilename, subdir='audiodata')
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_reindent.py | 10 from test.support import findfile namespace 28 bad_coding_path = findfile('bad_coding.py')
|
/third_party/curl/src/ |
H A D | tool_findfile.h | 34 char *findfile(const char *fname, int dotscore);
|
H A D | tool_findfile.c | 51 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 D | tool_parsecfg.c | 92 char *curlrc = findfile(".curlrc", CURLRC_DOTSCORE); in parseconfig()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_help_about.py | 8 from test.support import requires, findfile namespace 80 fn = findfile(filename, subdir='idlelib')
|
H A D | test_config.py | 10 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 D | test_images.py | 69 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')
|