/external/chromium_org/chrome/browser/resources/file_manager/js/ |
navigation_list.js | 265 this.directoryModel_.addEventListener('directory-changed', 288 * @param {string} path Path of the directory to be rendered. 318 * Changes the current directory to the given path. 322 * @param {string} path Path of the directory to be chagned to. 361 // Prevents double-moving to the current directory. 394 * Invoked when the current directory is changed. 412 * Synchronizes the volume list selection with the current directory, after 422 // (1) Select the nearest parent directory (including the pinned directories). 442 // (2) Selects the volume of the current directory.
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 157 // Try to create the parent directory of the given file, creating the parent's 170 cerr << filename << ": while trying to create directory " 241 // Write all files in the directory to disk at the given output location, 245 // Write the contents of this directory to a ZIP-format archive with the 274 MemoryOutputStream(GeneratorContextImpl* directory, const string& filename); 275 MemoryOutputStream(GeneratorContextImpl* directory, const string& filename, 449 GeneratorContextImpl* directory, const string& filename) 450 : directory_(directory), 456 GeneratorContextImpl* directory, const string& filename, 458 : directory_(directory), 679 GeneratorContextImpl* directory = iter->second; local [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 155 // Try to create the parent directory of the given file, creating the parent's 168 cerr << filename << ": while trying to create directory " 229 // Write all files in the directory to disk at the given output location, 233 // Write the contents of this directory to a ZIP-format archive with the 258 MemoryOutputStream(MemoryOutputDirectory* directory, const string& filename); 259 MemoryOutputStream(MemoryOutputDirectory* directory, const string& filename, 430 MemoryOutputDirectory* directory, const string& filename) 431 : directory_(directory), 437 MemoryOutputDirectory* directory, const string& filename, 439 : directory_(directory), 638 MemoryOutputDirectory* directory = iter->second; local [all...] |
/external/skia/bench/ |
bench_graph_svg.py | 34 print '-d <dir> a directory containing bench_r<revision>_<scalar> files.' 94 def get_latest_revision(directory): 95 """Returns the latest revision number found within this directory. 98 for bench_file in os.listdir(directory): 110 def parse_dir(directory, default_settings, oldest_revision, newest_revision, 116 file_list = os.listdir(directory) 129 file_handle = open(directory + '/' + bench_file, 'r') 319 directory = None 466 directory = value 499 if directory is None [all...] |
/ndk/build/core/ |
definitions-host.mk | 68 # Arguments: 1: directory path 99 # to install a file or directory, while preserving its timestamps 147 # /foo -> top-level 'foo' directory on current drive. 149 # c:/foo -> top-level 'foo' directory on C drive. 150 # c:foo -> 'foo' subdirectory on C drive's current directory.
|
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 55 [B<--mkdir> I<directory>] 69 I<pkg-dmg> takes a directory identified by I<source-folder> and transforms 80 Identifies the directory that will be packaged up. This directory is not 81 touched, a copy will be made in a temporary directory for staging purposes. 109 defaults to the name of the source directory from B<--source>. 113 A temporary directory to stage intermediate files in. I<temp-dir> must 115 being packaged. If not specified, defaults to the same directory that 119 =item B<--mkdir> I<directory> 121 Specifies a directory that should be created in the disk image [all...] |
/external/chromium_org/third_party/lcov/bin/ |
lcov | 29 # 2002-09-05 / Peter Oberparleiter: implemented --kernel-directory + 43 # of a possible move of the gcov kernel directory to another 75 # Directory containing gcov kernel files 90 # How to prefix a temporary directory name 129 our @directory; # Specifies where to get coverage data from 146 our $temp_dir_name; # Name of temporary directory 147 our $cwd = `pwd`; # Current working directory 151 our $base_directory; # Base directory (cwd of gcc during compilation) 163 our $tool_dir = dirname($0); # Directory where genhtml tool is installed 173 # Add current working directory if $tool_dir is not already an absolute pat [all...] |
/external/chromium_org/third_party/icu/source/data/ |
makedata.mak | 21 # Is the directory containing this file (makedata.mak) 22 # Is the directory into which most data is built (prior to packaging) 46 # The root of the ICU source directory tree 56 # The data directory in source 62 # The directory that contains ucmcore.mk files along with *.ucm files 67 # The directory that contains resfiles.mk files along with *.txt locale data files 72 # The directory that contains colfiles.mk files along with *.txt collation data files 77 # The directory that contains rbnffiles.mk files along with *.txt RBNF data files 82 # The directory that contains trfiles.mk files along with *.txt transliterator files 87 # The directory that contains resfiles.mk files along with *.txt break iterator file [all...] |
/external/chromium_org/content/common/ |
sandbox_win.cc | 111 base::FilePath directory; local 112 if (!PathService::Get(path, &directory)) 116 directory = base::MakeAbsoluteFilePath(directory.Append(sub_dir)); 120 directory.value().c_str()); 124 std::wstring directory_str = directory.value() + L"\\"; 512 policy->AddKernelObjectToClose(L"Directory", object_path.data());
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
layout_test_runner.py | 410 occur within the same directory. 464 """Returns two lists of shards, each shard containing all the files in a directory. 472 # FIXME: Given that the tests are already sorted by directory, 475 directory = self._split(test_input.test_name)[0] 476 tests_by_dir.setdefault(directory, []) 477 tests_by_dir[directory].append(test_input) 479 for directory, test_inputs in tests_by_dir.iteritems(): 480 shard = TestShard(directory, test_inputs) 485 elif directory.startswith('virtual'): 490 # Sort the shards by directory name [all...] |
/external/chromium_org/tools/code_coverage/ |
coverage_posix.py | 25 --directory=DIR: specify directory that contains gcda files, and where 26 a "coverage" directory will be created containing the output html. 65 This is used by buildbot scripts to help us find the output directory. 69 the directory within the buildbot working directory in which the 73 This is used by buildbot scripts to help us find the output directory. 157 PageCycler*.*: Fails on coverage bot with "Missing test directory 529 self.directory = options.directory [all...] |
/prebuilts/devtools/tools/ |
android.bat | 24 rem and set up progdir to be the fully-qualified pathname of its directory.
27 rem Grab current directory before we change it
30 rem Change current directory and drive to where the script is, to avoid
|
/system/extras/ext4_utils/ |
make_ext4fs.c | 103 /* Read a local directory and create the same tree in the generated filesystem. 104 Calls itself recursively with each directory in the given directory. 106 directory on disk that should be copied, or NULL if this is a directory 108 dir_path is an absolute path, with trailing slash, to the same directory 134 /* root directory, check if lost+found already exists */ 220 /* insert a lost+found directory at the beginning of the dentries */ 466 char *directory = NULL; local 478 directory = canonicalize_rel_slashes(_directory) [all...] |
/external/chromium/build/ |
install-chroot.sh | 96 # Create directory for chroot 190 type=directory 191 directory=/var/lib/chroot/${target} 201 # Set up a special directory that changes contents depending on the target 322 Your home directory is shared between the host and the chroot. But I configured
|
/external/chromium_org/chrome/browser/profiles/ |
off_the_record_profile_impl.cc | 371 const base::FilePath& directory = last_selected_directory_; local 372 if (directory.empty()) { 375 return directory;
|
/external/chromium_org/chrome/installer/util/ |
delete_after_reboot_helper.cc | 31 // Returns true if this directory name is 'safe' for deletion (doesn't contain 97 LOG(ERROR) << "Unsafe directory name for deletion: " << dir_name; 101 // Make sure the directory exists (it is ok if it doesn't) 105 return true; // Ok if directory is missing 111 // Confirm it is a directory 113 LOG(ERROR) << "Scheduled directory is not a directory: " << dir_name; 148 // Now schedule the empty directory itself 150 LOG(ERROR) << "Failed to schedule directory for deletion: " << dir_name; 339 // Removes all pending moves for the given |directory| and any containe [all...] |
/external/chromium_org/remoting/webapp/ |
build-webapp.py | 6 """Creates a directory with with the unpacked contents of the remoting webapp. 8 The directory will contain a copy-of or a link-to to all remoting webapp 28 # sys.path[0] refers to the directory containing this script. 46 def createZip(zip_path, directory): 47 """Creates a zipfile at zip_path for the given directory.""" 50 for (root, dirs, files) in os.walk(directory): 53 rel_path = os.path.relpath(full_path, directory) 68 """Does the main work of building the webapp directory and zipfile. 73 destination: A string with path to directory where the webapp will be 81 with their directory structure from the _locales directory down [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
FileSystemModel.js | 165 * @param {WebInspector.FileSystemModel.Directory} directory 168 requestDirectoryContent: function(directory, callback) 170 this._requestDirectoryContent(directory.url, this._directoryContentReceived.bind(this, directory, callback)); 203 * @param {WebInspector.FileSystemModel.Directory} parentDirectory 213 entries.push(new WebInspector.FileSystemModel.Directory(this, parentDirectory.fileSystem, backendEntries[i])); 370 this.root = new WebInspector.FileSystemModel.Directory(fileSystemModel, this, backendRootEntry); 476 WebInspector.FileSystemModel.Directory = function(fileSystemModel, fileSystem, backendEntry) 481 WebInspector.FileSystemModel.Directory.prototype = [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_origin_database.cc | 142 // Make sure we have the database file in its directory and therefore we are 231 const std::string& origin, base::FilePath* directory) { 234 DCHECK(directory); 257 *directory = StringToFilePath(path_string);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-jsch.jar | |
/external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/ |
SDL_syscdrom.cc | 35 #include <Directory.h> 78 int try_dir(const char *directory); 204 int try_dir(const char *directory) 207 dir.SetTo(directory);
|
/libcore/luni/src/test/java/libcore/java/io/ |
FileTest.java | 31 File directory = new File(base, UUID.randomUUID().toString()); local 32 assertTrue(directory.mkdirs()); 33 return directory; 124 // directory is? (In practice, on Android, our temporary directory is accessed through 149 // This assumes you can create symbolic links in the temporary directory. This isn't 230 // Set up a directory to test in. 233 // mkdirs returns true only if it _creates_ a directory. 234 // So we get false for a directory that already exists... 257 // Test the case where the 'directory' exists as a file [all...] |
/build/core/ |
cleanspec.mk | 43 # Use $(PRODUCT_OUT) to get to the "out/target/product/blah/" directory. 44 # Use $(OUT_DIR) to refer to the "out" directory.
|
/dalvik/dx/etc/ |
dx.bat | 19 REM Locate dx.jar in the directory where dx.bat was found and start it.
22 REM and set up progdir to be the fully-qualified pathname of its directory.
|
/development/build/tools/ |
windows_sdk.mk | 9 # - mirror the linux SDK directory and patch it with the Windows tools 32 # the topdir/development directory and are somehow platform-dependent.
|