HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 626 - 650 of 1031) sorted by null

<<21222324252627282930>>

  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 113 """Returns the directory name of the bundle represented by this target.
236 """Returns the directory name of the bundle represented by this target. E.g.
377 for directory in framework_dirs:
378 cflags.append('-F' + directory.replace('$(SDKROOT)', sdk_root))
530 gyp-directory-relative to build-directory-relative."""
561 product_dir: The directory where products such static and dynamic
569 # The xcode build is relative to a gyp file's directory, and OTHER_LDFLAGS
608 # Xcode adds the product directory by default.
620 for directory in framework_dirs
    [all...]
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc 271 // If the suggested_name is a root directory, file_part will be '\', and the
304 // Set up the initial directory for the dialog.
305 std::wstring directory; local
308 directory = suggested_path.value();
311 directory = suggested_path.DirName().value();
315 save_as.lpstrInitialDir = directory.c_str();
383 // directory, and filter for .png file types.
797 // Use lpstrInitialDir to specify the initial directory
813 // We use OFN_NOCHANGEDIR so that the user can rename or delete the directory
843 // We use OFN_NOCHANGEDIR so that the user can rename or delete the directory
    [all...]
  /external/chromium_org/v8/test/mjsunit/
d8-os.js 33 var TEST_DIR = "/tmp/d8-os-test-directory-" + ((Math.random() * (1<<30)) | 0);
57 // Ensure that we have a valid working directory.
  /external/chromium_org/webkit/browser/database/
database_tracker.cc 403 // Create a temporary directory to move possibly still existing databases to,
404 // as we can't delete the origin directory on windows if it contains opened
460 for (base::FilePath directory = directories.Next(); !directory.empty();
461 directory = directories.Next()) {
462 base::DeleteFile(directory, true);
467 // have a meta table, delete the database directory.
  /external/v8/test/mjsunit/
d8-os.js 33 var TEST_DIR = "/tmp/d8-os-test-directory-" + ((Math.random() * (1<<30)) | 0);
57 // Ensure that we have a valid working directory.
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 134 error(['Input directory ' inpathtest ' does not exist']);
138 warning(['Reference directory ' refpathtest ' does not exist']);
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 10 # Root directory for WinPcap developer's pack
14 # Root directory for OpenSSL
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 262 final File directory = new File(path);
263 if (directory.exists() && directory.isDirectory()) {
264 eraseFiles(directory);
420 Slog.e(TAG, "Could not create native lib directory: " + sharedLibraryDir.getPath());
505 * window where the package directory scanner notices the new
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 130 # Location of the final sysroot. This must be a sub-directory of INSTALL_DIR
132 # be used when moved to another directory).
309 extracted automatically into your work directory.
330 echo " --work-dir=PATH Temporary work directory [/tmp/gcc.<random>]"
359 # Determine root working directory for our script
365 fail_panic "Could not create directory: $WORK_DIR"
372 echo "ERROR: Invalid reference repository directory path: $GIT_REFERENCE"
394 echo "ERROR: Not a directory: $1"
398 echo "ERROR: Missing directory: $1/build"
424 # Create the work directory
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 130 # Location of the final sysroot. This must be a sub-directory of INSTALL_DIR
132 # be used when moved to another directory).
309 extracted automatically into your work directory.
330 echo " --work-dir=PATH Temporary work directory [/tmp/gcc.<random>]"
359 # Determine root working directory for our script
365 fail_panic "Could not create directory: $WORK_DIR"
372 echo "ERROR: Invalid reference repository directory path: $GIT_REFERENCE"
394 echo "ERROR: Not a directory: $1"
398 echo "ERROR: Missing directory: $1/build"
424 # Create the work directory
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 521 pass the '-ucpu' option to process the full directory.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 521 pass the '-ucpu' option to process the full directory.
  /build/core/
config.mk 186 # e.g. device/samsung/tuna/kernel-headers. This directory is not
206 # layout of the kernel include/ directory. For example,
215 # directory of the same parent dir. For example,
357 # Mac OS' screwy version of java uses a non-standard directory layout
469 # This is the standard way to name a directory containing prebuilt target
  /external/chromium_org/third_party/icu/source/common/
putil.c 708 are different from those in the top-level directory or 'posix'
908 * This method recursively traverses the directory given for a matching TZ file and returns the first match.
929 /* Check each entry in the directory. */
933 /* Create a newpath with the new entry to test each entry in the directory. */
939 /* If this new path is a directory, make a recursive call with the newpath. */
945 and return the first match in the top-level directory
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.cpp 353 * set, try to deduce the directory in which ICU was built,
371 // may not be the same as the source directory, depending on
373 // set the data path to the built data from this directory.
415 /* __FILE__ on MSVC7 does not contain the directory */
1413 const char* directory=NULL; local
    [all...]
  /external/icu4c/common/
putil.cpp 727 are different from those in the top-level directory or 'posix'
929 * This method recursively traverses the directory given for a matching TZ file and returns the first match.
950 /* Check each entry in the directory. */
954 /* Create a newpath with the new entry to test each entry in the directory. */
960 /* If this new path is a directory, make a recursive call with the newpath. */
966 and return the first match in the top-level directory
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 368 * set, try to deduce the directory in which ICU was built,
386 // may not be the same as the source directory, depending on
388 // set the data path to the built data from this directory.
430 /* __FILE__ on MSVC7 does not contain the directory */
1448 const char* directory=NULL; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 503 \t[ -d directory ] [ -L leapseconds ] [ -y yearistype ] [ filename ... ]\n\
584 static const char * directory; variable
625 if (directory == NULL)
626 directory = optarg;
683 if (directory == NULL)
684 directory = TZDIR;
758 fromname = ecpyalloc(directory);
765 toname = ecpyalloc(directory);
    [all...]
  /external/chromium_org/third_party/libxml/src/
runtest.c 100 const char *out; /* output directory */
128 char directory[500]; local
133 strncpy(directory, pattern, 499);
134 for (len = strlen(directory);len >= 0;len--) {
135 if (directory[len] == '/') {
137 directory[len] = 0;
157 strncpy(directory + len, FindFileData.cFileName, 499 - len);
158 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
172 strncpy(directory + len, FindFileData.cFileName, 499 - len);
173 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 503 \t[ -d directory ] [ -L leapseconds ] [ -y yearistype ] [ filename ... ]\n\
584 static const char * directory; variable
625 if (directory == NULL)
626 directory = optarg;
683 if (directory == NULL)
684 directory = TZDIR;
758 fromname = ecpyalloc(directory);
765 toname = ecpyalloc(directory);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 312 private static boolean isDirectoryWritable(File directory) {
313 File toCreate = new File(directory, "hello");
327 * the root directory are not writable. An application should only be
328 * able to write to it's own home directory. World writable directories
513 * should only be able to write to it's own home directory. World
684 * Test that the /system directory, as mounted by init, is mounted read-only.
701 assertTrue("The root directory \"" + mountPoint + "\" is not mounted read-only",
706 * Test that the root directory, as mounted by init, is mounted read-only.
717 assertTrue("The root directory \"" + mountPoint + "\" is not mounted read-only",
    [all...]
  /dalvik/vm/
Android.mk 145 # Copy the dalvik shell script to the host's bin directory
  /external/bison/
cfg.mk 50 # The local directory containing the checked-out copy of gnulib used in
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 167 * Locate the directory referred to by path, creating directories along the

Completed in 2102 milliseconds

<<21222324252627282930>>