/sdk/ddms/app/etc/ |
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
|
/sdk/files/ |
android.el | 28 :type 'directory 49 'file-directory-p) 50 (labels ((read-directory () 56 (do ((entered-root (read-directory) (read-directory))) 58 (file-directory-p entered-root)) 62 "Set GUD+JDB up to run against Android on PORT in directory ROOT." 82 "Run the Android emulator. This expects the SDK tools directory to be in the current path." 87 "Install an Android application package APK in the Android emulator. This expects the SDK tools directory to be in the current path." 99 "Uninstall an Android application package APK in the Android emulator. This expects the SDK tools directory to be in the current path [all...] |
/sdk/hierarchyviewer2/app/etc/ |
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
|
/sdk/monkeyrunner/etc/ |
monkeyrunner.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/traceview/etc/ |
traceview.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/extras/tests/sdcard/ |
sysutil.cpp | 408 void resetDirectory(const char *directory) 410 DIR *dir = opendir(directory); 425 strcpy(name_buffer, directory); 432 mkdir(directory, S_IRWXU);
|
/external/chromium/chrome/common/extensions/docs/build/ |
build.py | 44 from directory import Sample 45 from directory import ApiManifest 46 from directory import SamplesManifest
|
/external/v8/test/mjsunit/ |
d8-os.js | 56 os.system("ls", ["d8-os-test-directory"]); 57 os.system("rm", ["-r", "d8-os-test-directory"]); 60 os.mkdirp("d8-os-test-directory"); 61 os.chdir("d8-os-test-directory"); 63 os.system('ls', ['../d8-os-test-directory']); 144 os.system("rm", ["-r", "d8-os-test-directory"]);
|
/frameworks/base/core/java/android/webkit/ |
PluginManager.java | 101 * directory contents of one of the plugin directories has been modified and 151 * stored in the app's data directory. 153 String directory = pkgInfo.applicationInfo.dataDir + "/lib"; local 159 directory = PLUGIN_SYSTEM_LIB + pkgInfo.packageName; 201 directories.add(directory);
|
/frameworks/base/test-runner/src/android/test/ |
ClassPathPackageInfoSource.java | 152 * add them to the respective sets. Searches the package in a class directory. 158 File directory = new File(classDir, pathPrefix); local 160 if (directory.exists()) { 161 for (File f : directory.listFiles()) { 260 // the directory that the class is in. Used to quickly skip jar files
|
/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 156 // This assumes you can create symbolic links in the temporary directory. This isn't
|
/external/chromium/base/ |
file_util.cc | 180 FilePath directory; local 181 if (!GetTempDir(&directory)) 184 return CreateAndOpenTemporaryFileInDir(directory, path); 293 int64 ComputeFilesSize(const FilePath& directory, 296 FileEnumerator file_iter(directory, false, FileEnumerator::FILES, pattern);
|
/external/icu4c/test/cintltst/ |
cintltst.c | 94 /* Check whether ICU will initialize without forcing the build data directory into 290 // may not be the same as the source directory, depending on 292 // set the data path to the built data from this directory. 329 /* __FILE__ on MSVC7 does not contain the directory */ 357 // may not be the same as the source directory, depending on 359 // set the data path to the built data from this directory. 396 /* __FILE__ on MSVC7 does not contain the directory */ 413 * set, try to deduce the directory in which ICU was built, 433 * The ICU data directory must be preserved across these operations. 521 const char* directory=NULL local [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 48 place the source directory next to a valid 50 directory, as it includes \texttt{../blktrace} in the \texttt{Makefile}. 248 [ -d <dir> : --input-directory=<dir> ] Default: . 249 [ -D <dir> : --output-directory=<dir>] Default: . 264 \texttt{--input-directory}\\Set Input Directory} 266 The \texttt{-d} option requires a single parameter providing the directory 267 name for where input files are to be found. The default directory is the 268 current directory (\texttt{.}). 271 \texttt{--output-directory}\\Set Output Directory [all...] |
/external/chromium/chrome/common/ |
sandbox_policy.cc | 127 FilePath directory; local 128 if (!PathService::Get(path, &directory)) 132 directory = directory.Append(sub_dir); 133 file_util::AbsolutePath(&directory); 138 directory.value().c_str()); 142 std::wstring directory_str = directory.value() + L"\\"; 347 // DIR_APP_DATA is AppData\Roaming, but Adobe needs to do a directory
|
/external/genext2fs/ |
genext2fs.c | 47 // only in the first group; directory names 180 #define EXT2_UNDEL_DIR_INO 6 // Undelete directory inode 208 #define FM_IFDIR 0040000 // directory 495 udecl32(i_dir_acl) /* Directory access control list */ \ 536 } directory; typedef in typeref:struct:__anon5642 647 swap_dir(directory *dir) [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_runner.py | 441 """Returns the highest-level directory by which to shard the given 447 directory = test_file_parts[0] 454 return_value = directory 455 while ((directory != 'http' or sys.platform in ('darwin', 'linux2')) 458 directory = test_file_parts[0] 459 return_value = self._fs.join(return_value, directory) 486 occur within the same directory. If use_real_shards is False, we 511 directory = self._get_dir_for_test_file(test_file) 516 tests_by_dir.setdefault(directory, []) 517 tests_by_dir[directory].append(test_input [all...] |
/development/tools/emulator/opengl/ |
common.mk | 190 # Source files will be stored in the local intermediates directory that will 203 # Source files will be stored in the local intermediates directory that will 216 # Source files will be stored in the local intermediates directory that will 236 # <dst-dir> is the destination directory where the generated sources are stored 237 # <src-dir> is the source directory where to find <basename>.attrib, etc.. 268 # <dst-dir> is the destination directory where the generated sources are stored 269 # <src-dir> is the source directory where to find <basename>.attrib, etc.. 303 # <dst-dir> is the destination directory where the generated sources are stored 304 # <src-dir> is the source directory where to find <basename>.attrib, etc..
|
/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/icu4c/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...] |
/ndk/build/core/ |
build-local.mk | 44 # path by looking at the manifest file in the current directory or 47 # Note that we first look at the current directory to avoid using 99 $(call __ndk_info,Could not find application project directory !)
|
/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/icu4c/tools/genrb/ |
gendtjar.pl | 158 print("Invoking make in directory $icuTestDataSrcDir\n"); 193 print("ERROR: More than 1 directory in build. Can't decide the version"); 263 # create the temp directory 265 # cd to the temp directory 315 # create the temp directory 317 # cd to the temp directory 322 opendir(DIR,$icuDataDir) or die "ERROR: Could not open the $icuDataDir directory for reading $!"; 379 --icu-root=<directory where icu4c lives> 380 --jar=<directory where jar.exe lives> 381 --icu4j-root=<directory> [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/ |
SDL_syscdrom.cc | 35 #include <Directory.h> 78 int try_dir(const char *directory); 206 int try_dir(const char *directory) 209 dir.SetTo(directory);
|
/system/extras/ext4_utils/ |
make_ext4fs.c | 70 /* Read a local directory and create the same tree in the generated filesystem. 71 Calls itself recursively with each directory in the given directory */ 260 int make_ext4fs_internal(const char *filename, const char *directory, 348 if (directory) 349 root_inode_num = build_directory_structure(directory, mountpoint, 0, android);
|