HomeSort by relevance Sort by last modified time
    Searched refs:library (Results 76 - 100 of 2552) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/freetype/src/base/
ftinit.c 25 /* fresh new library object. The set is taken from the header file */
31 /* builds a library out of it, then calls FT_Default_Drivers(). */
94 FT_Create_Class_ ## x( FT_Library library, \
97 FT_Destroy_Class_ ## x( FT_Library library, \
117 FT_Destroy_Class_ ## x( library, classes[i] ); \
123 ft_destroy_default_module_classes( FT_Library library )
128 BasePIC* pic_container = (BasePIC*)library->pic_container.base;
134 memory = library->memory;
148 error = FT_Create_Class_ ## x( library, &clazz ); \
155 ft_create_default_module_classes( FT_Library library )
    [all...]
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...]
ftrfork.c 51 FT_Raccess_Get_HeaderInfo( FT_Library library,
63 FT_UNUSED( library );
185 FT_Raccess_Get_DataOffsets( FT_Library library,
197 FT_Memory memory = library->memory;
349 raccess_guess_apple_double( FT_Library library,
356 raccess_guess_apple_single( FT_Library library,
363 raccess_guess_darwin_ufs_export( FT_Library library,
370 raccess_guess_darwin_newvfs( FT_Library library,
377 raccess_guess_darwin_hfsplus( FT_Library library,
384 raccess_guess_vfat( FT_Library library,
    [all...]
  /external/ImageMagick/
Make.com 50 $else ! VAX with VAX C compiler, (GCC library needed for PNG format only)
51 $ define/nolog lnk$library sys$library:vaxcrtl
80 sys$library:freetype.olb/lib, -
81 sys$library:libjasper.olb/lib, -
82 sys$library:libjpeg.olb/lib, -
83 sys$library:libpng.olb/lib, -
84 sys$library:tiff.olb/lib, -
85 sys$library:libz.olb/lib, -
86 sys$library:libbz2.olb/lib,
    [all...]
  /external/freetype/src/tools/
test_afm.c 76 parse_afm( FT_Library library,
85 psaux = (PSAux_Service)FT_Get_Module_Interface( library, "psaux" );
94 library->memory,
114 FT_Library library; local
123 error = FT_Init_FreeType( &library );
131 stream.memory = library->memory;
134 error = parse_afm( library, &stream, &fi );
138 FT_Memory memory = library->memory;
154 FT_Done_FreeType( library );
  /external/freetype/src/autofit/
afpic.h 75 ( GET_PIC( library )->af_services )
77 ( GET_PIC( library )->af_service_properties )
86 ( GET_PIC( library )->af_autofitter_interface )
91 autofit_module_class_pic_free( FT_Library library );
94 autofit_module_class_pic_init( FT_Library library );
  /frameworks/av/media/libmedia/include/media/
PluginLoader.h 71 sp<SharedLibrary> library = new SharedLibrary(String8(path)); local
72 if (!library.get()) {
73 ALOGE("Failed to open plugin library %s: %s", path,
74 library->lastError());
78 (CreateFactoryFunc)library->lookup(entry);
81 libraries.push(library);
  /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);
  /cts/common/device-side/nativetesthelper/src/com/android/gtestrunner/
GtestRunner.java 38 TargetLibrary library = (TargetLibrary) testClass.getAnnotation(TargetLibrary.class); local
39 if (library == null) {
42 System.loadLibrary(library.value());
  /external/freetype/include/freetype/
ftmac.h 77 /* library :: A handle to the library resource. */
97 /* error = FT_New_Face_From_FOND( library, fond, 0, &face ); */
101 FT_New_Face_From_FOND( FT_Library library,
207 /* library :: A handle to the library resource. */
225 FT_New_Face_From_FSSpec( FT_Library library,
242 /* library :: A handle to the library resource. */
260 FT_New_Face_From_FSRef( FT_Library library,
    [all...]
  /external/llvm/bindings/python/llvm/
bit_reader.py 26 def register_library(library):
27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
28 library.LLVMParseBitcode2.restype = bool
  /libnativehelper/include/nativehelper/
JniInvocation.h 26 // library will chosen based on the value of Android system property
35 // Initialize JNI invocation API. library should specifiy a valid
36 // shared library for opening via dlopen providing a JNI invocation
39 bool Init(const char* library);
41 // Exposes which library is actually loaded from the given name. The
43 // property for the default library, if necessary. If no buffer is
45 static const char* GetLibrary(const char* library, char* buffer);
48 static const char* GetLibrary(const char* library, char* buffer, bool (*is_debuggable)(),
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmac.h 76 /* library :: A handle to the library resource. */
96 /* error = FT_New_Face_From_FOND( library, fond, 0, &face ); */
100 FT_New_Face_From_FOND( FT_Library library,
206 /* library :: A handle to the library resource. */
224 FT_New_Face_From_FSSpec( FT_Library library,
241 /* library :: A handle to the library resource. */
259 FT_New_Face_From_FSRef( FT_Library library,
    [all...]
  /hardware/interfaces/cas/1.0/default/
MediaCasService.cpp 68 sp<SharedLibrary> library; local
69 if (mCasLoader.findFactoryForScheme(CA_system_id, &library, &factory)) {
74 casImpl->init(library, plugin);
95 sp<SharedLibrary> library; local
97 CA_system_id, &library, &factory)) {
101 result = new DescramblerImpl(library, plugin);
  /external/deqp/scripts/egl/
__init__.py 30 import library
42 library.gen(registry)
  /external/freetype/include/freetype/internal/services/
svgldict.h 71 FT_Init_Class_ ## class_( FT_Library library, \
74 FT_UNUSED( library ); \
svttcmap.h 88 FT_Init_Class_ ## class_( FT_Library library, \
91 FT_UNUSED( library ); \
  /external/replicaisland/src/com/replica/replicaisland/
DebugSystem.java 36 public DebugSystem(TextureLibrary library) {
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/webrtc/talk/build/
merge_ios_libs 40 Uses libtool to generate FAT archive files for each generated library.
52 # For each arch, find (library name, libary path) for arch. We will merge
67 for library, paths in libs.items():
69 orphaned_libs[library] = paths
71 valid_libs[library] = paths
72 for library, paths in orphaned_libs.items():
73 components = library[:-2].split('_')[:-1]
85 base_prefix = library[:-2].split('_')[0]
107 for library, paths in valid_libs.items():
109 os.path.join(output_dir_path, library)] + path
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18331.go 6 // for code that resides in the standard library.
9 //go:unknown // ERROR "//go:unknown is not allowed in the standard library"
12 //go:nowritebarrierc // ERROR "//go:nowritebarrierc is not allowed in the standard library"
15 //go:noesape // ERROR "//go:noesape is not allowed in the standard library"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18331.go 6 // for code that resides in the standard library.
9 //go:unknown // ERROR "//go:unknown is not allowed in the standard library"
12 //go:nowritebarrierc // ERROR "//go:nowritebarrierc is not allowed in the standard library"
15 //go:noesape // ERROR "//go:noesape is not allowed in the standard library"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-gc/
pr11218.d 1 # name: --gc-sections with shared library
  /system/extras/librank/
librank.c 77 struct library_info *library; local
103 library = calloc(1, sizeof(*library));
104 if (!library) {
105 fprintf(stderr, "Couldn't allocate space for library struct: %s\n", strerror(errno));
108 library->name = malloc(strlen(name) + 1);
109 if (!library->name) {
110 fprintf(stderr, "Couldn't allocate space for library name: %s\n", strerror(errno));
113 strcpy(library->name, name);
114 library->mappings = malloc(INIT_MAPPINGS * sizeof(struct mapping_info *))
    [all...]
  /build/soong/cc/libbuildversion/tests/
build_version_test.cpp 32 TEST(BuildNumber, library) {
33 printf("shared library version: %s\n", LibGetBuildNumber().c_str());
  /device/linaro/bootloader/arm-trusted-firmware/drivers/auth/mbedtls/
mbedtls_x509.mk 10 $(addprefix ${MBEDTLS_DIR}/library/, \

Completed in 914 milliseconds

1 2 34 5 6 7 8 91011>>