HomeSort by relevance Sort by last modified time
    Searched defs:Directory (Results 1 - 25 of 36) sorted by null

1 2

  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
Directory.java 19 public class Directory {
TitlesFragment.java 93 Directory.initializeDirectory();
94 for (int i = 0; i < Directory.getCategoryCount(); i++) {
95 bar.addTab(bar.newTab().setText(Directory.getCategory(i).getName())
148 DirectoryCategory cat = Directory.getCategory(category);
  /external/clang/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
42 /// \brief Specifies the working directory and command of a compilation.
45 CompileCommand(Twine Directory, ArrayRef<std::string> CommandLine)
46 : Directory(Directory.str()), CommandLine(CommandLine) {}
48 /// \brief The working directory the command was executed from.
49 std::string Directory;
65 /// \brief Loads a compilation database from a build directory.
72 /// compilation database for the build directory.
75 /// are named 'compile_commands.json' in the given directory. Extend thi
    [all...]
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 1 //===- Directory.cpp ------------------------------------------------------===//
9 #include <mcld/Support/Directory.h>
33 // Directory
35 Directory::Directory()
44 Directory::Directory(const Path& pPath,
59 Directory::Directory(const Directory& pCopy
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.h 34 std::string Directory;
49 /// Directory are empty, a temporary path will be generated.
51 llvm::StringRef Directory, llvm::StringRef Filename)
54 HideDebugMetadata(HideDebugMetadata), Directory(Directory),
69 /// Returns the concatenated Directory + Filename, without error checking
88 /// Returns true if either Directory or Filename is missing, false otherwise.
DebugIR.cpp 138 /// - changes Filename/Directory to values provided on construction
154 /// Directory of debug metadata
157 /// Source filename and directory
159 StringRef Directory;
171 StringRef Directory = StringRef(), const Module *DisplayM = 0,
174 Finder(), Filename(Filename), Directory(Directory), FileNode(0),
293 Builder.createCompileUnit(dwarf::DW_LANG_C99, Filename, Directory,
300 FileNode = Builder.createFile(Filename, Directory);
454 /// Sets Filename/Directory from the Module identifier and returns true, o
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 8 # available in Tk 4.2 and newer, and the directory dialogue available
23 # - initialdir: initial directory. preserved by dialog instance.
34 # options for the directory chooser:
38 # - mustexist: if true, user must pick an existing directory
56 # keep directory and filename until next time
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
102 "Ask for a directory"
114 # keep directory until next time
116 self.directory = result # compatibilit
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 8 # available in Tk 4.2 and newer, and the directory dialogue available
23 # - initialdir: initial directory. preserved by dialog instance.
34 # options for the directory chooser:
38 # - mustexist: if true, user must pick an existing directory
56 # keep directory and filename until next time
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
102 "Ask for a directory"
114 # keep directory until next time
116 self.directory = result # compatibilit
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.cc 49 DCHECK_EQ(managed_directory_, static_cast<Directory*>(NULL))
61 // Opens a directory. Returns false on error.
72 << "Can't open more than one directory.";
81 scoped_ptr<Directory> dir(new Directory);
90 // Marks a directory as closed. It might take a while until all the file
93 // Erase from mounted and opened directory lists.
139 Directory* ScopedDirLookup::operator -> () const {
145 ScopedDirLookup::operator Directory* () const {
syncable.cc 271 // Directory
273 void Directory::init_kernel(const std::string& name) {
278 Directory::PersistedKernelInfo::PersistedKernelInfo()
288 Directory::PersistedKernelInfo::~PersistedKernelInfo() {}
290 void Directory::PersistedKernelInfo::reset_download_progress(
298 Directory::SaveChangesSnapshot::SaveChangesSnapshot()
302 Directory::SaveChangesSnapshot::~SaveChangesSnapshot() {}
304 Directory::Kernel::Kernel(const FilePath& db_path,
310 metahandles_index(new Directory::MetahandlesIndex),
311 ids_index(new Directory::IdsIndex)
    [all...]
syncable.h 182 class Directory;
348 friend class Directory;
421 Directory* dir() const;
462 friend class Directory;
531 // floating around if at all possible. Could we store this in Directory?
555 // The syncable Directory maintains several indices on the Entries it tracks.
636 // The name Directory in this case means the entire directory
640 // via its own handle. So, a Directory object should only be accessed
642 // always get a directory that has been properly initialized on th
1085 inline Directory* directory() const { return directory_; } function in class:syncable::BaseTransaction
    [all...]
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 49 findCompilationDatabaseFromDirectory(StringRef Directory,
53 while (!Directory.empty()) {
57 CompilationDatabase::loadFromDirectory(Directory, LoadErrorMessage))
61 ErrorStream << "No compilation database found in " << Directory.str()
62 << " or any parent directory\n" << LoadErrorMessage;
66 Directory = llvm::sys::path::parent_path(Directory);
76 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath);
78 CompilationDatabase *DB = findCompilationDatabaseFromDirectory(Directory,
96 ErrorMessage = ("Could not auto-detect compilation database from directory \""
    [all...]
JSONCompilationDatabase.cpp 122 StringRef Directory, std::string &ErrorMessage) {
123 SmallString<1024> JSONDatabasePath(Directory);
255 llvm::yaml::ScalarNode *Directory = NULL;
279 if (KeyString->getValue(KeyStorage) == "directory") {
280 Directory = ValueString;
299 if (!Directory) {
300 ErrorMessage = "Missing key: \"directory\".";
309 Directory->getValue(DirectoryStorage));
316 CompileCommandRef(Directory, Command));
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 1 //===- Directory.h --------------------------------------------------------===//
29 /** \class Directory
30 * \brief A Directory object stores a Path object, a FileStatus object for
34 class Directory
37 friend void detail::open_dir(Directory& pDir);
38 friend void detail::close_dir(Directory& pDir);
47 Directory();
49 /// constructor - a directory whose path is pPath
50 explicit Directory(const Path& pPath,
56 Directory(const Directory& pCopy)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FileSystemModel.js 165 * @param {WebInspector.FileSystemModel.Directory} directory
168 requestDirectoryContent: function(directory, callback)
170 this._requestDirectoryContent(directory.url, this._directoryContentReceived.bind(this, directory, callback));
203 * @param {WebInspector.FileSystemModel.Directory} parentDirectory
213 entries.push(new WebInspector.FileSystemModel.Directory(this, parentDirectory.fileSystem, backendEntries[i]));
370 this.root = new WebInspector.FileSystemModel.Directory(fileSystemModel, this, backendRootEntry);
476 WebInspector.FileSystemModel.Directory = function(fileSystemModel, fileSystem, backendEntry)
481 WebInspector.FileSystemModel.Directory.prototype =
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 21 from msilib import Directory, Feature, Dialog, add_data
89 "temporary directory for creating the distribution"),
105 "directory to put final built distributions in"),
214 # into a directory not in sys.path
276 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir")
278 0, 1, directory="TARGETDIR")
291 f = Feature(db, name, title, desc, 1, level, directory=target)
292 dir = Directory(db, cab, root, rootdir, target, default)
306 newdir = Directory(db, cab, dir, file, default, short)
578 # Feature (Python directory) selectio
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 21 from msilib import Directory, Feature, Dialog, add_data
89 "temporary directory for creating the distribution"),
105 "directory to put final built distributions in"),
214 # into a directory not in sys.path
276 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir")
278 0, 1, directory="TARGETDIR")
291 f = Feature(db, name, title, desc, 1, level, directory=target)
292 dir = Directory(db, cab, root, rootdir, target, default)
306 newdir = Directory(db, cab, dir, file, default, short)
578 # Feature (Python directory) selectio
    [all...]
  /external/chromium_org/sync/syncable/
directory.h 48 class SYNC_EXPORT Directory {
91 // Various data that the Directory::Kernel we are backing (persisting data
122 // What the Directory needs on initialization to create itself and its Kernel.
132 // When the Directory is told to SaveChanges, a SaveChangesSnapshot is
150 Directory(
157 virtual ~Directory();
223 // Returns true if the directory had encountered an unrecoverable error.
224 // Note: Any function in |Directory| that can be called without holding a
225 // transaction need to check if the Directory already has an unrecoverable
237 // Called to set the unrecoverable error on the directory and to propagat
    [all...]
directory.cc 5 #include "sync/syncable/directory.h"
34 const base::FilePath::CharType Directory::kSyncDatabaseFilename[] =
37 Directory::PersistedKernelInfo::PersistedKernelInfo()
47 Directory::PersistedKernelInfo::~PersistedKernelInfo() {}
49 void Directory::PersistedKernelInfo::reset_download_progress(
57 Directory::SaveChangesSnapshot::SaveChangesSnapshot()
61 Directory::SaveChangesSnapshot::~SaveChangesSnapshot() {
66 Directory::Kernel::Kernel(
72 info_status(Directory::KERNEL_SHARE_INFO_VALID),
82 Directory::Kernel::~Kernel()
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 39 std::string Directory;
73 : Directory(prefix), createdDir(false), noDir(false), PP(pp) {
99 // Create the HTML directory if it is missing.
104 llvm::sys::fs::create_directories(Directory, existed)) {
105 llvm::errs() << "warning: could not create directory '"
106 << Directory << "': " << ec.message() << '\n';
153 // Get the full directory name of the analyzed file.
158 // working directory if we have no directory information. This is
248 llvm::sys::path::append(Model, Directory, "report-%%%%%%.html")
    [all...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 149 /// The directory entry which should be used for the cached framework.
150 const DirectoryEntry *Directory;
154 /// directory).
163 /// directory of the \#including file first, then each directory in SearchDirs
165 /// directory in SearchDirs, starting at AngledDirIdx, consecutively. If
167 /// directory is suppressed.
199 /// name like "Carbon" to the Carbon.framework directory.
216 /// \brief Describes whether a given directory has a module map in it.
258 "Directory indicies are unordered")
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 181 // If we've found a builtin header within Clang's builtin include directory,
208 // Keep walking up the directory hierarchy, looking for a directory with
217 // directory.
224 // the directory of the umbrella header and the directory where
229 // Find or create the module that corresponds to this directory name.
237 // Associate the module and the directory.
282 // Resolve the parent path to a directory entry.
298 // Keep walking up the directory hierarchy, looking for a directory wit
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /frameworks/base/core/java/android/provider/
ContactsContract.java 133 * {@link Directory}. The parameter value should be the _ID of the corresponding
134 * directory, e.g.
135 * {@code content://com.android.contacts/data/emails/filter/acme?directory=3}
137 public static final String DIRECTORY_PARAM_KEY = "directory";
304 * A Directory represents a contacts corpus, e.g. Local contacts,
307 * A Directory is implemented as a content provider with its unique authority and
309 * every directory provider will implement this Contract in its entirety. If a
310 * directory provider does not have an implementation for a specific request, it
314 * The most important use case for Directories is search. A Directory provider is
316 * Contacts.CONTENT_FILTER_URI}. If a Directory provider wants to participat
    [all...]

Completed in 2271 milliseconds

1 2