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

<<11121314151617181920>>

  /external/chromium_org/third_party/lcov/bin/
geninfo 177 "base-directory=s" => \$base_directory,
287 # Check for directory name
290 die("No directory specified\n".
412 Usage: $tool_name [OPTIONS] DIRECTORY
414 Traverse DIRECTORY and create a .info file for each data file found. Note
415 that you may specify more than one directory, all of which are then processed
425 -b, --base-directory DIR Use DIR as base directory for relative paths
440 # gen_info(directory)
442 # Traverse DIRECTORY and create a .info file for each data file found
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_tree.js 19 * @param {string} changedDirectryPath The path of the changed directory.
46 * the n-th Entry in the directory.
47 * @param {DirectoryTree} tree Current directory tree, which contains this item.
91 * Finds a parent directory of the {@code entry} from the {@code items}, and
92 * invokes the DirectoryItem.selectByEntry() of the found directory.
111 * Generate a list of the directory entries for the top level on the tree.
133 * @param {DirectoryModel} dm The directory model.
197 * Checks if the given directory can be on the tree or not.
200 * @return {boolean} True if the path is eligible for the directory tree.
211 * A directory in the tree. Each element represents one directory
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 45 #include "sync/syncable/directory.h"
280 return directory()->InitialSyncEndedTypes();
288 directory()->GetDownloadProgress(i.Get(), &marker);
376 syncable::Directory::kSyncDatabaseFilename);
401 share_.directory.reset(
402 new syncable::Directory(
424 connection_manager_->set_client_id(directory()->cache_guid());
427 std::string sync_id = directory()->cache_guid();
442 directory(),
524 syncable::Directory* SyncManagerImpl::directory() function in class:syncer::SyncManagerImpl
    [all...]
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 19 // CommandLine instance, and 2) resides in the output directory of a build
21 // used to provide the (relative or absolute) path to the directory containing
72 // A helper class for creating and cleaning a temporary directory. A temporary
73 // directory is created in Initialize and destroyed (along with all of its
80 LOG(DFATAL) << "Failed deleting temporary directory \""
84 // Creates a temporary directory.
88 LOG(DFATAL) << "Failed creating temporary directory.";
93 const base::FilePath& directory() const { function in class:__anon9224::ScopedTempDirectory
418 // as the |work-dir|\Chrome-bin\w.x.y.z directory. |original_version| and
449 // Change the versioned directory
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 22 directory = optparse.make_option( variable in class:Opts
23 '-d', '--directory', action='store',
113 directory=None,
173 Opts.directory,
237 Opts.directory,
275 Opts.directory,
546 directory=options.directory, **report_args)
549 directory=options.directory, **report_args
    [all...]
  /cts/
CtsTestCaseList.mk 54 # directory but do not require an associated test package XML.
151 # directory of the final CTS distribution.
166 # The following files will be placed in the tools directory of the CTS distribution
  /external/chromium/chrome/browser/resources/file_manager/js/
util.js 63 * @param {DirectoryEntry} dirEntry The directory entry to enumerate.
87 * The successCallback will be invoked once for each directory object
94 * @param {DirEntry} dirEntry The base directory.
  /external/chromium_org/third_party/opus/src/doc/
customdoxygen.css 523 /* @group Directory (tree) */
534 .directory {
540 .directory h3 {
554 .directory h3.swap {
559 .directory h3.swap span {
564 .directory > h3 {
568 .directory p {
573 .directory div {
578 .directory img {
584 .directory-alt
    [all...]
  /external/eigen/doc/
eigendoxy.css 491 /* @group Directory (tree) */
502 .directory {
508 .directory h3 {
522 .directory h3.swap {
527 .directory h3.swap span {
532 .directory > h3 {
536 .directory p {
541 .directory div {
546 .directory img {
552 .directory-alt
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/
package 39 echo ${prog}: -d option requires destination directory.
53 echo ${prog}: -f option requires package root directory.
68 echo ${prog}: -r option requires package resource directory.
149 # create package directory
155 # (gnu)tar/pax and compress root directory to package archive
206 # copy the resource directory contents into the package directory
213 # directory itself
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 513 /* @group Directory (tree) */
524 .directory {
530 .directory h3 {
544 .directory h3.swap {
549 .directory h3.swap span {
554 .directory > h3 {
558 .directory p {
563 .directory div {
568 .directory img {
574 .directory-alt
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
VideoEditorHelper.java 69 * @param projectPath the directory where all files related to project will
422 * This method creates a Directory and filename
440 * This method recursively deletes all the file and directory
442 * @param directory where the files are located Example = "/sdcard/Input"
445 public boolean deleteProject(File directory) {
446 Log.i(TAG, ">>>>>>>>>>>>>>>>>>>>>>>>deleteProject directory= " +
447 directory.toString());
448 if (directory.isDirectory()) {
449 String[] filesInDirecory = directory.list();
451 boolean success = deleteProject(new File(directory,
    [all...]
  /bionic/libc/tools/
generate-NOTICE.py 2 # Run with directory arguments from any directory, with no special setup required.
107 for directory, sub_directories, filenames in os.walk(arg):
113 path = os.path.join(directory, filename)
  /external/chromium/base/win/
pe_image.h 108 // Returns the size of a given directory entry.
109 DWORD GetImageDirectoryEntrySize(UINT directory) const;
111 // Returns the address of a given directory entry.
112 PVOID GetImageDirectoryEntryAddr(UINT directory) const;
126 // Returns the exports directory.
132 // Post: 'e' is a pointer to the export directory entry
  /external/chromium_org/base/win/
pe_image.h 112 // Returns the size of a given directory entry.
113 DWORD GetImageDirectoryEntrySize(UINT directory) const;
115 // Returns the address of a given directory entry.
116 PVOID GetImageDirectoryEntryAddr(UINT directory) const;
130 // Returns the exports directory.
136 // Post: 'e' is a pointer to the export directory entry
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
exif_encoder.js 18 var EXIF_TAG_TIFF = 0x002a; // First directory containing TIFF data.
19 var EXIF_TAG_GPSDATA = 0x8825; // Pointer from TIFF to the GPS directory.
60 // Only update width/height in this directory if they are present.
268 * Write the contents of an IFD directory.
270 * @param {Object} directory A directory map as created by ExifParser.
274 * directory. If omitted the pointer is set to 0.
277 bw, directory, resolveLater, nextDirPointer) {
284 for (var key in directory) {
285 var tag = directory[key]
    [all...]
  /external/chromium_org/content/browser/
child_process_security_policy_impl.h 110 // this directory and read those files.
111 void GrantReadDirectory(int child_id, const base::FilePath& directory);
137 // Before servicing a child process's request to enumerate a directory
139 bool CanReadDirectory(int child_id, const base::FilePath& directory);
  /external/chromium_org/content/browser/dom_storage/
dom_storage_namespace.cc 19 const base::FilePath& directory,
22 directory_(directory),
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
nacl.scons 20 # Allow resolving a URL to the toolchain/ directory (instead of staging).
  /external/chromium_org/sync/engine/
commit.cc 46 void ClearSyncingBits(syncable::Directory* dir,
75 WriteTransaction trans(FROM_HERE, SYNCER, session->context()->directory());
186 ClearSyncingBits(session->context()->directory(), commit_set);
  /external/chromium_org/third_party/icu/source/data/misc/
miscfiles.mk 9 # you should consider creating a 'misclocal.mk' file in this same directory.
  /external/chromium_org/third_party/icu/source/data/sprep/
sprepfiles.mk 9 # you should consider creating a 'brklocal.mk' file in this same directory.
  /external/chromium_org/third_party/jinja2/
bccache.py 125 def __init__(self, directory):
126 self.directory = directory
129 filename = path.join(self.directory, bucket.key)
135 filename = path.join(self.directory, bucket.key)
194 two arguments: The directory where the cache items are stored and a
197 If no directory is specified the system temporary items folder is used.
200 same directory. The default pattern is ``'__jinja2_%s.cache'``. ``%s``
208 def __init__(self, directory=None, pattern='__jinja2_%s.cache'):
209 if directory is None
    [all...]
  /external/chromium_org/third_party/libxslt/linux/
xslt-config 20 --plugins print plugin directory
  /external/chromium_org/third_party/libxslt/
xslt-config.in 20 --plugins print plugin directory

Completed in 1250 milliseconds

<<11121314151617181920>>