Home
last modified time | relevance | path

Searched refs:tostring (Results 1 – 15 of 15) sorted by relevance

/external/qemu/
Ddyngen-exec.h69 #define stringify(s) tostring(s)
70 #define tostring(s) #s macro
Dosdep.h16 #define stringify(s) tostring(s)
17 #define tostring(s) #s macro
/external/markdown/
Dregression-tests.py46 self.assertEqual(markdown.etree.tostring(root), "<div><p>foo</p></div>")
54 self.assertEqual(markdown.etree.tostring(tree.getroot()),
/external/regex-re2/
DAndroid.mk34 re2/tostring.cc \
DMakefile109 obj/re2/tostring.o\
/external/markdown/markdown/extensions/
Drss.py101 content = "\n".join([etree.tostring(node)
/external/markdown/markdown/
D__init__.py305 'xhtml' : etree.tostring,
306 'xhtml1': etree.tostring,
/external/chromium/net/tools/testserver/
Ddevice_management.py492 signing_key['private_key'].hashAndSign(signed_data).tostring())
497 req_key.hashAndSign(fetch_response.new_public_key).tostring())
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
Dutil.py190 return result.tostring()
/external/valgrind/main/VEX/test/
Dtest-i386.c43 #define stringify(s) tostring(s)
44 #define tostring(s) #s macro
Dtest-amd64.c53 #define stringify(s) tostring(s)
54 #define tostring(s) #s macro
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
Dtest_msgutil.py70 return _MASKING_NONCE + result.tostring()
/external/v8/test/mozilla/
Dmozilla.status376 js1_2/function/tostring-2: FAIL_OK
436 js1_2/function/tostring-1: FAIL_OK
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py1085 self.name = array.array('B', event.msg).tostring()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1010846 Fixes fast/js/array-tostring-and-join.html layout test.
18030 Test: fast/js/array-tostring-and-join.html