HomeSort by relevance Sort by last modified time
    Searched refs:directories (Results 26 - 50 of 134) sorted by null

12 3 4 5 6

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
  /external/chromium_org/tools/page_cycler/common/
start.js 7 // The __pages is assumed an array which containing the directories for
  /external/nanohttpd/
README.md 35 * File server does the 301 redirection trick for directories without ```/```.
  /external/chromium_org/base/files/
file_util_posix.cc 217 std::stack<std::string> directories; local
218 directories.push(path.value());
220 FileEnumerator::FILES | FileEnumerator::DIRECTORIES |
225 directories.push(current.value());
230 while (success && !directories.empty()) {
231 FilePath dir = FilePath(directories.top());
232 directories.pop();
285 traverse_type |= FileEnumerator::DIRECTORIES;
567 // Collect a list of all parent directories.
839 // must be the same type, either both files, or both directories
    [all...]
  /external/chromium_org/content/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 311 std::queue<FileSystemURL> directories; local
313 directories.push(root);
314 while (!directories.empty()) {
315 FileSystemURL dir = directories.front();
316 directories.pop();
329 directories.push(url);
obfuscated_file_util_unittest.cc 375 const std::set<base::FilePath::StringType>& directories) {
387 for (iter = directories.begin(); iter != directories.end(); ++iter) {
439 std::set<base::FilePath::StringType>* directories) {
451 directories->clear();
452 directories->insert(FILE_PATH_LITERAL("fourth"));
453 directories->insert(FILE_PATH_LITERAL("fifth"));
454 directories->insert(FILE_PATH_LITERAL("sixth"));
465 for (iter = directories->begin(); iter != directories->end(); ++iter)
479 std::set<base::FilePath::StringType> directories; local
1548 std::set<base::FilePath::StringType> directories; local
    [all...]
  /external/chromium_org/storage/browser/fileapi/
sandbox_directory_database.cc 290 base::FileEnumerator::DIRECTORIES | base::FileEnumerator::FILES);
329 std::stack<FileId> directories; local
330 directories.push(0);
340 while (!directories.empty()) {
342 FileId dir_id = directories.top();
343 directories.pop();
369 directories.push(*itr);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_tree.js 22 * @param {boolean} recursive True if the all visible sub-directories are
24 * only immediate child directories without arrows.
154 * @param {boolean} recursive True if the all visible sub-directories are
156 * only immediate child directories without arrows.
190 // scanning sub-directories in updateSubElementsFromList().
227 * unintended changing of directories. Removing is done externally, and other
372 // If the entry doesn't exist, updates sub directories and tries again.
786 * Tree of directories on the middle bar. This element is also the root of
879 * @param {boolean} recursive True if the all visible sub-directories are
881 * only immediate child directories without arrows
    [all...]
  /external/lldb/test/unittest2/test/
test_discovery.py 82 directories = ['a_directory', 'test_directory', 'test_directory2']
83 path_lists = [directories, [], [], []]
90 os.path.isfile = lambda path: os.path.basename(path) not in directories
  /external/chromium_org/third_party/devscripts/
licensecheck.pl 33 I<list of files and directories to check>
41 If any of the arguments passed are directories, B<licensecheck> will add
62 When processing the list of files and directories, the regular
68 Specify that the contents of directories should be added
157 # Ignore baz-style junk files or directories
159 # File-names that should be ignored (never directories)
405 --recursive, -r Add the contents of directories recursively
407 --ignore, -i Specify that files / directories matching the
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/
make.bat 18 echo. dirhtml to make HTML files named index.html in directories
  /external/mesa3d/src/gallium/docs/
make.bat 18 echo. dirhtml to make HTML files named index.html in directories
  /external/chromium_org/chrome/common/extensions/docs/server2/
caching_file_system.py 17 and only Stat()ing directories never files.
73 StatAsync makes heavy use of it. Only cache directories so that the
content_provider.py 111 spelling errors and missing files that are in other directories, and this
file_system.py 79 '''A FileSystem interface that can read files and directories.
171 '''Recursively walk the directories in a file system, starting with root.
185 that the listing of files and directories should be for a *single* level
188 Note that directories will always end with a '/', files never will.
  /external/chromium_org/third_party/lcov/bin/
geninfo 526 # to change directories while processing files
533 # Build list of directories to identify external files
600 # the minimum number of directories that a filename may have after removing
    [all...]
  /build/core/
config.mk 34 # Standard source directories.
161 # to allow other directories to be included. This is useful if there's
182 # NOTE: These directories MUST contain post-processed headers using the
197 # also allow the board config to provide additional directories since
envsetup.mk 198 # figure out the output directories
220 # We want to avoid two host bin directories in multilib build.
  /build/core/tasks/
sdk-addon.mk 99 # them, and record the directories, and the packaging rule will just copy the
  /external/bison/djgpp/
djunpack.bat 33 Rem directories, it MUST use backslashes, not forward slashes.
  /external/chromium_org/tools/vim/
ninja-build.vim 36 # directories.
  /external/clang/docs/analyzer/
make.bat 22 echo. dirhtml to make HTML files named index.html in directories
  /external/clang/docs/
make.bat 22 echo. dirhtml to make HTML files named index.html in directories
  /external/llvm/docs/
make.bat 22 echo. dirhtml to make HTML files named index.html in directories

Completed in 2201 milliseconds

12 3 4 5 6