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

1 2 34 5 6 7 8 91011>>

  /external/pdfium/third_party/freetype/src/sfnt/
sfntpic.h 78 ( GET_PIC( library )->sfnt_services )
80 ( GET_PIC( library )->sfnt_service_glyph_dict )
82 ( GET_PIC( library )->sfnt_service_ps_name )
84 ( GET_PIC( library )->tt_service_get_cmap_info )
86 ( GET_PIC( library )->tt_cmap_classes )
88 ( GET_PIC( library )->sfnt_service_sfnt_table )
90 ( GET_PIC( library )->sfnt_service_bdf )
92 ( GET_PIC( library )->sfnt_interface )
97 sfnt_module_class_pic_free( FT_Library library );
100 sfnt_module_class_pic_init( FT_Library library );
    [all...]
  /frameworks/base/location/lib/
README.txt 1 This library (com.android.location.provider.jar) is a shared java library
4 --- Rules of this library ---
5 o This library is effectively a PUBLIC API for unbundled location providers
9 o This library can see and instantiate internal platform classes (such as
12 library because they cannot see the internal platform classes.
14 This library is distributed in the system image, and loaded as
15 a shared library. So you can change the implementation, but not
18 --- Why does this library exists? ---
27 The compromise is this library
    [all...]
  /external/freetype/src/psnames/
pspic.c 30 FT_Create_Class_pscmaps_services( FT_Library library,
33 FT_Destroy_Class_pscmaps_services( FT_Library library,
37 FT_Init_Class_pscmaps_interface( FT_Library library,
42 psnames_module_class_pic_free( FT_Library library )
44 FT_PIC_Container* pic_container = &library->pic_container;
45 FT_Memory memory = library->memory;
54 FT_Destroy_Class_pscmaps_services( library,
64 psnames_module_class_pic_init( FT_Library library )
66 FT_PIC_Container* pic_container = &library->pic_container;
69 FT_Memory memory = library->memory
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psnames/
pspic.c 30 FT_Create_Class_pscmaps_services( FT_Library library,
33 FT_Destroy_Class_pscmaps_services( FT_Library library,
37 FT_Init_Class_pscmaps_interface( FT_Library library,
42 psnames_module_class_pic_free( FT_Library library )
44 FT_PIC_Container* pic_container = &library->pic_container;
45 FT_Memory memory = library->memory;
54 FT_Destroy_Class_pscmaps_services( library,
64 psnames_module_class_pic_init( FT_Library library )
66 FT_PIC_Container* pic_container = &library->pic_container;
69 FT_Memory memory = library->memory
    [all...]
  /external/pdfium/third_party/freetype/src/psnames/
pspic.c 30 FT_Create_Class_pscmaps_services( FT_Library library,
33 FT_Destroy_Class_pscmaps_services( FT_Library library,
37 FT_Init_Class_pscmaps_interface( FT_Library library,
42 psnames_module_class_pic_free( FT_Library library )
44 FT_PIC_Container* pic_container = &library->pic_container;
45 FT_Memory memory = library->memory;
54 FT_Destroy_Class_pscmaps_services( library,
64 psnames_module_class_pic_init( FT_Library library )
66 FT_PIC_Container* pic_container = &library->pic_container;
69 FT_Memory memory = library->memory
    [all...]
  /frameworks/base/media/lib/signer/
README.txt 1 This library (com.android.mediadrm.signer.jar) is a shared java library
6 --- Rules of this library ---
7 o This library is effectively a PUBLIC API for unbundled CAST receivers
11 o This library can see and instantiate internal platform classes, but it must not
13 break clients of the library because they cannot see the internal platform classes.
15 This library is distributed in the system image, and loaded as
16 a shared library. So you can change the implementation, but not
19 --- Why does this library exist? ---
23 This library will eventually be replaced when the provisioned certificate
    [all...]
  /device/sample/frameworks/PlatformLibrary/
README.txt 1 Platform Library Example
6 shared library, without changing the Android framework. It also shows how to
7 write JNI code for incorporating native code into the library, and a client
8 application that uses the library.
12 a custom library as shown here. It can not be used to create a third party
13 shared library, which is not currently supported in Android.
15 To declare your library to the framework, you must place a file with a .xml
20 <library name="com.example.android.platform_library"
31 The top-level Android.mk defines the rules to build the shared library itself,
33 library lives under java/
    [all...]
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.3/
adapters-1.3.aar 
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.3.1/
adapters-1.3.1.aar 
  /prebuilts/tools/darwin-x86_64/protoc/lib/
libprotobuf-lite.la 1 # libprotobuf-lite.la - a libtool library file
5 # It is necessary for linking the library.
10 # Names of this library.
22 # Names of additional weak libraries provided by this library
30 # Is this an already installed library?
40 # Directory that this library needs to be installed in:
libprotobuf.la 1 # libprotobuf.la - a libtool library file
5 # It is necessary for linking the library.
10 # Names of this library.
22 # Names of additional weak libraries provided by this library
30 # Is this an already installed library?
40 # Directory that this library needs to be installed in:
libprotoc.la 1 # libprotoc.la - a libtool library file
5 # It is necessary for linking the library.
10 # Names of this library.
22 # Names of additional weak libraries provided by this library
30 # Is this an already installed library?
40 # Directory that this library needs to be installed in:
  /external/clang/test/Preprocessor/
microsoft-import.c 3 #import "pp-record.h" // expected-error {{#import of type library is an unsupported Microsoft feature}}
6 #import "pp-record.h" no_namespace, auto_rename // expected-error {{#import of type library is an unsupported Microsoft feature}}
11 // expected-error@-3 {{#import of type library is an unsupported Microsoft feature}}
  /prebuilts/misc/windows/sdl2/
README-SDL.txt 4 The Simple DirectMedia Layer (SDL for short) is a cross-platform library
8 The Simple DirectMedia Layer library source code is available from:
11 This library is distributed under the terms of the zlib license:
  /external/llvm/bindings/python/llvm/
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...]
  /external/deqp/framework/delibs/decpp/
doxygen.cfg 1 PROJECT_NAME = "drawElements C++ Base Library"
  /external/deqp/framework/delibs/
doxygen.cfg 1 PROJECT_NAME = "drawElements Base Portability Library"
  /external/deqp/targets/gles3_dynamic/
gles3_dynamic.cmake 3 set(DEQP_TARGET_NAME "Dynamic library")
  /external/e2fsprogs/debian/attic/
e2fslibsg-dev.info 1 DESCR="Library of routines to manipulate an ext2 filesystem."
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
plugin.xml 14 library="buildTools.jar">
17 library="feedTools.jar">
23 library="buildTools.jar"
28 library="buildTools.jar"
33 library="buildTools.jar"
38 library="buildTools.jar"
43 library="buildTools.jar"
48 library="buildTools.jar"
53 library="buildTools.jar"
58 library="buildTools.jar
    [all...]
  /external/freetype/src/pshinter/
pshpic.c 30 FT_Init_Class_pshinter_interface( FT_Library library,
34 pshinter_module_class_pic_free( FT_Library library )
36 FT_PIC_Container* pic_container = &library->pic_container;
37 FT_Memory memory = library->memory;
49 pshinter_module_class_pic_init( FT_Library library )
51 FT_PIC_Container* pic_container = &library->pic_container;
54 FT_Memory memory = library->memory;
65 library, &container->pshinter_interface );
68 pshinter_module_class_pic_free( library );
  /external/hamcrest/library/
README.android 1 Ssource obtained from https://hamcrest.googlecode.com/files/hamcrest-library-1.1.jar, with org.hamcrest.beans removed
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshpic.c 30 FT_Init_Class_pshinter_interface( FT_Library library,
34 pshinter_module_class_pic_free( FT_Library library )
36 FT_PIC_Container* pic_container = &library->pic_container;
37 FT_Memory memory = library->memory;
49 pshinter_module_class_pic_init( FT_Library library )
51 FT_PIC_Container* pic_container = &library->pic_container;
54 FT_Memory memory = library->memory;
65 library, &container->pshinter_interface );
68 pshinter_module_class_pic_free( library );
  /external/libphonenumber/
README.android 4 Description: Google Phone Number Library.
  /external/libvorbis/win32/
vorbisenc.def 4 LIBRARY

Completed in 871 milliseconds

1 2 34 5 6 7 8 91011>>