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

  /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);
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 1 //===- Directory.cpp ------------------------------------------------------===//
9 #include "mcld/Support/Directory.h"
30 // Directory
31 Directory::Directory()
40 Directory::Directory(const Path& pPath,
55 Directory::Directory(const Directory& pCopy
    [all...]
  /external/clang/include/clang/Tooling/
CompilationDatabase.h 19 // To create a CompilationDatabase from a build directory one can call
46 /// \brief Specifies the working directory and command of a compilation.
49 CompileCommand(Twine Directory, ArrayRef<std::string> CommandLine)
50 : Directory(Directory.str()), CommandLine(CommandLine) {}
52 /// \brief The working directory the command was executed from.
53 std::string Directory;
69 /// \brief Loads a compilation database from a build directory.
76 /// compilation database for the build directory.
79 /// are named 'compile_commands.json' in the given directory. Extend thi
    [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/llvm/lib/Analysis/
DbgInfoPrinter.cpp 173 std::string DisplayName, File, Directory, Type;
176 if (!getLocationInfo(V, DisplayName, Type, LineNo, File, Directory))
189 Out << Directory << "/";
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 1 //===- Directory.h --------------------------------------------------------===//
30 /** \class Directory
31 * \brief A Directory object stores a Path object, a FileStatus object for
35 class Directory
38 friend void detail::open_dir(Directory& pDir);
39 friend void detail::close_dir(Directory& pDir);
48 Directory();
50 /// constructor - a directory whose path is pPath
51 explicit Directory(const Path& pPath,
57 Directory(const Directory& pCopy)
    [all...]
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 127 Twine Directory) {
133 return new FixedCompilationDatabase(Directory, CommandLine);
137 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) {
141 CompileCommands.push_back(CompileCommand(Directory, ToolCommandLine));
225 llvm::yaml::ScalarNode *Directory;
246 if (KeyString->getValue(KeyStorage) == "directory") {
247 Directory = ValueString;
259 CompileCommandRef(Directory, Command));
  /external/clang/include/clang/Lex/
HeaderSearch.h 125 /// The directory entry which should be used for the cached framework.
126 const DirectoryEntry *Directory;
130 /// directory).
137 /// directory of the #including file first, then each directory in SearchDirs
139 /// directory in SearchDirs, starting at AngledDirIdx, consecutively. If
141 /// directory is suppressed.
165 /// name like "Carbon" to the Carbon.framework directory.
182 /// \brief Describes whether a given directory has a module map in it.
221 "Directory indicies are unordered")
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 39 llvm::sys::Path Directory, FilePrefix;
73 : Directory(prefix), FilePrefix(prefix), createdDir(false), noDir(false),
132 // Create the HTML directory if it is missing.
136 Directory.createDirectoryOnDisk(true, &ErrorMsg);
139 if (llvm::sys::fs::is_directory(Directory.str(), IsDirectory) ||
141 llvm::errs() << "warning: could not create directory '"
142 << Directory.str() << "'\n"
191 // Get the full directory name of the analyzed file.
196 // working directory if we have no directory information. This i
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 115 // Keep walking up the directory hierarchy, looking for a directory with
124 // directory.
131 // the directory of the umbrella header and the directory where
136 // Find or create the module that corresponds to this directory name.
141 // Associate the module and the directory.
183 // Resolve the parent path to a directory entry.
200 // 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 134 * {@link Directory}. The parameter value should be the _ID of the corresponding
135 * directory, e.g.
136 * {@code content://com.android.contacts/data/emails/filter/acme?directory=3}
138 public static final String DIRECTORY_PARAM_KEY = "directory";
305 * A Directory represents a contacts corpus, e.g. Local contacts,
308 * A Directory is implemented as a content provider with its unique authority and
310 * every directory provider will implement this Contract in its entirety. If a
311 * directory provider does not have an implementation for a specific request, it
315 * The most important use case for Directories is search. A Directory provider is
317 * Contacts.CONTENT_FILTER_URI}. If a Directory provider wants to participat
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 439 milliseconds