Home
last modified time | relevance | path

Searched refs:subdir (Results 76 - 94 of 94) sorted by relevance

1234

/third_party/python/Lib/test/
H A Daudiotests.py254 cls.sndfilepath = findfile(cls.sndfilename, subdir='audiodata')
H A Dtest_aifc.py159 non_aifc_file = findfile('pluck-pcm8.wav', subdir='audiodata')
H A Dtest_sax.py31 TEST_XMLFILE = findfile("test.xml", subdir="xmltestdata")
32 TEST_XMLFILE_OUT = findfile("test.xml.out", subdir="xmltestdata")
H A Dtest_compileall.py304 for subdir in fullpath:
305 path = os.path.join(path, subdir)
H A Dtest_pathlib.py1771 subdir = base / "subdir"
1774 file3.symlink_to(subdir / "other")
1788 subdir.mkdir()
1790 subdir.chmod(000)
H A Dtest_xml_etree.py40 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 Dtest_shutil.py420 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 Dtest_zipfile.py1657 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 Dtest_minidom.py17 tstfile = support.findfile("test.xml", subdir="xmltestdata")
/third_party/python/Lib/tkinter/test/
H A Dwidget_tests.py254 filename = test.support.findfile('python.xbm', subdir='imghdrdata')
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzdump.c243 static void getzones(char * basedir, char * subdir, struct listentry ** last, int * count);
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzdump.c249 static void getzones(char * basedir, char * subdir, struct listentry ** last, int * count);
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm43 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 DTest.pm43 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 DRunTest.bat516 @echo Otherwise, if the build dir is in a subdir of the source dir, testdata needed
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 163 milliseconds

1234