HomeSort by relevance Sort by last modified time
    Searched defs:library (Results 26 - 50 of 1053) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/core/libbacktrace/
BacktraceCurrent.cpp 88 const std::string library = basename(frame.map.name.c_str()); local
89 if (library == "libunwind.so" || library == "libbacktrace.so") {
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_LinkerNamespacesTest.cpp 78 static bool not_accessible(const std::string& library, const std::string& err) {
79 return err.find("dlopen failed: library \"" + library + "\"") == 0 &&
83 static bool not_found(const std::string& library, const std::string& err) {
84 return err == "dlopen failed: library \"" + library + "\" not found";
87 static bool wrong_arch(const std::string& library, const std::string& err) {
89 // It's okay to not be able to load a library because it's for another
90 // architecture (typically on an x86 device, when we come across an arm library).
91 return err.find("dlopen failed: \"" + library + "\" has unexpected e_machine: ") == 0
242 std::string library = kSystemLibraryPath + "\/" + name; local
    [all...]
  /device/google/dragon/audio/hal/
cras_dsp_ini.h 46 const char *library; /* file name like "plugin.so" */ member in struct:plugin
  /external/freetype/include/freetype/
ftglyph.h 27 /* 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_
    [all...]
ftmodapi.h 240 /* Add a new module to a given library instance. */
243 /* library :: A handle to the library object. */
256 FT_Add_Module( FT_Library library,
269 /* library :: A handle to the library object. */
281 FT_Get_Module( FT_Library library,
291 /* Remove a given module from a library instance. */
294 /* library :: A handle to a library object. *
479 FT_Set_Default_Properties( FT_Library library ); variable
506 FT_Reference_Library( FT_Library library ); variable
567 FT_Done_Library( FT_Library library ); variable
622 FT_Add_Default_Modules( FT_Library library ); variable
700 FT_Get_TrueType_Engine_Type( FT_Library library ); variable
    [all...]
  /external/freetype/src/sfnt/
sfdriver.c 444 /* SFNT_SERVICES_GET dereferences `library' in PIC mode */
446 FT_Library library; local
451 library = module->library;
452 if ( !library )
  /external/freetype/src/smooth/
ftsmooth.c 34 FT_Library library = FT_MODULE_LIBRARY( render ); local
38 library->raster_pool,
39 library->raster_pool_size );
181 if ( slot->library->lcd_filter_func )
183 FT_Int extra = slot->library->lcd_extra;
302 if ( slot->library->lcd_filter_func )
303 slot->library->lcd_filter_func( bitmap, mode, slot->library );
  /external/parameter-framework/upstream/parameter/
SystemClass.cpp 193 auto library = utility::make_unique<DynamicLibrary>(strPluginFileName); local
195 // Load symbol from library
196 auto subSystemBuilder = library->getSymbol<PluginEntryPointV1>(entryPointSymbol);
199 _subsystemLibraryHandleList.push_back(std::move(library));
201 // Fill library
  /external/pdfium/core/fxge/ge/
cfx_fontmgr.cpp 154 FXFT_Library library = m_FTLibrary; local
155 int ret = FXFT_New_Memory_Face(library, pData, size, face_index,
211 FXFT_Library library = m_FTLibrary; local
213 if (FXFT_New_Memory_Face(library, pData, size, face_index, &face))
220 FXFT_Library library = m_FTLibrary; local
222 if (FXFT_New_Face(library, filename, face_index, &face))
  /external/pdfium/third_party/freetype/include/freetype/
ftglyph.h 27 /* 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_
    [all...]
ftmodapi.h 236 /* Add a new module to a given library instance. */
239 /* library :: A handle to the library object. */
252 FT_Add_Module( FT_Library library,
265 /* library :: A handle to the library object. */
277 FT_Get_Module( FT_Library library,
287 /* Remove a given module from a library instance. */
290 /* library :: A handle to a library object. *
461 FT_Reference_Library( FT_Library library ); variable
521 FT_Done_Library( FT_Library library ); variable
576 FT_Add_Default_Modules( FT_Library library ); variable
659 FT_Get_TrueType_Engine_Type( FT_Library library ); variable
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffparse.h 39 FT_Library library; member in struct:CFF_ParserRec_
57 FT_Library library);
  /external/pdfium/third_party/freetype/src/sfnt/
sfdriver.c 430 /* SFNT_SERVICES_GET dereferences `library' in PIC mode */
432 FT_Library library; local
437 library = module->library;
438 if ( !library )
  /external/pdfium/third_party/freetype/src/smooth/
ftsmooth.c 34 FT_Library library = FT_MODULE_LIBRARY( render ); local
38 library->raster_pool,
39 library->raster_pool_size );
181 if ( slot->library->lcd_filter_func )
183 FT_Int extra = slot->library->lcd_extra;
302 if ( slot->library->lcd_filter_func )
303 slot->library->lcd_filter_func( bitmap, mode, slot->library );
  /external/pdfium/third_party/freetype/src/truetype/
ttdriver.c 470 FT_Library library; local
476 /* TT_SERVICES_GET dereferences `library' in PIC mode */
480 library = driver->library;
481 if ( !library )
492 library = driver->library;
493 if ( !library )
498 sfntd = FT_Get_Module( library, "sfnt" );
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftglyph.h 27 /* 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_
    [all...]
ftmodapi.h 236 /* Add a new module to a given library instance. */
239 /* library :: A handle to the library object. */
252 FT_Add_Module( FT_Library library,
265 /* library :: A handle to the library object. */
277 FT_Get_Module( FT_Library library,
287 /* Remove a given module from a library instance. */
290 /* library :: A handle to a library object. *
461 FT_Reference_Library( FT_Library library ); variable
521 FT_Done_Library( FT_Library library ); variable
576 FT_Add_Default_Modules( FT_Library library ); variable
659 FT_Get_TrueType_Engine_Type( FT_Library library ); variable
    [all...]
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 17 package com.example.android.tictactoe.library;
31 import com.example.android.tictactoe.library.GameView.ICellListener;
32 import com.example.android.tictactoe.library.GameView.State;
39 "com.example.android.tictactoe.library.GameActivity.EXTRA_START_PLAYER";
56 * IMPORTANT: all resource IDs from this library will eventually be merged
57 * with the resources from the main project that will use the library.
60 * the application project will always have priority and override library resources
65 * from the library.
69 * library resource names.
  /external/conscrypt/common/src/jni/main/include/
Errors.h 287 int library = ERR_GET_LIB(error); local
289 JNI_TRACE("OpenSSL error in %s error=%lx library=%x reason=%x (%s:%d): %s %s", location,
290 error, library, reason, file, line, message,
292 switch (library) {
382 sslErrorStr = "Failure in SSL library, usually a protocol error";
  /external/freetype/src/autofit/
afmodule.c 111 ( GET_PIC( ft_module->library )->af_script_classes )
115 ( GET_PIC( ft_module->library )->af_style_classes )
452 /* AF_SERVICES_GET dereferences `library' in PIC mode */
454 FT_Library library; local
459 library = module->library;
460 if ( !library )
516 FT_Memory memory = module->root.library->memory;
  /external/freetype/src/cff/
cffparse.h 46 FT_Library library; member in struct:CFF_ParserRec_
72 FT_Library library,
  /external/freetype/src/psnames/
psmodule.c 574 /* PSCMAPS_SERVICES_GET dereferences `library' in PIC mode */
576 FT_Library library; local
581 library = module->library;
582 if ( !library )
  /external/freetype/src/truetype/
ttdriver.c 562 FT_Library library; local
568 /* TT_SERVICES_GET dereferences `library' in PIC mode */
572 library = driver->library;
573 if ( !library )
584 library = driver->library;
585 if ( !library )
590 sfntd = FT_Get_Module( library, "sfnt" );
ttobjs.c 517 FT_Library library; local
524 library = ttface->driver->root.library;
526 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
1053 FT_Library library = face->root.driver->root.library; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ft.cc 6 * This is part of HarfBuzz, a text shaping library.
678 FT_Library library = (FT_Library) hb_atomic_ptr_get (&ft_library); local
680 if (unlikely (!library))
683 if (FT_Init_FreeType (&library))
686 if (!hb_atomic_ptr_cmpexch (&ft_library, NULL, library)) {
687 FT_Done_FreeType (library);
696 return library;

Completed in 1216 milliseconds

12 3 4 5 6 7 8 91011>>