HomeSort by relevance Sort by last modified time
    Searched full:dirname (Results 1 - 25 of 3964) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/amd64/
filter_cpuid 3 dir=`dirname $0`
  /external/valgrind/main/none/tests/x86/
filter_cpuid 3 dir=`dirname $0`
  /external/valgrind/main/none/tests/
filter_shell_output 3 "$(dirname $0)"/filter_linenos | sed 's/Is a directory/is a directory/'
filter_linenos 3 dir=`dirname $0`
filter_none_discards 3 dir=`dirname $0`
  /external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/
lit.site.cfg 2 config.test_exec_root = os.path.dirname(__file__)
3 config.test_source_root = os.path.dirname(config.test_exec_root)
  /system/extras/verity/
boot_signer 5 BOOTSIGNER_HOME=`dirname "$0"`
6 BOOTSIGNER_HOME=`dirname "$BOOTSIGNER_HOME"`
keystore_signer 5 KEYSTORESIGNER_HOME=`dirname "$0"`
6 KEYSTORESIGNER_HOME=`dirname "$KEYSTORESIGNER_HOME"`
verity_signer 5 VERITYSIGNER_HOME=`dirname "$0"`
6 VERITYSIGNER_HOME=`dirname "$VERITYSIGNER_HOME"`
verity_verifier 5 VERITYVERIFIER_HOME=`dirname "$0"`
6 VERITYVERIFIER_HOME=`dirname "$VERITYVERIFIER_HOME"`
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/
setup_test_links.sh 9 ln -f -s /opt/google/chrome/chrome $(dirname $0)/chrome
10 [ -L $(dirname $0)/locales ] || ln -f -s /opt/google/chrome/locales \
11 $(dirname $0)/locales
12 [ -L $(dirname $0)/resources ] || ln -f -s /opt/google/chrome/resources \
13 $(dirname $0)/resources
14 ln -f -s /opt/google/chrome/*.pak $(dirname $0)/
15 ln -f -s /opt/google/chrome/libffmpegsumo.so $(dirname $0)/libffmpegsumo.so
  /external/chromium_org/tools/profile_chrome/
run_tests 2 cd $(dirname $0)/../
  /external/valgrind/main/exp-sgcheck/tests/
filter_suppgen 4 dir=`dirname $0`
  /external/clang/tools/scan-build/
c++-analyzer 4 use File::Basename qw/ dirname /;
6 use lib dirname(abs_path($0));
  /external/fio/os/windows/posix/include/
dirent.h 15 char dirname[MAX_PATH]; member in struct:dirent_ctx
20 DIR *opendir(const char *dirname);
  /external/fonttools/MetaTools/
buildChangeLog.py 5 fontToolsDir = os.path.dirname(os.path.dirname(os.path.normpath(
  /external/libunwind/scripts/
kernel-diff.sh 2 scriptdir=$(dirname $0)
3 udir=$(dirname $scriptdir)
  /external/llvm/utils/lit/tests/Inputs/exec-discovery/
lit.site.cfg 3 config.test_exec_root = os.path.dirname(__file__)
4 config.test_source_root = os.path.join(os.path.dirname(config.test_exec_root), "discovery")
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
c++-analyzer 4 use File::Basename qw/ dirname /;
6 use lib dirname(abs_path($0));
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
c++-analyzer 4 use File::Basename qw/ dirname /;
6 use lib dirname(abs_path($0));
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_directories.js 51 * If dirName is not requested, gets the directory entry of dirName and cache
53 * @param {string} dirName The directory name of requested directory entry.
59 requestDir: function(dirName, success, failure) {
60 if (dirName != WallpaperDirNameEnum.ORIGINAL &&
61 dirName != WallpaperDirNameEnum.THUMBNAIL) {
71 fs.root.getDirectory(dirName, {create: true}, function(dirEntry) {
72 self.wallpaperDirs_[dirName] = dirEntry;
79 * Gets DirectoryEntry associated with dirName from cache. If not in cache try
81 * @param {string} dirName The directory name of requested directory entry
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
glob.py 42 dirname, basename = os.path.split(pathname)
43 if not dirname:
47 # `os.path.split()` returns the argument itself as a dirname if it is a
50 if dirname != pathname and has_magic(dirname):
51 dirs = iglob(dirname)
53 dirs = [dirname]
58 for dirname in dirs:
59 for name in glob_in_dir(dirname, basename):
60 yield os.path.join(dirname, name
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
glob.py 42 dirname, basename = os.path.split(pathname)
43 if not dirname:
47 # `os.path.split()` returns the argument itself as a dirname if it is a
50 if dirname != pathname and has_magic(dirname):
51 dirs = iglob(dirname)
53 dirs = [dirname]
58 for dirname in dirs:
59 for name in glob_in_dir(dirname, basename):
60 yield os.path.join(dirname, name
    [all...]
  /external/lldb/examples/customization/import-python/
importcmd.py 2 def check_has_dir_in_path(dirname):
3 return sys.path.__contains__(dirname);
5 def ensure_has_dir_in_path(dirname):
6 dirname = os.path.abspath(dirname)
7 if not (check_has_dir_in_path(dirname)):
8 sys.path.append(dirname);
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/
common.py 6 dirname = os.path.dirname(sys.modules[__name__].__file__) variable
7 client_dir = os.path.abspath(os.path.join(dirname, "../../"))

Completed in 544 milliseconds

1 2 3 4 5 6 7 8 91011>>