HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 276 - 300 of 1488) sorted by null

<<11121314151617181920>>

  /external/python/cpython3/Lib/tkinter/
filedialog.py 11 directory dialogue available in Tk 8.3 and newer.
40 'dialogstates', which keeps track of the values for the directory
54 self.directory = None
116 self.directory, pattern = dialogstates[key]
120 self.directory = dir_or_file
122 self.directory, default = os.path.split(dir_or_file)
123 self.set_filter(self.directory, pattern)
132 directory, pattern = self.get_filter()
134 directory = os.path.dirname(self.how)
135 dialogstates[key] = directory, patter
    [all...]
  /external/sl4a/Docs/
generate_api_from_javadoc.py 77 directory: the
82 self.directory = os.path.dirname(self.path)
105 facades = sorted(facades, key=lambda x: x.directory)
121 if facade.directory != prev_directory:
122 fd.write('\n\n## %s\n\n' % facade.directory[
123 facade.directory.rfind('/') + 1:])
124 prev_directory = facade.directory
  /art/test/utils/python/testgen/
mixins.py 131 def dump(self, directory):
133 Dump this object to a file in the given directory
135 out_file = directory / self.get_file_name()
  /build/soong/third_party/zip/
reader.go 112 // the wrong number of directory entries.
246 // readDirectoryHeader attempts to read a directory header from r.
299 // update directory values from the zip64 extra block.
383 // already have the sizes from the central directory so we can
446 // directory end and returns the offset of the zip64 directory end if
461 if b.uint32() != 0 { // number of the disk with the start of the zip64 end of central directory
464 p := b.uint64() // relative offset of the zip64 end of central directory record
471 // readDirectory64End reads the zip64 directory end and updates the
472 // directory end with the zip64 directory end values
    [all...]
  /external/autotest/client/common_lib/hosts/
base_classes_unittest.py 27 command_exit_status, directory,
34 'test -e "%s"' % directory,
79 test_df_tail = ('df: /foo: No such file or directory')
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py 338 def _CreateDirectoryIfNecessary(directory):
339 if not os.path.exists(directory):
340 os.makedirs(directory)
467 def GetFilesInDirectoryIfChanged(directory, bucket):
468 """ Scan the directory for .sha1 files, and download them from the given
472 if not os.path.isdir(directory):
474 '%s does not exist. Must provide a valid directory path.' % directory)
475 # Don't allow the root directory to be a serving_dir.
476 if directory == os.path.abspath(os.sep)
    [all...]
  /external/cldr/tools/c/genldml/
filterRB.pl 105 --srcdir=<directory>
106 --destdir=<directory>
  /external/cldr/tools/java/org/unicode/cldr/util/
FileProcessor.java 60 public FileProcessor process(String directory, String fileName) {
62 FileInputStream fileStream = new FileInputStream(directory + File.separator + fileName);
  /external/curl/docs/cmdline-opts/
netrc.d 6 home directory for login name and password. This is typically used for FTP on
11 find the home directory.
  /external/deqp-deps/SPIRV-Tools/kokoro/windows-msvc-2013-release/
build.bat 19 :: Find out the directory of the common build script.
  /external/deqp-deps/SPIRV-Tools/kokoro/windows-msvc-2015-release/
build.bat 19 :: Find out the directory of the common build script.
  /external/deqp-deps/SPIRV-Tools/kokoro/windows-msvc-2017-debug/
build.bat 19 :: Find out the directory of the common build script.
  /external/deqp-deps/SPIRV-Tools/kokoro/windows-msvc-2017-release/
build.bat 19 :: Find out the directory of the common build script.
  /external/e2fsprogs/po/
at-expand.pl 55 "#. %p ext2fs_get_pathname of directory <ino>\n",
57 "#. the containing directory. (If dirent is NULL\n",
58 "#. then return the pathname of directory <ino2>)\n",
59 "#. %q ext2fs_get_pathname of directory <dir>\n",
60 "#. %Q ext2fs_get_pathname of directory <ino> with <dir> as\n",
61 "#. the containing directory.\n",
85 $msg =~ s/\@d/directory/g;
91 $msg =~ s/\@h/HTREE directory inode/g;
  /external/e2fsprogs/util/
install-symlink.in 54 echo $DESTDIR$SRC: file or directory does not exist
  /external/fonttools/Doc/
make.bat 22 echo.may add the Sphinx directory to PATH.
  /external/libdrm/
Android.sources.bp.mk 3 # It will read the Makefile.sources in the current directory, and
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
configinit.sh 13 # The second argument is a optional path to a build output directory,
15 # file will be generated directly in the current directory.
53 echo Bad build directory: \"$buildloc\"
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
cpuhotplug05.sh 25 usage: $0 -c cpu -l loop -d directory
30 -d directory used to lay file
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 39 # directory pointed to by the "asio" symbolic link, extract the version you
41 # extracted directory. Additionaly, the build environment must be ready; i.e.
65 directory=$1
70 find "$directory/obj" -name "*.P" | \
  /external/selinux/libsemanage/src/
conf-scan.l 42 compiler-directory return COMPILER_DIR;
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterUninstaller.java 124 for (File directory : directories) {
125 FileUtils.delete(directory);
  /external/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2013-release/
build.bat 19 :: Find out the directory of the common build script.
  /external/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2015-release/
build.bat 19 :: Find out the directory of the common build script.
  /external/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2017-debug/
build.bat 19 :: Find out the directory of the common build script.

Completed in 880 milliseconds

<<11121314151617181920>>