Home
last modified time | relevance | path

Searched defs:tostring (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.h16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dformatter.h741 IntOrLongToString tostring) in format_int_or_long_internal()
1330 IntOrLongToString tostring) in format_int_or_long()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dformatter.h740 IntOrLongToString tostring) in format_int_or_long_internal()
1338 IntOrLongToString tostring) in format_int_or_long()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmhlib.py823 def tostring(self): member in IntSet
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
DElementTree.py1115 def tostring(element, encoding=None, method=None): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
DElementTree.py1120 def tostring(element, encoding=None, method=None): function