Searched refs:subdir (Results 76 - 94 of 94) sorted by relevance
1234
/third_party/python/Lib/test/ |
H A D | audiotests.py | 254 cls.sndfilepath = findfile(cls.sndfilename, subdir='audiodata')
|
H A D | test_aifc.py | 159 non_aifc_file = findfile('pluck-pcm8.wav', subdir='audiodata')
|
H A D | test_sax.py | 31 TEST_XMLFILE = findfile("test.xml", subdir="xmltestdata") 32 TEST_XMLFILE_OUT = findfile("test.xml.out", subdir="xmltestdata")
|
H A D | test_compileall.py | 304 for subdir in fullpath: 305 path = os.path.join(path, subdir)
|
H A D | test_pathlib.py | 1771 subdir = base / "subdir" 1774 file3.symlink_to(subdir / "other") 1788 subdir.mkdir() 1790 subdir.chmod(000)
|
H A D | test_xml_etree.py | 40 SIMPLE_XMLFILE = findfile("simple.xml", subdir="xmltestdata") 45 SIMPLE_NS_XMLFILE = findfile("simple-ns.xml", subdir="xmltestdata") 46 UTF8_BUG_XMLFILE = findfile("expat224_utf8_bug.xml", subdir="xmltestdata") 4104 datadir = findfile("c14n-20", subdir="xmltestdata")
|
H A D | test_shutil.py | 420 os.mkdir(os.path.join(fullname, 'subdir')) 421 write_file(os.path.join(fullname, 'subdir', 'somefile'), 'foo') 560 os.mkdir(join(src_dir, 'test_dir2', 'subdir')) 562 write_file((src_dir, 'test_dir2', 'subdir', 'test.txt'), '456') 576 patterns = shutil.ignore_patterns('*.tmp', 'subdir*') 581 self.assertFalse(exists(join(dst_dir, 'test_dir2', 'subdir'))) 593 path.split()[-1] == 'subdir'): 604 self.assertFalse(exists(join(dst_dir, 'test_dir2', 'subdir'))) 621 os.mkdir(os.path.join(src_dir, 'test_dir', 'subdir')) 622 write_file((src_dir, 'test_dir', 'subdir', 'tes [all...] |
H A D | test_zipfile.py | 1657 targetpath = os.path.join('target', 'subdir', 'subsub') 3043 self.exe_zip = findfile('exe_with_zip', subdir='ziptestdata') 3044 self.exe_zip64 = findfile('exe_with_z64', subdir='ziptestdata')
|
H A D | test_minidom.py | 17 tstfile = support.findfile("test.xml", subdir="xmltestdata")
|
/third_party/python/Lib/tkinter/test/ |
H A D | widget_tests.py | 254 filename = test.support.findfile('python.xbm', subdir='imghdrdata')
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zdump.c | 243 static void getzones(char * basedir, char * subdir, struct listentry ** last, int * count);
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zdump.c | 249 static void getzones(char * basedir, char * subdir, struct listentry ** last, int * count);
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 43 indir "subdir" => sub { 199 my $subdir = shift; 203 my $reverse = __cwd($subdir,%opts); 204 BAIL_OUT("FAILURE: indir, \"$subdir\" wasn't possible to move into")
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 43 indir "subdir" => sub { 199 my $subdir = shift; 203 my $reverse = __cwd($subdir,%opts); 204 BAIL_OUT("FAILURE: indir, \"$subdir\" wasn't possible to move into")
|
/third_party/pcre2/pcre2/ |
H A D | RunTest.bat | 516 @echo Otherwise, if the build dir is in a subdir of the source dir, testdata needed
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
Completed in 163 milliseconds
1234