Home
last modified time | relevance | path

Searched refs:set_counter (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dbug_835.py41 set_counter = 0 variable
54 global set_counter
56 set_counter += 1
66 global set_counter
69 set_counter = 0
73 global set_counter
79 self.assertEqual(set_counter, 1)
82 set_counter = 0
86 global set_counter
90 set_counter = 0
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dbug_835.py41 set_counter = 0 variable
54 global set_counter
56 set_counter += 1
66 global set_counter
69 set_counter = 0
73 global set_counter
79 self.assertEqual(set_counter, 1)
82 set_counter = 0
86 global set_counter
90 set_counter = 0
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dbug_835.py41 set_counter = 0 variable
54 global set_counter
56 set_counter += 1
66 global set_counter
69 set_counter = 0
73 global set_counter
79 self.assertEqual(set_counter, 1)
82 set_counter = 0
86 global set_counter
90 set_counter = 0
[all …]
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Dbus/demos/demo_mono/
H A Ddemo_mono.cs66 private void set_counter(int n) in set_counter() method in Applet
94 this.set_counter (0); in begin()
100 this.set_counter (Math.Min (this.count, this.config.iMaxValue)); in reload()
135 this.set_counter(n); in on_scroll()
171 this.set_counter(0); in on_menu_select()
173 this.set_counter(this.config.iMaxValue/2); in on_menu_select()
175 this.set_counter(this.config.iMaxValue); in on_menu_select()
188 this.set_counter((int) x); in on_answer_dialog()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Dbus/demos/demo_python/
H A Ddemo_python53 def set_counter(self,count):
74 self.set_counter(0) # set the initial value of our counter.
93 self.set_counter(random.randint(0,self.config['iMaxValue']))
128 self.set_counter(0)
130 self.set_counter(self.config['iMaxValue']/2)
132 self.set_counter(self.config['iMaxValue'])
140 self.set_counter(count)
148 self.set_counter(int (answer))
/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/mtm/
H A Dmtm_data.c22 static void set_counter(unsigned int num, const char *label) in set_counter() function
48 set_counter(MTM_COUNTER_SELECT_BOOTSTRAP, "MTM1"); in mtm_init_data()
49 set_counter(MTM_COUNTER_SELECT_RIMPROTECT, "MTM2"); in mtm_init_data()
50 set_counter(MTM_COUNTER_SELECT_STORAGEPROTECT, "MTM3"); in mtm_init_data()
/dports/devel/p5-MouseX-AttributeHelpers/MouseX-AttributeHelpers-0.07/t/
H A D18_ro_counter.t17 set => 'set_counter',
34 set => 'set_counter',
45 my @providers = qw(inc_counter dec_counter reset_counter set_counter);
64 $obj->set_counter(5);
H A D01_counter.t17 set => 'set_counter',
24 my @providers = qw(inc_counter dec_counter reset_counter set_counter);
43 $obj->set_counter(5);
H A D12_counter_with_default.t14 set => 'set_counter',
21 my @providers = qw(inc_counter dec_counter reset_counter set_counter);
40 $obj->set_counter(5);
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/ctr-0.6.0/src/
H A Dctr32.rs162 E::set_counter( in seek()
191 E::set_counter(&mut self.counter_block, counter); in apply_keystream_blocks()
216 fn set_counter(block: &mut Block<B>, counter: u32); in set_counter() method
230 fn set_counter(block: &mut Block<B>, value: u32) { in set_counter() method
246 fn set_counter(block: &mut Block<B>, value: u32) { in set_counter() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ctr-0.6.0/src/
H A Dctr32.rs162 E::set_counter( in seek()
191 E::set_counter(&mut self.counter_block, counter); in apply_keystream_blocks()
216 fn set_counter(block: &mut Block<B>, counter: u32); in set_counter() method
230 fn set_counter(block: &mut Block<B>, value: u32) { in set_counter() method
246 fn set_counter(block: &mut Block<B>, value: u32) { in set_counter() method
/dports/devel/p5-MouseX-NativeTraits/MouseX-NativeTraits-1.09/t/070_native_traits/
H A D040_trait_counter.t22 set_counter => 'set',
100 is( $obj->set_counter(5), 5, 'set returns new value' );
103 …like( exception { $obj->set_counter( 1, 2 ) }, qr/Cannot call set with more than 1 argument/, 'set…
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/if-mib/data_access/
H A Dinterface_sysctl.c441 static void set_counter(struct counter64 *c, uint64_t v) in set_counter() function
609 set_counter(&entry->stats.ibytes, ifp->ifm_data.ifi_ibytes);
610 set_counter(&entry->stats.iucast, ifp->ifm_data.ifi_ipackets);
611 set_counter(&entry->stats.imcast, ifp->ifm_data.ifi_imcasts);
616 set_counter(&entry->stats.obytes, ifp->ifm_data.ifi_obytes);
617 set_counter(&entry->stats.oucast, ifp->ifm_data.ifi_opackets);
618 set_counter(&entry->stats.omcast, ifp->ifm_data.ifi_omcasts);
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-vm.c419 set_counter(args, c); in stress_vm_moving_inversion()
485 set_counter(args, c); in stress_vm_modulo_x()
524 set_counter(args, c); in stress_vm_walking_one_data()
563 set_counter(args, c); in stress_vm_walking_zero_data()
611 set_counter(args, c); in stress_vm_walking_one_addr()
665 set_counter(args, c); in stress_vm_walking_zero_addr()
710 set_counter(args, c); in stress_vm_gray()
768 set_counter(args, c); in stress_vm_grayflip()
814 set_counter(args, c); in stress_vm_incdec()
872 set_counter(args, c); in stress_vm_prime_incdec()
[all …]
H A Dstress-yield.c137 set_counter(args, 0); in stress_yield()
150 set_counter(args, 0); in stress_yield()
/dports/devel/erlang-jobs/jobs-0.7.2/examples/
H A Dperformer.erl59 performance_logger:set_counter(jobs_enqueued, 0),
60 performance_logger:set_counter(jobs_done, 0),
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Dbus/demos/demo_vala/
H A Ddemo_vala.vala65 private void set_counter(int count)
79 set_counter(GLib.Random.int_range(0,this.config.iMaxValue+1));
125 this.set_counter(0);
127 this.set_counter(this.config.iMaxValue/2);
129 this.set_counter(this.config.iMaxValue);
139 this.set_counter(count);
150 this.set_counter((int)answer.get_double());
/dports/security/nettle/nettle-3.7.3/testsuite/
H A Dchacha-test.c164 nettle_set_key_func *set_counter; in _test_chacha() local
177 set_counter = (nettle_set_key_func *) chacha_set_counter; in _test_chacha()
184 set_counter = (nettle_set_key_func *) chacha_set_counter32; in _test_chacha()
204 set_counter (&ctx, counter->data); in _test_chacha()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/replication/tcp/
H A Dexternal_cache.py28 set_counter = Counter( variable
88 set_counter.labels(cache_name).inc()
/dports/sysutils/odo/odo-0.2.2/
H A Dmain.c45 static void set_counter(counter_t *pc, counter_t nv, bool print);
265 static void set_counter(counter_t *pc, counter_t nv, bool print) { in set_counter() function
311 set_counter((counter_t *)cfg.p, cfg.new_value, cfg.print); in main()
/dports/devel/p5-Moose/Moose-2.2201/t/native_traits/
H A Dtrait_counter.t20 set_counter => 'set',
98 is( $obj->set_counter(5), 5, 'set returns new value' );
101 …like( exception { $obj->set_counter( 1, 2 ) }, qr/Cannot call set with more than 1 argument/, 'set…
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/stm8.src/
H A Dtimer.cc286 set_counter(h*256 + l); in write()
322 set_counter(cnt+1); in count()
327 set_counter(0); in count()
338 set_counter(cnt-1); in count()
343 set_counter(get_arr()); in count()
362 cl_tim::set_counter(u16_t val) in set_counter() function in cl_tim
383 set_counter(0); in update_event()
389 set_counter(ar); in update_event()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/misc/
H A Dmos6522.c93 static void set_counter(MOS6522State *s, MOS6522Timer *ti, unsigned int val) in set_counter() function
305 set_counter(s, &s->timers[0], s->timers[0].latch); in mos6522_write()
327 set_counter(s, &s->timers[1], s->timers[1].latch); in mos6522_write()
425 set_counter(s, &s->timers[0], 0xffff); in mos6522_reset()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwxc/maxima/
H A DREADME75 call set_counter(10000)
78 call set_counter(20000)
81 call set_counter(50000)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwxc/maxima/
H A DREADME75 call set_counter(10000)
78 call set_counter(20000)
81 call set_counter(50000)

12345678