| /external/freetype/src/base/ |
| ftglyph.c | 26 /* handy for many other simple uses of the library. */ 65 FT_Library library = FT_GLYPH( glyph )->library; local 86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap ); 98 FT_Library library = bitmap_source->library; local 106 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap ); 114 FT_Library library = FT_GLYPH( glyph )->library; local 117 FT_Bitmap_Done( library, &glyph->bitmap ) 165 FT_Library library = FT_GLYPH( glyph )->library; local 209 FT_Library library = FT_GLYPH( source )->library; local 366 FT_Library library; local 540 FT_Library library; local [all...] |
| /external/freetype/src/cache/ |
| ftcmanag.h | 93 FT_Library library; member in struct:FTC_ManagerRec_
|
| /external/protobuf/src/google/protobuf/compiler/js/ |
| js_generator.h | 63 // Create a library with name <name>_lib.js rather than a separate .js file 65 string library; member in struct:google::protobuf::compiler::js::GeneratorOptions 83 library(""),
|
| /external/webrtc/webrtc/system_wrappers/source/ |
| condition_variable_native_win.cc | 17 static HMODULE library = NULL; member in namespace:webrtc 47 if (!library) { 49 library = LoadLibrary(TEXT("Kernel32.dll")); 52 if (library) { 53 // TODO(henrike): not thread safe as reading and writing to library is not 59 library, "InitializeConditionVariable"); 61 library, "SleepConditionVariableCS"); 63 library, "WakeConditionVariable"); 65 library, "WakeAllConditionVariable");
|
| rw_lock_win.cc | 19 static HMODULE library = NULL; member in namespace:webrtc 68 library = LoadLibrary(TEXT("Kernel32.dll")); 69 if (!library) { 75 (InitializeSRWLock)GetProcAddress(library, "InitializeSRWLock"); 78 (AcquireSRWLockExclusive)GetProcAddress(library, 81 (ReleaseSRWLockExclusive)GetProcAddress(library, 84 (AcquireSRWLockShared)GetProcAddress(library, "AcquireSRWLockShared"); 86 (ReleaseSRWLockShared)GetProcAddress(library, "ReleaseSRWLockShared");
|
| /frameworks/av/media/libeffects/config/include/media/ |
| EffectsConfig.h | 51 struct Library { 55 using Libraries = std::vector<Library>; 58 Library* library; //< Only valid as long as the associated library vector is unmodified member in struct:android::effectsConfig::EffectImpl 98 size_t nbSkippedElement; //< Number of skipped invalid library, effect or processing chain
|
| /hardware/interfaces/drm/1.0/default/include/ |
| PluginLoader.h | 75 sp<SharedLibrary> library = new SharedLibrary(String8(path)); local 76 if (!library.get()) { 77 ALOGE("Failed to open plugin library %s: %s", path, 78 library->lastError()); 82 (CreateFactoryFunc)library->lookup(entry); 85 libraries.push(library);
|
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/js/ |
| js_generator.h | 63 // Create a library with name <name>_lib.js rather than a separate .js file 65 string library; member in struct:google::protobuf::compiler::js::GeneratorOptions 83 library(""),
|
| /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") {
|
| /external/capstone/ |
| Makefile | 51 -I$(SDKROOT)/System/Library/Frameworks/Kernel.framework/Headers \ 283 # On Windows we need the shared library to be executable 292 # On Windows we need the shared library to be executable 305 LIBRARY = $(BLDIR)/$(LIBNAME).$(EXT) 307 LIBRARY = $(BLDIR)/$(LIBNAME).$(EXT) 309 LIBRARY = $(BLDIR)/lib$(LIBNAME).$(EXT) 328 all: $(LIBRARY) $(ARCHIVE) $(PKGCFGF) 336 $(call install-library,$(BLDIR)/tests/) 340 $(LIBRARY): $(LIBOBJ) 343 @$(create-library) [all...] |
| /cts/tests/tests/jni/libjnitest/ |
| android_jni_cts_LinkerNamespacesTest.cpp | 82 return err.find("dlopen failed: library \"") == 0 && 87 return err.find("dlopen failed: library \"") == 0 && 91 static bool wrong_arch(const std::string& library, const std::string& err) { 93 // It's okay to not be able to load a library because it's for another 94 // architecture (typically on an x86 device, when we come across an arm library). 95 return err.find("dlopen failed: \"" + library + "\" has unexpected e_machine: ") == 0; 114 // - No library with the same name can be found in a sub directory. 115 // - Each public library does not contain any directory components. 117 // Check if this library should be considered a public library 287 std::string library = kSystemLibraryPath + "\/" + name; local [all...] |
| /external/adhd/cras/src/server/ |
| cras_dsp_ini.h | 47 const char *library; /* file name like "plugin.so" */ member in struct:plugin
|
| /external/deqp/external/openglcts/modules/common/ |
| glcConfigListEGL.cpp | 96 const eglw::Library& library = nativeDisplay->getLibrary(); local 98 std::vector<eglw::EGLConfig> configs = eglu::getConfigs(library, display); 99 bool supportFloatConfigs = eglu::hasExtension(library, display, "EGL_EXT_pixel_format_float"); 100 bool supportYUVConfigs = eglu::hasExtension(library, display, "EGL_EXT_yuv_surface"); 104 int id = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_CONFIG_ID); 105 deUint32 renderableBits = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_RENDERABLE_TYPE); 106 deUint32 conformantBits = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_CONFORMANT); 107 deInt32 redSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_RED_SIZE); 108 deInt32 greenSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_GREEN_SIZE) [all...] |
| /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. * 480 FT_Set_Default_Properties( FT_Library library ); variable 507 FT_Reference_Library( FT_Library library ); variable 568 FT_Done_Library( FT_Library library ); variable 623 FT_Add_Default_Modules( FT_Library library ); variable 701 FT_Get_TrueType_Engine_Type( FT_Library library ); variable [all...] |
| /external/freetype/src/tools/ftfuzzer/ |
| ftfuzzer.cc | 50 static FT_Library library; variable 58 InitResult = FT_Init_FreeType( &library ); 64 FT_Property_Set( library, 71 FT_Done_FreeType( library ); 237 // the interface function to the libFuzzer library 263 if ( FT_New_Memory_Face( library, 287 if ( FT_New_Memory_Face( library, 313 if ( FT_New_Memory_Face( library, 324 if ( FT_New_Memory_Face( 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
|
| /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/freetype/src/autofit/ |
| afmodule.c | 111 ( GET_PIC( ft_module->library )->af_script_classes ) 115 ( GET_PIC( ft_module->library )->af_style_classes ) 450 /* AF_SERVICES_GET dereferences `library' in PIC mode */ 452 FT_Library library; local 457 library = module->library; 458 if ( !library ) 514 FT_Memory memory = module->root.library->memory;
|
| /external/freetype/src/cff/ |
| cffdrivr.c | 325 FT_Library library = FT_FACE_LIBRARY( face ); local 326 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); 395 FT_Library library = FT_FACE_LIBRARY( face ); local 396 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); 612 FT_Library library = FT_FACE_LIBRARY( face ); local 613 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); 654 FT_Library library = FT_FACE_LIBRARY( face ); local 660 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); 1060 FT_Library library; local [all...] |
| cffparse.h | 54 FT_Library library; member in struct:CFF_ParserRec_ 80 FT_Library library,
|
| /external/freetype/src/psnames/ |
| psmodule.c | 587 /* PSCMAPS_SERVICES_GET dereferences `library' in PIC mode */ 589 FT_Library library; local 594 library = module->library; 595 if ( !library )
|
| /external/freetype/src/truetype/ |
| ttdriver.c | 571 FT_Library library; local 577 /* TT_SERVICES_GET dereferences `library' in PIC mode */ 581 library = driver->library; 582 if ( !library ) 593 library = driver->library; 594 if ( !library ) 599 sfntd = FT_Get_Module( library, "sfnt" );
|