HomeSort by relevance Sort by last modified time
    Searched refs:isdir (Results 26 - 50 of 78) sorted by null

12 3 4

  /cts/tools/utils/
buildCts.py 30 return [x for x in os.listdir(root) if os.path.isdir(os.path.join(root, x))]
  /development/testrunner/test_defs/
test_walker.py 131 if not os.path.isdir(path):
instrumentation_test.py 295 if not os.path.isdir(path):
  /external/chromium/testing/gtest/scripts/
fuse_gtest_files.py 132 if not os.path.isdir(parent_directory):
  /external/gtest/scripts/
fuse_gtest_files.py 132 if not os.path.isdir(parent_directory):
  /external/icu4c/tools/
icu-svnprops-check.py 213 if os.path.isdir(f):
  /external/llvm/utils/lit/lit/
LitConfig.py 93 if dir is not None and os.path.isabs(dir) and os.path.isdir(dir):
TestFormats.py 67 if not os.path.isdir(filepath):
113 if not os.path.isdir(filepath):
main.py 191 while not os.path.isdir(item):
251 if not os.path.isdir(source_path):
274 if not os.path.isdir(file_sourcepath):
  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 132 if not os.path.isdir(parent_directory):
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 112 if not os.path.isdir(results_dir):
run_reliability_tests.py 144 if not os.path.isdir(bugreport_dir):
run_layout_tests.py 243 if not os.path.isdir(results_dir):
  /development/testrunner/
coverage.py 216 if os.path.isdir(output_path) and target is not None:
278 if os.path.isdir(sub_dir_path):
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 153 if not os.path.isdir(self._baseDir):
190 if not os.path.isdir(self._baseDir):
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 183 nDirs = nDirs + dirs(i).isdir;
304 if dirs(i).isdir
  /packages/apps/Browser/tools/
get_search_engines.py 216 if os.path.exists(dir_path) and not os.path.isdir(dir_path):
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 535 const int isdir = S_ISDIR(s.st_mode); local
536 if (isdir) s.st_size = 0; // directories get no actual data in the tar stream
579 snprintf(buf + 124, 12, "%011llo", (isdir) ? 0LL : s.st_size);
586 if (isdir) {
681 if (!isdir) {
    [all...]
  /external/jpeg/
ltmain.sh     [all...]
  /external/qemu/distrib/jpeg-6b/
ltmain.sh     [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 427 return filter(lambda x: self._filesystem.isdir(self._filesystem.join(layout_tests_dir, x)),
433 return self._filesystem.isdir(path)
496 if (self._filesystem.isdir(category) and
    [all...]
  /system/core/adb/
file_sync_client.c 572 const char *name, int isdir)
593 snprintf((char*) ci->src, ssize, isdir ? "%s%s/" : "%s%s", spath, name);
594 snprintf((char*) ci->dst, dsize, isdir ? "%s%s/" : "%s%s", dpath, name);
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 327 if not os.path.isdir(os.path.join(home_directory, ".subversion")):
352 return os.path.isdir(os.path.join(path, '.svn'))
415 if os.path.isdir(path):
    [all...]
  /external/clang/utils/
FindSpecRefs 818 if os.path.isdir(root):
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py 412 if os.path.isdir(target_path):

Completed in 3331 milliseconds

12 3 4