HomeSort by relevance Sort by last modified time
    Searched full:directory (Results 251 - 275 of 12684) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
import.apt 5 files in the imports directory beneath the root directory of your grammar
8 For a default layout, place your import grammars in the directory: <<<src/main/antlr3/imports>>>
  /external/chromium/chrome/browser/sync/syncable/
syncable_mock.cc 14 Directory *directory)
15 : WriteTransaction(directory, syncable::UNITTEST, "dontcare.cpp", 25) {
  /external/chromium_org/chrome/app/test_data/
README 1 This directory contains:
2 -A directory of test dlls (dlls/) which contains several "dummy" dlls each
4 -A directory of test certs (certificates/) which are not used directly in the
  /external/chromium_org/sync/syncable/
scoped_kernel_lock.cc 7 #include "sync/syncable/directory.h"
12 ScopedKernelLock::ScopedKernelLock(const Directory* dir)
13 : scoped_lock_(dir->kernel_->mutex), dir_(const_cast<Directory*>(dir)) {
scoped_kernel_lock.h 14 class Directory;
18 explicit ScopedKernelLock(const Directory* dir);
22 Directory* const dir_;
syncable_base_write_transaction.cc 14 Directory* directory)
15 : BaseTransaction(location, name, writer, directory) {
syncable_read_transaction.cc 11 Directory* directory)
12 : BaseTransaction(location, "ReadTransaction", INVALID, directory) {
  /external/e2fsprogs/tests/f_dir_bad_mode/
expect.1 2 Inode 12 is a socket but it looks like it is really a directory.
5 Pass 2: Checking directory structure
6 Pass 3: Checking directory connectivity
  /external/e2fsprogs/tests/f_dirlink/
expect.1 4 Pass 2: Checking directory structure
5 Entry 'quux' in /foo (12) is a link to directory /bar (13).
8 Pass 3: Checking directory connectivity
  /external/smack/asmack-master/patch/beem/
README.txt 1 This directory contains different patch to apply on asmack sources. These
3 directory must be copied in the patch directory of asmack in order to be used.
  /libcore/luni/src/test/etc/loading-test-jar/
README.txt 1 This directory contains the source code for the loading-test jar and
7 build.sh in this directory, which copies resulting files into the luni
8 test resources directory.
  /libcore/luni/src/test/etc/loading-test2-jar/
README.txt 1 This directory contains the source code for the loading-test2 jar and
7 build.sh in this directory, which copies resulting files into the luni
8 test resources directory.
  /external/chromium/build/temp_gyp/
README.chromium 1 This directory will be removed once the files in it are committed upstream and
  /external/chromium/chrome/common/
chrome_paths_internal.h 15 // Get the path to the user's data directory, regardless of whether
19 // This returns the base directory in which Chrome Frame stores user profiles.
24 // Get the path to the user's cache directory. This is normally the
25 // same as the profile directory, but on Linux it can also be
28 // of this directory, with names like "Cache" and "Media Cache".
29 // This will always fill in |result| with a directory, sometimes
33 // Get the path to the user's documents directory.
37 // Gets the path to a safe default download directory for a user.
41 // Get the path to the user's downloads directory.
48 // The "versioned directory" is a directory in the browser .app bundle. I
    [all...]
  /external/chromium_org/build/temp_gyp/
README.chromium 1 This directory will be removed once the files in it are committed upstream and
  /external/chromium_org/chrome/browser/common/
README 1 This directory contains library/utility code shared by multiple Browser
  /external/chromium_org/chrome/browser/drive/
README 1 This directory contains utility code for accessing Google Drive, shared by
  /external/chromium_org/chrome/browser/extensions/api/commands/
OWNERS 1 # Anyone in the parent directories can review changes to this directory,
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
OWNERS 1 # Anyone in the parent directories can review changes to this directory,
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
OWNERS 1 # Anyone in the parent directories can review changes to this directory,
  /external/chromium_org/chrome/browser/ui/
user_data_dir_dialog.h 14 // Shows a user data directory picker dialog. The method blocks while the dialog
15 // is showing. If the user picks a directory, this method returns the chosen
16 // directory. |user_data_dir| is the value of the directory we were not able to
  /external/chromium_org/chrome/common/extensions/docs/server2/
file_system_util.py 7 def CreateURLsFromPaths(file_system, directory, urlprefix):
8 '''Yields a tuple (url, prefix) for every file in |directory|, where the URL
11 for root, _, files in file_system.Walk(directory):
14 yield url, posixpath.join(directory, root, f)
  /external/chromium_org/native_client_sdk/src/doc/peppercpp/
index.rst 7 This is the index of the ``peppercpp`` directory.
  /external/chromium_org/ppapi/shared_impl/
README.txt 1 This directory contains implementation code for PPAPI that needs to be shared
  /external/chromium_org/sync/internal_api/public/
user_share.h 16 class Directory;
27 // The Directory itself, which is the parent of Transactions.
28 scoped_ptr<syncable::Directory> directory; member in struct:syncer::UserShare

Completed in 1976 milliseconds

<<11121314151617181920>>