HomeSort by relevance Sort by last modified time
    Searched defs:Directory (Results 1 - 13 of 13) 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);
  /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 << "/";
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 39 llvm::sys::Path Directory, FilePrefix;
75 : Directory(prefix), FilePrefix(prefix), createdDir(false), noDir(false),
119 // Create the HTML directory if it is missing.
123 Directory.createDirectoryOnDisk(true, &ErrorMsg);
126 if (llvm::sys::fs::is_directory(Directory.str(), IsDirectory) ||
128 llvm::errs() << "warning: could not create directory '"
129 << Directory.str() << "'\n"
196 // Get the full directory name of the analyzed file.
201 // working directory if we have no directory information. This i
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /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...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 689 milliseconds