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

1 2 3 4 5 6 7 891011>>

  /external/freetype/src/cff/
cffparse.h 54 FT_Library library; member in struct:CFF_ParserRec_
80 FT_Library library,
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...]
  /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/libchrome/base/
native_library.h 72 // If |true|, a loaded library is required to prefer local symbol resolution
80 // Loads a native library from disk. Release it with UnloadNativeLibrary when
86 // Loads a native library from disk. Release it with UnloadNativeLibrary when
94 // Unloads a native library.
95 BASE_EXPORT void UnloadNativeLibrary(NativeLibrary library);
97 // Gets a function pointer from a native library.
98 BASE_EXPORT void* GetFunctionPointerFromNativeLibrary(NativeLibrary library,
101 // Returns the full platform specific name for a native library.
  /external/protobuf/objectivec/google/protobuf/
Empty.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 142 public void loadTextures(GL10 gl, TextureLibrary library) {
144 library.loadAll(mContext, gl);
149 public void flushTextures(GL10 gl, TextureLibrary library) {
151 library.deleteAll(gl);
156 public void loadBuffers(GL10 gl, BufferLibrary library) {
158 library.generateHardwareBuffers(gl);
163 public void flushBuffers(GL10 gl, BufferLibrary library) {
165 library.releaseHardwareBuffers(gl);
  /external/tensorflow/tensorflow/tools/lib_package/
libtensorflow_java_test.sh 22 # native library.
49 -Djava.library.path=jni \
  /frameworks/av/media/libeffects/downmix/
Android.mk 3 # Multichannel downmix effect library
  /frameworks/base/core/tests/featureflagtests/
Android.mk 11 LOCAL_DX_FLAGS := --core-library
  /frameworks/base/core/tests/systemproperties/
Android.mk 11 LOCAL_DX_FLAGS := --core-library
  /hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
Android.mk 4 # Make the shared library (libqomx_core)
  /prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/
cipherhw_amd64.go 12 // AESGCMSupport returns true if the Go standard library supports AES-GCM in
  /prebuilts/go/linux-x86/src/crypto/internal/cipherhw/
cipherhw_amd64.go 12 // AESGCMSupport returns true if the Go standard library supports AES-GCM in
  /prebuilts/ndk/r16/sources/android/native_app_glue/
Android.mk 9 # The linker will strip this as "unused" since this is a static library, but we
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 19 # and the shared library that uses libjni_latinime_common_static.
50 $(warning Making profiling version of native library)
54 $(warning Making debug version of native library)
57 $(warning Making full debug version of native library)
73 # All code in LOCAL_WHOLE_STATIC_LIBRARIES will be built into this shared library.
77 $(warning Making profiling version of native library)
81 $(warning Making debug version of native library)
  /external/skia/tools/
compare_codereview.py 32 Python's standard library. We need a little more power than a
75 [[begin standard library documentation]]
89 [[end standard library documentation]]
111 [[begin standard library documentation]]
115 [[end standard library documentation]]
125 [[begin standard library documentation]]
129 [[end standard library documentation]]
154 Python's standard library. We need a little more power than a
194 [[begin standard library documentation]]
208 [[end standard library documentation]
    [all...]
  /external/skqp/tools/
compare_codereview.py 32 Python's standard library. We need a little more power than a
75 [[begin standard library documentation]]
89 [[end standard library documentation]]
111 [[begin standard library documentation]]
115 [[end standard library documentation]]
125 [[begin standard library documentation]]
129 [[end standard library documentation]]
154 Python's standard library. We need a little more power than a
194 [[begin standard library documentation]]
208 [[end standard library documentation]
    [all...]
  /build/make/core/
allowed_ndk_types.mk 40 # this is a static library, it's still up to the final use of the
41 # library whether a static or shared STL should be used.
52 # And it's always okay to link a static library that uses your own STL type.
53 # Since nothing was actually linked for the static library, it is up to the
54 # first linked library in the dependency chain which gets used.
72 # Else we are a non-static library that uses a static STL, and are
  /external/freetype/builds/mac/
ftmac.c 1080 FT_New_Face_From_LWFN( FT_Library library,
1096 error = read_lwfn( library->memory, res, &pfb_data, &pfb_size );
1101 return open_face_from_buffer( library,
1112 FT_New_Face_From_SFNT( FT_Library library,
1121 FT_Memory memory = library->memory;
1153 if ( !open_face_PS_from_sfnt_stream( library,
1168 error = open_face_from_buffer( library,
1181 FT_New_Face_From_Suitcase( FT_Library library,
    [all...]
  /build/soong/cc/
llndk_library.go 29 // Creates a stub shared library based on the provided version file.
52 // Whether the system library uses symbol versions.
165 module, library := NewLibrary(android.DeviceSupported)
166 library.BuildOnlyShared()
169 library.StripProperties.Strip.None = BoolPtr(true)
172 libraryDecorator: library,
181 &library.MutatedProperties,
182 &library.flagExporter.Properties)
202 module, library := NewLibrary(android.DeviceSupported)
203 library.HeaderOnly(
    [all...]
  /cts/hostsidetests/inputmethodservice/common/
Android.mk 16 # Build the common library for use device-side
38 # Build the common library for use host-side
  /external/adhd/cras/src/server/
cras_dsp_ini.h 47 const char *library; /* file name like "plugin.so" */ member in struct:plugin
  /external/freetype/builds/
freetype.mk 2 # FreeType 2 library sub-Makefile
28 # LIB_DIR The directory in which the library is created.
71 # LIBRARY, CC,
75 # The targets `objects' and `library' are defined at the end of this
78 .PHONY: single multi objects library refdoc
80 # default target -- build single objects and library
82 single: objects library
84 # `multi' target -- build multiple objects and library
86 multi: objects library
109 # The final name of the library file
    [all...]
  /external/icu/icu4c/source/samples/ufortune/
fortunedefs.mk 9 # dll - will create a dynamically linked library
11 # proper library installation)
  /external/libexif/
libexif.spec 2 Summary: EXIF tag library
15 libexif is a library for parsing, editing, and saving EXIF data. It is

Completed in 1370 milliseconds

1 2 3 4 5 6 7 891011>>