HomeSort by relevance Sort by last modified time
    Searched full:library (Results 276 - 300 of 36234) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libc.so 2 Use the shared library, but some functions are only in
3 the static library, so try that secondarily. */
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
_remote.repositories 3 hamcrest-library-1.3.jar>central=
4 hamcrest-library-1.3.pom>central=
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
PlatformPkgX64.dsc 95 # Library Class section - list of all Library Classes needed by this Platform.
102 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
103 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
104 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
105 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
106 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
107 DxeSmmDriverEntryPoint|IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
112 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
114 BaseMemoryLib|MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.in
    [all...]
PlatformPkgIA32.dsc 95 # Library Class section - list of all Library Classes needed by this Platform.
102 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
103 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
104 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
105 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
106 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
107 DxeSmmDriverEntryPoint|IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
112 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
114 BaseMemoryLib|MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.in
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
InternalBootScriptLib.h 29 #include <Library/S3BootScriptLib.h>
31 #include <Library/UefiBootServicesTableLib.h>
32 #include <Library/BaseLib.h>
33 #include <Library/PcdLib.h>
34 #include <Library/SmbusLib.h>
35 #include <Library/IoLib.h>
36 #include <Library/PciLib.h>
37 #include <Library/DebugLib.h>
38 #include <Library/BaseMemoryLib.h>
39 #include <Library/TimerLib.h>
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/
QncS3Support.h 4 This file includes package header files, library classes and protocol, PPI & GUID definitions.
28 #include <Library/UefiLib.h>
29 #include <Library/IoLib.h>
30 #include <Library/DebugLib.h>
31 #include <Library/DxeServicesLib.h>
32 #include <Library/S3BootScriptLib.h>
33 #include <Library/BaseMemoryLib.h>
34 #include <Library/PeCoffLib.h>
35 #include <Library/LockBoxLib.h>
36 #include <Library/UefiDriverEntryPoint.h>
    [all...]
  /external/openssh/openbsd-compat/regress/
opensslvertest.c 29 { 0x0090802fL, 0x0090804fL, 1}, /* newer library fix version: ok */
30 { 0x0090802fL, 0x0090801fL, 1}, /* older library fix version: ok */
31 { 0x0090802fL, 0x0090702fL, 0}, /* older library minor version: NO */
32 { 0x0090802fL, 0x0090902fL, 0}, /* newer library minor version: NO */
33 { 0x0090802fL, 0x0080802fL, 0}, /* older library major version: NO */
34 { 0x0090802fL, 0x1000100fL, 0}, /* newer library major version: NO */
38 { 0x1000101fL, 0x1000102fL, 1}, /* newer library patch version: ok */
39 { 0x1000101fL, 0x1000100fL, 1}, /* older library patch version: ok */
40 { 0x1000101fL, 0x1000201fL, 1}, /* newer library fix version: ok */
41 { 0x1000101fL, 0x1000001fL, 0}, /* older library fix version: NO *
    [all...]
  /developers/build/prebuilts/androidtv/leanback/
README.md 1 # AndroidTV Leanback Support Library sample for videos
3 The Leanback API Demo/Video By Googles app is designed to run on an Android TV device and demonstrates how to use the Leanback Support library
7 * Android SDK v7 appcompat library
8 * Android SDK v17 leanback support library
9 * Android SDK v7 recyclerview library
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/
InternalCryptLib.h 18 #include <Library/BaseLib.h>
19 #include <Library/BaseMemoryLib.h>
20 #include <Library/MemoryAllocationLib.h>
21 #include <Library/DebugLib.h>
22 #include <Library/BaseCryptLib.h>
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Ebl.h 37 #include <Library/BaseLib.h>
38 #include <Library/MemoryAllocationLib.h>
39 #include <Library/DevicePathLib.h>
40 #include <Library/PrintLib.h>
41 #include <Library/BaseMemoryLib.h>
42 #include <Library/UefiLib.h>
43 #include <Library/UefiBootServicesTableLib.h>
44 #include <Library/UefiRuntimeServicesTableLib.h>
45 #include <Library/DebugLib.h>
46 #include <Library/EfiFileLib.h>
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeFileExplorerProtocol/
DxeFileExplorerProtocol.uni 2 // Library instance that implements File explorer Library class based on protocol gEfiFileExplorerProtocolGuid.
17 #string STR_MODULE_ABSTRACT #language en-US "Implements File explorer Library class based on protocol gEfiFileExplorerProtocolGuid"
19 #string STR_MODULE_DESCRIPTION #language en-US "Library instance that implements File explorer Library class based on protocol gEfiFileExplorerProtocolGuid."
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeIoLibEsal/
DxeIoLibEsalInternal.h 2 Internal include file for the I/O Library using ESAL services.
23 #include <Library/IoLib.h>
24 #include <Library/DebugLib.h>
25 #include <Library/BaseLib.h>
26 #include <Library/ExtendedSalLib.h>
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
UefiDevicePathLibOptionalDevicePathProtocol.uni 2 // Instance of Device Path Library based on Device Path Protocol.
4 // Device Path Library that layers on top of the UEFI 2.0 Device Path Protocol.
5 // If the DevicePathFromText/DevicePathToText protocol doesn't exist, the library
20 #string STR_MODULE_ABSTRACT #language en-US "Instance of Device Path Library based on Device Path Protocol."
22 #string STR_MODULE_DESCRIPTION #language en-US "Instance of Device Path Library based on Device Path Protocol."
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiUsbLib/
UefiUsbLibInternal.h 5 This file includes package header files, library classes and protocol, PPI & GUID definitions.
21 #include <Library/UefiUsbLib.h>
22 #include <Library/BaseMemoryLib.h>
23 #include <Library/DebugLib.h>
24 #include <Library/PcdLib.h>
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PchPlatformLib/
PchPlatformLibrary.h 39 #include "Library/EdkIIGlueMemoryAllocationLib.h"
41 #include "Library/PciLib.h"
42 #include "Library/IoLib.h"
43 #include "Library/DebugLib.h"
44 #include "Library/PcdLib.h"
  /external/freetype/src/base/
ftpic.c 29 ft_pic_container_init( FT_Library library )
31 FT_PIC_Container* pic_container = &library->pic_container;
37 error = ft_base_pic_init( library );
47 ft_pic_container_destroy( FT_Library library )
49 ft_base_pic_free( library );
  /external/libnl/doc/
index.txt 6 image:library_overview.png["Library Hierarchy"]
8 link:core.html[Netlink Library] (libnl)::
11 link:route.html[Routing Family Library] (libnl-route)::
14 Netfilter Library (libnl-nf)::
17 Generic Netlink Library (libnl-genl)::
  /external/libpcap/
pcap_version.h 4 * if you import data from a shared library into an program, the data is
6 * library with which the program was linked isn't the same as the
7 * string in the version of the library with which the program is being
9 * being the one from the version of the library with which the program
11 * from the library but being truncated).
pcap_version.h.in 4 * if you import data from a shared library into an program, the data is
6 * library with which the program was linked isn't the same as the
7 * string in the version of the library with which the program is being
9 * being the one from the version of the library with which the program
11 * from the library but being truncated).
  /external/pdfium/third_party/freetype/src/base/
ftpic.c 29 ft_pic_container_init( FT_Library library )
31 FT_PIC_Container* pic_container = &library->pic_container;
37 error = ft_base_pic_init( library );
47 ft_pic_container_destroy( FT_Library library )
49 ft_base_pic_free( library );
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/
sh2.c 1 /* This is part of the shared library ld test. This file becomes part
2 of a shared library. */
5 the shared library. */
9 reference with non-default visibility in another shared library. */
12 /* This function is called by another file in the shared library. */
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc0/
adapters-1.0-rc0.jar 
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/ResetSystemRuntimeDxe/
ResetSystem.h 24 #include <Library/BaseLib.h>
25 #include <Library/DebugLib.h>
26 #include <Library/UefiLib.h>
27 #include <Library/IoLib.h>
28 #include <Library/UefiDriverEntryPoint.h>
29 #include <Library/UefiBootServicesTableLib.h>
30 #include <Library/UefiRuntimeLib.h>
31 #include <Library/UefiRuntimeServicesTableLib.h>
32 #include <Library/ResetSystemLib.h>
33 #include <Library/ReportStatusCodeLib.h>
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
BasePeCoffLib.uni 2 // PE/COFF Loader Library implementation.
4 // The IPF version library supports loading IPF and EBC PE/COFF image.
5 // The IA32 version library support loading IA32, X64 and EBC PE/COFF images.
6 // The X64 version library support loading IA32, X64 and EBC PE/COFF images.
9 // This library will have external input - PE/COFF image.
26 #string STR_MODULE_ABSTRACT #language en-US "PE/COFF Loader Library implementation"
28 #string STR_MODULE_DESCRIPTION #language en-US "The IPF version library supports loading IPF and EBC PE/COFF images. The IA32 version library support loading IA32, X64 and EBC PE/COFF images. The X64 version library support loading IA32, X64 and EBC PE/COFF images. Caution: This module requires additional review when modified. This library will have external input: PE/COFF image. This external input must be validated carefully to avoid (…)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesTableLib/
DxeServicesTableLib.c 2 This library implement library class DxeServiceTableLib.
3 It produce EFI_DXE_SERVICE pointer in global variable gDS in library's constructure.
6 DXE driver declare that use DxeServicesTableLib library class and link to this
7 library instance.
9 Please attention this library instance can not be used util EFI_SYSTEM_TABLE was
12 This library contains contruct function to retrieve EFI_DXE_SERIVCE, this construct
28 #include <Library/DxeServicesTableLib.h>
29 #include <Library/DebugLib.h>
30 #include <Library/UefiLib.h>
    [all...]

Completed in 1313 milliseconds

<<11121314151617181920>>