Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dconstant-island-crash.ll7eggs], [6 x [15 x i16]], [6 x i32], i32, i32, i32, i32, i32, i32, %struct.eggs, [4 x %struct.eggs]…
8 %struct.eggs = type { i32, i32 }
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
Dno-fpscr-liveness.ll12 ; CHECK-LABEL: eggs:
19 define i32 @eggs(double* nocapture readnone %arg) {
/external/python/setuptools/tests/
Dmanual_test.py87 eggs = os.listdir('eggs')
88 eggs.sort()
89 assert len(eggs) == 3
90 assert eggs[1].startswith('setuptools')
91 del eggs[1]
92 assert eggs == ['extensions-0.3-py2.6.egg',
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Drefine-stores.ll8 %struct.eggs = type {}
13 ; CHECK-NEXT: [[FOO:%.*]] = bitcast i32* [[A:%.*]] to %struct.eggs**
14 ; CHECK-NEXT: store %struct.eggs* null, %struct.eggs** [[FOO]]
23 ; CHECK-NEXT: store %struct.eggs* null, %struct.eggs** [[FOO]]
27 %foo = bitcast i32 *%a to %struct.eggs**
28 store %struct.eggs* null, %struct.eggs** %foo
45 store %struct.eggs* null, %struct.eggs** %foo
/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']
/external/python/setuptools/docs/
Dhistory.txt21 application deployment also inspired the concept of "entry points" in eggs,
23 community about eggs and setuptools.
37 use of eggs and setuptools, even before eggs were "cool". (Thanks, guys!)
Dformats.txt20 principle of Python eggs is that they should be discoverable and
22 easily and efficiently find out what eggs are present on a system, and
23 to ensure that the desired eggs' contents are importable.
25 There are two basic formats currently implemented for Python eggs:
65 egg -- there may be several eggs "scrambled" together in a single
92 If eggs contained only code and resources, there would of course be
102 The minimum project metadata that all eggs must have is a standard
105 this to be the only metadata file included, ``.egg-info`` format eggs
181 These files are not eggs, strictly speaking. They simply provide a way
196 searches for available eggs, ``.egg-link`` files are opened and the
[all …]
Deasy_install.txt391 Just copy the eggs or source packages you need to a directory on the target
397 will attempt to install SomePackage using only eggs and source packages found
403 eggs using a command like this::
407 This will tell EasyInstall to put zipped eggs or source packages for
410 target machine. (``-z`` means zipped eggs, ``-m`` means multi-version, which
411 prevents .pth files from being used, ``-a`` means to copy all the eggs needed,
413 directory to place the eggs in.)
415 You can also build the eggs from local development packages that were installed
420 This will use locally-available source distributions to build the eggs.
427 EasyInstall to build eggs for a project. You'll want to use the ``--zip-ok``,
[all …]
/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/httplib2/
D.gitignore20 develop-eggs
22 eggs
/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
/external/python/cpython3/Lib/test/
Dinspect_fodder.py9 eggs(b + d, c + f)
12 def eggs(x, y): function
/external/libcxxabi/
D.gitignore16 develop-eggs/
19 eggs/
/external/python/cpython3/Doc/library/
Dpprint.rst59 >>> stuff = ['spam', 'eggs', 'lumberjack', 'knights', 'ni']
63 [ ['spam', 'eggs', 'lumberjack', 'knights', 'ni'],
65 'eggs',
71 [['spam', 'eggs', 'lumberjack',
73 'spam', 'eggs', 'lumberjack', 'knights',
75 >>> tup = ('spam', ('eggs', ('lumberjack', ('knights', ('ni', ('dead',
79 ('spam', ('eggs', ('lumberjack', ('knights', ('ni', ('dead', (...)))))))
108 >>> stuff = ['spam', 'eggs', 'lumberjack', 'knights', 'ni']
113 'eggs',
146 "[<Recursion on list with id=...>, 'spam', 'eggs', 'lumberjack', 'knights', 'ni']"
/external/libcxx/
D.gitignore12 develop-eggs/
15 eggs/
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ArgumentPromotion/
Dcrash.ll27 %tmp = call fastcc i8* @spam(i1 (i8*)* @eggs)
37 define internal i1 @eggs(i8* %arg) {
/external/grpc-grpc/src/python/grpcio/
D.gitignore7 *.eggs/
/external/python/mock/
D.gitignore18 .eggs
/external/python/dateutil/
D.gitignore9 .eggs

1234