/external/chromium/sdch/open-vcdiff/ |
depcomp | 47 DEPDIR directory where to store dependencies. 215 # current directory. Also, the AIX compiler puts `$object:' at the 216 # start of each line; $object doesn't have directory information. 217 # Version 6 uses the directory in both cases.
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
file_selection.js | 128 // Don't compute the directory size as it's expensive. 269 // In SELECT_FOLDER mode, we allow to select current directory 332 // If the directory is not root dir, show the directory info.
|
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/ |
gallery_testapi.js | 23 * @param {string} path Path to the directory or an image file.
|
/external/chromium_org/chrome/installer/mac/ |
keystone_install.sh | 17 # root directory or in ${HOME} exists. 27 # 7 rsync failed (could not copy new versioned directory to Versions) 32 # 12 dirpatcher failed for versioned directory 43 # that only includes the directory containing ksadmin, /bin, and /usr/bin. It 46 # sbin directory. Adjust the path accordingly. 106 # Choose a template that won't be a dot directory. Make it safe by 183 # If ${symlink} refers to a directory, doing this naively might result in 184 # the new link being placed in that directory, instead of replacing the 192 # directory is used to convince mv to replace the symbolic link: again, if 193 # the existing link refers to a directory, "mv newlink oldlink" wil [all...] |
/external/chromium_org/chrome/test/base/ |
ui_test_utils.cc | 284 // This function is used to find the build directory so TestServer can serve 485 bool SaveScreenSnapshotToDirectory(const base::FilePath& directory, 488 base::FilePath out_path(GetSnapshotFileName(directory));
|
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
example.js | 148 itemEl.textContent = '<empty directory>';
|
/external/chromium_org/native_client_sdk/src/tools/ |
nacl_llvm.mk | 165 # the target directory for us.
|
/external/chromium_org/sdch/open-vcdiff/ |
depcomp | 45 DEPDIR directory where to store dependencies. 222 # current directory. Also, the AIX compiler puts `$object:' at the 223 # start of each line; $object doesn't have directory information. 224 # Version 6 uses the directory in both cases.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
port_testcase.py | 233 for directory in dirs: 234 port.host.filesystem.maybe_make_directory(directory)
|
/external/chromium_org/third_party/icu/source/data/coll/ |
collocal.mk | 10 # you should consider creating a 'collocal.mk' file in this same directory.
|
/external/chromium_org/third_party/icu/source/data/lang/ |
resfiles.mk | 10 # you should consider creating a 'reslocal.mk' file in this same directory.
|
/external/chromium_org/third_party/icu/source/data/region/ |
resfiles.mk | 10 # you should consider creating a 'reslocal.mk' file in this same directory.
|
/external/chromium_org/third_party/icu/source/data/zone/ |
resfiles.mk | 10 # you should consider creating a 'reslocal.mk' file in this same directory.
|
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
filterRFC3454.pl | 639 --sourcedir=<directory> 640 --destdir=<directory>
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
genflat.pl | 84 our $output_directory; # Name of directory in which to store output 91 our $show_details; # If set, generate detailed directory view 98 our $cwd = `pwd`; # Current working directory 100 our $tool_dir = dirname($0); # Directory where genhtml tool is installed 107 # Add current working directory if $tool_dir is not already an absolute path 114 if (!GetOptions("output-directory=s" => \$output_directory, 204 -p, --prefix PREFIX Remove PREFIX from all directory names 205 --no-prefix Do not remove prefix from directory names 219 # Files will be written to the current directory. If provided, test case 342 # Match directory name beginning with $dir_prefi [all...] |
/external/chromium_org/third_party/lcov-1.9/contrib/galaxy/ |
genflat.pl | 84 our $output_directory; # Name of directory in which to store output 91 our $show_details; # If set, generate detailed directory view 98 our $cwd = `pwd`; # Current working directory 100 our $tool_dir = dirname($0); # Directory where genhtml tool is installed 107 # Add current working directory if $tool_dir is not already an absolute path 114 if (!GetOptions("output-directory=s" => \$output_directory, 204 -p, --prefix PREFIX Remove PREFIX from all directory names 205 --no-prefix Do not remove prefix from directory names 219 # Files will be written to the current directory. If provided, test case 342 # Match directory name beginning with $dir_prefi [all...] |
/external/chromium_org/third_party/libxml/src/ |
catalog.c | 887 char *directory = NULL; local 921 if ((ctxt->directory == NULL) && (directory == NULL)) 922 directory = xmlParserGetDirectory(filename); 923 if ((ctxt->directory == NULL) && (directory != NULL)) 924 ctxt->directory = directory; [all...] |
depcomp | 45 DEPDIR directory where to store dependencies. 222 # current directory. Also, the AIX compiler puts `$object:' at the 223 # start of each line; $object doesn't have directory information. 224 # Version 6 uses the directory in both cases.
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
parser.h | 59 const char *directory; /* the directory/base of the file */ member in struct:_xmlParserInput 226 char *directory; /* the data directory */ member in struct:_xmlParserCtxt [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/ |
depcomp | 47 DEPDIR directory where to store dependencies. 215 # current directory. Also, the AIX compiler puts `$object:' at the 216 # start of each line; $object doesn't have directory information. 217 # Version 6 uses the directory in both cases.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/config/ |
depcomp | 45 DEPDIR directory where to store dependencies. 222 # current directory. Also, the AIX compiler puts `$object:' at the 223 # start of each line; $object doesn't have directory information. 224 # Version 6 uses the directory in both cases.
|
/external/chromium_org/tools/grit/grit/ |
util.py | 79 """Returns the common prefix directory for the given paths 82 The list of paths (at least one of which should be a directory) 86 # on a directory bound, so this code fixes that) 94 # is "c:\a" which is a directory and looks good with 95 # respect to the first directory but it is clear that 96 # isn't a common directory when the second path is 101 # then the prefix must be a directory (since one 102 # of the arguements should be a directory). 107 # valid a directory as well for the given path 110 # Otherwise, the prefix is not a directory, so it need [all...] |
/external/elfutils/config/ |
depcomp | 47 DEPDIR directory where to store dependencies. 215 # current directory. Also, the AIX compiler puts `$object:' at the 216 # start of each line; $object doesn't have directory information. 217 # Version 6 uses the directory in both cases.
|
/external/genext2fs/ |
depcomp | 46 DEPDIR directory where to store dependencies. 201 # current directory. Also, the AIX compiler puts `$object:' at the 202 # start of each line; $object doesn't have directory information. 203 # Version 6 uses the directory in both cases.
|
/external/grub/ |
depcomp | 46 DEPDIR directory where to store dependencies. 201 # current directory. Also, the AIX compiler puts `$object:' at the 202 # start of each line; $object doesn't have directory information. 203 # Version 6 uses the directory in both cases.
|