/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/ |
020-define-func-2-arg-multi.c.expected | 2 one fish,two fish,red fish,blue fish
|
020-define-func-2-arg-multi.c | 1 #define foo(x,y) x,two fish,red fish,y 2 foo(one fish, blue fish)
|
/external/mesa3d/src/glsl/glcpp/tests/ |
020-define-func-2-arg-multi.c.expected | 2 one fish,two fish,red fish,blue fish
|
020-define-func-2-arg-multi.c | 1 #define foo(x,y) x,two fish,red fish,y 2 foo(one fish, blue fish)
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/ |
swim.c | 43 FishTransform(fishRec * fish) 46 glTranslatef(fish->y, fish->z, -fish->x); 47 glRotatef(-fish->psi, 0.0, 1.0, 0.0); 48 glRotatef(fish->theta, 1.0, 0.0, 0.0); 49 glRotatef(-fish->phi, 0.0, 0.0, 1.0); 53 WhalePilot(fishRec * fish) 56 fish->phi = -20.0; 57 fish->theta = 0.0 [all...] |
shark.c | 1157 DrawShark(fishRec * fish) 1164 fish->htail = (int) (fish->htail - (int) (5.0 * fish->v)) % 360; 1166 thrash = 50.0 * fish->v; 1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD); 1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD); 1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD); 1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD); 1174 if (fish->v > 2.0) [all...] |
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/ |
swim.c | 43 FishTransform(fishRec * fish) 46 glTranslatef(fish->y, fish->z, -fish->x); 47 glRotatef(-fish->psi, 0.0, 1.0, 0.0); 48 glRotatef(fish->theta, 1.0, 0.0, 0.0); 49 glRotatef(-fish->phi, 0.0, 0.0, 1.0); 53 WhalePilot(fishRec * fish) 56 fish->phi = -20.0; 57 fish->theta = 0.0 [all...] |
shark.c | 1157 DrawShark(fishRec * fish) 1164 fish->htail = (int) (fish->htail - (int) (5.0 * fish->v)) % 360; 1166 thrash = 50.0 * fish->v; 1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD); 1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD); 1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD); 1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD); 1174 if (fish->v > 2.0) [all...] |
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/ |
swim.c | 43 FishTransform(fishRec * fish) 46 glTranslatef(fish->y, fish->z, -fish->x); 47 glRotatef(-fish->psi, 0.0, 1.0, 0.0); 48 glRotatef(fish->theta, 1.0, 0.0, 0.0); 49 glRotatef(-fish->phi, 0.0, 0.0, 1.0); 53 WhalePilot(fishRec * fish) 56 fish->phi = -20.0; 57 fish->theta = 0.0 [all...] |
shark.c | 1157 DrawShark(fishRec * fish) 1164 fish->htail = (int) (fish->htail - (int) (5.0 * fish->v)) % 360; 1166 thrash = 50.0 * fish->v; 1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD); 1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD); 1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD); 1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD); 1174 if (fish->v > 2.0) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_17.txt | 4 Subject: Here is your dingus fish 10 This is the dingus fish.
|
msg_07.txt | 4 Subject: Here is your dingus fish 13 This is the dingus fish.
|
msg_13.txt | 4 Subject: Here is your dingus fish 22 This is the dingus fish.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_17.txt | 4 Subject: Here is your dingus fish 10 This is the dingus fish.
|
msg_07.txt | 4 Subject: Here is your dingus fish 13 This is the dingus fish.
|
msg_13.txt | 4 Subject: Here is your dingus fish 22 This is the dingus fish.
|
/external/clang/test/CodeGenCXX/ |
devirtualize-virtual-function-calls.cpp | 91 struct Fish : Animal { 95 Fish fish; member in struct:test4::Wrapper 100 p->fish.eat();
|
/external/clang/test/CodeGen/ |
redefine_extname.c | 11 int fish() { return fake() + __PRAGMA_REDEFINE_EXTNAME + name; } function
|
/external/lldb/test/unittest2/test/ |
test_discovery.py | 259 program._do_discovery(['fish'], Loader=Loader) 261 self.assertEqual(Loader.args, [('fish', 'test*.py', None)]) 265 program._do_discovery(['fish', 'eggs'], Loader=Loader) 267 self.assertEqual(Loader.args, [('fish', 'eggs', None)]) 271 program._do_discovery(['fish', 'eggs', 'ham'], Loader=Loader) 273 self.assertEqual(Loader.args, [('fish', 'eggs', 'ham')]) 277 program._do_discovery(['-s', 'fish'], Loader=Loader) 279 self.assertEqual(Loader.args, [('fish', 'test*.py', None)]) 283 program._do_discovery(['-t', 'fish'], Loader=Loader) 285 self.assertEqual(Loader.args, [('.', 'test*.py', 'fish')]) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_discovery.py | 271 program._do_discovery(['fish'], Loader=Loader) 273 self.assertEqual(Loader.args, [('fish', 'test*.py', None)]) 277 program._do_discovery(['fish', 'eggs'], Loader=Loader) 279 self.assertEqual(Loader.args, [('fish', 'eggs', None)]) 283 program._do_discovery(['fish', 'eggs', 'ham'], Loader=Loader) 285 self.assertEqual(Loader.args, [('fish', 'eggs', 'ham')]) 289 program._do_discovery(['-s', 'fish'], Loader=Loader) 291 self.assertEqual(Loader.args, [('fish', 'test*.py', None)]) 295 program._do_discovery(['-t', 'fish'], Loader=Loader) 297 self.assertEqual(Loader.args, [('.', 'test*.py', 'fish')]) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_discovery.py | 271 program._do_discovery(['fish'], Loader=Loader) 273 self.assertEqual(Loader.args, [('fish', 'test*.py', None)]) 277 program._do_discovery(['fish', 'eggs'], Loader=Loader) 279 self.assertEqual(Loader.args, [('fish', 'eggs', None)]) 283 program._do_discovery(['fish', 'eggs', 'ham'], Loader=Loader) 285 self.assertEqual(Loader.args, [('fish', 'eggs', 'ham')]) 289 program._do_discovery(['-s', 'fish'], Loader=Loader) 291 self.assertEqual(Loader.args, [('fish', 'test*.py', None)]) 295 program._do_discovery(['-t', 'fish'], Loader=Loader) 297 self.assertEqual(Loader.args, [('.', 'test*.py', 'fish')]) [all...] |
/external/chromium_org/v8/test/mjsunit/ |
debug-evaluate-with-context.js | 36 var context = { what_is_capybara: "a fish" }; 37 var context2 = { what_is_capybara: "a fish", what_is_parrot: "a beard" }; 43 assertEquals('a fish/a bird', result); 47 assertEquals('a fish/a beard', result); 57 assertEquals('a fish', result);
|
/external/libogg/doc/ |
index.html | 70 <a href="http://www.xiph.org/"><img src="fish_xiph_org.png" alt="Fish Logo and Xiph.org"/></a> 98 The Xiph Fish Logo is a
|
/external/libvorbis/doc/ |
index.html | 70 <a href="http://www.xiph.org/"><img src="fish_xiph_org.png" alt="Fish Logo and Xiph.org"/></a> 107 The Xiph Fish Logo is a
|
/frameworks/opt/vcard/tests/res/raw/ |
v21_complicated.vcf | 5 ORG:Gump Shrimp Co.;Sales Dept.\;Manager;Fish keeper
6 ROLE:Fish Cake Keeper!
|