HomeSort by relevance Sort by last modified time
    Searched full:directory (Results 476 - 500 of 15801) sorted by null

<<11121314151617181920>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryListLoader.java 27 import android.provider.ContactsContract.Directory;
36 * A specialized loader for the list of directories, see {@link Directory}.
48 public static final String ORDER_BY = Directory._ID;
51 Directory._ID,
52 Directory.PACKAGE_NAME,
53 Directory.TYPE_RESOURCE_ID,
54 Directory.DISPLAY_NAME,
55 Directory.PHOTO_SUPPORT,
66 return Directory.CONTENT_URI;
77 Directory._ID
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DirectoryTest.java 28 import android.provider.ContactsContract.Directory;
35 * Unit tests for {@link ContactsProvider2}, directory functionality.
49 ContentUris.withAppendedId(Directory.CONTENT_URI, Directory.DEFAULT);
51 values.put(Directory.PACKAGE_NAME, "contactsTestPackage");
52 values.put(Directory.DIRECTORY_AUTHORITY, ContactsContract.AUTHORITY);
53 values.put(Directory.TYPE_RESOURCE_ID, R.string.default_directory);
54 values.put(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_NONE);
55 values.putNull(Directory.ACCOUNT_NAME)
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/proto/
filetree.proto 27 // Directory returns the file/sub-directory contents of the given directory.
28 rpc Directory(DirectoryRequest) returns (DirectoryReply) {}
48 // Set of tickets for each contained sub-directory's corpus, root, and path.
51 // Set of file tickets contained within this directory.
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
FileSystem.java 29 * Add the specified file system entry (file or directory) to this file system
36 * Return the List of FileSystemEntry objects for the files in the specified directory path. If the
37 * path does not refer to a valid directory, then an empty List is returned.
39 * @param path - the path of the directory whose contents should be returned
40 * @return the List of FileSystemEntry objects for all files in the specified directory may be empty
45 * Return the List of filenames in the specified directory path. The returned filenames do not
46 * include a path. If the path does not refer to a valid directory, then an empty List is
49 * @param path - the path of the directory whose contents should be returned
50 * @return the List of filenames (not including paths) for all files in the specified directory
57 * Delete the file or directory specified by the path. Return true if the file is successfully
    [all...]
  /frameworks/base/docs/html/training/articles/
scoped-directory-access.jd 1 page.title=Using Scoped Directory Access
2 page.keywords=scoped directory access
10 <li><a href="#accessing">Accessing an External Storage Directory</a></li>
11 <li><a href="#removable">Accessing a Directory on Removable Media</a></li>
18 external storage, such as the <code>Pictures</code> directory. Existing
20 targeted directory access for these types of apps. For example:</p>
31 external directory.</li>
37 <h2 id="accessing">Accessing an External Storage Directory</h2>
56 the external storage directory for the file.</p>
62 volume, instead of a specific directory
    [all...]
  /external/e2fsprogs/tests/f_dupfsblks/
expect.1 37 Pass 2: Checking directory structure
38 Directory inode 12, block #1, offset 0: directory corrupted
41 Directory inode 12, block #2, offset 0: directory corrupted
44 Directory inode 12, block #3, offset 0: directory corrupted
50 Directory inode 12, block #4, offset 100: directory corrupted
53 Pass 3: Checking directory connectivit
    [all...]
  /external/icu/icu4c/source/samples/break/
readme.txt 22 2. Add ICU's bin directory to the path, e.g.
25 3. cd into the break directory, e.g.
32 Specify an ICU install directory when running configure,
35 cd <icu directory>/source
36 runConfigureICU <platform-name> --prefix <icu install directory> [other options]
43 cd <icu directory>/source/samples/break
44 gmake ICU_PREFIX=<icu install directory)
47 cd <icu directory>/source/samples/break
49 gmake ICU_PREFIX=<icu install directory> check
52 export LD_LIBRARY_PATH=<icu install directory>/lib:.:$LD_LIBRARY_PAT
    [all...]
  /external/icu/icu4c/source/samples/case/
readme.txt 23 2. Add ICU's bin directory to the path, e.g.
26 3. cd into the case directory, e.g.
33 Specify an ICU install directory when running configure,
36 cd <icu directory>/source
37 runConfigureICU <platform-name> --prefix <icu install directory> [other options]
44 cd <icu directory>/source/samples/case
45 gmake ICU_PREFIX=<icu install directory)
48 cd <icu directory>/source/samples/case
50 gmake ICU_PREFIX=<icu install directory> check
53 export LD_LIBRARY_PATH=<icu install directory>/lib:.:$LD_LIBRARY_PAT
    [all...]
  /external/icu/icu4c/source/samples/numfmt/
readme.txt 24 2. Add ICU's bin directory to the path, e.g.
27 3. cd into the numfmt directory, e.g.
34 Specify an ICU install directory when running configure,
37 cd <icu directory>/source
38 runConfigureICU <platform-name> --prefix <icu install directory> [other options]
45 cd <icu directory>/source/samples/numfmt
46 gmake ICU_PREFIX=<icu install directory)
49 cd <icu directory>/source/samples/numfmt
51 gmake ICU_PREFIX=<icu install directory> check
54 export LD_LIBRARY_PATH=<icu install directory>/lib:.:$LD_LIBRARY_PAT
    [all...]
  /external/antlr/antlr-3.4/
antlrsources.xml 14 The output directory will be antlr-master-3.x.x and in here will be
37 The resulting archives will have a base directory named after the master
38 artifact, rather than just extract into the current directory.
44 the modules in perforce using directory names that match the module
66 <!-- Because the Java runtime source is not in a directory
68 directory, we need to map the output directory so that
75 <!-- We have one file set, being the src sub-directory, which in
79 <directory>src</directory>
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityTest.java 105 final File directory =
109 Utility.createUniqueFileInternal(getCountdownFileCreator(), directory, "file");
114 Utility.createUniqueFileInternal(getTrueFileCreator(), directory, "file");
119 Utility.createUniqueFileInternal(getCountdownFileCreator(), directory, "file.ext");
124 Utility.createUniqueFileInternal(getTrueFileCreator(), directory, "file.ext");
131 final File directory =
135 Utility.createUniqueFileInternal(getTrueFileCreator(), directory, "file%s");
139 Utility.createUniqueFileInternal(getTrueFileCreator(), directory, "file%s.ext");
145 final File directory =
149 Utility.createUniqueFileInternal(getTrueFileCreator(), directory, "file")
    [all...]
  /system/extras/ext4_utils/
ext4_crypt.cpp 79 PLOG(ERROR) << "Unable to read directory: " << dirname;
87 PLOG(ERROR) << "Unable to read directory: " << dirname;
104 static bool e4crypt_policy_set(const char *directory, const char *policy,
110 int fd = open(directory, O_DIRECTORY | O_NOFOLLOW | O_CLOEXEC);
112 PLOG(ERROR) << "Failed to open directory " << directory;
123 PLOG(ERROR) << "Failed to set encryption policy for " << directory;
131 LOG(INFO) << "Policy for " << directory << " set to " << policy_hex;
135 static bool e4crypt_policy_get(const char *directory, char *policy,
142 int fd = open(directory, O_DIRECTORY | O_NOFOLLOW | O_CLOEXEC)
189 LOG(INFO) << "Found policy " << existing_policy_hex << " at " << directory local
    [all...]
  /external/e2fsprogs/debugfs/
debug_cmds.ct 37 request do_chroot, "Change root directory",
40 request do_change_working_dir, "Change working directory",
43 request do_list_dir, "List directory",
58 request do_link, "Create directory link",
61 request do_unlink, "Delete a directory link",
64 request do_mkdir, "Create a directory",
67 request do_rmdir, "Remove a directory",
106 request do_print_working_directory, "Print current working directory",
109 request do_expand_dir, "Expand directory",
130 request do_lcd, "Change the current directory on your native filesystem"
    [all...]
ro_debug_cmds.ct 30 request do_chroot, "Change root directory",
33 request do_change_working_dir, "Change working directory",
36 request do_list_dir, "List directory",
60 request do_print_working_directory, "Print current working directory",
69 request do_htree_dump, "Dump a hash-indexed directory",
72 request do_dx_hash, "Calculate the directory hash of a filename",
75 request do_dirsearch, "Search a directory for a particular filename",
  /external/e2fsprogs/tests/f_baddir/
expect.1 6 Inode 13 is a zero-length directory. Clear? yes
8 Pass 2: Checking directory structure
22 Directory inode 12, block #0, offset 0: directory corrupted
25 Missing '.' in directory inode 12.
28 Missing '..' in directory inode 12.
31 Pass 3: Checking directory connectivity
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
VersionNumberStripper.java 18 * A class that strips version numbers off built plugin directory names. This
25 //the directory containing the directories and files from which to remove version information
26 private String directory; field in class:VersionNumberStripper
32 public void setDirectory(String dir){directory=dir;}
34 public String getDirectory(){return directory;}
37 setDirectory(directory);
51 File file=new File(directory);
  /external/proguard/src/proguard/io/
FileDataEntry.java 34 private final File directory; field in class:FileDataEntry
39 public FileDataEntry(File directory,
42 this.directory = directory;
51 // Chop the directory name from the file name and get the right separators.
52 return file.equals(directory) ?
55 .substring(directory.getPath().length() + File.separator.length())
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 1 //===- Directory.cpp ------------------------------------------------------===//
9 #include "mcld/Support/Directory.h"
32 // Directory
34 Directory::Directory()
43 Directory::Directory(const Path& pPath, FileStatus st, FileStatus symlink_st)
56 Directory::Directory(const char* pPath, FileStatus st, FileStatus symlink_st)
57 : Directory(sys::fs::Path(pPath), st, symlink_st)
    [all...]
  /ndk/sources/cxx-stl/stlport/
README.original 6 This directory contains the STLport-5.0 release.
13 bin - installation directory for STLport unit tests;
16 build/lib - build directory for STLport library (if you use
18 build/test/unit - build directory for regression (unit) tests
19 build/test/eh - build directory for exception handling tests
20 stlport - main STLport include directory
23 lib - installation directory for STLport library (if you
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
MAKE_RESTARTS 14 #MAKEFILE#:4: foo.x: No such file or directory
29 #MAKEFILE#:4: foo.x: No such file or directory
31 foo.x:1: bar.x: No such file or directory
50 #MAKEFILE#:8: foo.x: No such file or directory
52 foo.x:1: bar.x: No such file or directory
56 #MAKE#[1]: Entering directory `#PWD#'
58 #MAKE#[1]: Leaving directory `#PWD#'");
  /prebuilts/ndk/current/sources/cxx-stl/stlport/
README.original 6 This directory contains the STLport-5.0 release.
13 bin - installation directory for STLport unit tests;
16 build/lib - build directory for STLport library (if you use
18 build/test/unit - build directory for regression (unit) tests
19 build/test/eh - build directory for exception handling tests
20 stlport - main STLport include directory
23 lib - installation directory for STLport library (if you
  /external/okhttp/okio/okio/src/main/java/okio/
SegmentedByteString.java 27 * efficient snapshots of buffers. It is implemented as an array of segments, plus a directory in
30 * <p>The first half of the directory is the cumulative byte count covered by each segment. The
31 * element at {@code directory[0]} contains the number of bytes held in {@code segments[0]}; the
32 * element at {@code directory[1]} contains the number of bytes held in {@code segments[0] +
33 * segments[1]}, and so on. The element at {@code directory[segments.length - 1]} contains the total
34 * size of this byte string. The first half of the directory is always monotonically increasing.
36 * <p>The second half of the directory is the offset in {@code segments} of the first content byte.
42 * segments} in order. Since the arrays contribute 5, 2, and 6 elements respectively, the directory
44 * into the arrays are 4, 1, and 0 respectively, the directory ends with {@code 4, 1, 0]}.
45 * Concatenating these two halves, the complete directory is {@code [5, 7, 13, 4, 1, 0]}
52 transient final int[] directory; field in class:SegmentedByteString
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
DiskLruCacheWrapper.java 17 * directory at a time.
29 private final File directory; field in class:DiskLruCacheWrapper
34 * Get a DiskCache in the given directory and size. If a disk cache has alread been created with
35 * a different directory and/or size, it will be returned instead and the new arguments
38 * @param directory The directory for the disk cache
42 public static synchronized DiskCache get(File directory, int maxSize) {
43 // TODO calling twice with different arguments makes it return the cache for the same directory, it's public!
45 wrapper = new DiskLruCacheWrapper(directory, maxSize);
50 protected DiskLruCacheWrapper(File directory, int maxSize)
    [all...]
  /external/fio/os/windows/
install.wxs 22 <Directory Id="TARGETDIR" Name="SourceDir">
23 <Directory Id="$(var.ProgramDirectory)">
24 <Directory Id="INSTALLDIR">
25 <Directory Id="fio" Name="fio">
45 <Directory Id="examples" Name="examples"/>
46 </Directory>
47 </Directory>
48 </Directory>
49 </Directory>
  /external/icu/icu4c/source/samples/ufortune/
readme.txt 29 2. Add ICU's bin directory to the path, e.g.
32 3. cd into the ufortune directory, e.g.
39 1. Build ICU. Specify an ICU install directory when running configure,
42 cd <icu directory>/source
43 runConfigureICU <platform-name> --prefix <icu install directory> [other options]
50 cd <icu directory>/source/samples/ufortune
51 export ICU_PREFIX= <icu install directory>
55 cd <icu directory>/source/samples/ufortune
59 export LD_LIBRARY_PATH=<icu install directory>/lib:.:$LD_LIBRARY_PATH

Completed in 925 milliseconds

<<11121314151617181920>>