HomeSort by relevance Sort by last modified time
    Searched refs:spam (Results 101 - 125 of 164) sorted by null

1 2 3 45 6 7

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 78 self.istest(inspect.iscode, 'mod.spam.func_code')
80 self.istest(inspect.isfunction, 'mod.spam')
100 self.assertTrue(inspect.isroutine(mod.spam))
164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0))
166 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0))
173 [' spam(a, b, c)\n'], 0))
174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam',
238 ('spam', mod.spam)])
276 self.assertEqual(inspect.getsourcefile(mod.spam), modfile
    [all...]
test_bytes.py     [all...]
test_class.py 469 testme.spam
470 self.assertCallStack([('__getattr__', (testme, "spam"))])
473 testme.eggs = "spam, spam, spam and ham"
475 "spam, spam, spam and ham"))])
test_httpservers.py 371 print "%%s, %%s, %%s" %% (form.getfirst("spam"), form.getfirst("eggs"),
469 params = urllib.urlencode({'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
514 path = self.handler.translate_path('/filename?a=b&spam=eggs#zot')
test_urllib.py 802 'spam://example/ /'),'//example/%20/')
806 "spam://c:|windows%/:=&?~#+!$,;'@()*[]|/path/"),
    [all...]
  /external/python/cpython2/Lib/test/
test_codecs.py 93 sexpected = u"foo\n|bar\r\n|baz\r|spam\u2028|eggs"
94 sexpectednoends = u"foo|bar|baz|spam|eggs"
311 f.write(u"spam")
312 f.write(u"spam")
481 f.write(u"spam")
482 f.write(u"spam")
774 codecs.readbuffer_encode(array.array("c", "spam")),
775 ("spam", 4)
788 self.assertEqual(codecs.charbuffer_encode("spam"), ("spam", 4)
    [all...]
test_bytes.py     [all...]
test_contextlib.py 94 def baz(spam):
test_class.py 469 testme.spam
470 self.assertCallStack([('__getattr__', (testme, "spam"))])
473 testme.eggs = "spam, spam, spam and ham"
475 "spam, spam, spam and ham"))])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bytes.py     [all...]
test_class.py 456 testme.spam
457 self.assertCallStack([('__getattr__', (testme, "spam"))])
460 testme.eggs = "spam, spam, spam and ham"
462 "spam, spam, spam and ham"))])
test_httpservers.py 369 print "%%s, %%s, %%s" %% (form.getfirst("spam"), form.getfirst("eggs"),
461 params = urllib.urlencode({'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
506 path = self.handler.translate_path('/filename?a=b&spam=eggs#zot')
test_urllib.py 676 'spam://example/ /'),'//example/%20/')
680 "spam://c:|windows%/:=&?~#+!$,;'@()*[]|/path/"),
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bytes.py     [all...]
test_class.py 469 testme.spam
470 self.assertCallStack([('__getattr__', (testme, "spam"))])
473 testme.eggs = "spam, spam, spam and ham"
475 "spam, spam, spam and ham"))])
test_httpservers.py 371 print "%%s, %%s, %%s" %% (form.getfirst("spam"), form.getfirst("eggs"),
469 params = urllib.urlencode({'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
514 path = self.handler.translate_path('/filename?a=b&spam=eggs#zot')
test_urllib.py 802 'spam://example/ /'),'//example/%20/')
806 "spam://c:|windows%/:=&?~#+!$,;'@()*[]|/path/"),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bytes.py     [all...]
test_class.py 469 testme.spam
470 self.assertCallStack([('__getattr__', (testme, "spam"))])
473 testme.eggs = "spam, spam, spam and ham"
475 "spam, spam, spam and ham"))])
test_httpservers.py 371 print "%%s, %%s, %%s" %% (form.getfirst("spam"), form.getfirst("eggs"),
469 params = urllib.urlencode({'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
514 path = self.handler.translate_path('/filename?a=b&spam=eggs#zot')
test_urllib.py 802 'spam://example/ /'),'//example/%20/')
806 "spam://c:|windows%/:=&?~#+!$,;'@()*[]|/path/"),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bytes.py     [all...]
test_class.py 469 testme.spam
470 self.assertCallStack([('__getattr__', (testme, "spam"))])
473 testme.eggs = "spam, spam, spam and ham"
475 "spam, spam, spam and ham"))])
test_httpservers.py 371 print "%%s, %%s, %%s" %% (form.getfirst("spam"), form.getfirst("eggs"),
469 params = urllib.urlencode({'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
514 path = self.handler.translate_path('/filename?a=b&spam=eggs#zot')
test_urllib.py 802 'spam://example/ /'),'//example/%20/')
806 "spam://c:|windows%/:=&?~#+!$,;'@()*[]|/path/"),
    [all...]

Completed in 4599 milliseconds

1 2 3 45 6 7