/external/chromium_org/tools/grit/grit/ |
tclib_unittest.py | 125 'the Notes application directory and a setting to the notes.ini \r\n' 132 'If the notesgdsplugin.dll file is not in the application directory\r\n'
|
/external/chromium_org/tools/gyp/test/lib/ |
TestCommon.py | 215 calling the base class initialization, and then changing directory 223 An individual file can be specified as a list of directory names, 310 file be specified as a list of directory names, in which case the 382 An individual file be specified as a list of directory names, in 394 An individual file can be specified as a list of directory names, 562 # We're under the development directory for this change,
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/ |
Serializer.java | 226 for (File directory : dirs) { 227 classes.addAll(findClasses(directory, pkgName));
|
/external/libpng/scripts/ |
makevms.com | 7 $! the programs from the contrib directory instead of libpng.
|
/external/valgrind/main/perf/ |
vg_perf.in | 63 [Valgrind in the current directory] 85 # Starting directory 319 # Test one directory (and any subdirs) 335 # Nb: Don't prepend a '/' to the base directory 386 die "`$f' neither a directory nor a readable test file/name\n"
|
/libcore/luni/src/main/java/java/io/ |
File.java | 36 * pathname. The pathname may be absolute (relative to the root directory 37 * of the file system) or relative to the current directory in which the program 41 * also, despite the name {@code File}, be a directory or other non-regular 99 * slashes (except for the special case of the root directory). This 114 * Constructs a new file using the specified directory and name. 117 * the directory where the file is stored. 138 * Constructs a new File using the specified directory path and file name, 142 * the path to the directory where the file is stored. 372 * child must have the same working directory as its parent. 437 * Returns the name of the file or directory represented by this file [all...] |
/ndk/ |
ndk-gdb | 24 # need to launch ndk-gdb from your application project directory 142 # We use mixed mode (i.e. / as the directory separator) because 451 echo "ERROR: Your --project option does not point to a directory!" 460 # Assume we are in the project directory 474 echo "ERROR: Launch this script from an application project directory, or use --project=<path>." 570 log "Using app out directory: $APP_OUT" 619 echo "ERROR: Could not extract package's data directory. Are you sure that" 623 log "Found data directory: '$DATA_DIR'"
|
/ndk/sources/cxx-stl/llvm-libc++/ |
Android.mk | 72 $(error Can't find GAbi++ sources directory!!)
|
/ndk/toolchains/x86-clang3.2/ |
setup.mk | 88 # The ABI-specific sub-directory that the SDK tools recognize for
|
/ndk/toolchains/x86-clang3.3/ |
setup.mk | 88 # The ABI-specific sub-directory that the SDK tools recognize for
|
/art/test/ |
Android.mk | 61 # $(2): input test directory 103 # $(1): directory
|
/cts/libs/vogar-expect/src/vogar/commands/ |
Command.java | 95 processBuilder.directory(workingDirectory); 261 * Sets the working directory from which the command will be executed. 262 * This must be a <strong>local</strong> directory; Commands run on 264 * directory.
|
/development/tools/findunused/ |
find_unused_resources.rb | 3 # Find unused resources in all the apps found recursively under the current directory 38 if FileTest.directory?(path)
|
/external/bison/build-aux/ |
gnupload | 69 alpha.gnu.org:DIRECTORY 70 savannah.gnu.org:DIRECTORY 71 savannah.nongnu.org:DIRECTORY 72 ftp.gnu.org:DIRECTORY 74 download.gnu.org.ua:{alpha|ftp}/DIRECTORY 76 [user@]host:DIRECTORY upload files with scp 79 in the current working directory, its contents are prepended to the 109 the build-aux/ directory of the gnulib package 285 directory: $1 308 # DESTDIR Destination directory; [all...] |
/external/chromium/base/ |
file_util_win.cc | 126 // If not recursing, then first check to see if |path| is a directory. 162 // an empty directory and some return 0x402 when they should be returning 197 // MoveFileEx fails if moving directory across volumes. We will simulate 286 // The following code assumes that from path is a directory. 289 // Instead of creating a new directory, we copy the old one to include the 293 // the target directory doesn't exist. 300 FilePath directory = from_path.Append(L"*.*"); local 301 return ShellCopy(directory, to_path, false); 629 // Try create a new temporary directory with random generated name. If 659 // If the path exists, we've succeeded if it's a directory, failed otherwise [all...] |
/external/chromium/chrome/browser/sync/engine/ |
change_reorder_buffer.cc | 24 // directory structure and then traverse them, along with any intermediate 100 // The topmost point in the directory hierarchy that is in the traversal, 198 syncable::Id id = trans->directory()->
|
/external/chromium_org/build/ |
install-chroot.sh | 160 # Create directory for chroot 361 type=directory 362 directory=/var/lib/chroot/${target} 410 # Set up a special directory that changes contents depending on the target 517 # Compute the inode of the root directory inside of the chroot environment. 522 # Identify processes by the inode number of their root directory. Then 739 # the ~/chroot directory. 750 echo "home directory." 756 # then offer a good location for where to put the ~/chroot directory. 838 Your home directory is shared between the host and the chroot. But [all...] |
/external/chromium_org/chrome/test/base/ |
ui_test_utils.h | 123 // Generate the path of the build directory, relative to the source root. 281 // ChromiumSnapshotYYYYMMDDHHMMSS.png to |directory|, returning true on success. 283 bool SaveScreenSnapshotToDirectory(const base::FilePath& directory,
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
verify_filelist.py | 122 # We looped through the directory list, so if the lengths are unequal, it 176 parser = optparse.OptionParser(usage='%prog <rule file> <directory>') 190 parser.error('Expected rule file and directory.')
|
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/ |
example.js | 156 common.logMessage('Directory ' + dirname + ' opened successfully.'); 167 common.logMessage('End of directory.'); 170 ') from directory ' + dirname + '.'); 184 common.logMessage('Directory ' + dirname + ' closed successfully.'); 194 common.logMessage('Directory ' + dirname + ' created successfully.');
|
/external/chromium_org/sync/engine/ |
build_commit_command.cc | 19 #include "sync/syncable/directory.h" 117 commit_message->set_cache_guid(trans_->directory()->cache_guid()); 145 // elsewhere, or already be persisted in the directory.
|
/external/chromium_org/sync/internal_api/ |
sync_manager_impl.h | 42 // SyncManager encapsulates syncable::Directory and serves as the parent of all 226 // Open the directory named with |username|. 281 syncable::Directory* directory();
|
/external/chromium_org/third_party/sqlite/src/ |
configure.ac | 9 # The is the name of the directory that contains the 11 # located relative to this directory. 15 # The name of the directory where executables should be 63 # This variables define the directory that contain header 378 AC_ARG_WITH(tcl, AC_HELP_STRING([--with-tcl=DIR],[directory containing tcl configuration (tclConfig.sh)]), with_tclconfig=${withval}) 386 AC_MSG_ERROR([${with_tclconfig} directory doesn't contain tclConfig.sh]) 473 # If the TCL_BIN_DIR is the build directory (not the install directory),
|
/external/chromium_org/tools/coverity/ |
coverity.py | 124 print 'Change directory to ' + options.source_dir 128 # If so, assume it's relative to the source directory, which means 141 # Do a clean build. Remove the build output directory first. 160 print 'Preserving intermediate directory.' 246 help='full path to directory ABOVE "src"',
|
/external/chromium_org/tools/grit/grit/tool/ |
build.py | 64 -o OUTPUTDIR Specify what directory output paths are relative to. 65 Defaults to the current directory. 128 self.VerboseOut('Output directory: %s (absolute path: %s)\n' % 166 # to the current working directory. They are in the same order as the 253 # Make the output directory if it doesn't exist.
|