Home
last modified time | relevance | path

Searched defs:Library (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/common/media_galleries/
Diphoto_library.h34 struct Library { struct
39 Albums albums;
40 std::set<Photo> all_photos;
Diphoto_library.cc26 Library::Library() {} in Library() function in iphoto::parser::Library
28 Library::Library(const Albums& albums, in Library() function in iphoto::parser::Library
Ditunes_library.h30 typedef std::map<std::string /*artist name*/, Albums> Library; typedef
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Ditunes_data_provider.h65 typedef std::map<ArtistName, Artist> Library; typedef
/external/llvm/docs/
DGettingStarted.rst279 Getting a Modern Host C++ Toolchain
DProgrammersManual.rst84 .. _resources:
/external/deqp/framework/platform/win32/
DtcuWGL.cpp171 class Library class
185 Library::Library (HINSTANCE instance) in Library() function in tcu::wgl::Library
/external/clang/include/clang/Basic/
DModule.h246 std::string Library; member
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1710 unsigned Library = llvm::StringSwitch<unsigned>(Name) in ParsePreprocessorArgs() local