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

/external/syslinux/com32/lua/src/
H A Dlvm.h16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) macro
/external/python/cpython2/Lib/plat-mac/
H A DPixMapWrapper.py181 def tostring(self, format=imgformat.macrgb): member in class:PixMapWrapper
197 data = chr(0) + im.tostring()
203 # our tostring() method returns data in ARGB format,
205 data = self.tostring()[1:] + chr(0)
/external/one-true-awk/
H A Dtran.c221 p->nval = tostring(n);
222 p->sval = s ? tostring(s) : tostring("");
336 t = tostring(s); /* in case it's self-assign */
383 vp->sval = tostring(s);
403 char *tostring(const char *s) /* make a copy of string s */ function
409 FATAL("out of space in tostring on %s", s);
/external/python/cpython2/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
/external/python/cpython2/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
/external/python/cpython2/Objects/stringlib/
H A Dformatter.h740 IntOrLongToString tostring)
861 tmp = tostring(value, base);
1346 IntOrLongToString tostring)
1376 result = format_int_or_long_internal(obj, &format, tostring);
739 format_int_or_long_internal(PyObject *value, const InternalFormatSpec *format, IntOrLongToString tostring) argument
1343 format_int_or_long(PyObject* obj, STRINGLIB_CHAR *format_spec, Py_ssize_t format_spec_len, IntOrLongToString tostring) argument
/external/python/cpython3/Lib/xml/etree/
H A DElementTree.py84 "tostring", "tostringlist",
1119 def tostring(element, encoding=None, method=None, *, function
/external/valgrind/none/tests/amd64/
H A Dfb_test_amd64.c399 #define stringify(s) tostring(s)
400 #define tostring(s) #s macro
/external/annotation-tools/asmx/
H A Dbcel.jar ... .classfile.ConstantPool) public java.lang.String toString () static void " href="/9.0.0_r3/s? ...
/external/annotation-tools/asmx/test/lib/
H A Dbcel-5.1.jar ... .classfile.ConstantPool) public java.lang.String toString () static void " href="/9.0.0_r3/s? ...
H A Dxalan-2.6.0.jar ... .lang.Object) public java.lang.String toString () } java_cup/runtime/virtual_parse_stack.class virtual_parse_stack.java package java_cup ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jar ... String stringifyValue () StringBuffer sb public java.lang.String toString () public org.apache.bcel.classfile.AnnotationEntry ...

Completed in 925 milliseconds