Home
last modified time | relevance | path

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

123456

/external/llvm-project/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
/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/llvm-project/llvm/test/Transforms/NewGVN/
Drefine-stores.ll12 %struct.eggs = type {}
17 ; CHECK-NEXT: [[FOO:%.*]] = bitcast i32* [[A:%.*]] to %struct.eggs**
18 ; CHECK-NEXT: store %struct.eggs* null, %struct.eggs** [[FOO]]
27 ; CHECK-NEXT: store %struct.eggs* null, %struct.eggs** [[FOO]]
31 %foo = bitcast i32 *%a to %struct.eggs**
32 store %struct.eggs* null, %struct.eggs** %foo
49 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/llvm-project/llvm/test/CodeGen/Mips/
Dcall-after-trap.ll10 define hidden void @eggs() #1 {
11 ; CHECK-LABEL: eggs:
16 ; CHECK-NEXT: lui $1, %hi(%neg(%gp_rel(eggs)))
18 ; CHECK-NEXT: daddiu $gp, $1, %lo(%neg(%gp_rel(eggs)))
/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 …]
/external/walt/pywalt/
D.gitignore13 develop-eggs/
16 eggs/
17 .eggs/
/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 …]
/external/llvm-project/clang/test/CodeGenObjC/
Dproperty-getter-dot-syntax.m9 id<NSObject> eggs;
10 void *eggsText= eggs.description;
/external/clang/test/CodeGenObjC/
Dproperty-getter-dot-syntax.m9 id<NSObject> eggs;
10 void *eggsText= eggs.description;
/external/python/httplib2/
D.gitignore21 develop-eggs
23 eggs
/external/python/ipaddress/
D.gitignore11 eggs
16 develop-eggs
/external/python/cpython2/Tools/bgen/bgen/
DbgenGeneratorGroup.py34 eggs = FunctionGenerator(void, "eggs")
35 group.add(eggs)
/external/python/cpython2/Lib/test/
Dinspect_fodder.py9 eggs(b + d, c + f)
12 def eggs(x, y): function
/external/llvm-project/libcxx/
D.gitignore12 develop-eggs/
15 eggs/
/external/llvm-project/llvm/test/CodeGen/X86/
Ddagcombine-tokenfactor-limit-crash.ll22 ; CHECK-NEXT: callq eggs
52 call void @eggs(%struct.snork* %tmp918, %struct.wombat* %tmp914, %struct.wombat* %tmp917)
59 declare void @eggs(%struct.snork*, %struct.wombat*, %struct.wombat*)
/external/libcxxabi/
D.gitignore16 develop-eggs/
19 eggs/
/external/llvm-project/libcxxabi/
D.gitignore16 develop-eggs/
19 eggs/
/external/libcxx/
D.gitignore12 develop-eggs/
15 eggs/
/external/python/cpython3/Lib/test/
Dinspect_fodder.py9 eggs(b + d, c + f)
12 def eggs(x, y): function
/external/llvm-project/llvm/test/Transforms/ArgumentPromotion/
Dcrash.ll37 %tmp = call fastcc i8* @spam(i1 (i8*)* @eggs)
47 define internal i1 @eggs(i8* %arg) {
48 ; ALL_NEWPM-LABEL: define {{[^@]+}}@eggs()
/external/python/cpython3/Doc/library/
Dpprint.rst68 >>> stuff = ['spam', 'eggs', 'lumberjack', 'knights', 'ni']
72 [ ['spam', 'eggs', 'lumberjack', 'knights', 'ni'],
74 'eggs',
80 [['spam', 'eggs', 'lumberjack',
82 'spam', 'eggs', 'lumberjack', 'knights',
84 >>> tup = ('spam', ('eggs', ('lumberjack', ('knights', ('ni', ('dead',
88 ('spam', ('eggs', ('lumberjack', ('knights', ('ni', ('dead', (...)))))))
135 >>> stuff = ['spam', 'eggs', 'lumberjack', 'knights', 'ni']
140 'eggs',
173 "[<Recursion on list with id=...>, 'spam', 'eggs', 'lumberjack', 'knights', 'ni']"
/external/llvm-project/llvm/test/Analysis/MemorySSA/
Dpr44029.ll7 declare i32 @eggs(...)
12 define void @f() personality i8* bitcast (i32 (...)* @eggs to i8*) {

123456