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

<<1112131415161718

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_repr.py 240 if os.path.isdir(p):
test_sysconfig.py 83 elif os.path.isdir(path):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 214 if not os.path.isdir(homeDir):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 91 if os.path.isdir(fullname):
test_repr.py 240 if os.path.isdir(p):
test_sysconfig.py 83 elif os.path.isdir(path):
  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 52 if os.path.isdir(source):
355 if not os.path.isdir(profiles_dir):
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 648 emptyFileVector.Add(!file.IsDir);
649 if (!file.IsDir)
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 170 if not os.path.isdir(base):
753 if not os.path.isdir(dirname):
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 871 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
877 inline bool IsDir(const StatStruct& st) {
894 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 863 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
869 inline bool IsDir(const StatStruct& st) {
886 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
    [all...]
  /external/chromium/testing/gtest/src/
gtest-filepath.cc 238 posix::IsDir(file_stat);
  /external/chromium_org/build/android/gyp/
generate_v14_compatible_resources.py 291 if not os.path.isdir(os.path.join(options.res_dir, name)):
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
update.py 59 return os.path.isdir(bundle_path)
  /external/chromium_org/remoting/webapp/
build-webapp.py 167 if os.path.isdir(plugin):
  /external/chromium_org/testing/gtest/src/
gtest-filepath.cc 240 posix::IsDir(file_stat);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py     [all...]
  /external/chromium_org/third_party/libxml/src/
regressions.py 239 if not os.path.isdir(f):
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-filepath.cc 238 posix::IsDir(file_stat);
  /external/chromium_org/tools/checkdeps/
graphdeps.py 119 if os.path.isdir(next_full_path):
  /external/chromium_org/tools/win/split_link/
split_link.py 193 if os.path.isdir(os.path.dirname(intermediate_manifest)):
  /external/gtest/src/
gtest-filepath.cc 238 posix::IsDir(file_stat);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
scilab.php 124 'inv', 'inv_coeff', 'invr', 'invsyslin', 'iqr', 'is_connex', 'iscellstr', 'isdef', 'isdir', 'isempty',
  /external/llvm/utils/unittest/googletest/
gtest-filepath.cc 236 posix::IsDir(file_stat);

Completed in 1665 milliseconds

<<1112131415161718