Home
last modified time | relevance | path

Searched refs:fish (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A D020-define-func-2-arg-multi.c1 #define foo(x,y) x,two fish,red fish,y
2 foo(one fish, blue fish)
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dmod.rs5 mod fish; modules
12 pub use fish::Fish;
/third_party/python/Lib/unittest/test/testmock/
H A Dtestmock.py161 self.assertRaises(SystemError, mock, 1, 2, fish=3)
162 mock.assert_called_with(1, 2, fish=3)
389 mock(1, 2, 3, a='fish', b='nothing')
390 mock.assert_called_with(1, 2, 3, a='fish', b='nothing')
525 mock.something(3, fish=None)
532 ("something", (3,), {'fish': None}),
610 mock(1, 2, fish=3)
611 real.assert_called_with(1, 2, fish=3)
642 self.assertRaises(AttributeError, lambda: mock.fish)
645 result = mock.attribute.frog(1, 2, fish
[all...]
H A Dtestpatch.py1576 Foo = type('Foo', (str,), {'fish': 'tasty'})
1578 @patch.multiple(foo, fish='nearly gone')
1580 self.assertEqual(foo.fish, 'nearly gone')
1583 self.assertEqual(foo.fish, 'tasty')
H A Dtestasync.py888 self.mock.something(3, fish=None)
893 ("something", (3,), {'fish': None}),
H A Dtesthelpers.py268 self.assertEqual(call.bar.baz(fish='eggs'),
269 ('bar.baz', (), {'fish': 'eggs'}))
1061 self.assertNotIn(call('fish'), mock.call_args_list)
1062 self.assertNotIn([call('fish')], mock.call_args_list)
1069 mock.foo.bar().baz('fish', cat='dog')
1075 " call.foo.bar().baz('fish', cat='dog')]"
/third_party/curl/scripts/
H A Dcompletion.pl44 if ($shell eq 'fish') {
45 print "# curl fish completion\n\n";
93 if ($shell eq 'fish') {
163 --shell zsh/fish
/third_party/python/Lib/test/
H A Dtest_inspect.py1178 fish = 'slap' variable in TestClassesAndFunctions.test_classify_metaclass_class_attribute.Meta
1180 return ['__class__', '__module__', '__name__', 'fish']
1183 should_find = inspect.Attribute('fish', 'data', Meta, 'slap')

Completed in 18 milliseconds