Searched defs:isfile (Results 1 - 25 of 25) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A Dcmd.py7 from os.path import isfile, dirname namespace
45 if not isfile(filename):
/external/python/cpython2/Lib/
H A Dgenericpath.py10 'getsize', 'isdir', 'isfile']
34 def isfile(path): function
H A Dtarfile.py1467 def isfile(self): member in class:TarInfo
/external/python/cpython2/RISCOS/
H A Dunixstuff.c55 int isfile(char *fn) function
/external/python/cpython3/Lib/
H A Dgenericpath.py10 'getsize', 'isdir', 'isfile', 'samefile', 'sameopenfile',
27 def isfile(path): function
H A Dtarfile.py1362 def isfile(self): member in class:TarInfo
H A Dturtle.py114 from os.path import isfile, split, join namespace
216 if isfile(default_cfg):
225 if isfile(cfg_file2):
885 if data.lower().endswith(".gif") and isfile(data):
/external/python/cpython2/Lib/distutils/
H A Dfile_util.py108 if not os.path.isfile(src):
180 from os.path import exists, isfile, isdir, basename, dirname namespace
189 if not isfile(src):
/external/python/cpython3/Lib/distutils/
H A Dfile_util.py103 if not os.path.isfile(src):
177 from os.path import exists, isfile, isdir, basename, dirname namespace
186 if not isfile(src):
/external/python/cpython3/Lib/idlelib/
H A Dhelp.py28 from os.path import abspath, dirname, isfile, join namespace
268 if not isfile(filename):
/external/skia/tools/skiaserve/tester/
H A Dtester.py13 from os.path import isfile, join namespace
107 if isfile(join(skp_dir, skp)) and re.match(args.match, skp):
/external/skqp/tools/skiaserve/tester/
H A Dtester.py13 from os.path import isfile, join namespace
107 if isfile(join(skp_dir, skp)) and re.match(args.match, skp):
/external/python/cpython2/Lib/idlelib/
H A Dhelp.py28 from os.path import abspath, dirname, isdir, isfile, join namespace
270 if not isfile(filename):
/external/python/cpython2/Mac/scripts/
H A Dbuildpkg.py54 from os.path import basename, dirname, join, islink, isdir, isfile namespace
326 if isfile(f):
/external/protobuf/gtest/test/
H A Drun_tests_util_test.py118 def isfile(self, path): member in class:FakePath
/external/python/cpython2/Demo/pdist/
H A DFSProxy.py85 if not os.path.isfile(name):
121 files = filter(os.path.isfile, files)
138 def isfile(self, name): member in class:FSProxyLocal
139 return self.visible(name) and os.path.isfile(name)
/external/python/cpython2/Lib/plat-riscos/
H A Driscospath.py227 def isfile(p): function
/external/python/cpython2/Lib/unittest/test/
H A Dtest_discovery.py32 original_isfile = os.path.isfile
34 os.path.isfile = original_isfile
50 def isfile(path): function in function:TestDiscovery.test_find_tests
53 os.path.isfile = isfile
75 original_isfile = os.path.isfile
77 os.path.isfile = original_isfile
90 os.path.isfile = lambda path: os.path.basename(path) not in directories
137 original_isfile = os.path.isfile
140 os.path.isfile
338 def isfile(_): function in function:TestDiscovery.setup_module_clash
[all...]
/external/python/cpython2/Modules/
H A Dgetpath.c132 isfile(char *filename) /* Is file, not directory */ function
146 if (isfile(filename))
152 if (isfile(filename))
272 if (isfile(prefix)) {
336 if (isfile(exec_prefix)) {
/external/python/cpython3/Lib/unittest/test/
H A Dtest_program.py334 def isfile(path): function in function:TestCommandLineArgs._patch_isfile
336 original = os.path.isfile
337 os.path.isfile = isfile
339 os.path.isfile = original
H A Dtest_discovery.py48 original_isfile = os.path.isfile
50 os.path.isfile = original_isfile
66 def isfile(path): function in function:TestDiscovery.test_find_tests
69 os.path.isfile = isfile
101 original_isfile = os.path.isfile
103 os.path.isfile = original_isfile
115 os.path.isfile = lambda path: False
139 original_isfile = os.path.isfile
141 os.path.isfile
731 def isfile(_): function in function:TestDiscovery.setup_module_clash
[all...]
/external/python/cpython3/Modules/
H A Dgetpath.c144 isfile(wchar_t *filename) /* Is file, not directory */ function
158 if (isfile(filename))
164 if (isfile(filename))
337 if (isfile(prefix)) {
406 if (isfile(exec_prefix)) {
/external/mksh/src/
H A Dmisc.c628 gmatchx(const char *s, const char *p, bool isfile) argument
639 * isfile is false iff no syntax check has been done on
642 if (!isfile && !has_globbing(p)) {
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py113 from os.path import isfile, split, join namespace
229 if isfile(default_cfg):
239 if isfile(cfg_file2):
840 if data.lower().endswith(".gif") and isfile(data):
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...

Completed in 651 milliseconds