HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 426 - 450 of 1325) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/
shell_integration_linux.h 23 // in the XDG Base Directory Specification:
30 // preference, as specified in the XDG Base Directory Specification:
57 // to the user's desktop directory. Useful for testing.
66 // Searches the "applications" subdirectory of each XDG data directory for a
82 // on |profile_path| in a given |directory|.
85 const base::FilePath& directory);
111 // Returns contents for .directory file named |title| with icon |icon_name|. If
  /external/chromium_org/chrome/common/extensions/docs/server2/
caching_file_system.py 40 '''Stats the directory given, or if a file is given, stats the file's parent
41 directory to get info about the file.
43 # Always stat the parent directory, since it will have the stat of the child
44 # anyway, and this gives us an entire directory's stat info at once.
77 '''This is a simple wrapper to memoize Futures to directory stats, since
  /external/chromium_org/content/browser/dom_storage/
dom_storage_area.h 36 // Local storage. Backed on disk if directory is nonempty.
38 const base::FilePath& directory,
dom_storage_namespace.h 42 // and an optional backing directory on disk.
43 DOMStorageNamespace(const base::FilePath& directory, // may be empty
  /external/chromium_org/testing/gtest/scripts/
release_docs.py 54 directory" when running the script.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 117 optparse.make_option("--results-directory", help="Location of test results"),
118 optparse.make_option("--build-directory",
119 help="Path to the directory under which build files are kept (should not include configuration)"),
121 help="Save generated results into the *most-specific-platform* directory rather than the *generic-platform* directory"),
124 "into the *most-specific-platform* directory, overwriting whatever's "
133 #FIXME: we should support a comma separated list with --pixel-test-directory as well.
134 optparse.make_option("--pixel-test-directory", action="append", default=[], dest="pixel_test_directories",
135 help="A directory where it is allowed to execute tests as pixel tests. "
151 optparse.make_option("--additional-platform-directory", action="append"
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 22 Note that all output references are relative to the output directory
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 67 REM directory target\eclipse does not exist. If this directory
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformRemoteiOS.cpp 33 directory(sdk_dir),
205 sdk_dir_info.directory.GetPath().c_str());
470 // support directory and we don't keep trying to find it over and over.
497 if (sdk_dir_info->directory.GetPath(path, sizeof(path)))
506 // support directory and we don't keep trying to find it over and over.
549 if (sdk_dir_info.directory.GetPath(sdkroot_path, sizeof(sdkroot_path)))
PlatformRemoteiOS.h 112 lldb_private::FileSpec directory; member in struct:PlatformRemoteiOS::SDKDirectoryInfo
  /external/zlib/src/nintendods/
Makefile 13 # BUILD is the directory where object files & intermediate files will be placed
98 @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 77 * a single monolithic APK file or a cluster directory
122 * a single monolithic APK file or a cluster directory
148 * a single monolithic APK file or a cluster directory
234 final File directory = new File(path);
235 if (directory.exists() && directory.isDirectory()) {
236 eraseFiles(directory);
244 * a single monolithic APK file or a cluster directory
  /prebuilts/devtools/tools/
ddms.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem Change current directory and drive to where the script is, to avoid
hierarchyviewer.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem Change current directory and drive to where the script is, to avoid
  /external/chromium_org/net/third_party/nss/ssl/
sslsnce.c     [all...]
  /build/core/
executable_prefer_symlink.mk 5 # Note: now only limited to the binaries that will be installed under system/bin directory
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
ApplyTemplates.groovy 39 * The root directory for output files. All output file paths
46 * Include directory. The templates in this directory will not be
134 if (input.directory){
135 // create the output directory. This probably will have already been
136 // created as part of processing the files *in* the directory, but
140 // We may or may not see the directory before we see the files
141 // in that directory, so create it here
  /development/tools/idegen/src/
Configuration.java 32 * directory is the project's root directory.
45 /** The root directory for this tool. */
52 * Constructs a Configuration by traversing the directory tree, looking
59 throw new AssertionError("Not in root directory.");
101 // Look for user-specific excluded-paths file in current directory.
114 private static void traverse(File directory, Set<File> sourceRoots,
120 * source roots in our generated source directory (specifically,
126 File[] files = directory.listFiles();
137 // Only parse one .java file per directory
    [all...]
  /docs/source.android.com/
Android.mk 31 # Target assumes that you have a "tradefed" directory
  /external/apache-harmony/
Android.mk 29 # We need to use -maxdepth 4 because there's a non-resource directory called "resources" deeper in the tree.
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 22 # Predefined result directory.
84 option_parser.add_option('-d', '--result-directory-location',
86 help=('Name of result directory location '
408 # Dashboard file and graph must be in the same directory
  /external/chromium_org/net/quic/
quic_in_memory_cache.cc 17 // Specifies the directory used during QuicInMemoryCache
18 // construction to seed the cache. Cache directory can be
136 VLOG(1) << "No cache directory found. Skipping initialization.";
139 VLOG(1) << "Attempting to initialize QuicInMemoryCache from directory: "
142 FilePath directory(g_quic_in_memory_cache_dir);
143 base::FileEnumerator file_list(directory,
  /external/chromium_org/net/tools/quic/
quic_in_memory_cache.cc 17 // Specifies the directory used during QuicInMemoryCache
18 // construction to seed the cache. Cache directory can be
137 VLOG(1) << "No cache directory found. Skipping initialization.";
140 VLOG(1) << "Attempting to initialize QuicInMemoryCache from directory: "
143 FilePath directory(FLAGS_quic_in_memory_cache_dir);
144 base::FileEnumerator file_list(directory,
  /external/chromium_org/ppapi/native_client/src/shared/ppapi/
nacl.scons 11 # Underlay $SOURCE_ROOT/ppapi in this directory.
  /external/chromium_org/remoting/webapp/
host.js 45 * @param {remoting.Host} host The host information from the directory.

Completed in 2022 milliseconds

<<11121314151617181920>>