Home
last modified time | relevance | path

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

/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/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
DREADME69 xxci.py Wrapper for rcsdiff and ci
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
DBuildReport.py133 def FileWrite(File, String, Wrapper=False): argument
134 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))