HomeSort by relevance Sort by last modified time
    Searched full:eggs (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGenObjC/
property-getter-dot-syntax.m 9 id<NSObject> eggs;
10 void *eggsText= eggs.description;
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/
tests12.dat 2 <!DOCTYPE html><body><p>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table></foreignObject></g><g>quux</g></svg></annotation-xml></math>bar
19 | "eggs"
34 <!DOCTYPE html><body>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table></foreignObject></g><g>quux</g></svg></annotation-xml></math>bar
50 | "eggs"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pydoc_mod.py 15 NO_MEANING = "eggs"
inspect_fodder.py 9 eggs(b + d, c + f)
12 def eggs(x, y): function
test_mutex.py 14 m.lock(called_by_mutex2, "eggs")
17 self.assertEqual(some_data, "eggs")
test_popen.py 32 'foo "spam and eggs" "silly walk"',
33 ["foo", "spam and eggs", "silly walk"]
test_userlist.py 21 u2 = u + "eggs"
25 u = UserList("eggs")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pydoc_mod.py 15 NO_MEANING = "eggs"
inspect_fodder.py 9 eggs(b + d, c + f)
12 def eggs(x, y): function
test_mutex.py 14 m.lock(called_by_mutex2, "eggs")
17 self.assertEqual(some_data, "eggs")
test_popen.py 32 'foo "spam and eggs" "silly walk"',
33 ["foo", "spam and eggs", "silly walk"]
test_userlist.py 21 u2 = u + "eggs"
25 u = UserList("eggs")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py 23 self.primary_db.put('salad', 'eggs')
25 self.primary_db.put('omelet', 'eggs')
40 self.assertEqual(('eggs', 'salad', 'eggs'), cursor.pget(key='eggs', flags=db.DB_SET))
41 self.assertEqual(('eggs', 'omelet', 'eggs'), cursor.pget(db.DB_NEXT_DUP))
test_dbobj.py 35 self.db.put('spam', 'eggs')
38 self.assertEqual(self.db.get('SPAM'), 'eggs',
49 self.db['spam'] = 'eggs'
53 self.assertEqual(self.db['spam'], 'eggs')
test_fileid.py 20 self.db1.put('spam', 'eggs')
38 self.assertEqual(self.db1.get('spam'), 'eggs')
test_pickle.py 39 self.db.put('spam', 'eggs')
40 self.assertEqual(self.db['spam'], 'eggs')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py 23 self.primary_db.put('salad', 'eggs')
25 self.primary_db.put('omelet', 'eggs')
40 self.assertEqual(('eggs', 'salad', 'eggs'), cursor.pget(key='eggs', flags=db.DB_SET))
41 self.assertEqual(('eggs', 'omelet', 'eggs'), cursor.pget(db.DB_NEXT_DUP))
test_dbobj.py 35 self.db.put('spam', 'eggs')
38 self.assertEqual(self.db.get('SPAM'), 'eggs',
49 self.db['spam'] = 'eggs'
53 self.assertEqual(self.db['spam'], 'eggs')
test_fileid.py 20 self.db1.put('spam', 'eggs')
38 self.assertEqual(self.db1.get('spam'), 'eggs')
  /bionic/tools/bionicbb/
.gitignore 16 develop-eggs/
19 eggs/
  /external/libcxx/
.gitignore 12 develop-eggs/
15 eggs/
  /external/libcxxabi/
.gitignore 12 develop-eggs/
15 eggs/
  /external/llvm/test/CodeGen/ARM/
zextload_demandedbits.ll 5 %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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 3 from spam import eggs
5 from .spam import eggs
58 # some are first level (eg: 'import ham.eggs')
59 # some are third level (eg: 'import ham.eggs as spam')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 3 from spam import eggs
5 from .spam import eggs
58 # some are first level (eg: 'import ham.eggs')
59 # some are third level (eg: 'import ham.eggs as spam')

Completed in 391 milliseconds

1 2 3 4 5 6