Home
last modified time | relevance | path

Searched refs:Wrapper (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Library/TlsLib/
DTlsLib.uni2 // SSL/TLS Wrapper Library Instance based on OpenSSL.
17 #string STR_MODULE_ABSTRACT #language en-US "SSL/TLS Wrapper Library Instance"
19 #string STR_MODULE_DESCRIPTION #language en-US "This module provides SSL/TLS Wrapper Libra…
DTlsLib.inf2 # SSL/TLS Wrapper Library Instance based on OpenSSL.
/device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/
DBaseIntrinsicLib.uni2 // Intrinsic Routines Wrapper Library Instance.
19 #string STR_MODULE_ABSTRACT #language en-US "Intrinsic Routines Wrapper Library Instanc…
DIntrinsicLib.inf2 # Intrinsic Routines Wrapper Library Instance.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DREADME5 Dbm.py Wrapper around built-in dbm, supporting arbitrary values
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/
DIntelFsp2WrapperPkg.dsc51 # FSP Wrapper Lib
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
DREADME69 xxci.py Wrapper for rcsdiff and ci
/device/generic/opengl-transport/host/commands/emugen/
DREADME224 Wrapper generated files
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
DBuildReport.py141 def FileWrite(File, String, Wrapper=False): argument
142 if Wrapper:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_unicode.py440 class Wrapper: class
443 self.assertEqual('%s' % Wrapper(), u'\u1234')
Dtest_descr.py2336 class Wrapper(object): class
2342 return Wrapper(self.__obj[key])
2346 return Wrapper(getattr(self.__obj, name))
2350 return Wrapper(type(self))