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

<<11121314151617181920>>

  /external/lldb/examples/test/
usage-pre-post-flight 17 Node Kind: directory
37 Session logs for test failures/errors/unexpected successes will go into directory '2012-04-16-11_34_08'
  /external/lldb/include/lldb/
Makefile 17 $(EchoCmd) Making install directory $$instdir ; \
  /external/lldb/www/cpp_reference/html/
dynsections.js 24 $('table.directory tr').
29 $('table.directory tr').each(function(){
  /external/skia/bench/
check_bench_regressions.py 40 print '-d <dir> a directory containing bench_<revision>_<scalar> files.'
204 directory = None
217 directory = value
229 if directory is None or bot is None or rev is None:
235 data_points = bench_util.parse_skp_bench_data(directory, rev, rep)
  /external/webrtc/test/testsupport/
fileutils_unittest.cc 34 // Test fixture to restore the working directory between each test, since some
100 // directory that is automatically set when the test executable is launched.
103 // The test will fail if the top level directory is not named "trunk".
119 // Tests setting the current working directory to a directory three levels
138 // Tests with current working directory set to a directory higher up in the
139 // directory tree than the project root dir. This case shall return a specified
140 // error string as a directory (which will be an invalid path).
157 std::string directory = "fileutils-unittest-empty-dir" local
    [all...]
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 104 File directory = new File(path).getParentFile(); local
105 if (!directory.isDirectory()) {
106 if (!directory.mkdirs()) {
107 Log.e(TAG, "Unable to create .thumbnails directory "
108 + directory.toString());
  /ndk/build/core/
build-local.mk 45 # path by looking at the manifest file in the current directory or
48 # Note that we first look at the current directory to avoid using
72 # reaches the top of the directory tree, and we want to enforce this to
122 # current directory is the top of our project path. If this is the case, we
126 # path of the current directory the climb back the hierarchy until we find
146 $(call __ndk_info,Could not find application project directory !)
173 $(call __ndk_info,NDK_PROJECT_PATH==null. Please explicitly set NDK_OUT to directory for all generated intermediate files.)
184 $(call __ndk_info,NDK_PROJECT_PATH==null. Please explicitly set NDK_LIBS_OUT to directory for generated library files.)
  /prebuilts/devtools/tools/
draw9patch.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
jobb.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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 3 Utility functions for manipulating directories and directory trees."""
17 # b) it blows up if the directory already exists (I want to silently
20 """Create a directory and any missing ancestor directories.
22 If the directory already exists (or if 'name' is the empty string, which
23 means the current directory, which of course exists), then do nothing.
24 Raise DistutilsFileError if unable to create some directory along the way
25 (eg. some sub-path exists, but is a file rather than a directory).
38 # each directory in the path (the current behaviour), or only announce
56 # now 'head' contains the deepest directory that already exists
57 # (that is, the child of 'head' in 'name' is the highest directory
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 3 Utility functions for manipulating directories and directory trees."""
17 # b) it blows up if the directory already exists (I want to silently
20 """Create a directory and any missing ancestor directories.
22 If the directory already exists (or if 'name' is the empty string, which
23 means the current directory, which of course exists), then do nothing.
24 Raise DistutilsFileError if unable to create some directory along the way
25 (eg. some sub-path exists, but is a file rather than a directory).
38 # each directory in the path (the current behaviour), or only announce
56 # now 'head' contains the deepest directory that already exists
57 # (that is, the child of 'head' in 'name' is the highest directory
    [all...]
  /sdk/apkbuilder/etc/
apkbuilder.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
  /sdk/hierarchyviewer/etc/
hierarchyviewer1.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
  /system/keymaster/
Makefile 66 genhtml coverage.info --output-directory coverage
69 lcov --capture --directory=. --output-file coverage.info
74 lcov --capture --directory=. --output-file coverage.info
75 genhtml coverage.info --output-directory coverage
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 195 // directory and filename). Also add an entry to the media store for
201 Location location, String directory, String filename,
206 String filePath = directory + "/" + filename;
208 File dir = new File(directory);
210 File file = new File(directory, filename);
439 // It's important not to put it in the root directory which may have a
443 File directory = new File(directoryName); local
444 if (!directory.isDirectory()) {
445 if (!directory.mkdirs()) {
  /cts/
CtsTestCaseList.mk 89 # directory but do not require an associated test package XML.
211 # directory of the final CTS distribution.
221 # directory. If compiling on a 32 bit target, TARGET_2ND_ARCH will be
223 # directory.
239 # The following files will be placed in the tools directory of the CTS distribution
  /external/chromium_org/tools/win/
copy-installer.bat 7 REM Copies an installer and symbols from a build directory on a network share
8 REM into the directory \[out|build]\[Debug|Release] on the current drive.
15 REM directory is preferred over the devenv output directory. The x86 build is
27 REM Get the path to the build tree's src directory.
  /sdk/attribute_stats/src/
Analyzer.java 53 * This program takes one or more directory paths, and then it searches all of them recursively
91 System.err.println("Recursively scans for layouts in the given directory and");
126 File directory = new File(arg); local
127 if (!directory.exists()) {
128 System.err.println(directory.getName() + " does not exist");
132 if (!directory.isDirectory()) {
133 System.err.println(directory.getName() + " is not a directory");
137 directories.add(directory);
144 for (File directory : mDirectories)
    [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 121 /* Read a local directory and create the same tree in the generated filesystem.
122 Calls itself recursively with each directory in the given directory.
124 directory on disk that should be copied, or NULL if this is a directory
126 dir_path is an absolute path, with trailing slash, to the same directory
152 /* root directory, check if lost+found already exists */
242 /* insert a lost+found directory at the beginning of the dentries */
492 char *directory = NULL; local
504 directory = canonicalize_rel_slashes(_directory)
    [all...]
  /external/chromium_org/sync/syncable/
nigori_util.cc 12 #include "sync/syncable/directory.h"
25 NigoriHandler* nigori_handler = trans->directory()->GetNigoriHandler();
27 Cryptographer* cryptographer = trans->directory()->GetCryptographer(trans);
98 Cryptographer* cryptographer = trans->directory()->GetCryptographer(trans);
152 NigoriHandler* nigori_handler = trans->directory()->GetNigoriHandler();
153 Cryptographer* cryptographer = trans->directory()->GetCryptographer(trans);
  /external/chromium_org/tools/telemetry/telemetry/util/
find_dependencies.py 26 def _InDirectory(subdirectory, directory):
28 directory = os.path.realpath(directory)
29 common_prefix = os.path.commonprefix([subdirectory, directory])
30 return common_prefix == directory
  /external/javassist/src/main/javassist/
ClassPoolTail.java 35 String directory; field in class:DirClassPath
38 directory = dirName;
44 String filename = directory + sep
55 String filename = directory + sep
71 return directory;
  /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
73 // A helper class for creating and cleaning a temporary directory. A temporary
74 // directory is created in Initialize and destroyed (along with all of its
81 LOG(DFATAL) << "Failed deleting temporary directory \""
85 // Creates a temporary directory.
89 LOG(DFATAL) << "Failed creating temporary directory.";
94 const base::FilePath& directory() const { function in class:__anon10280::ScopedTempDirectory
416 // as the |work-dir|\Chrome-bin\w.x.y.z directory. |original_version| and
447 // 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...]
  /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...]

Completed in 1272 milliseconds

<<11121314151617181920>>