HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 126 - 150 of 564) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/files/
post_tools_install.bat 23 rem and set up progdir to be the fully-qualified pathname of its directory.
26 rem Grab current directory before we change it
29 rem Change current directory and drive to where the script is, to avoid
  /libcore/luni/src/main/java/libcore/io/
DiskLruCache.java 53 * <p>The cache stores its data in a directory on the filesystem. This
54 * directory must be exclusive to the cache; the cache may delete or overwrite
55 * files from its directory. It is an error for multiple processes to use the
56 * same cache directory at the same time.
141 private final File directory; field in class:DiskLruCache
179 private DiskLruCache(File directory, int appVersion, int valueCount, long maxSize) {
180 this.directory = directory;
182 this.journalFile = new File(directory, JOURNAL_FILE);
183 this.journalFileTmp = new File(directory, JOURNAL_FILE_TMP)
    [all...]
  /ndk/sources/host-tools/make-3.81/
dir.c 0 /* Directory hashing for GNU Make.
173 /* fake stat entry for a directory */
223 * come up with is the fully qualified name of the directory. Beware
229 int mtime; /* controls check for stale directory cache */
241 struct hash_table dirfiles; /* Files in this directory. */
242 DIR *dirstream; /* Stream reading this directory. */
338 /* Table of directory contents hashed by device and inode number. */
341 struct directory
343 char *name; /* Name of the directory. */
345 /* The directory's contents. This data may be shared by severa
339 struct directory struct
    [all...]
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
BitmapUtils.java 170 * Saves the bitmap by given directory, filename, and format; if the directory is given null,
171 * then saves it under the cache directory.
174 Bitmap bitmap, String directory, String filename, CompressFormat format) {
176 if (directory == null) {
177 directory = context.getCacheDir().getAbsolutePath();
179 // Check if the given directory exists or try to create it.
180 File file = new File(directory);
191 file = new File(directory, filename);
  /ndk/build/tools/
builder-funcs.sh 45 # $1: Build directory
53 fail_panic "Can't create build directory: $_BUILD_DIR"
57 fail_panic "Can't cleanup build directory: $_BUILD_DIR"
211 panic "Build directory not set!"
270 panic "Destination directory not set"
288 panic "Destination directory not set"
401 log2 "Cleaning up build directory: $_BUILD_DIR"
409 # $2: Build directory
418 panic "Missing directory: $NDK_DIR/platforms"
466 # $1: Build directory
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
PackageSignatureTest.java 131 File directory = mContext.getExternalFilesDir(null); local
133 Log.i(TAG, "Will dump " + numSignatures + " signatures to " + directory);
137 File signatureFile = new File(directory, fileName + "." + i);
  /external/chromium/testing/gtest/scripts/
fuse_gtest_files.py 46 directory of the directory holding this script.
66 # We assume that this file is in the scripts/ directory in the Google
67 # Test root directory.
86 def VerifyFileExists(directory, relative_path):
89 relative_path is the file path relative to the given directory.
92 if not os.path.isfile(os.path.join(directory, relative_path)):
93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path,
94 directory)
95 print ('Please either specify a valid project root directory '
    [all...]
  /external/gtest/scripts/
fuse_gtest_files.py 46 directory of the directory holding this script.
66 # We assume that this file is in the scripts/ directory in the Google
67 # Test root directory.
86 def VerifyFileExists(directory, relative_path):
89 relative_path is the file path relative to the given directory.
92 if not os.path.isfile(os.path.join(directory, relative_path)):
93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path,
94 directory)
95 print ('Please either specify a valid project root directory '
    [all...]
  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 46 directory of the directory holding this script.
66 # We assume that this file is in the scripts/ directory in the Google
67 # Test root directory.
86 def VerifyFileExists(directory, relative_path):
89 relative_path is the file path relative to the given directory.
92 if not os.path.isfile(os.path.join(directory, relative_path)):
93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path,
94 directory)
95 print ('Please either specify a valid project root directory '
    [all...]
  /cts/
CtsTestCaseList.mk 45 # directory but do not require an associated test package XML.
119 # directory of the final CTS distribution.
130 # The following files will be placed in the tools directory of the CTS distribution
  /external/compiler-rt/make/
subdir.mk 5 # ObjNames - The objects available in that directory.
34 # Construct the variable key for this directory.
69 # Restore directory variable, for cleanliness.
  /frameworks/compile/libbcc/runtime/make/
subdir.mk 5 # ObjNames - The objects available in that directory.
33 # Construct the variable key for this directory.
68 # Restore directory variable, for cleanliness.
  /sdk/lint/cli/etc/
lint.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem Grab current directory before we change it
26 rem Change current directory and drive to where the script is, to avoid
  /external/bluetooth/glib/glib/
Makefile.am 248 echo "*** contents of this directory and type 'make install' again." ; \
  /external/compiler-rt/lib/
Makefile.mk 25 # Define the variables for this specific directory.
  /external/e2fsprogs/po/
at-expand.pl 51 "#. %p ext2fs_get_pathname of directory <ino>\n",
53 "#. the containing directory. (If dirent is NULL\n",
54 "#. then return the pathname of directory <ino2>)\n",
55 "#. %q ext2fs_get_pathname of directory <dir>\n",
56 "#. %Q ext2fs_get_pathname of directory <ino> with <dir> as\n",
57 "#. the containing directory.\n",
81 $msg =~ s/\@d/directory/g;
87 $msg =~ s/\@h/HTREE directory inode/g;
  /external/grub/util/
grub-install 66 --root-directory=DIR install GRUB images under the directory DIR
67 instead of the root directory
76 grub-install copies GRUB images into the DIR/boot directory specfied by
77 --root-directory, and uses the grub shell to install grub into the boot
240 --root-directory=*)
241 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
323 # Create the GRUB directory if it is not present.
383 # Check if the boot directory is in the same device as the root directory
    [all...]
  /external/icu4c/data/translit/
trnsfiles.mk 9 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /ndk/tests/build/stdint-c++/jni/
Android.mk 16 # script found in this directory.
  /system/vold/
VolumeManager.h 91 const char **directory = NULL) const;
139 int unmountAllAsecsInDir(const char *directory);
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 79 String directory = sourcepath; local
83 directory = directory + filename.substring(0, pos) + separator;
88 File file = new File(directory, filename + ".java");
  /development/build/tools/
sdk_repo.mk 20 # the content of the given directory.
41 # package directory contains a single platform-related inner directory.
62 # package directory contains 3 levels from the sdk dir, for example
64 # Because we do not know the intermediary directory name, this only works
65 # if each directory contains a single sub-directory (e.g. sdk/$4/*/* must be
71 # $4=the root of directory to package in the sdk (e.g. extra/android).
  /device/samsung/maguro/
device.mk 17 # Anything that is generic to all tuna products should go in the tuna directory
19 # Everything in this directory will become public
  /device/samsung/toro/
device.mk 17 # Anything that is generic to all tuna products should go in the tuna directory
19 # Everything in this directory will become public
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/
16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/

Completed in 1211 milliseconds

1 2 3 4 56 7 8 91011>>