HomeSort by relevance Sort by last modified time
    Searched full:isdir (Results 351 - 375 of 445) sorted by null

<<1112131415161718

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 590 if path.startswith(home) and not os.path.isdir(path):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 189 if filename and os.path.isdir(filename):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ihooks.py 194 def path_isdir(self, x): return os.path.isdir(x)
imputil.py 484 "Local replacement for os.path.isdir()."
mailbox.py 418 os.path.isdir(os.path.join(self._path, entry)):
447 os.path.isdir(os.path.join(path, entry)):
525 if os.path.isdir(p):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 298 if os.path.isdir(dir_or_file):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 615 assert os.path.isdir(self.package_name)
test_mailbox.py 42 if os.path.isdir(target):
607 self.assertTrue(os.path.isdir(os.path.join(self._path, '.foo.bar')))
    [all...]
test_subprocess.py 408 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()),
673 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()),
    [all...]
test_zipfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 353 if sysroot and not os.path.isdir(sysroot):
ihooks.py 194 def path_isdir(self, x): return os.path.isdir(x)
imputil.py 484 "Local replacement for os.path.isdir()."
mailbox.py 418 os.path.isdir(os.path.join(self._path, entry)):
447 os.path.isdir(os.path.join(path, entry)):
525 if os.path.isdir(p):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 267 self._ensure_tested_string(option, os.path.isdir,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 590 if path.startswith(home) and not os.path.isdir(path):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 189 if filename and os.path.isdir(filename):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 298 if os.path.isdir(dir_or_file):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 615 assert os.path.isdir(self.package_name)
test_mailbox.py 42 if os.path.isdir(target):
607 self.assertTrue(os.path.isdir(os.path.join(self._path, '.foo.bar')))
    [all...]
test_subprocess.py 408 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()),
673 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()),
    [all...]
test_zipfile.py     [all...]
  /external/chromium/net/tools/testserver/
testserver.py 765 if os.path.isdir(file_path):
    [all...]
  /external/v8/tools/
test.py 34 from os.path import join, dirname, abspath, basename, isdir, exists namespace
    [all...]
  /external/chromium_org/chrome/test/functional/perf/
endure_result_parser.py 727 os.path.isdir(os.path.join(graph_dir, x))]

Completed in 2680 milliseconds

<<1112131415161718