/external/skia/tools/skpbench/ |
D | _os_path.py | 9 def join(*pathnames): argument 10 return path.join(*pathnames) 16 pathnames = list() 20 pathnames.extend(glob.iglob(path.join(skp, '*.skp'))) 21 pathnames.extend(glob.iglob(path.join(skp, '*.mskp'))) 23 pathnames.append(skp) 24 return pathnames
|
D | _adb_path.py | 16 def join(*pathnames): argument 17 return '/'.join(pathnames)
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | Extract.rc | 24 IDS_EXTRACT_PATHS_FULL "Full pathnames" 25 IDS_EXTRACT_PATHS_NO "No pathnames" 26 IDS_EXTRACT_PATHS_ABS "Absolute pathnames" 27 IDS_PATH_MODE_RELAT "Relative pathnames"
|
/external/python/cpython2/Doc/library/ |
D | macostools.rst | 12 Macintosh. All file parameters can be specified as pathnames, :class:`FSRef` or 41 *src* and *dst* should be specified as pathnames. 91 All file and folder parameters can be specified either as full pathnames, or as
|
D | macpath.rst | 10 module. It can be used to manipulate old-style Macintosh pathnames on Mac OS X
|
D | glob.rst | 14 The :mod:`glob` module finds all the pathnames matching a specified pattern
|
D | os.path.rst | 5 :synopsis: Operations on pathnames. 9 This module implements some useful functions on pathnames. To read or 15 On Windows, many of these functions do not properly support UNC pathnames.
|
D | tix.rst | 539 :meth:`tix_getbitmap`, you can avoid hard coding the pathnames of the bitmap 573 avoid hard coding the pathnames of the image files in your application. When
|
/external/e2fsprogs/tests/f_dup4/ |
D | name | 1 find all directory pathnames
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 1389 struct pathnames *init_subdir() in init_subdir() 1391 struct pathnames *new = malloc(sizeof(struct pathnames)); in init_subdir() 1399 struct pathnames *add_subdir(struct pathnames *paths, struct pathname *path) in add_subdir() 1402 paths = realloc(paths, sizeof(struct pathnames *) + in add_subdir() 1414 void free_subdir(struct pathnames *paths) in free_subdir() 1420 int matches(struct pathnames *paths, char *name, struct pathnames **new) in matches() 1484 struct pathnames *paths) in pre_scan() 1488 struct pathnames *new; in pre_scan() 1536 struct pathnames *paths) in dir_scan() 1540 struct pathnames *new; in dir_scan() [all …]
|
D | unsquashfs.h | 223 struct pathnames { struct
|
D | mksquashfs.c | 215 struct pathnames { struct 221 struct pathnames *paths = NULL; argument 224 int excluded(char *name, struct pathnames *paths, struct pathnames **new); 334 struct dir_info *dir_scan1(char *, char *, struct pathnames *, 3567 struct pathnames *paths, in dir_scan1() 3582 struct pathnames *new = NULL; in dir_scan1() 4711 struct pathnames *add_subdir(struct pathnames *paths, struct pathname *path) in add_subdir() 4716 paths = realloc(paths, sizeof(struct pathnames) + in add_subdir() 4728 int excluded_match(char *name, struct pathname *path, struct pathnames **new) in excluded_match() 4756 int excluded(char *name, struct pathnames *paths, struct pathnames **new) in excluded()
|
/external/emma/core/java12/com/vladium/util/ |
D | Files.java | 94 final Set /* String */ pathnames = new HashSet (path.length); in pathToFiles() local 110 if (pathnames.add (pathname)) in pathToFiles()
|
/external/clang/test/Modules/ |
D | dependency-dump-dependent-module.m | 20 // We should make Win32/Path.inc capable of long pathnames with '\\?\'.
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.14.txt | 13 pathnames using '^' and 'M-' notation.
|
D | v1.20.txt | 74 compiled into the kernel and not mounted. If the pathnames in
|
/external/llvm/docs/CommandGuide/ |
D | llvm-config.rst | 111 without **-l** or pathnames. Useful for linking against a not-yet-installed
|
/external/ppp/pppd/ |
D | Makefile.linux | 19 ipxcp.h lcp.h magic.h md5.h patchlevel.h pathnames.h pppd.h \
|
/external/python/cpython3/Doc/library/ |
D | os.path.rst | 5 :synopsis: Operations on pathnames. 14 This module implements some useful functions on pathnames. To read or 91 and relative pathnames, the *paths* are on the different drives or
|
D | glob.rst | 21 The :mod:`glob` module finds all the pathnames matching a specified pattern
|
D | tkinter.tix.rst | 526 :meth:`tix_getbitmap`, you can avoid hard coding the pathnames of the bitmap 560 avoid hard coding the pathnames of the image files in your application. When
|
/external/igt-gpu-tools/ |
D | meson.build | 259 # libdir and bindir are pathnames relative to prefix. meson
|
/external/python/setuptools/docs/deprecated/distutils/ |
D | setupscript.rst | 45 Note that any pathnames (files or directories) supplied in the setup script 51 pathnames in this document are slash-separated. 53 This, of course, only applies to pathnames given to Distutils functions. If
|
/external/python/cpython2/Doc/distutils/ |
D | setupscript.rst | 43 Note that any pathnames (files or directories) supplied in the setup script 49 pathnames in this document are slash-separated. 51 This, of course, only applies to pathnames given to Distutils functions. If
|
/external/python/cpython3/Doc/distutils/ |
D | setupscript.rst | 45 Note that any pathnames (files or directories) supplied in the setup script 51 pathnames in this document are slash-separated. 53 This, of course, only applies to pathnames given to Distutils functions. If
|