OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:library
(Results
126 - 150
of
36234
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/linaro/bootloader/edk2/Omap35xxPkg/MmcHostDxe/
MmcHostDxe.h
20
#include <
Library
/BaseLib.h>
21
#include <
Library
/MemoryAllocationLib.h>
22
#include <
Library
/DebugLib.h>
23
#include <
Library
/DevicePathLib.h>
24
#include <
Library
/IoLib.h>
25
#include <
Library
/PcdLib.h>
26
#include <
Library
/UefiBootServicesTableLib.h>
27
#include <
Library
/BaseMemoryLib.h>
28
#include <
Library
/OmapLib.h>
29
#include <
Library
/OmapDmaLib.h>
[
all
...]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
CommonHeader.h
4
This file includes package header files,
library
classes and protocol, PPI & GUID definitions.
28
#include <
Library
/UefiDriverEntryPoint.h>
29
#include <
Library
/UefiBootServicesTableLib.h>
30
#include <
Library
/DebugLib.h>
31
#include <
Library
/BaseLib.h>
32
#include <
Library
/BaseMemoryLib.h>
33
#include <
Library
/DevicePathLib.h>
34
#include <
Library
/MemoryAllocationLib.h>
35
#include <
Library
/HiiLib.h>
36
#include <
Library
/PcdLib.h>
[
all
...]
/external/e2fsprogs/lib/
Makefile.profile
1
all:: $(
LIBRARY
)_p.a
9
$(RM) -f $(
LIBRARY
)_p.a ../$(
LIBRARY
)_p.a
11
$(
LIBRARY
)_p.a: $(OBJS)
20
install:: $(
LIBRARY
)_p.a installdirs
21
$(E) " INSTALL_DATA $(libdir)/$(
LIBRARY
)_p.a"
22
$(Q) $(INSTALL_DATA) $(
LIBRARY
)_p.a $(DESTDIR)$(libdir)/$(
LIBRARY
)_p.a
23
-$(Q) $(RANLIB) $(DESTDIR)$(libdir)/$(
LIBRARY
)_p.a
24
$(Q) $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/$(
LIBRARY
)_p.
[
all
...]
/frameworks/base/media/lib/tvremote/
README.txt
1
This
library
(com.android.media.tv.remoteprovider.jar) is a shared java
library
4
--- Rules of this
library
---
5
o This
library
is effectively a System API for unbundled emote service provider
9
o This
library
can see and instantiate internal platform classes, but it must not
11
break clients of the
library
because they cannot see the internal platform classes.
13
This
library
is distributed in the system image, and loaded as
14
a shared
library
. So you can change the implementation, but not
17
--- Why does this
library
exist? ---
22
This
library
will eventually be replaced when the inputmanage
[
all
...]
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
ArmJunoDxeInternal.h
20
#include <
Library
/BaseLib.h>
21
#include <
Library
/ArmLib.h>
22
#include <
Library
/AcpiLib.h>
23
#include <
Library
/DebugLib.h>
24
#include <
Library
/DxeServicesTableLib.h>
25
#include <
Library
/UefiBootServicesTableLib.h>
26
#include <
Library
/UefiLib.h>
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
DxePrintLibPrint2Protocol.uni
2
//
Library
instance that implements Print
Library
class based on protocol gEfiPrint2ProtocolGuid.
4
//
Library
instance that implements Print
Library
class based on protocol gEfiPrint2ProtocolGuid.
18
#string STR_MODULE_ABSTRACT #language en-US "Implements Print
Library
class based on protocol gEfiPrint2ProtocolGuid"
20
#string STR_MODULE_DESCRIPTION #language en-US "
Library
instance that implements Print
Library
class based on protocol gEfiPrint2ProtocolGuid."
/device/linaro/bootloader/edk2/MdePkg/Library/DxeExtendedSalLib/
DxeExtendedSalLib.uni
2
// The
library
implements the Extended SAL
Library
Class for boot service only modules.
4
// This
library
implements the Extended SAL
Library
Class for boot service only modules.
18
#string STR_MODULE_ABSTRACT #language en-US "Implements the Extended SAL
Library
Class for boot service only modules"
20
#string STR_MODULE_DESCRIPTION #language en-US "This
library
implements the Extended SAL
Library
Class for boot service only modules."
/device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimeExtendedSalLib/
DxeRuntimeExtendedSalLib.uni
2
// This
library
implements the Extended SAL
Library
Class for use in boot services and runtime.
4
// This
library
implements the Extended SAL
Library
Class for use in boot services and runtime.
18
#string STR_MODULE_ABSTRACT #language en-US "Implements the Extended SAL
Library
Class for use in boot services and runtime"
20
#string STR_MODULE_DESCRIPTION #language en-US "This
library
implements the Extended SAL
Library
Class for use in boot services and runtime."
/device/linaro/bootloader/edk2/MdePkg/Library/DxeSalLibEsal/
DxeSalLibEsal.uni
2
// This
library
implements the SAL
Library
Class using Extended SAL functions
4
// This
library
implements the SAL
Library
Class using Extended SAL functions.
18
#string STR_MODULE_ABSTRACT #language en-US "Implements the SAL
Library
Class using Extended SAL functions"
20
#string STR_MODULE_DESCRIPTION #language en-US "This
library
implements the SAL
Library
Class using Extended SAL functions."
/device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/
DxeTimerLibEsal.uni
2
// This
library
implements the Timer
Library
using the Extended SAL Stall Services Class.
4
// This
library
implements the Timer
Library
using the Extended SAL Stall Services Class.
18
#string STR_MODULE_ABSTRACT #language en-US "Implements the Timer
Library
using the Extended SAL Stall Services Class"
20
#string STR_MODULE_DESCRIPTION #language en-US "This
library
implements the Timer
Library
using the Extended SAL Stall Services Class."
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/
CommonHeader.h
4
This file includes package header files,
library
classes and protocol, PPI & GUID definitions.
24
#include <
Library
/SmbusLib.h>
25
#include <
Library
/IoLib.h>
26
#include <
Library
/PciLib.h>
27
#include <
Library
/DebugLib.h>
28
#include <
Library
/PcdLib.h>
29
#include <
Library
/QNCAccessLib.h>
/external/freetype/src/smooth/
ftspic.h
44
#define FT_GRAYS_RASTER_GET ( GET_PIC(
library
)->ft_grays_raster )
49
ft_smooth_renderer_class_pic_free( FT_Library
library
);
52
ft_smooth_lcd_renderer_class_pic_free( FT_Library
library
);
55
ft_smooth_lcdv_renderer_class_pic_free( FT_Library
library
);
58
ft_smooth_renderer_class_pic_init( FT_Library
library
);
61
ft_smooth_lcd_renderer_class_pic_init( FT_Library
library
);
64
ft_smooth_lcdv_renderer_class_pic_init( FT_Library
library
);
ftspic.c
34
ft_smooth_renderer_class_pic_free( FT_Library
library
)
36
FT_PIC_Container* pic_container = &
library
->pic_container;
37
FT_Memory memory =
library
->memory;
55
ft_smooth_renderer_class_pic_init( FT_Library
library
)
57
FT_PIC_Container* pic_container = &
library
->pic_container;
60
FT_Memory memory =
library
->memory;
89
ft_smooth_lcd_renderer_class_pic_init( FT_Library
library
)
91
return ft_smooth_renderer_class_pic_init(
library
);
96
ft_smooth_lcd_renderer_class_pic_free( FT_Library
library
)
98
ft_smooth_renderer_class_pic_free(
library
);
[
all
...]
/external/pdfium/third_party/freetype/src/smooth/
ftspic.h
44
#define FT_GRAYS_RASTER_GET ( GET_PIC(
library
)->ft_grays_raster )
49
ft_smooth_renderer_class_pic_free( FT_Library
library
);
52
ft_smooth_lcd_renderer_class_pic_free( FT_Library
library
);
55
ft_smooth_lcdv_renderer_class_pic_free( FT_Library
library
);
58
ft_smooth_renderer_class_pic_init( FT_Library
library
);
61
ft_smooth_lcd_renderer_class_pic_init( FT_Library
library
);
64
ft_smooth_lcdv_renderer_class_pic_init( FT_Library
library
);
ftspic.c
34
ft_smooth_renderer_class_pic_free( FT_Library
library
)
36
FT_PIC_Container* pic_container = &
library
->pic_container;
37
FT_Memory memory =
library
->memory;
55
ft_smooth_renderer_class_pic_init( FT_Library
library
)
57
FT_PIC_Container* pic_container = &
library
->pic_container;
60
FT_Memory memory =
library
->memory;
89
ft_smooth_lcd_renderer_class_pic_init( FT_Library
library
)
91
return ft_smooth_renderer_class_pic_init(
library
);
96
ft_smooth_lcd_renderer_class_pic_free( FT_Library
library
)
98
ft_smooth_renderer_class_pic_free(
library
);
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/
BeagleBoardPkg.dsc
34
ArmLib|ArmPkg/
Library
/ArmLib/ArmV7/ArmV7Lib.inf
35
ArmPlatformLib|OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/
Library
/BeagleBoardLib/BeagleBoardLib.inf
37
ArmPlatformStackLib|ArmPlatformPkg/
Library
/ArmPlatformStackLib/ArmPlatformStackLib.inf
38
ArmSmcLib|ArmPkg/
Library
/ArmSmcLib/ArmSmcLib.inf
40
HiiLib|MdeModulePkg/
Library
/UefiHiiLib/UefiHiiLib.inf
41
UefiHiiServicesLib|MdeModulePkg/
Library
/UefiHiiServicesLib/UefiHiiServicesLib.inf
44
DebugLib|MdePkg/
Library
/BaseDebugLibNull/BaseDebugLibNull.inf
45
UncachedMemoryAllocationLib|ArmPkg/
Library
/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
47
DebugLib|MdePkg/
Library
/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
48
UncachedMemoryAllocationLib|ArmPkg/
Library
/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
[
all
...]
/device/linaro/bootloader/edk2/BeagleBoardPkg/
BeagleBoardPkg.dsc
35
ArmLib|ArmPkg/
Library
/ArmLib/ArmV7/ArmV7Lib.inf
36
ArmPlatformLib|BeagleBoardPkg/
Library
/BeagleBoardLib/BeagleBoardLib.inf
38
ArmPlatformStackLib|ArmPlatformPkg/
Library
/ArmPlatformStackLib/ArmPlatformStackLib.inf
39
ArmSmcLib|ArmPkg/
Library
/ArmSmcLib/ArmSmcLib.inf
41
HiiLib|MdeModulePkg/
Library
/UefiHiiLib/UefiHiiLib.inf
42
UefiHiiServicesLib|MdeModulePkg/
Library
/UefiHiiServicesLib/UefiHiiServicesLib.inf
45
DebugLib|MdePkg/
Library
/BaseDebugLibNull/BaseDebugLibNull.inf
46
UncachedMemoryAllocationLib|ArmPkg/
Library
/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
48
DebugLib|MdePkg/
Library
/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
49
UncachedMemoryAllocationLib|ArmPkg/
Library
/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DwUsbHostDxe.h
25
#include <
Library
/DebugLib.h>
26
#include <
Library
/BaseMemoryLib.h>
27
#include <
Library
/UefiDriverEntryPoint.h>
28
#include <
Library
/UefiBootServicesTableLib.h>
29
#include <
Library
/UefiLib.h>
30
#include <
Library
/BaseLib.h>
31
#include <
Library
/MemoryAllocationLib.h>
32
#include <
Library
/UncachedMemoryAllocationLib.h>
33
#include <
Library
/PcdLib.h>
34
#include <
Library
/ReportStatusCodeLib.h
[
all
...]
/external/freetype/src/cff/
cffpic.h
78
( GET_PIC(
library
)->cff_service_ps_info )
80
( GET_PIC(
library
)->cff_service_glyph_dict )
82
( GET_PIC(
library
)->cff_service_ps_name )
84
( GET_PIC(
library
)->cff_service_get_cmap_info )
86
( GET_PIC(
library
)->cff_service_cid_info )
88
( GET_PIC(
library
)->cff_service_properties )
90
( GET_PIC(
library
)->cff_services )
92
( GET_PIC(
library
)->cff_service_multi_masters )
94
( GET_PIC(
library
)->cff_service_metrics_variations )
96
( GET_PIC(
library
)->cff_cmap_encoding_class_rec
[
all
...]
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/
SourceLevelDebugPkg.dsc
32
DebugLib|MdePkg/
Library
/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
33
DebugPrintErrorLevelLib|MdePkg/
Library
/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
34
BaseLib|MdePkg/
Library
/BaseLib/BaseLib.inf
35
BaseMemoryLib|MdePkg/
Library
/BaseMemoryLib/BaseMemoryLib.inf
36
PcdLib|MdePkg/
Library
/BasePcdLibNull/BasePcdLibNull.inf
37
PrintLib|MdePkg/
Library
/BasePrintLib/BasePrintLib.inf
38
IoLib|MdePkg/
Library
/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
39
SynchronizationLib|MdePkg/
Library
/BaseSynchronizationLib/BaseSynchronizationLib.inf
40
LocalApicLib|UefiCpuPkg/
Library
/BaseXApicLib/BaseXApicLib.inf
41
PeCoffGetEntryPointLib|MdePkg/
Library
/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/
EdkLibAll.dsc
14
# EDK Common
Library
23
$(EDK_PREFIX)Foundation\
Library
\EfiCommonLib\EfiCommonLib.inf
26
$(EDK_PREFIX)Foundation\
Library
\CustomizedDecompress\CustomizedDecompress.inf
27
$(EDK_PREFIX)Foundation\
Library
\CompilerStub\CompilerStubLib.inf
34
$(EDK_PREFIX)Foundation\
Library
\Pei\PeiLib\PeiLib.inf
35
$(EDK_PREFIX)Foundation\
Library
\Pei\Hob\PeiHobLib.inf
44
$(EDK_PREFIX)Foundation\
Library
\Dxe\Hob\HobLib.inf
45
$(EDK_PREFIX)Foundation\
Library
\Dxe\EfiDriverLib\EfiDriverLib.inf
46
$(EDK_PREFIX)Foundation\
Library
\RuntimeDxe\EfiRuntimeLib\EfiRuntimeLib.inf
47
$(EDK_PREFIX)Foundation\
Library
\Dxe\Graphics\Graphics.inf
[
all
...]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PlatformIntelBdsLib/
IntelBdsPlatform.h
21
#include <
Library
/BaseMemoryLib.h>
22
#include <
Library
/DebugLib.h>
23
#include <
Library
/DevicePathLib.h>
24
#include <
Library
/UefiBootServicesTableLib.h>
25
#include <
Library
/UefiRuntimeServicesTableLib.h>
26
#include <
Library
/MemoryAllocationLib.h>
27
#include <
Library
/BaseLib.h>
28
#include <
Library
/PcdLib.h>
29
#include <
Library
/GenericBdsLib.h>
30
#include <
Library
/PlatformBdsLib.h>
[
all
...]
/device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportPei/
CbSupportPei.h
21
#include <
Library
/PeimEntryPoint.h>
22
#include <
Library
/PeiServicesLib.h>
23
#include <
Library
/BaseLib.h>
24
#include <
Library
/DebugLib.h>
25
#include <
Library
/BaseMemoryLib.h>
26
#include <
Library
/HobLib.h>
27
#include <
Library
/PcdLib.h>
28
#include <
Library
/CbParseLib.h>
29
#include <
Library
/MtrrLib.h>
30
#include <
Library
/IoLib.h>
[
all
...]
/device/linaro/bootloader/edk2/EmulatorPkg/Library/EmuBdsLib/
BdsPlatform.h
25
#include <
Library
/DebugLib.h>
26
#include <
Library
/BaseMemoryLib.h>
27
#include <
Library
/UefiBootServicesTableLib.h>
28
#include <
Library
/UefiRuntimeServicesTableLib.h>
29
#include <
Library
/MemoryAllocationLib.h>
30
#include <
Library
/BaseLib.h>
31
#include <
Library
/PcdLib.h>
32
#include <
Library
/GenericBdsLib.h>
33
#include <
Library
/PlatformBdsLib.h>
34
#include <
Library
/DevicePathLib.h>
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLibInternal.h
33
#include <
Library
/UefiLib.h>
34
#include <
Library
/UefiBootServicesTableLib.h>
35
#include <
Library
/UefiRuntimeServicesTableLib.h>
36
#include <
Library
/BaseLib.h>
37
#include <
Library
/BaseMemoryLib.h>
38
#include <
Library
/DebugLib.h>
39
#include <
Library
/MemoryAllocationLib.h>
40
#include <
Library
/PcdLib.h>
41
#include <
Library
/PrintLib.h>
42
#include <
Library
/DevicePathLib.h>
[
all
...]
Completed in 1333 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>