/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
GrepDialog.py | 120 if os.path.isdir(fn):
|
TreeWidget.py | 31 if os.path.isdir(_icondir): 33 elif not os.path.isdir(ICONDIR): 393 return os.path.isdir(self.path)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test___all__.py | 53 if os.path.isdir(path):
|
test_pkg.py | 17 if os.path.isdir(fullname) and not os.path.islink(fullname): 70 if not os.path.isdir(root):
|
/external/chromium_org/build/android/gyp/ |
emma_instr.py | 94 if os.path.isdir(options.input_path): 171 if os.path.isdir(options.output_path):
|
/external/chromium_org/chrome/test/pyautolib/ |
chromoting_helper.py | 136 if os.path.isdir(mock_pref_pane): 153 if os.path.isdir(pref_pane):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
driver_unittest.py | 213 self.assertFalse(port._filesystem.isdir(last_tmpdir)) 222 self.assertFalse(port._filesystem.isdir(last_tmpdir))
|
/external/chromium_org/tools/gyp/buildbot/ |
buildbot_run.py | 47 if os.path.isdir(CMAKE_DIR): 84 if os.path.isdir(ANDROID_DIR):
|
/external/llvm/utils/lit/lit/ |
TestFormats.py | 74 if os.path.isdir(filepath): 127 if not os.path.isdir(filepath):
|
/external/skia/tools/ |
find_bad_images_in_skps.py | 80 if os.path.isdir(globbedpath): 103 assert os.path.isdir(directory)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
SimpleHTTPServer.py | 68 if os.path.isdir(path): 123 if os.path.isdir(fullname):
|
macpath.py | 11 "getatime","getctime", "islink","exists","lexists","isdir","isfile", 182 if isdir(name) and not islink(name):
|
ntpath.py | 18 "getatime","getctime", "islink","exists","lexists","isdir","isfile", 262 if isdir(name): 526 # The genericpath.isdir implementation uses os.stat and checks the mode 530 from nt import _isdir as isdir namespace 532 # Use genericpath.isdir as imported above.
|
shutil.py | 117 if os.path.isdir(dst): 128 if os.path.isdir(dst): 188 elif os.path.isdir(srcname): 282 if os.path.isdir(dst): 295 if os.path.isdir(src):
|
site.py | 123 if os.path.isdir(dir): 268 if ENABLE_USER_SITE and os.path.isdir(user_site): 312 if os.path.isdir(sitedir): 572 "exists" if os.path.isdir(USER_BASE) else "doesn't exist") 574 "exists" if os.path.isdir(USER_SITE) else "doesn't exist")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pkg.py | 17 if os.path.isdir(fullname) and not os.path.islink(fullname): 70 if not os.path.isdir(root):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SimpleHTTPServer.py | 68 if os.path.isdir(path): 123 if os.path.isdir(fullname):
|
macpath.py | 11 "getatime","getctime", "islink","exists","lexists","isdir","isfile", 182 if isdir(name) and not islink(name):
|
ntpath.py | 18 "getatime","getctime", "islink","exists","lexists","isdir","isfile", 262 if isdir(name): 526 # The genericpath.isdir implementation uses os.stat and checks the mode 530 from nt import _isdir as isdir namespace 532 # Use genericpath.isdir as imported above.
|
shutil.py | 117 if os.path.isdir(dst): 128 if os.path.isdir(dst): 188 elif os.path.isdir(srcname): 282 if os.path.isdir(dst): 295 if os.path.isdir(src):
|
site.py | 123 if os.path.isdir(dir): 268 if ENABLE_USER_SITE and os.path.isdir(user_site): 312 if os.path.isdir(sitedir): 572 "exists" if os.path.isdir(USER_BASE) else "doesn't exist") 574 "exists" if os.path.isdir(USER_SITE) else "doesn't exist")
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
layout_tests_mover.py | 96 if not self._filesystem.isdir(self._absolute_origin): 109 if self._filesystem.isdir(self._absolute_destination): 276 if not self._filesystem.isdir(absolute_origin):
|
/external/lzma/CPP/7zip/UI/Console/ |
List.cpp | 99 static void GetAttribString(DWORD wa, bool isDir, char *s)
101 s[0] = ((wa & FILE_ATTRIBUTE_DIRECTORY) != 0 || isDir) ? 'D' : kEmptyAttribChar;
441 if (!fi.Find(archiveName) || fi.IsDir())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 31 if os.path.isdir(_icondir): 33 elif not os.path.isdir(ICONDIR): 393 return os.path.isdir(self.path)
|
/build/tools/atree/ |
files.cpp | 393 add_more(const string& entry, bool isDir, 406 r.sourceIsDir = isDir;
|