/external/chromium_org/third_party/lcov-1.9/bin/ |
updateversion.pl | 11 our $directory = $ARGV[0]; 22 if (!defined($directory) || !defined($version) || !defined($release)) { 23 die("Usage: $0 <directory> <version string> <release string>\n"); 28 update_man_page($directory."/".$_); 32 update_bin_tool($directory."/".$_); 36 update_txt_file($directory."/".$_); 40 update_spec_file($directory."/".$_);
|
/frameworks/base/tools/obbtool/ |
mkobb.sh | 20 # Directory where we should temporarily mount the OBB loopback to copy files 151 echo " -d <directory> Use <directory> as input for OBB files" 169 -d) directory=$2; shift 2;; 180 if [ "${directory}x" = "x" -o ! -d "${directory}" ]; then \ 181 echo "ERROR: Must specify valid input directory" 205 echo "ERROR: Output directory does not exist: ${outdir}" 214 block_count=`du -s --apparent-size --block-size=512 ${directory} | awk '{ print $1; }'` 216 echo "ERROR: Couldn't read size of input directory ${directory} [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_compileall.py | 15 self.directory = tempfile.mkdtemp() 16 self.source_path = os.path.join(self.directory, '_test.py') 20 self.source_path2 = os.path.join(self.directory, '_test2.py') 25 shutil.rmtree(self.directory) 47 compileall.compile_dir(self.directory, force=False, quiet=True) 59 # Test compiling a single file, and complete directory 69 compileall.compile_dir(self.directory, force=False, quiet=True)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_compileall.py | 15 self.directory = tempfile.mkdtemp() 16 self.source_path = os.path.join(self.directory, '_test.py') 20 self.source_path2 = os.path.join(self.directory, '_test2.py') 25 shutil.rmtree(self.directory) 47 compileall.compile_dir(self.directory, force=False, quiet=True) 59 # Test compiling a single file, and complete directory 69 compileall.compile_dir(self.directory, force=False, quiet=True)
|
/development/ide/emacs/ |
android-compile.el | 49 (defun android-makefile-exists-p (directory) 50 "Return t if an Android makefile exists in DIRECTORY." 52 (or (file-exists-p (concat directory "Android.mk")) 53 (file-exists-p (concat directory "Makefile")))) 57 Makefiles are named Android.mk except in the root directory where 59 TOPDIR is the root directory of the build. 63 ;; TODO: Could check that topdir is the start of default-directory. 65 (error "Topdir invalid %s for current dir %s" topdir default-directory)) 66 (let ((default-directory default-directory) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
filereader.py | 132 def _process_directory(self, directory): 133 """Process all files in the given directory, recursively.""" 135 for dir_path, dir_names, file_names in os.walk(directory): 143 self._process_directory(directory=path)
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-filepath.cc | 69 // Returns a copy of the FilePath with the directory part removed. 71 // FilePath("file"). If there is no directory part ("just_a_file"), it returns 80 // RemoveFileName returns the directory path with the filename removed. 92 // Helper functions for naming files in a directory for xml output. 94 // Given directory = "dir", base_name = "test", number = 0, 98 FilePath FilePath::MakeFileName(const FilePath& directory, 102 FilePath dir(directory.RemoveTrailingPathSeparator()); 112 // either a file, directory, or whatever. 123 // Returns true if pathname describes a directory in the file-system 143 // will be directory/base_name.extension o [all...] |
/external/chromium_org/chrome/test/chromedriver/ |
embed_user_data_dir_in_cpp.py | 18 '', '--directory', type='string', default='.', 19 help='Path to directory where the cc/h file should be created') 31 options.directory, global_string_map)
|
/external/chromium_org/sync/test/engine/ |
test_directory_setter_upper.h | 6 // syncable::Directory instance for unit tests that require one. 22 // Then, in your tests, get at the directory like so: 25 // ... now use metadb_.directory() to get at syncable::Entry objects ... 45 class Directory; 55 // Create a Directory instance open it. 58 // Create a Directory instance using |directory_store| as backend storage. 63 // Undo everything done by SetUp(): close the directory and delete the 64 // backing files. Before closing the directory, this will run the directory 65 // invariant checks and perform the SaveChanges action on the directory 68 syncable::Directory* directory() { return directory_.get(); } function in class:syncer::TestDirectorySetterUpper [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
putil.h | 50 * Return the ICU data directory. 51 * The data directory is where common format ICU data files (.dat files) 54 * unless you are adding custom data to ICU, the data directory 57 * The data directory is determined as follows: 60 * If a data directory was specifed at ICU build time 66 * otherwise no data directory is available. 68 * @return the data directory, or an empty string ("") if no data directory has 76 * Set the ICU data directory. 77 * The data directory is where common format ICU data files (.dat files [all...] |
/external/chromium_org/ui/base/win/ |
shell.h | 35 const string16& directory,
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_origin_database_interface.h | 35 base::FilePath* directory) = 0;
|
/external/clang/bindings/python/tests/cindex/ |
test_cdb.py | 40 assert cmds[0].directory == '/home/john.doe/MyProject' 60 assert cmds[i].directory == expected[i]['wd'] 78 workingdir = cmds[0].directory 88 workingdir = cmd0.directory
|
/external/icu4c/common/unicode/ |
putil.h | 44 * Return the ICU data directory. 45 * The data directory is where common format ICU data files (.dat files) 48 * unless you are adding custom data to ICU, the data directory 51 * The data directory is determined as follows: 54 * If a data directory was specifed at ICU build time 60 * otherwise no data directory is available. 62 * @return the data directory, or an empty string ("") if no data directory has 70 * Set the ICU data directory. 71 * The data directory is where common format ICU data files (.dat files [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
IMediaContainerService.aidl | 35 long calculateDirectorySize(in String directory); 38 void clearDirectory(in String directory);
|
/system/extras/tests/sdcard/ |
sysutil.h | 46 // .resetDirectory Delete (non-recursive) files in a directory. 121 // Delete all the files in the given directory. If the directory does 123 // make sure you have a clean existing directory, previous run may 125 void resetDirectory(const char *directory);
|
/external/chromium_org/third_party/libxslt/libxslt/ |
security.c | 273 * if stat succeeds and the file is a directory, 312 char *directory; local 324 directory = xmlParserGetDirectory (path); 326 if (directory != NULL) { 327 ret = xsltCheckFilename(directory); 330 * The directory doesn't exist check for creation 335 ret = check(sec, ctxt, directory); 338 "Directory creation for %s refused\n", 340 xmlFree(directory); 344 ret = xsltCheckWritePath(sec, ctxt, directory); [all...] |
/external/libxslt/libxslt/ |
security.c | 273 * if stat succeeds and the file is a directory, 312 char *directory; local 324 directory = xmlParserGetDirectory (path); 326 if (directory != NULL) { 327 ret = xsltCheckFilename(directory); 330 * The directory doesn't exist check for creation 335 ret = check(sec, ctxt, directory); 338 "Directory creation for %s refused\n", 340 xmlFree(directory); 344 ret = xsltCheckWritePath(sec, ctxt, directory); [all...] |
/external/chromium_org/android_webview/tools/ |
webview_licenses.py | 16 aren't in a third-party directory with a README.chromium file. 57 for directory in _FindThirdPartyDirs(): 58 if directory in known_issues.KNOWN_ISSUES: 59 result.append(directory) 62 metadata = licenses.ParseDir(directory, REPOSITORY_ROOT, 65 print 'Got LicenseError while scanning ' + directory 73 result.append(directory) 81 """Checks that all files which are not in a listed third-party directory, 104 # This is a test output directory 106 # This is tests directory, doesn't exist in the snapsho [all...] |
/external/chromium_org/chrome/test/functional/perf/ |
endure_setup.py | 11 We use <ENDURE_DIR> to refer to the root directory in which Chrome Endure 12 is set up. By default, <ENDURE_DIR> is the current working directory. 27 the graph directory, see endure_server.py for details. 81 working directory. 90 help='Directory in which to setup or update. ' \ 91 'Default value is the current working directory.') 131 depot_dir: The directory where depot_tools will be checked out. 146 depot_dir: The directory where depot_tools are checked out. 169 endure_dir: Directory where Chrome Endure and 192 endure_dir: Directory of Chrome Endure and its dependencies [all...] |
/external/chromium_org/components/tools/metrics/ |
count_ifdefs.py | 8 given directory. 35 def CountIfdefs(token_pattern, directory, skip_tests=False): 36 """Returns the number of lines in files in |directory| and its 45 for root, dirs, files in os.walk(directory): 58 print "Usage: %s [--skip-tests] TOKEN_PATTERN DIRECTORY" % sys.argv[0]
|
/external/chromium_org/sync/engine/ |
store_timestamps_command_unittest.cc | 38 // Gets the directory's progress marker's token for the given model 42 session()->context()->directory()->GetDownloadProgress( 54 // markers in the directory. 64 response, session()->context()->directory());
|
/external/chromium_org/sync/internal_api/ |
internal_components_factory_impl.cc | 38 syncable::Directory* directory, 47 connection_manager, directory, workers, extensions_activity,
|
/external/chromium_org/sync/internal_api/test/ |
test_internal_components_factory.cc | 32 syncable::Directory* directory, 44 connection_manager, directory, workers, monitor,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
workspace.py | 46 def find_unused_filename(self, directory, name, extension, search_limit=100): 52 target_path = self._filesystem.join(directory, target_name)
|