Home
last modified time | relevance | path

Searched refs:eggs (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/test/CodeGen/ARM/
Dzextload_demandedbits.ll5 %struct.eggs = type { %struct.spam, i16 }
15 define void @quux(%struct.eggs* %arg) {
17 %tmp1 = getelementptr inbounds %struct.eggs, %struct.eggs* %arg, i32 0, i32 1
/external/python/cpython2/Doc/library/
Dpprint.rst58 >>> stuff = ['spam', 'eggs', 'lumberjack', 'knights', 'ni']
62 [ ['spam', 'eggs', 'lumberjack', 'knights', 'ni'],
64 'eggs',
68 >>> tup = ('spam', ('eggs', ('lumberjack', ('knights', ('ni', ('dead',
72 ('spam', ('eggs', ('lumberjack', ('knights', ('ni', ('dead', (...)))))))
95 >>> stuff = ['spam', 'eggs', 'lumberjack', 'knights', 'ni']
100 'eggs',
136 "[<Recursion on list with id=...>, 'spam', 'eggs', 'lumberjack', 'knights', 'ni']"
211 >>> tup = ('spam', ('eggs', ('lumberjack', ('knights', ('ni', ('dead',
217 ('eggs',
[all …]
Dtraceback.rst275 >>> traceback.format_list([('spam.py', 3, '<module>', 'spam.eggs()'),
276 ... ('eggs.py', 42, 'eggs', 'return "bacon"')])
277 [' File "spam.py", line 3, in <module>\n spam.eggs()\n',
278 ' File "eggs.py", line 42, in eggs\n return "bacon"\n']
Dsgmllib.rst103 very common case of ``<A HREF="url?spam=1&eggs=2">`` when ``eggs`` is a valid
Ddifflib.rst163 >>> s1 = ['bacon\n', 'eggs\n', 'ham\n', 'guido\n']
172 ! eggs
298 >>> s1 = ['bacon\n', 'eggs\n', 'ham\n', 'guido\n']
306 -eggs
Dzipfile.rst135 myzip.write('eggs.txt')
515 $ python -m zipfile -c monty.zip spam.txt eggs.txt
Dsubprocess.rst307 /bin/vikings -input eggs.txt -output "spam spam.txt" -cmd "echo '$MONEY'"
310 ['/bin/vikings', '-input', 'eggs.txt', '-output', 'spam spam.txt', '-cmd', "echo '$MONEY'"]
314 as *eggs.txt*) that are separated by whitespace in the shell go in separate
Dcsv.rst81 >>> with open('eggs.csv', 'rb') as csvfile:
121 with open('eggs.csv', 'wb') as csvfile:
Durllib.rst512 >>> params = urllib.urlencode({'spam': 1, 'eggs': 2, 'bacon': 0})
519 >>> params = urllib.urlencode({'spam': 1, 'eggs': 2, 'bacon': 0})
Dfunctions.rst1666 On the other hand, the statement ``from spam.ham import eggs, sausage as
1669 _temp = __import__('spam.ham', globals(), locals(), ['eggs', 'sausage'], -1)
1670 eggs = _temp.eggs
/external/walt/pywalt/
D.gitignore13 develop-eggs/
16 eggs/
17 .eggs/
/external/clang/test/CodeGenObjC/
Dproperty-getter-dot-syntax.m9 id<NSObject> eggs;
10 void *eggsText= eggs.description;
/external/python/cpython2/Tools/bgen/bgen/
DbgenGeneratorGroup.py34 eggs = FunctionGenerator(void, "eggs")
35 group.add(eggs)
DbgenGenerator.py290 eggs = FunctionGenerator(void, "eggs",
296 eggs.setprefix("spam")
298 eggs.generate()
/external/python/cpython2/Lib/test/
Dinspect_fodder.py9 eggs(b + d, c + f)
12 def eggs(x, y): function
Dtest_inspect.py255 self.assertEqual(functions, [('eggs', mod.eggs),
498 self.assertArgSpecEquals(mod.eggs, ['x', 'y'], formatted = '(x, y)')
Dtest_class.py473 testme.eggs = "spam, spam, spam and ham"
Dtest_argparse.py1579 ('--eggs=42 42', NS(eggs=42, spam=42.0)),
1580 ('--eggs 2j -- -1.5', NS(eggs=2j, spam=-1.5)),
1581 ('1024.675', NS(eggs=None, spam=1024.675)),
/external/libcxxabi/
D.gitignore16 develop-eggs/
19 eggs/
/external/libcxx/
D.gitignore12 develop-eggs/
15 eggs/
/external/python/cpython2/Doc/tutorial/
Dinputoutput.rst68 ... repr((x, y, ('spam', 'eggs')))
69 "(32.5, 40000, ('spam', 'eggs'))"
136 >>> print '{0} and {1}'.format('spam', 'eggs')
137 spam and eggs
138 >>> print '{1} and {0}'.format('spam', 'eggs')
139 eggs and spam
Derrors.rst183 ... raise Exception('spam', 'eggs')
193 ('spam', 'eggs')
194 ('spam', 'eggs')
196 y = eggs
Dintroduction.rst146 >>> 'spam eggs' # single quotes
147 'spam eggs'
/external/protobuf/
D.gitignore57 python/.eggs/
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c300 EXPORT(int) getSPAMANDEGGS(EGG **eggs) in getSPAMANDEGGS() argument
302 *eggs = my_eggs; in getSPAMANDEGGS()

12