/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
string_tests.py | 698 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam", 700 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam", [all...] |
test_genericpath.py | 44 commonprefix(["/home/swen/spam", "/home/swen/eggs"]), 56 commonprefix([":home:swen:spam", ":home:swen:eggs"]),
|
test_inspect.py | 162 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0)) 164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0)) 175 [' eggs(b + d, c + f)\n'], 0)) 176 self.assertEqual(git.tr[2][1:], (modfile, 18, 'eggs', 237 self.assertEqual(functions, [('eggs', mod.eggs), 480 self.assertArgSpecEquals(mod.eggs, ['x', 'y'], formatted = '(x, y)') [all...] |
test_codeccallbacks.py | 69 s = u"\u30b9\u30d1\u30e2 \xe4nd eggs" 72 "スパモ änd eggs" 76 "スパモ \xe4nd eggs" 314 wrongargs = [ "spam", u"eggs", 42, 1.0, None ]
|
test_class.py | 473 testme.eggs = "spam, spam, spam and ham" 474 self.assertCallStack([('__setattr__', (testme, "eggs",
|
test_multibytecodec_support.py | 72 s = u"\u0b13\u0b23\u0b60 nd eggs" 75 "ଓଣୠ nd eggs"
|
test_pydoc.py | 58 | NO_MEANING = 'eggs' 140 <dl><dt><strong>NO_MEANING</strong> = 'eggs'</dl>
|
test_file2k.py | 322 "spam, spam and eggs\n", 323 "eggs, spam, ham and spam\n", 324 "saussages, spam, spam and eggs\n", 325 "spam, ham, spam and eggs\n",
|
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')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
string_tests.py | 698 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam", 700 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam", [all...] |
test_genericpath.py | 44 commonprefix(["/home/swen/spam", "/home/swen/eggs"]), 56 commonprefix([":home:swen:spam", ":home:swen:eggs"]),
|
test_inspect.py | 162 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0)) 164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0)) 175 [' eggs(b + d, c + f)\n'], 0)) 176 self.assertEqual(git.tr[2][1:], (modfile, 18, 'eggs', 237 self.assertEqual(functions, [('eggs', mod.eggs), 480 self.assertArgSpecEquals(mod.eggs, ['x', 'y'], formatted = '(x, y)') [all...] |
test_codeccallbacks.py | 69 s = u"\u30b9\u30d1\u30e2 \xe4nd eggs" 72 "スパモ änd eggs" 76 "スパモ \xe4nd eggs" 314 wrongargs = [ "spam", u"eggs", 42, 1.0, None ]
|
test_class.py | 473 testme.eggs = "spam, spam, spam and ham" 474 self.assertCallStack([('__setattr__', (testme, "eggs",
|
test_multibytecodec_support.py | 72 s = u"\u0b13\u0b23\u0b60 nd eggs" 75 "ଓଣୠ nd eggs"
|
test_pydoc.py | 58 | NO_MEANING = 'eggs' 140 <dl><dt><strong>NO_MEANING</strong> = 'eggs'</dl>
|
test_file2k.py | 322 "spam, spam and eggs\n", 323 "eggs, spam, ham and spam\n", 324 "saussages, spam, spam and eggs\n", 325 "spam, ham, spam and eggs\n",
|
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')
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_SearchSnippetsTest.java | 95 expected.put(SearchSnippets.SNIPPET, "eggs@[farmers].org"); 239 .with(Email.DATA, "eggs@farmers.org")
|
/external/llvm/lib/Transforms/Utils/ |
MetaRenamer.cpp | 59 "wibble", "wobble", "widget", "wombat", "ham", "eggs", "pluto", "spam"
|
/frameworks/base/core/java/com/android/internal/app/ |
PlatLogoActivity.java | 158 Log.e("PlatLogoActivity", "No more eggs.");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbshelve.py | 369 self.d[5] = 'eggs' 375 self.assertEqual('eggs', self.d.get(5))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbshelve.py | 369 self.d[5] = 'eggs' 375 self.assertEqual('eggs', self.d.get(5))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
trace.py | 33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs 34 trace.py -t --ignore-dir '$prefix' spam.py eggs 35 trace.py --trackcalls spam.py eggs 148 # "Spam" must also mean ignoring "Spam.Eggs".
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
trace.py | 33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs 34 trace.py -t --ignore-dir '$prefix' spam.py eggs 35 trace.py --trackcalls spam.py eggs 148 # "Spam" must also mean ignoring "Spam.Eggs".
|