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

1 2

  /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_;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_extension.py 44 class Library(Extension):
45 """Just like a regular Extension, but built as a library instead"""
setuptools_build_ext.py 11 from distutils.tests.setuptools_extension import Library
88 if isinstance(ext,Library):
108 if isinstance(ext,Library)]
118 ext._needs_stub = ltd and use_stubs and not isinstance(ext,Library)
162 # hack so distutils' build_extension() builds a library instead
168 if isinstance(ext,Library):
175 if isinstance(ext,Library):
271 # XXX we need to either disallow these attrs on Library instances,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_extension.py 44 class Library(Extension):
45 """Just like a regular Extension, but built as a library instead"""
setuptools_build_ext.py 11 from distutils.tests.setuptools_extension import Library
88 if isinstance(ext,Library):
108 if isinstance(ext,Library)]
118 ext._needs_stub = ltd and use_stubs and not isinstance(ext,Library)
162 # hack so distutils' build_extension() builds a library instead
168 if isinstance(ext,Library):
175 if isinstance(ext,Library):
271 # XXX we need to either disallow these attrs on Library instances,
  /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...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.11.2/
builder-model-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.12.1/
builder-model-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.12.2/
builder-model-0.12.2.jar 
  /prebuilts/tools/common/builder-model/
builder-model-0.11.0.jar 
builder-model-0.12.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntmsapi.h 17 /* See http://msdn.microsoft.com/en-us/library/cc245176%28PROT.13%29.aspx */
187 NTMS_GUID Library;
206 NTMS_GUID Library;
264 NTMS_GUID Library;
277 NTMS_GUID Library;
287 NTMS_GUID Library;
298 NTMS_GUID Library;
314 NTMS_GUID Library;
499 NTMS_GUID Library;
518 NTMS_GUID Library;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 245 milliseconds

1 2