HomeSort by relevance Sort by last modified time
    Searched full:directories (Results 101 - 125 of 3558) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/client/common_lib/
file_utils.py 28 Removes multiple directories. Does not fail if directories do NOT exist.
80 Verifies all paths given point to existing directories.
84 @raises IOError if given paths do not point to existing directories.
93 Creates a directory, also creating parent directories if they do not exist.
109 Creates multiple directories building all respective parent directories if
  /external/squashfs-tools/RELEASE-READMEs/
README-3.3 28 file matches from root of source directories.
38 Exclude all files beginning with "example" inside directories called
51 often useful to exclude a file matching anywhere in the source directories.
59 Exclude files matching "*.gz" anywhere in the source directories.
65 Exclude files matching "*.gz" inside directories called "Test" or
66 "test" that occur anywhere in the source directories.
72 Exclude all files matching "*.gz" anywhere in the source directories,
111 files/directories to be extracted can now also be given in a file.
128 Extract all files beginning with "example" inside top level directories
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 61 private void scan(String[] directories, String volumeName) {
62 Uri uri = Uri.parse("file://" + directories[0]);
79 scanner.scanDirectories(directories);
226 String[] directories = null; local
230 directories = new String[] {
237 directories = mExternalStoragePaths;
240 if (directories != null) {
242 + Arrays.toString(directories));
243 scan(directories, volume);
  /toolchain/binutils/binutils-2.25/gold/
dirsearch.cc 70 // We ignore directories which do not exist or are actually file
229 const General_options::Dir_list* directories)
233 this->directories_ = directories;
234 this->token_.add_blockers(directories->size());
235 for (General_options::Dir_list::const_iterator p = directories->begin();
236 p != directories->end();
286 const General_options::Dir_list& directories,
294 for (General_options::Dir_list::const_iterator dir = directories.begin();
295 dir != directories.end();
  /external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
__init__.py 9 # Directories in catapult/third_party required by cloud_mapper.
15 # Directories in perf_insights/third_party required by cloud_mapper.
27 # Files and directories in catapult/perf_insights/cloud_mapper.
  /external/skia/tools/
generate_includes_cpp.py 27 include_dirs: Paths to the directories within which to recursively search
29 ignore_list: Paths to both files and directories that are to be excluded
66 include_dirs: directories to traverse for include files""")
  /frameworks/base/docs/html/training/secure-file-sharing/
setup-sharing.jd 13 <li><a href="#DefineMetaData">Specify Sharable Directories</a></li>
45 the name of an XML file that specifies the directories your app can share.
90 >&lt;provider&gt;</a></code> points to an XML file that specifies the directories you want to
94 <h2 id="DefineMetaData">Specify Sharable Directories</h2>
97 you need to specify the directories that contain the files you want to share. To specify the
98 directories, start by creating the file <code>filepaths.xml</code> in the <code>res/xml/</code>
99 subdirectory of your project. In this file, specify the directories by adding an XML element for
109 In this example, the <code>&lt;files-path&gt;</code> tag shares directories within the
118 use the <code>&lt;external-path&gt;</code> element to share directories in external storage, and
119 the <code>&lt;cache-path&gt;</code> element to share directories in your internal cach
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
EmptyFileFilter.java 23 * This filter accepts files or directories that are empty.
29 * current directory's empty files/directories:
41 * current directory's non-empty files/directories:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cppdefault.h 24 /* This is the default list of directories to search for include files.
31 All these directories are treated as `system' include directories
  /build/soong/common/
glob.go 30 // traversed directories, but this will cause the regeneration step to run every time a
37 // depends on the traversed directories via a depfile. The depfile is used to avoid build
44 // globRule rule traverses directories to produce a list of files that match $glob
45 // and writes it to $out if it has changed, and writes the directories to $out.d
  /developers/build/prebuilts/gradle/CardView/Application/
build.gradle 22 // The sample build uses multiple directories to
  /developers/build/prebuilts/gradle/RuntimePermissionsWear/Shared/
build.gradle 20 // The sample build uses multiple directories to
  /developers/build/prebuilts/gradle/ScopedDirectoryAccess/Application/src/main/res/values/
base-strings.xml 25 to easily access to specific directories such as Pictures, Downloads instead of requesting
  /developers/build/prebuilts/gradle/ScopedDirectoryAccess/
README.md 6 to easily access to specific directories such as Pictures, Downloads instead of requesting
13 access specific directories instead of:
15 access to all public directories on external storage.
16 - Using the Storage Access Framework, where the user usually picks directories via a System UI,
  /developers/build/prebuilts/gradle/SpeedTracker/Shared/
build.gradle 20 // The sample build uses multiple directories to
  /developers/build/prebuilts/gradle/SynchronizedNotifications/Shared/
build.gradle 20 // The sample build uses multiple directories to
  /development/samples/browseable/ScopedDirectoryAccess/res/values/
base-strings.xml 25 to easily access to specific directories such as Pictures, Downloads instead of requesting
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/
site.xml 25 <item name="Using library directories" href="examples/libraries.html"/>
  /external/autotest/client/site_tests/security_ProfilePermissions/
control 13 Fail if there are any files or directories writable by group/other in ~.
  /external/autotest/client/tests/reaim/
reaim.config 15 # A list of disk directories for the exerciser
  /external/autotest/site_utils/bootperf-bin/
perfprinter.py 14 directories.
15 @param dirlist List of directories to read results from.
43 directories.
44 @param dirlist List of directories to read results from.
  /external/autotest/utils/
tko_publish.py 4 directories that have completed and that have not yet been published on
23 directories to publish.
26 job result directories.
37 # skip directories not matching the job result dir pattern
  /external/bison/m4/
fstat.m4 21 dnl Replace fstat() for supporting the gnulib-defined open() on directories.
  /external/chromium-trace/catapult/third_party/Paste/docs/modules/
debug.fsdiff.txt 1 :mod:`paste.debug.fsdiff` -- Show differences between directories
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
finddata.py 36 If ``only_in_packages`` is true, then top-level directories that
37 are not packages won't be included (but directories under packages
40 Directories matching any pattern in ``exclude_directories`` will
41 be ignored; by default directories with leading ``.``, ``CVS``,

Completed in 2350 milliseconds

1 2 3 45 6 7 8 91011>>