/prebuilts/go/linux-x86/misc/cgo/testshared/src/depBase/ |
dep.go | 24 // the shared library. Similar code in ../exe/exe.go results in
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
dragonfly.go | 13 // libc dynamic library needs them.
|
freebsd.go | 13 // libc dynamic library needs them.
|
netbsd.go | 13 // libc dynamic library needs them.
|
openbsd.go | 12 // OpenBSD crt0.o and the libc dynamic library needs it.
|
/prebuilts/go/linux-x86/src/testing/ |
testing_test.go | 14 // standard library with a TestMain, so that code is executed.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue15013.go | 9 // Nothing in the standard library caught the problem, so adding a test.
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftrender.h | 169 /* library :: A handle to the library object. */ 184 FT_Get_Renderer( FT_Library library, 197 /* library :: A handle to the library object. */ 219 FT_Set_Renderer( FT_Library library,
|
/toolchain/binutils/binutils-2.27/config/ |
bootstrap-debug-lib.mk | 6 # library builds, and toggling it where it's supposed to be disabled
|
/toolchain/binutils/binutils-2.27/libiberty/ |
configure.com | 2 $! This file configures the libiberty library for use with openVMS.
|
/cts/tests/signature/ |
Android.mk | 17 # cts-signature-common java library 35 # signature-hostside java library (for testing) 40 # These files are for device-side only, so filter-out for host library
|
/external/ImageMagick/MagickCore/ |
Make.com | 16 $define/nolog lnk$library sys$library:vaxcrtl 147 $library/create libMagick.olb -
|
/external/freetype/include/freetype/internal/ |
ftobjs.h | 267 FT_Init_Class_ ## class_( FT_Library library, \ 283 FT_Init_Class_ ## class_( FT_Library library, \ 286 FT_UNUSED( library ); \ 529 /* library :: A handle to the parent library object. */ 536 FT_Library library; member in struct:FT_ModuleRec_ 546 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library 585 /* library :: A handle to the library object. */ 597 FT_Get_Module_Interface( FT_Library library, [all...] |
/external/libpng/contrib/gregbook/ |
makevms.com | 38 $ if f$trnlnm("SYS").eqs."" then define sys sys$library: 42 $ if f$trnlnm("SYS").eqs."" then define sys sys$library: 61 $ write xopt "sys$library:decw$xlibshr.exe/share"
|
/external/libpng/contrib/pngminus/ |
makevms.com | 13 $ if f$trnlnm("SYS").eqs."" then define sys sys$library: 17 $ if f$trnlnm("SYS").eqs."" then define sys sys$library: 36 $ write xopt "sys$library:decw$xlibshr.exe/share"
|
/external/libusb/android/jni/ |
examples.mk | 4 # This library is free software; you can redistribute it and/or 9 # This library is distributed in the hope that it will be useful, 15 # License along with this library; if not, write to the Free Software
|
libusb.mk | 4 # This library is free software; you can redistribute it and/or 9 # This library is distributed in the hope that it will be useful, 15 # License along with this library; if not, write to the Free Software
|
tests.mk | 4 # This library is free software; you can redistribute it and/or 9 # This library is distributed in the hope that it will be useful, 15 # License along with this library; if not, write to the Free Software
|
/external/freetype/src/base/ |
ftbitmap.c | 54 FT_Bitmap_Copy( FT_Library library, 67 if ( !library ) 88 memory = library->memory; 296 FT_Bitmap_Embolden( FT_Library library, 308 if ( !library ) 336 error = FT_Bitmap_Convert( library, bitmap, &tmp, 1 ); 340 FT_Bitmap_Done( library, bitmap ); 363 error = ft_bitmap_assure_buffer( library->memory, bitmap, 504 FT_Bitmap_Convert( FT_Library library, 516 if ( !library ) [all...] |
/device/generic/goldfish-opengl/ |
common.mk | 18 # $(call emugl-begin-static-library,<name>) 23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY) 24 emugl-begin-shared-library = $(call emugl-begin-module,$1,SHARED_LIBRARY) 34 $(eval LOCAL_MODULE_CLASS := $(patsubst HOST_%,%,$(patsubst %EXECUTABLE,%EXECUTABLES,$(patsubst %LIBRARY,%LIBRARIES,$2)))) \ 71 # $(call emugl-begin-static-library,foo) 77 # $(call emugl-begin-shared-library,bar) 82 # Here, we define a static library named 'foo' which exports an include 83 # path and a shared library requirement, and a shared library 'bar' which 216 # The following function can be called to generate GL library wrappe [all...] |
/external/freetype/ |
vms_make.com | 268 library/create [--.lib]freetype.olb $(OBJS) 299 library [--.lib]freetype.olb $(OBJS) 331 library [--.lib]freetype.olb $(OBJS) 363 library [--.lib]freetype.olb $(OBJS) 393 library [--.lib]freetype.olb $(OBJS) 423 library [--.lib]freetype.olb $(OBJS) 456 library [--.lib]freetype.olb $(OBJS) 486 library [--.lib]freetype.olb $(OBJS) 520 library [--.lib]freetype.olb $(OBJS) 554 library [--.lib]freetype.olb $(OBJS [all...] |
/art/build/ |
codegen.go | 27 func codegen(ctx android.LoadHookContext, c *codegenProperties, library bool) { 89 if library { 135 library bool 160 func installCodegenCustomizer(module android.Module, library bool) { 162 android.AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, library) })
|
/external/libcap-ng/libcap-ng-0.7/ |
libcap-ng.spec | 3 Summary: An alternate posix capabilities library 16 Libcap-ng is a library that makes using posix capabilities easier 19 Summary: Header files for libcap-ng library 28 applications that need to use the libcap-ng library. 31 Summary: Python bindings for libcap-ng library
|
/prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc0/ |
adapters-1.0-rc0.jar | |
/prebuilts/jdk/jdk9/darwin-x86/legal/jdk.crypto.ec/ |
ecc.md | 9 of the Elliptic Curve Cryptography library in source 14 NOT apply to the Elliptic Curve Cryptography library; it is licensed under the 16 install the Elliptic Curve Cryptography library, you may delete the 17 Elliptic Curve Cryptography library: 84 as the successor of the GNU Library Public License, version 2, hence 112 you if you distribute copies of the library or if you modify it. 114 For example, if you distribute copies of the library, whether gratis 117 code. If you link other code with the library, you must provide 119 with the library after making changes to the library and recompilin [all...] |