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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dlvm.h16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dmhlib.py325 f.write('%s: %s\n' % (key, s.tostring()))
785 The tostring() function yields a string that can be passed to another
810 return 'IntSet(%r, %r, %r)' % (self.tostring(), self.sep, self.rng)
823 def tostring(self): member in class:IntSet
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
H A DElementTree.py16 # 2007-09-05 fl added method argument to tostring/tostringlist
68 "tostring", "tostringlist",
1120 def tostring(element, encoding=None, method=None): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
H A DElementTree.py16 # 2007-09-05 fl added method argument to tostring/tostringlist
68 "tostring", "tostringlist",
1115 def tostring(element, encoding=None, method=None): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
H A Dformatter.h740 IntOrLongToString tostring)
853 tmp = tostring(value, base);
1338 IntOrLongToString tostring)
1368 result = format_int_or_long_internal(obj, &format, tostring);
739 format_int_or_long_internal(PyObject *value, const InternalFormatSpec *format, IntOrLongToString tostring) argument
1335 format_int_or_long(PyObject* obj, STRINGLIB_CHAR *format_spec, Py_ssize_t format_spec_len, IntOrLongToString tostring) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
H A Dformatter.h741 IntOrLongToString tostring)
854 tmp = tostring(value, base);
1330 IntOrLongToString tostring)
1360 result = format_int_or_long_internal(obj, &format, tostring);
740 format_int_or_long_internal(PyObject *value, const InternalFormatSpec *format, IntOrLongToString tostring) argument
1327 format_int_or_long(PyObject* obj, STRINGLIB_CHAR *format_spec, Py_ssize_t format_spec_len, IntOrLongToString tostring) argument

Completed in 158 milliseconds