/external/freetype/include/freetype/internal/ |
ftrfork.h | 54 (*ft_raccess_guess_func)( FT_Library library, 128 /* library :: */ 129 /* A FreeType library instance. */ 155 FT_Raccess_Guess( FT_Library library, 175 /* library :: */ 176 /* A FreeType library instance. */ 195 FT_Raccess_Get_HeaderInfo( FT_Library library, 213 /* library :: */ 214 /* A FreeType library instance. */ 252 FT_Raccess_Get_DataOffsets( FT_Library library, [all...] |
/external/libpng/scripts/ |
def.c | 16 PNG_DFN "; If you give the library an explicit name one or other files" 19 PNG_DFN "LIBRARY" 20 PNG_DFN "OS2 DESCRIPTION "PNG image compression library""
|
/external/oauth/core/src/main/java/ |
Android.mk | 4 # This will build the client static library for the Google Services Framework 13 # Build the actual static library
|
/external/rappor/ |
Android.mk | 21 LOCAL_STATIC_JAVA_LIBRARIES := hamcrest-library rappor guava junit
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
test_util.h | 42 const FunctionLibraryDefinition& library,
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
add_default_attributes.cc | 30 input_graph_def.library()));
|
/frameworks/support/lifecycle/compiler/src/tests/test-data/lib/src/test/library/ |
ObserverNoAdapter.java | 17 package test.library;
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68k/ |
tls-main-1.d | 4 0x00000001 \(NEEDED\) * Shared library: \[tmpdir/tls-gd-1.so\] 5 0x00000001 \(NEEDED\) * Shared library: \[tls-def-1.so\]
|
/hardware/interfaces/cas/1.0/default/ |
FactoryLoader.h | 45 sp<SharedLibrary> *library = NULL, 63 sp<SharedLibrary> *library, 76 int32_t CA_system_id, sp<SharedLibrary> *library, T** factory) { 77 if (library != NULL) { 78 library->clear(); 91 CA_system_id, library, factory); 108 pluginPath, CA_system_id, library, factory)) { 153 sp<SharedLibrary> *library, T** factory) { 161 if (library != NULL) { 162 *library = mLibrary [all...] |
/build/soong/java/ |
androidmk.go | 27 func (library *Library) AndroidMk() android.AndroidMkData { 30 OutputFile: android.OptionalPathForPath(library.implementationJarFile), 34 if len(library.logtagsSrcs) > 0 { 36 for _, l := range library.logtagsSrcs { 42 if library.properties.Installable != nil && *library.properties.Installable == false { 45 if library.dexJarFile != nil { 46 fmt.Fprintln(w, "LOCAL_SOONG_DEX_JAR :=", library.dexJarFile.String()) 47 if library.deviceProperties.Dex_preopt.Enabled != nil [all...] |
/external/freetype/src/tools/ftfuzzer/ |
rasterfuzzer.cc | 30 static FT_Library library; variable 36 InitResult = FT_Init_FreeType( &library ); 39 FT_Done_FreeType( library ); 122 FT_Outline_Get_Bitmap( library, &outline, &bitmap_mono ); 123 FT_Outline_Get_Bitmap( library, &outline, &bitmap_gray );
|
/external/freetype/src/base/ |
ftlcdfil.c | 53 lcd_weights = slot->library->lcd_weights; 54 lcd_filter_func = slot->library->lcd_filter_func; 279 FT_Library_SetLcdFilterWeights( FT_Library library, 282 if ( !library ) 288 ft_memcpy( library->lcd_weights, weights, FT_LCD_FILTER_FIVE_TAPS ); 289 library->lcd_filter_func = ft_lcd_filter_fir; 296 FT_Library_SetLcdFilter( FT_Library library, 305 if ( !library ) 311 library->lcd_filter_func = NULL; 315 ft_memcpy( library->lcd_weights [all...] |
/device/generic/goldfish-opengl/system/renderControl_enc/ |
Android.mk | 3 $(call emugl-begin-shared-library,lib_renderControl_enc)
|
/device/generic/goldfish-opengl/tests/ut_rendercontrol_enc/ |
Android.mk | 3 $(call emugl-begin-shared-library,libut_rendercontrol_enc)
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkPlatform.cpp | 30 PlatformDriver::PlatformDriver (const tcu::FunctionLibrary& library) 32 m_vk.getInstanceProcAddr = (GetInstanceProcAddrFunc)library.getFunction("vkGetInstanceProcAddr");
|
/external/freetype/include/freetype/internal/services/ |
svcid.h | 69 FT_Init_Class_ ## class_( FT_Library library, \ 72 FT_UNUSED( library ); \
|
/external/libcxx/utils/ |
sym_extract.py | 11 sym_extract - Extract and output a list of symbols from a shared library. 19 description='Extract a list of symbols from a shared library.') 20 parser.add_argument('library', metavar='shared-lib', type=str, 21 help='The library to extract symbols from') 34 % (args.library, args.output)) 35 syms = extract.extract_symbols(args.library)
|
/external/libyuv/files/ |
public.mk | 2 # anyone depending on this library.
|
/external/libyuv/ |
public.mk | 2 # anyone depending on this library.
|
/external/llvm/bindings/python/llvm/ |
disassembler.py | 47 # as symbols in the shared library. 149 def register_library(library): 150 library.LLVMCreateDisasm.argtypes = [c_char_p, c_void_p, c_int, 152 library.LLVMCreateDisasm.restype = c_object_p 154 library.LLVMDisasmDispose.argtypes = [Disassembler] 156 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte), 158 library.LLVMDisasmInstruction.restype = c_size_t 160 library.LLVMSetDisasmOptions.argtypes = [Disassembler, c_uint64] 161 library.LLVMSetDisasmOptions.restype = c_int
|
/external/volley/ |
README.md | 3 Volley is an HTTP library that makes networking for Android apps easier and, most
|
/frameworks/av/media/libeffects/loudness/ |
Android.mk | 3 # LoudnessEnhancer library
|
/frameworks/av/media/libeffects/visualizer/ |
Android.mk | 3 # Visualizer library
|
/frameworks/base/core/tests/coretests/apks/ |
FrameworkCoreTests_apk.mk | 11 # Every package should have a native library
|
/frameworks/base/packages/SimAppDialog/ |
Android.mk | 17 include frameworks/opt/setupwizard/library/common-platform-deprecated.mk
|