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

  /external/chromium_org/chrome/common/media_galleries/
iphoto_library.cc 26 Library::Library() {}
28 Library::Library(const Albums& albums,
33 Library::~Library() {}
itunes_library.h 6 // library.
30 typedef std::map<std::string /*artist name*/, Albums> Library;
iphoto_library.h 6 // library.
34 struct Library {
35 Library();
36 Library(const Albums& albums, const std::set<Photo>& all_photos);
37 ~Library();
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.h 24 // library XML file it will read it in, parse the data, and provide convenient
40 // Returns true if |artist| exists in the library.
43 // Returns true if |artist| has an album by the name |album| in the library.
65 typedef std::map<ArtistName, Artist> Library;
67 // Parse the library xml file.
71 // Called when the utility process finishes parsing the library XML file.
74 const parser::Library& library);
80 Library library_;
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 169 // Library
171 class Library
174 Library (HINSTANCE instance);
175 ~Library (void);
185 Library::Library (HINSTANCE instance)
247 Library::~Library (void)
254 : m_library(new Library(instance))
  /external/clang/include/clang/Basic/
Module.h 235 /// \brief A library or framework to link against when an entity from this
239 LinkLibrary(const std::string &Library, bool IsFramework)
240 : Library(Library), IsFramework(IsFramework) { }
242 /// \brief The library to link against.
244 /// This will typically be a library or framework name, but can also
245 /// be an absolute path to the library or framework.
246 std::string Library;
248 /// \brief Whether this is a framework rather than a library.
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 263 milliseconds