Searched refs:isdir (Results 1 - 25 of 154) sorted by relevance

1234567

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_discovery.py34 original_isdir = os.path.isdir
36 os.path.isdir = original_isdir
44 def isdir(path): function in function:TestDiscovery.test_find_tests
46 os.path.isdir = isdir
77 original_isdir = os.path.isdir
79 os.path.isdir = original_isdir
86 os.path.isdir = lambda path: True
137 original_isdir = os.path.isdir
157 os.path.isdir
339 def isdir(_): function in function:TestDiscovery.test_detect_module_clash
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_discovery.py34 original_isdir = os.path.isdir
36 os.path.isdir = original_isdir
44 def isdir(path): function in function:TestDiscovery.test_find_tests
46 os.path.isdir = isdir
77 original_isdir = os.path.isdir
79 os.path.isdir = original_isdir
86 os.path.isdir = lambda path: True
137 original_isdir = os.path.isdir
157 os.path.isdir
339 def isdir(_): function in function:TestDiscovery.test_detect_module_clash
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dinstall_egg_info.py34 if os.path.isdir(target) and not os.path.islink(target):
38 elif not os.path.isdir(self.install_dir):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dinstall_egg_info.py34 if os.path.isdir(target) and not os.path.islink(target):
38 elif not os.path.isdir(self.install_dir):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcompileall.py51 if not os.path.isdir(fullname):
56 os.path.isdir(fullname) and \
200 if len(args) != 1 and not os.path.isdir(args[0]):
213 if os.path.isdir(arg):
H A Ddircache.py40 if os.path.isdir(os.path.join(head, list[i])):
H A Dgenericpath.py10 'getsize', 'isdir', 'isfile']
24 # This follows symbolic links, so both islink() and isdir() can be true
36 # This follows symbolic links, so both islink() and isdir()
38 def isdir(s): function
H A Dglob.py84 if os.path.isdir(dirname):
H A DSimpleHTTPServer.py68 if os.path.isdir(path):
123 if os.path.isdir(fullname):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dfile_util.py111 if os.path.isdir(dst):
172 from os.path import exists, isfile, isdir, basename, dirname namespace
184 if isdir(dst):
191 if not isdir(dirname(dst)):
H A Ddir_util.py44 if os.path.isdir(name) or name == '':
52 while head and tail and not os.path.isdir(head):
74 if not (exc.errno == errno.EEXIST and os.path.isdir(head)):
126 if not dry_run and not os.path.isdir(src):
159 elif os.path.isdir(src_name):
176 if os.path.isdir(real_f) and not os.path.islink(real_f):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcompileall.py51 if not os.path.isdir(fullname):
56 os.path.isdir(fullname) and \
200 if len(args) != 1 and not os.path.isdir(args[0]):
213 if os.path.isdir(arg):
H A Ddircache.py40 if os.path.isdir(os.path.join(head, list[i])):
H A Dgenericpath.py10 'getsize', 'isdir', 'isfile']
24 # This follows symbolic links, so both islink() and isdir() can be true
36 # This follows symbolic links, so both islink() and isdir()
38 def isdir(s): function
H A Dglob.py84 if os.path.isdir(dirname):
H A DSimpleHTTPServer.py68 if os.path.isdir(path):
123 if os.path.isdir(fullname):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dfile_util.py111 if os.path.isdir(dst):
172 from os.path import exists, isfile, isdir, basename, dirname namespace
184 if isdir(dst):
191 if not isdir(dirname(dst)):
H A Ddir_util.py44 if os.path.isdir(name) or name == '':
52 while head and tail and not os.path.isdir(head):
74 if not (exc.errno == errno.EEXIST and os.path.isdir(head)):
126 if not dry_run and not os.path.isdir(src):
159 elif os.path.isdir(src_name):
176 if os.path.isdir(real_f) and not os.path.islink(real_f):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DFixTk.py61 if os.path.isdir(tcldir):
77 if os.path.isdir(tixdir):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DFixTk.py61 if os.path.isdir(tcldir):
77 if os.path.isdir(tixdir):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_sysconfig.py27 elif os.path.isdir(path):
33 #self.assertTrue(os.path.isdir(lib_dir), lib_dir)
51 self.assertTrue(os.path.isdir(inc_dir), inc_dir)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_sysconfig.py27 elif os.path.isdir(path):
33 #self.assertTrue(os.path.isdir(lib_dir), lib_dir)
51 self.assertTrue(os.path.isdir(inc_dir), inc_dir)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dsymlink_support.py88 target_is_directory = target_is_directory or os.path.isdir(target)
H A Dtest_dircache.py30 if os.path.isdir(fname):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dsymlink_support.py88 target_is_directory = target_is_directory or os.path.isdir(target)

Completed in 556 milliseconds

1234567