HomeSort by relevance Sort by last modified time
    Searched refs:formatstr (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_format.py 13 def testformat(formatstr, args, output=None, limit=None, overflowok=False):
17 (repr(formatstr), repr(args), repr(output)),
19 print "%s %% %s works? ..." % (repr(formatstr), repr(args)),
21 result = formatstr % args
32 (formatstr, args, result, output))
43 (repr(formatstr), repr(args), repr(result), repr(output))
49 def testboth(formatstr, *args, **kwargs):
50 testformat(formatstr, *args, **kwargs)
52 testformat(unicode(formatstr), *args, **kwargs)
251 def test_exc(formatstr, args, exception, excmsg)
    [all...]
test_ssl.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_format.py 13 def testformat(formatstr, args, output=None, limit=None, overflowok=False):
17 (repr(formatstr), repr(args), repr(output)),
19 print "%s %% %s works? ..." % (repr(formatstr), repr(args)),
21 result = formatstr % args
32 (formatstr, args, result, output))
43 (repr(formatstr), repr(args), repr(result), repr(output))
49 def testboth(formatstr, *args, **kwargs):
50 testformat(formatstr, *args, **kwargs)
52 testformat(unicode(formatstr), *args, **kwargs)
251 def test_exc(formatstr, args, exception, excmsg)
    [all...]
test_ssl.py     [all...]
  /external/mksh/src/
var.c 45 static char *formatstr(struct tbl *, const char *);
397 s = formatstr(vp, s);
435 s = salloc = formatstr(vq, s);
587 formatstr(struct tbl *vp, const char *s) function
    [all...]

Completed in 248 milliseconds