Home
last modified time | relevance | path

Searched refs:an_int (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wiggle/tests/
H A Datoms.rs13 fn int_float_args(&self, an_int: u32, an_float: f32) -> Result<(), types::Errno> { in int_float_args()
14 println!("INT FLOAT ARGS: {} {}", an_int, an_float); in int_float_args()
17 fn double_int_return_float(&self, an_int: u32) -> Result<types::AliasToFloat, types::Errno> { in double_int_return_float()
18 Ok((an_int as f32) * 2.0) in double_int_return_float()
26 pub an_int: u32, field
35 let e = atoms::int_float_args(&ctx, &host_memory, self.an_int as i32, self.an_float); in test()
42 .prop_map(|(an_int, an_float)| IntFloatExercise { an_int, an_float }) in strat()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py3lite/test/
H A Dstructs.py70 x = easy(val=1, an_int=Integers(small=300), name="foo", val_list=[1, 2, 3, 4])
73 dif_int = copy.copy(x.an_int)
74 self.assertEqual(x.an_int, dif_int)
83 easy(val=1, an_int=Integers(small=500))
88 easy(val=5, an_int=None)
91 x = easy(val=1, an_int=Integers(small=300), name="foo")
94 z = y(an_int=None, val=4)
95 self.assertNotEqual(x.an_int, z.an_int)
97 self.assertIsNone(z.an_int.value)
99 self.assertEqual(y.an_int, x.an_int)
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py3/test/
H A Dstructs.py103 dif_int = copy.copy(x.an_int)
104 self.assertEqual(x.an_int, dif_int)
133 easy(val=1, an_int=Integers(small=500))
138 easy(val=5, an_int=None)
142 hard(val=1, val_list=[1, 2], name=None, an_int=Integers(small=1))
147 x = easy(val=1, an_int=Integers(small=300), name="foo")
150 z = y(an_int=None, val=4)
151 self.assertNotEqual(x.an_int, z.an_int)
153 self.assertIsNone(z.an_int.value)
155 self.assertEqual(y.an_int, x.an_int)
[all …]
H A Dbuilders.py38 self.assertIsNone(easy_builder.an_int)
55 easy_builder.an_int = _types.Integers.fromValue(123)
61 self.assertEqual(easy_obj.an_int.value, 123)
79 easy_builder.an_int = integers_builder
82 an_int_value = easy_obj.an_int.value
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/cs/testdata/testy/
H A DGetDocTestCase.cs13 this.an_int = 1; in GetDocTestCase()
24 return an_int; in DoATest()
28 private int an_int; field in testy.GetDocTestCase
H A DUnicode.cs13 this.an_int = 1; in de()
24 return an_int; in DoATest()
28 private int an_int; field in testy.de
/dports/lang/v/v-0.1.29/vlib/flag/
H A DREADME.md24 an_int := fp.int('an_int', 0, 0o666, 'some int to define 0o666 is default')
36 an_int: $an_int
H A Dflag_test.v7 && 42 == fp.int('an_int', 0, 42, '')
32 '--an_int=42',
38 assert 42 == fp.int('an_int', 0, 0o666, '')
47 '--an_int', '42',
53 assert 42 == fp.int('an_int', 0, 0o666, '')
62 '--an_int', '42',
68 assert 42 == fp.int('an_int', 0, 0o666, '')
109 'file1', '--an_int=2', 'file2', 'file3', '--bool_without', 'file4', '--outfile', 'outfile'])
111 assert 2 == fp.int('an_int', 0, 0o666, '')
152 fp.int('an_int', 0, 0o666, 'some int to define')
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc86/
H A DTH_repE2.hs10 main = mapM_ putStrLn [show an_integral, show an_int, show an_integer,
17 an_int :: Int
18 an_int = $( [| 42 :: Int |] ) function
/dports/devel/py-posix_ipc/posix_ipc-1.0.4/tests/
H A Dbase.py17 an_int = int(a_string)
19 an_int = 0
21 return an_int
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.fortran/
H A Dlbound-ubound.F9069 integer :: an_int variable
102 an_int = 1
103 print *, an_int
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/t/
H A Darg_constraints.t110 sub an_int :Local Args(Int) {
112 $c->res->body('an_int');
212 sub an_int :Local Args(Int) {
214 $c->res->body('an_int (autoclean)');
226 sub an_int :Local Args(Int) {
228 $c->res->body('an_int (withrole)');
233 $c->res->body('an_int (withrole)');
271 my $res = request '/an_int/1';
272 is $res->content, 'an_int';
276 my $res = request '/an_int/aa';
[all …]
/dports/x11-toolkits/pangolin/Pangolin-0.6/pyexamples/
H A DSimpleDisplay.py43 var_ui.an_int = (2, pango.VarMeta(0, 5))
56 var_ui.an_int = var_ui.a_double
58 var_ui.an_int_no_input = var_ui.an_int
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c652 if (pdata->an_int) { in xgbe_an37_isr()
676 if (pdata->an_int) { in xgbe_an73_isr()
767 if (!pdata->an_int) in xgbe_an37_state_machine()
772 pdata->an_int &= ~XGBE_AN_CL37_INT_CMPLT; in xgbe_an37_state_machine()
806 pdata->an_int = 0; in xgbe_an37_state_machine()
828 if (!pdata->an_int) in xgbe_an73_state_machine()
834 pdata->an_int &= ~XGBE_AN_CL73_PG_RCV; in xgbe_an73_state_machine()
837 pdata->an_int &= ~XGBE_AN_CL73_INC_LINK; in xgbe_an73_state_machine()
882 pdata->an_int = 0; in xgbe_an73_state_machine()
889 pdata->an_int = 0; in xgbe_an73_state_machine()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c652 if (pdata->an_int) { in xgbe_an37_isr()
676 if (pdata->an_int) { in xgbe_an73_isr()
767 if (!pdata->an_int) in xgbe_an37_state_machine()
772 pdata->an_int &= ~XGBE_AN_CL37_INT_CMPLT; in xgbe_an37_state_machine()
806 pdata->an_int = 0; in xgbe_an37_state_machine()
828 if (!pdata->an_int) in xgbe_an73_state_machine()
834 pdata->an_int &= ~XGBE_AN_CL73_PG_RCV; in xgbe_an73_state_machine()
837 pdata->an_int &= ~XGBE_AN_CL73_INC_LINK; in xgbe_an73_state_machine()
882 pdata->an_int = 0; in xgbe_an73_state_machine()
889 pdata->an_int = 0; in xgbe_an73_state_machine()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c652 if (pdata->an_int) { in xgbe_an37_isr()
676 if (pdata->an_int) { in xgbe_an73_isr()
767 if (!pdata->an_int) in xgbe_an37_state_machine()
772 pdata->an_int &= ~XGBE_AN_CL37_INT_CMPLT; in xgbe_an37_state_machine()
806 pdata->an_int = 0; in xgbe_an37_state_machine()
828 if (!pdata->an_int) in xgbe_an73_state_machine()
834 pdata->an_int &= ~XGBE_AN_CL73_PG_RCV; in xgbe_an73_state_machine()
837 pdata->an_int &= ~XGBE_AN_CL73_INC_LINK; in xgbe_an73_state_machine()
882 pdata->an_int = 0; in xgbe_an73_state_machine()
889 pdata->an_int = 0; in xgbe_an73_state_machine()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/tests/
H A Dtest_pade.py68 an_int = [1, 2, 3, 4]
72 for i in range(0, len(an_int)):
73 for j in range(0, len(an_int) - i):
76 nump_int, denomp_int = pade(an_int, i, j)
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/tests/lldb_test_files/
H A Dmain.cpp2 int an_int = 1; in main() local
3 an_int++; in main()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/include/crm/common/
H A Dutil_compat.h60 char *crm_itoa_stack(int an_int, char *buf, size_t len);
129 crm_itoa(int an_int) in crm_itoa() argument
131 return crm_strdup_printf("%d", an_int); in crm_itoa()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb67.C5 typedef int an_int; typedef
6 class bar : public an_int {}; // { dg-error "" } not an aggregate
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb67.C5 typedef int an_int; typedef
6 class bar : public an_int {}; // { dg-error "" } not an aggregate
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb67.C5 typedef int an_int; typedef
6 class bar : public an_int {}; // { dg-error "" } not an aggregate
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb67.C5 typedef int an_int; typedef
6 class bar : public an_int {}; // { dg-error "" } not an aggregate
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb67.C5 typedef int an_int; typedef
6 class bar : public an_int {}; // { dg-error "" } not an aggregate
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb67.C5 typedef int an_int; typedef
6 class bar : public an_int {}; // { dg-error "" } not an aggregate

1234567891011