Searched defs:PyOS_ascii_formatd (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_ascii_formatd.py0 # PyOS_ascii_formatd is deprecated and not called from anywhere in
12 PyOS_ascii_formatd = pythonapi.PyOS_ascii_formatd variable
20 with check_warnings(('PyOS_ascii_formatd is deprecated',
22 PyOS_ascii_formatd(byref(buf), sizeof(buf), '%+.10f',
29 # %-formatting returns the same values os PyOS_ascii_formatd
46 with check_warnings(('PyOS_ascii_formatd is deprecated',
49 PyOS_ascii_formatd(byref(buf), sizeof(buf), format,
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_ascii_formatd.py0 # PyOS_ascii_formatd is deprecated and not called from anywhere in
12 PyOS_ascii_formatd = pythonapi.PyOS_ascii_formatd variable
20 with check_warnings(('PyOS_ascii_formatd is deprecated',
22 PyOS_ascii_formatd(byref(buf), sizeof(buf), '%+.10f',
29 # %-formatting returns the same values os PyOS_ascii_formatd
46 with check_warnings(('PyOS_ascii_formatd is deprecated',
49 PyOS_ascii_formatd(byref(buf), sizeof(buf), format,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_ascii_formatd.py0 # PyOS_ascii_formatd is deprecated and not called from anywhere in
12 PyOS_ascii_formatd = pythonapi.PyOS_ascii_formatd variable
20 with check_warnings(('PyOS_ascii_formatd is deprecated',
22 PyOS_ascii_formatd(byref(buf), sizeof(buf), '%+.10f',
29 # %-formatting returns the same values os PyOS_ascii_formatd
46 with check_warnings(('PyOS_ascii_formatd is deprecated',
49 PyOS_ascii_formatd(byref(buf), sizeof(buf), format,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_ascii_formatd.py0 # PyOS_ascii_formatd is deprecated and not called from anywhere in
12 PyOS_ascii_formatd = pythonapi.PyOS_ascii_formatd variable
20 with check_warnings(('PyOS_ascii_formatd is deprecated',
22 PyOS_ascii_formatd(byref(buf), sizeof(buf), '%+.10f',
29 # %-formatting returns the same values os PyOS_ascii_formatd
46 with check_warnings(('PyOS_ascii_formatd is deprecated',
49 PyOS_ascii_formatd(byref(buf), sizeof(buf), format,

Completed in 1887 milliseconds