HomeSort by relevance Sort by last modified time
    Searched full:library_ (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/base/
scoped_native_library.cc 9 ScopedNativeLibrary::ScopedNativeLibrary() : library_(NULL) {
13 : library_(library) {
17 library_ = base::LoadNativeLibrary(library_path, NULL);
21 if (library_)
22 base::UnloadNativeLibrary(library_);
27 if (!library_)
29 return base::GetFunctionPointerFromNativeLibrary(library_, function_name);
33 if (library_)
34 base::UnloadNativeLibrary(library_);
35 library_ = library
    [all...]
scoped_native_library.h 32 bool is_valid() const { return !!library_; }
45 NativeLibrary library_; member in class:base::ScopedNativeLibrary
  /external/chromium_org/media/base/mac/
videotoolbox_glue.mm 82 if (!LoadSymbol(#SYMBOL, reinterpret_cast<void**>(&library_.SYMBOL))) \
111 glue_.library_ = &library_;
115 return (glue_.library_) ? &glue_ : NULL;
124 Library library_;
139 VideoToolboxGlue::VideoToolboxGlue() : library_(NULL) {
153 return library_->VTCompressionSessionCreate(allocator,
173 return library_->VTCompressionSessionEncodeFrame(session,
184 return library_->VTCompressionSessionGetPixelBufferPool(session);
189 library_->VTCompressionSessionInvalidate(session)
    [all...]
videotoolbox_glue.h 101 Library* library_; member in class:VideoToolboxGlue
  /external/chromium_org/chrome/utility/media_galleries/
iphoto_library_parser.h 23 const parser::Library& library() { return library_; }
26 parser::Library library_; member in class:iphoto::IPhotoLibraryParser
itunes_library_parser.h 23 const parser::Library& library() { return library_; }
26 parser::Library library_; member in class:itunes::ITunesLibraryParser
iphoto_library_parser.cc 199 : iapps::XmlDictReader(reader), library_(library), ok_(true) {}
220 if (ContainsKey(library_->albums, name))
222 library_->albums[name] = album;
226 if (!ParseAllPhotos(reader_, &library_->all_photos)) {
245 parser::Library* library_; member in class:iphoto::IPhotoLibraryXmlDictReader
267 IPhotoLibraryXmlDictReader dict_reader(&reader, &library_);
itunes_library_parser.cc 154 library_[track_info.artist][track_info.album].insert(track);
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.cc 34 : library_(_T("Normaliz.dll")) {
35 if (library_.IsValid()) {
36 is_normalized_string_.Bind(library_.handle(), "IsNormalizedString");
37 normalize_string_.Bind(library_.handle(), "NormalizeString");
59 // This implies that library_ itself was loaded successfully.
66 ScopedLibrary library_; member in class:__anon16352::NormalizationAPI
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.cc 204 return ContainsKey(library_, artist);
211 Library::const_iterator library_it = library_.find(artist);
212 if (library_it == library_.end())
222 Library::const_iterator library_it = library_.find(artist);
223 if (library_it == library_.end())
242 for (it = library_.begin(); it != library_.end(); ++it) {
253 Library::const_iterator artist_lookup = library_.find(artist);
254 if (artist_lookup == library_.end())
270 Library::const_iterator artist_lookup = library_.find(artist)
    [all...]
iapps_data_provider.h 63 // True if |library_| contains valid data. False at construction and if
itunes_data_provider.h 80 Library library_; member in class:itunes::ITunesDataProvider
  /external/chromium_org/tools/generate_library_loader/
generate_library_loader.py 50 void* library_;
96 library_ = dlopen(library_name.c_str(), RTLD_LAZY);
97 if (!library_)
110 dlclose(library_);
111 library_ = NULL;
123 dlsym(library_, "%(function_name)s"));
  /external/chromium_org/content/child/npapi/
plugin_lib.cc 68 library_(NULL),
169 if (library_)
244 library_ = library;
284 if (library_) {
304 skip_unload_ ? NULL : library_,
311 base::UnloadNativeLibrary(library_);
315 library_ = NULL;
plugin_lib.h 115 base::NativeLibrary library_; // The opened library reference. member in class:content::PluginLib
120 bool skip_unload_; // True if library_ should not be unloaded.
  /external/chromium_org/net/http/
http_auth_sspi_win.cc 192 : library_(library),
197 DCHECK(library_);
205 library_->FreeCredentialsHandle(&cred_);
224 library_->DeleteSecurityContext(&ctxt_);
299 rv = AcquireExplicitCredentials(library_, security_package_, domain,
304 rv = AcquireDefaultCredentials(library_, security_package_, &cred_);
364 SECURITY_STATUS status = library_->InitializeSecurityContext(
http_auth_gssapi_posix.cc 660 library_(library),
663 DCHECK(library_);
670 if (!library_)
672 return library_->Init();
730 ScopedBuffer scoped_output_token(&output_token, library_);
849 OM_uint32 major_status = library_->import_name(
858 << DisplayExtendedStatus(library_, major_status, minor_status);
861 ScopedName scoped_name(principal_name, library_);
867 major_status = library_->init_sec_context(
884 << DisplayExtendedStatus(library_, major_status, minor_status
    [all...]
http_auth_gssapi_posix.h 271 GSSAPILibrary* library_; member in class:net::HttpAuthGSSAPI
http_auth_sspi_win.h 169 SSPILibrary* library_; member in class:net::HttpAuthSSPI
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 111 HINSTANCE library_; member in class:content::__anon11804::WindowsWlanApi
195 : library_(library) {
196 GetWLANFunctions(library_);
200 FreeLibrary(library_);
  /external/chromium_org/content/renderer/pepper/
plugin_module.h 252 // |library_| is non-NULL, PluginModule will attempt to unload the library
254 base::NativeLibrary library_; member in class:content::PluginModule
plugin_module.cc 405 library_(NULL),
441 if (library_)
442 base::UnloadNativeLibrary(library_);
485 library_ = library;
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.h 123 base::ScopedNativeLibrary library_; member in class:content::PpapiThread
ppapi_thread.cc 408 library_.Reset(library.Release());
  /external/libmtp/
README 568 http://en.wikipedia.org/wiki/Library_(computing)

Completed in 943 milliseconds