HomeSort by relevance Sort by last modified time
    Searched defs:tostring (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lvm.h 16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) macro
  /cts/tools/selinux/src/
gen_SELinux_CTS.py 18 from xml.etree.ElementTree import Element, SubElement, tostring namespace
54 s = tostring(xml_root)
SELinux_CTS.py 3 from xml.etree.ElementTree import Element, SubElement, tostring namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
PixMapWrapper.py 181 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/qemu/include/qemu/
osdep.h 32 #define stringify(s) tostring(s)
33 #define tostring(s) #s macro
  /ndk/sources/host-tools/nawk-20071023/
tran.c 221 p->nval = tostring(n);
222 p->sval = s ? tostring(s) : tostring("");
334 t = tostring(s); /* in case it's self-assign */
380 vp->sval = tostring(s);
399 char *tostring(const char *s) /* make a copy of string s */ function
405 FATAL("out of space in tostring on %s", s);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 325 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
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 325 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
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 53 #define stringify(s) tostring(s)
54 #define tostring(s) #s macro
    [all...]
test-i386.c 43 #define stringify(s) tostring(s)
44 #define tostring(s) #s macro
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 16 # 2007-09-05 fl added method argument to tostring/tostringlist
68 "tostring", "tostringlist",
1120 def tostring(element, encoding=None, method=None): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 16 # 2007-09-05 fl added method argument to tostring/tostringlist
68 "tostring", "tostringlist",
1120 def tostring(element, encoding=None, method=None): function
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 222 array.tostring
224 def tostring(row): function in function:isarray
228 def tostring(row): function in function:isarray
232 return row.tostring()
620 p = tostring(p)
621 t = tostring(t)
801 compressed = compressor.compress(tostring(data))
811 compressed = compressor.compress(tostring(data))
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 889 milliseconds