/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
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...] |
ftbitmap.h | 87 /* library :: A handle to a library object. */ 98 FT_Bitmap_Copy( FT_Library library, 114 /* library :: A handle to a library object. */ 139 FT_Bitmap_Embolden( FT_Library library, 156 /* library :: A handle to a library object. */ 175 /* The `library' argument is taken to have access to FreeType's */ 179 FT_Bitmap_Convert( FT_Library library, [all...] |
/external/freetype/src/autofit/ |
afpic.c | 31 FT_Create_Class_af_services( FT_Library library, 35 FT_Destroy_Class_af_services( FT_Library library, 42 FT_Library library, 54 autofit_module_class_pic_free( FT_Library library ) 56 FT_PIC_Container* pic_container = &library->pic_container; 57 FT_Memory memory = library->memory; 66 FT_Destroy_Class_af_services( library, 77 autofit_module_class_pic_init( FT_Library library ) 79 FT_PIC_Container* pic_container = &library->pic_container; 83 FT_Memory memory = library->memory [all...] |
/external/llvm/bindings/python/llvm/ |
object.py | 427 def register_library(library): 428 """Register function prototypes with LLVM library instance.""" 431 library.LLVMCreateObjectFile.argtypes = [MemoryBuffer] 432 library.LLVMCreateObjectFile.restype = c_object_p 434 library.LLVMDisposeObjectFile.argtypes = [ObjectFile] 436 library.LLVMGetSections.argtypes = [ObjectFile] 437 library.LLVMGetSections.restype = c_object_p 439 library.LLVMDisposeSectionIterator.argtypes = [c_object_p] 441 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p] 442 library.LLVMIsSectionIteratorAtEnd.restype = boo [all...] |
core.py | 439 def register_library(library): 441 library.LLVMInitializeCore.argtypes = [PassRegistry] 442 library.LLVMInitializeCore.restype = None 444 library.LLVMInitializeTransformUtils.argtypes = [PassRegistry] 445 library.LLVMInitializeTransformUtils.restype = None 447 library.LLVMInitializeScalarOpts.argtypes = [PassRegistry] 448 library.LLVMInitializeScalarOpts.restype = None 450 library.LLVMInitializeObjCARCOpts.argtypes = [PassRegistry] 451 library.LLVMInitializeObjCARCOpts.restype = None 453 library.LLVMInitializeVectorization.argtypes = [PassRegistry [all...] |
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/ |
SupportAndroidLibraryPlugin.kt | 32 * Support library specific com.android.library plugin that sets common configurations needed for 33 * support library modules. 45 val library = project.extensions.findByType(LibraryExtension::class.java) 48 library.defaultConfig.minSdkVersion(supportLibraryExtension.minSdkVersion) 54 if (library.defaultConfig.minSdkVersion.apiLevel < 24) { 63 library.compileOptions.setSourceCompatibility(javaVersion) 64 library.compileOptions.setTargetCompatibility(javaVersion) 66 VersionFileWriterTask.setUpAndroidLibrary(project, library) 67 DiffAndDocs.registerAndroidProject(project, library, supportLibraryExtension [all...] |
/external/freetype/src/base/ |
ftbase.h | 40 open_face_PS_from_sfnt_stream( FT_Library library, 51 open_face_from_buffer( FT_Library library, 67 ft_raccess_rule_by_darwin_vfs( FT_Library library, FT_UInt rule_index );
|
/frameworks/base/ |
pathmap.mk | 27 multidex/library/src \ 39 # A list of support library modules. 51 extensions/library/src/main \ 52 extensions/library/src/doc
|
/build/soong/cc/ |
library.go | 101 // vendor variant of this library. This will overwrite 126 module, library := NewLibrary(android.HostAndDeviceSupported) 127 library.BuildOnlyStatic() 133 module, library := NewLibrary(android.HostAndDeviceSupported) 134 library.BuildOnlyShared() 140 module, library := NewLibrary(android.HostSupported) 141 library.BuildOnlyStatic() 147 module, library := NewLibrary(android.HostSupported) 148 library.BuildOnlyShared() 154 module, library := NewLibrary(android.HostAndDeviceSupported [all...] |
/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...] |
/libnativehelper/ |
JniInvocation.cpp | 75 const char* JniInvocation::GetLibrary(const char* library, char* buffer) { 76 return GetLibrary(library, buffer, &IsDebuggable, &GetLibrarySystemProperty); 79 const char* JniInvocation::GetLibrary(const char* library, char* buffer, bool (*is_debuggable)(), 86 // Do not allow arbitrary library. Ignore the library parameter. This 87 // will also ignore the default library, but initialize to fallback 89 library = kLibraryFallback; 93 // Accept the library parameter. For the case it is NULL, load the default 94 // library from the system property. 112 if (library == NULL) [all...] |
/external/freetype/include/freetype/ |
ftbitmap.h | 87 /* library :: A handle to a library object. */ 98 FT_Bitmap_Copy( FT_Library library, 114 /* library :: A handle to a library object. */ 139 FT_Bitmap_Embolden( FT_Library library, 156 /* library :: A handle to a library object. */ 175 /* The `library' argument is taken to have access to FreeType's */ 179 FT_Bitmap_Convert( FT_Library library, [all...] |
ftlcdfil.h | 180 * For historical reasons, the FontConfig library returns a different 214 * library :: 215 * A handle to the target library instance. 235 * defined in your build of the library, which should correspond to all 242 FT_Library_SetLcdFilter( FT_Library library, 256 * library :: 257 * A handle to the target library instance. 270 * defined in your build of the library, which should correspond to all 280 FT_Library_SetLcdFilterWeights( FT_Library library,
|
/external/libchrome/base/ |
native_library_posix.cc | 50 void UnloadNativeLibrary(NativeLibrary library) { 51 int ret = dlclose(library); 59 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library, 61 return dlsym(library, name.data());
|
/frameworks/support/lifecycle/compiler/src/tests/test-data/ |
DerivedFromJar.java | 8 public class DerivedFromJar extends test.library.LibraryBaseObserver {
|
DerivedFromJar1.java | 24 public class DerivedFromJar1 extends test.library.PPObserverNoAdapter {
|
/test/vts/testcases/library/bionic_unit_tests/ |
Android.mk | 21 VTS_CONFIG_SRC_DIR := testcases/library/bionic_unit_tests
|
/test/vts/testcases/library/bionic_unit_tests_static/ |
Android.mk | 21 VTS_CONFIG_SRC_DIR := testcases/library/bionic_unit_tests_static
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
got-page-7e.s | 1 # Make sure the loadable size of the library is large.
|
/bionic/libc/tools/ |
check-symbols.py | 15 def GetSymbols(library, functions_or_variables): 20 if library == 'libm' and arch == 'arm': 31 path = '%s/development/ndk/platforms/android-%s/arch-%s/symbols/%s.so.%s.txt' % (os.environ['ANDROID_BUILD_TOP'], api, arch, library, functions_or_variables) 35 #sys.stdout.write('%d %s in %s for %s\n' % (len(symbols), functions_or_variables, library, arch)) 38 def CheckSymbols(library, functions_or_variables): 39 expected_symbols = GetSymbols(library, functions_or_variables) 45 so_file = '%s/system/%s/%s.so' % (os.environ['ANDROID_PRODUCT_OUT'], lib_dir, library) 70 sys.stderr.write('%d missing %s in %s for %s:\n' % (len(missing), functions_or_variables, library, arch)) 76 sys.stderr.write('%d extra %s in %s for %s:\n' % (len(extra), functions_or_variables, library, arch))
|
/external/freetype/include/freetype/internal/services/ |
svpostnm.h | 62 FT_Init_Class_ ## class_( FT_Library library, \ 65 FT_UNUSED( library ); \
|
/external/mdnsresponder/mDNSWindows/ |
PosixCompat.c | 29 HMODULE library; local 34 // Try and load the IP helper library dll 35 if ((library = LoadLibrary(TEXT("Iphlpapi")) ) != NULL ) 40 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL ) 45 FreeLibrary(library); 55 HMODULE library; local 61 // Try and load the IP helper library dll 62 if ((library = LoadLibrary(TEXT("Iphlpapi")) ) != NULL ) 67 if ((if_indextoname_funcptr = (if_indextoname_funcptr_t) GetProcAddress(library, "if_indextoname")) != NULL ) 72 FreeLibrary(library); [all...] |
/external/tensorflow/tensorflow/core/framework/ |
load_library.cc | 29 struct Library { 36 // Load a dynamic library. 37 // On success, returns the handle to library in result, copies the serialized 38 // OpList of OpDefs registered in the library to *buf and the length to *len, 43 // and OpList. Ops and kernels are registered as globals when a library is 49 static std::unordered_map<string, Library> loaded_libs; 51 Library library; local 56 library = loaded_libs[library_filename]; 63 [&library, &seen_op_names](const Status& s [all...] |
/frameworks/base/vr/ |
dvr_library_loader.cpp | 17 std::string library(data, size); 20 // Return the handle to the requested library. 22 dlopen(library.c_str(), RTLD_NOW | RTLD_LOCAL));
|
/hardware/interfaces/drm/1.0/vts/functional/ |
vendor_modules.cpp | 54 auto library = std::make_unique<SharedLibrary>(String8(path.c_str())); local 55 if (!library) { 56 ALOGE("failed to map shared library %s", path.c_str()); 59 mOpenLibraries[path] = std::move(library); 61 const unique_ptr<SharedLibrary>& library = mOpenLibraries[path]; local 62 void* symbol = library->lookup("vendorModuleFactory"); 65 "%s", path.c_str(), library->lastError());
|