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

1 2

  /external/chromium_org/chrome/common/media_galleries/
itunes_library.h 6 // library.
30 typedef std::map<std::string /*artist name*/, Albums> 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/chromium/chrome/browser/chromeos/cros/
cros_library.h 37 // This class handles access to sub-parts of ChromeOS library. it provides
47 // Use the stub implementations of the library. This is mainly for
51 // Reset the stub implementations of the library, called after
59 void SetBrightnessLibrary(BrightnessLibrary* library, bool own);
60 void SetBurnLibrary(BurnLibrary* library, bool own);
61 void SetCryptohomeLibrary(CryptohomeLibrary* library, bool own);
62 void SetInputMethodLibrary(InputMethodLibrary* library, bool own);
63 void SetLibCrosServiceLibrary(LibCrosServiceLibrary* library, bool own);
64 void SetLoginLibrary(LoginLibrary* library, bool own);
65 void SetMountLibrary(MountLibrary* library, bool own)
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.h 23 // library XML file it will read it in, parse the data, and provide convenient
41 // Get the platform path for the library XML file.
47 // Returns true if |artist| exists in the library.
50 // Returns true if |artist| has an album by the name |album| in the library.
72 typedef std::map<ArtistName, Artist> Library;
83 const parser::Library& library);
92 // Called when the utility process finishes parsing the library XML file.
95 const parser::Library& library);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 9 # Keep a global dictionary of library target params for lookups in
28 def Library(env, **kwargs):
408 # add any dependent target settings from library dependencies
  /external/chromium_org/third_party/libjingle/source/talk/site_scons/
talk.py 14 lib_targets: Dictionary of library target params for lookups in
44 """Gets the params for the given library if it is a library target.
53 lib: The library's name as a string.
68 """Record the params used for a library target.
70 Record the params used for a library target while checking for several error
75 lib: The library target's name as a string.
81 after a reverse library dependency.
87 raise Exception(lib + ' already declared as a prebuilt library')
89 raise Exception(lib + ' cannot be defined after its reverse library '
    [all...]
  /external/clang/include/clang/Basic/
Module.h 186 /// \brief A library or framework to link against when an entity from this
190 LinkLibrary(const std::string &Library, bool IsFramework)
191 : Library(Library), IsFramework(IsFramework) { }
193 /// \brief The library to link against.
195 /// This will typically be a library or framework name, but can also
196 /// be an absolute path to the library or framework.
197 std::string Library;
199 /// \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 
  /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/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 1111 milliseconds

1 2