Searched refs:testboth (Results 1 - 4 of 4) sorted by relevance
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
H A D | test_format.py | 49 def testboth(formatstr, *args, **kwargs): function 57 testboth("%.1d", (1,), "1") 58 testboth("%.*d", (sys.maxint,1), overflowok=True) # expect overflow 59 testboth("%.100d", (1,), '00000000000000000000000000000000000000' 62 testboth("%#.117x", (1,), '0x00000000000000000000000000000000000' 66 testboth("%#.118x", (1,), '0x00000000000000000000000000000000000' 71 testboth("%f", (1.0,), "1.000000") 75 testboth("%#.*g", (109, -1.e+49/3.)) 76 testboth("%#.*g", (110, -1.e+49/3.)) 77 testboth(" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
H A D | test_format.py | 49 def testboth(formatstr, *args, **kwargs): function 57 testboth("%.1d", (1,), "1") 58 testboth("%.*d", (sys.maxint,1), overflowok=True) # expect overflow 59 testboth("%.100d", (1,), '00000000000000000000000000000000000000' 62 testboth("%#.117x", (1,), '0x00000000000000000000000000000000000' 66 testboth("%#.118x", (1,), '0x00000000000000000000000000000000000' 71 testboth("%f", (1.0,), "1.000000") 75 testboth("%#.*g", (109, -1.e+49/3.)) 76 testboth("%#.*g", (110, -1.e+49/3.)) 77 testboth(" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
H A D | test_format.py | 49 def testboth(formatstr, *args, **kwargs): function 57 testboth("%.1d", (1,), "1") 58 testboth("%.*d", (sys.maxint,1), overflowok=True) # expect overflow 59 testboth("%.100d", (1,), '00000000000000000000000000000000000000' 62 testboth("%#.117x", (1,), '0x00000000000000000000000000000000000' 66 testboth("%#.118x", (1,), '0x00000000000000000000000000000000000' 71 testboth("%f", (1.0,), "1.000000") 75 testboth("%#.*g", (109, -1.e+49/3.)) 76 testboth("%#.*g", (110, -1.e+49/3.)) 77 testboth(" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
H A D | test_format.py | 49 def testboth(formatstr, *args, **kwargs): function 57 testboth("%.1d", (1,), "1") 58 testboth("%.*d", (sys.maxint,1), overflowok=True) # expect overflow 59 testboth("%.100d", (1,), '00000000000000000000000000000000000000' 62 testboth("%#.117x", (1,), '0x00000000000000000000000000000000000' 66 testboth("%#.118x", (1,), '0x00000000000000000000000000000000000' 71 testboth("%f", (1.0,), "1.000000") 75 testboth("%#.*g", (109, -1.e+49/3.)) 76 testboth("%#.*g", (110, -1.e+49/3.)) 77 testboth(" [all...] |
Completed in 275 milliseconds