Searched defs:library (Results 1 - 25 of 65) sorted by relevance

123

/external/chromium/chrome/browser/chromeos/
H A Dupdate_observer.cc24 void UpdateObserver::UpdateStatusChanged(UpdateLibrary* library) { argument
30 if (library->status().status == UPDATE_STATUS_UPDATED_NEED_REBOOT) {
H A Dsms_observer.cc28 NetworkLibrary* library = chromeos::CrosLibrary::Get()->GetNetworkLibrary(); local
29 library->RemoveNetworkManagerObserver(this);
33 void SmsObserver::UpdateObservers(NetworkLibrary* library) { argument
37 const CellularNetworkVector& networks = library->cellular_networks();
86 void SmsObserver::OnNetworkManagerChanged(NetworkLibrary* library) { argument
87 UpdateObservers(library);
/external/qemu/
H A Ddynlink.h36 * the function's name as provided by the library, and 'sig' is
63 /* define pointers to dynamic library functions as static pointers.
78 * 'library' must be the result of a succesful dlopen() call
83 DYNLINK_FUNCTIONS_INIT(void* library) argument
87 _dynlink_##name = dlsym( library, DYNLINK_STR(name) ); \
/external/freetype/src/base/
H A Dftapi.c44 FT_New_Memory_Stream( FT_Library library, argument
49 FT_UNUSED( library );
H A Dftsynth.c86 FT_Library library = slot->library; local
135 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
H A Dftglyph.c26 /* handy for many other simple uses of the library. */
63 FT_Library library = FT_GLYPH( glyph )->library; local
84 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
96 FT_Library library = bitmap_source->library; local
104 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap );
112 FT_Library library = FT_GLYPH( glyph )->library; local
115 FT_Bitmap_Done( library,
161 FT_Library library = FT_GLYPH( glyph )->library; local
203 FT_Library library = FT_GLYPH( source )->library; local
279 ft_new_glyph( FT_Library library, const FT_Glyph_Class* clazz, FT_Glyph* aglyph ) argument
356 FT_Library library; local
518 FT_Library library; local
[all...]
/external/chromium/base/memory/
H A Dscoped_native_library.cc12 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) argument
13 : library_(library) {
32 void ScopedNativeLibrary::Reset(NativeLibrary library) { argument
35 library_ = library;
/external/chromium/base/
H A Dnative_library_linux.cc34 void UnloadNativeLibrary(NativeLibrary library) { argument
35 int ret = dlclose(library);
43 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library, argument
45 return dlsym(library, name);
H A Dnative_library_win.cc22 // Switch the current directory to the library directory as the library
58 void UnloadNativeLibrary(NativeLibrary library) { argument
59 FreeLibrary(library);
63 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library, argument
65 return GetProcAddress(library, name);
/external/chromium/chrome/browser/chromeos/login/
H A Dkeyboard_switch_menu.cc60 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); local
62 library->current_input_method().id));
/external/freetype/include/freetype/internal/
H A Dftpic.h51 ft_pic_container_init( FT_Library library ); variable
56 ft_pic_container_destroy( FT_Library library ); variable
/external/harfbuzz/src/
H A Dharfbuzz-dump-main.c4 * This is part of HarfBuzz, an OpenType Layout engine library.
47 FT_Library library; local
58 if ((error = FT_Init_FreeType (&library)))
61 if ((error = FT_New_Face (library, argv[1], 0, &font)))
92 if ((error = FT_Done_FreeType (library)))
/external/freetype/src/raster/
H A Dftrend1.c33 FT_Library library = FT_MODULE_LIBRARY( render ); local
37 library->raster_pool,
38 library->raster_pool_size );
/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DFontCustomPlatformDataFreeType.cpp5 * This library is free software; you can redistribute it and/or
10 * This library is distributed in the hope that it will be useful,
16 * along with this library; see the file COPYING.LIB. If not, write to
81 static FT_Library library = 0; local
82 if (!library && FT_Init_FreeType(&library)) {
83 library = 0;
88 if (FT_New_Memory_Face(library, reinterpret_cast<const FT_Byte*>(buffer->data()), buffer->size(), 0, &freeTypeFace))
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dkeyboard_overlay_ui.cc283 chromeos::InputMethodLibrary* library = local
286 library->current_input_method();
288 library->GetKeyboardOverlayId(descriptor.id);
/external/freetype/src/cache/
H A Dftcmanag.h93 FT_Library library; member in struct:FTC_ManagerRec_
/external/harfbuzz/tests/linebreaking/
H A Dharfbuzz-qt.cpp4 * This is part of HarfBuzz, an OpenType Layout engine library.
82 void *HB_Library_Resolve(const char *library, const char *symbol) argument
84 return QLibrary::resolve(library, symbol);
/external/replicaisland/src/com/replica/replicaisland/
H A DDebugSystem.java36 public DebugSystem(TextureLibrary library) { argument
38 if (library != null) {
39 mRedBoxTexture = library.allocateTexture(R.drawable.debug_box_red);
40 mBlueBoxTexture = library.allocateTexture(R.drawable.debug_box_blue);
41 mOutlineBoxTexture = library.allocateTexture(R.drawable.debug_box_outline);
42 mRedCircleTexture = library.allocateTexture(R.drawable.debug_circle_red);
43 mBlueCircleTexture = library.allocateTexture(R.drawable.debug_circle_blue);
44 mOutlineCircleTexture = library.allocateTexture(R.drawable.debug_circle_outline);
/external/chromium/chrome/browser/chromeos/cros/
H A Dburn_library.cc48 explicit BurnLibraryTaskProxy(const base::WeakPtr<BurnLibraryImpl>& library);
146 const base::WeakPtr<BurnLibraryImpl>& library)
147 : library_(library) {
145 BurnLibraryTaskProxy( const base::WeakPtr<BurnLibraryImpl>& library) argument
H A Dcros_library.h37 // 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, boo
76 TestApi(CrosLibrary* library) argument
144 SetImpl(L* library, bool own) argument
[all...]
/external/chromium/net/http/
H A Dhttp_auth_gssapi_posix_unittest.cc52 void EstablishInitialContext(test::MockGSSAPILibrary* library) { argument
64 library->ExpectSecurityContext(
86 new GSSAPISharedLibrary("/this/library/does/not/exist"));
/external/freetype/include/freetype/
H A Dftglyph.h27 /* handy for many other simple uses of the library. */
83 /* Glyph objects are not owned by the library. You must thus release */
100 /* library :: A handle to the FreeType library object. */
110 FT_Library library; member in struct:FT_GlyphRec_
H A Dftmodapi.h182 /* Add a new module to a given library instance. */
185 /* library :: A handle to the library object. */
198 FT_Add_Module( FT_Library library,
211 /* library :: A handle to the library object. */
223 FT_Get_Module( FT_Library library,
233 /* Remove a given module from a library instance. */
236 /* library :: A handle to a library objec
276 FT_Reference_Library( FT_Library library ); variable
334 FT_Done_Library( FT_Library library ); variable
389 FT_Add_Default_Modules( FT_Library library ); variable
472 FT_Get_TrueType_Engine_Type( FT_Library library ); variable
[all...]
/external/freetype/src/cff/
H A Dcffparse.h39 FT_Library library; member in struct:CFF_ParserRec_
57 FT_Library library);
/external/freetype/src/sfnt/
H A Dsfdriver.c425 /* FT_SFNT_SERVICES_GET derefers `library' in PIC mode */
427 FT_Library library; local
432 library = module->library;
433 if ( !library )

Completed in 417 milliseconds

123