Home
last modified time | relevance | path

Searched refs:DELAY (Results 1 – 25 of 2395) sorted by relevance

12345678910>>...96

/dports/net/py-eventlet/eventlet-0.33.0/tests/
H A Dtimeout_test_with_statement.py13 DELAY = 0.01 variable
23 t = Timeout(DELAY * 2)
28 sleep(DELAY)
31 sleep(DELAY * 2)
37 sleep(DELAY * 2)
47 sleep(DELAY * 2)
57 sleep(DELAY * 2)
87 sleep(DELAY * 2)
102 sleep(DELAY)
103 sleep(DELAY)
[all …]
H A Dtimeout_test.py6 DELAY = 0.01 variable
41 … self.assertRaises(eventlet.Timeout, eventlet.with_timeout, DELAY, eventlet.sleep, DELAY * 10)
43 r = eventlet.with_timeout(DELAY, eventlet.sleep, DELAY * 10, timeout_value=X)
45 r = eventlet.with_timeout(DELAY * 10, eventlet.sleep, DELAY, timeout_value=X)
51 return eventlet.with_timeout(DELAY * 10, eventlet.sleep, DELAY * 20, timeout_value='b')
55 DELAY, longer_timeout)
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/tests/
H A Dtest__api_timeout.py114 t = Timeout(DELAY * 2)
118 sleep(DELAY)
121 sleep(DELAY * 2)
126 sleep(DELAY * 10)
133 sleep(DELAY * 10)
138 sleep(DELAY * 10)
155 sleep(DELAY * 2)
167 sleep(DELAY)
168 sleep(DELAY)
174 sleep(DELAY)
[all …]
/dports/devel/git-p4/git-2.34.1/t/t0021/
H A Drot13-filter.pl74 my %DELAY = (
114 foreach my $pathname ( sort keys %DELAY ) {
116 $DELAY{$pathname}{"count"} = $DELAY{$pathname}{"count"} - 1;
148 if ( exists $DELAY{$pathname} and $DELAY{$pathname}{"requested"} == 0 ) {
149 $DELAY{$pathname}{"requested"} = 1;
186 if ( exists $DELAY{$pathname} and exists $DELAY{$pathname}{"output"} ) {
187 $output = $DELAY{$pathname}{"output"}
209 exists $DELAY{$pathname} and
210 $DELAY{$pathname}{"requested"} == 1 ) {
215 $DELAY{$pathname}{"requested"} = 2;
[all …]
/dports/devel/git-svn/git-2.34.1/t/t0021/
H A Drot13-filter.pl74 my %DELAY = (
114 foreach my $pathname ( sort keys %DELAY ) {
116 $DELAY{$pathname}{"count"} = $DELAY{$pathname}{"count"} - 1;
148 if ( exists $DELAY{$pathname} and $DELAY{$pathname}{"requested"} == 0 ) {
149 $DELAY{$pathname}{"requested"} = 1;
186 if ( exists $DELAY{$pathname} and exists $DELAY{$pathname}{"output"} ) {
187 $output = $DELAY{$pathname}{"output"}
209 exists $DELAY{$pathname} and
210 $DELAY{$pathname}{"requested"} == 1 ) {
215 $DELAY{$pathname}{"requested"} = 2;
[all …]
/dports/devel/git/git-2.34.1/t/t0021/
H A Drot13-filter.pl74 my %DELAY = (
114 foreach my $pathname ( sort keys %DELAY ) {
116 $DELAY{$pathname}{"count"} = $DELAY{$pathname}{"count"} - 1;
148 if ( exists $DELAY{$pathname} and $DELAY{$pathname}{"requested"} == 0 ) {
149 $DELAY{$pathname}{"requested"} = 1;
186 if ( exists $DELAY{$pathname} and exists $DELAY{$pathname}{"output"} ) {
187 $output = $DELAY{$pathname}{"output"}
209 exists $DELAY{$pathname} and
210 $DELAY{$pathname}{"requested"} == 1 ) {
215 $DELAY{$pathname}{"requested"} = 2;
[all …]
/dports/devel/git-gui/git-2.34.1/t/t0021/
H A Drot13-filter.pl74 my %DELAY = (
114 foreach my $pathname ( sort keys %DELAY ) {
116 $DELAY{$pathname}{"count"} = $DELAY{$pathname}{"count"} - 1;
148 if ( exists $DELAY{$pathname} and $DELAY{$pathname}{"requested"} == 0 ) {
149 $DELAY{$pathname}{"requested"} = 1;
186 if ( exists $DELAY{$pathname} and exists $DELAY{$pathname}{"output"} ) {
187 $output = $DELAY{$pathname}{"output"}
209 exists $DELAY{$pathname} and
210 $DELAY{$pathname}{"requested"} == 1 ) {
215 $DELAY{$pathname}{"requested"} = 2;
[all …]
/dports/devel/git-cvs/git-2.34.1/t/t0021/
H A Drot13-filter.pl74 my %DELAY = (
114 foreach my $pathname ( sort keys %DELAY ) {
116 $DELAY{$pathname}{"count"} = $DELAY{$pathname}{"count"} - 1;
148 if ( exists $DELAY{$pathname} and $DELAY{$pathname}{"requested"} == 0 ) {
149 $DELAY{$pathname}{"requested"} = 1;
186 if ( exists $DELAY{$pathname} and exists $DELAY{$pathname}{"output"} ) {
187 $output = $DELAY{$pathname}{"output"}
209 exists $DELAY{$pathname} and
210 $DELAY{$pathname}{"requested"} == 1 ) {
215 $DELAY{$pathname}{"requested"} = 2;
[all …]
/dports/devel/cgit/cgit-1.2.3/git/t/t0021/
H A Drot13-filter.pl61 my %DELAY = (
101 foreach my $pathname ( sort keys %DELAY ) {
103 $DELAY{$pathname}{"count"} = $DELAY{$pathname}{"count"} - 1;
135 if ( exists $DELAY{$pathname} and $DELAY{$pathname}{"requested"} == 0 ) {
136 $DELAY{$pathname}{"requested"} = 1;
165 if ( exists $DELAY{$pathname} and exists $DELAY{$pathname}{"output"} ) {
166 $output = $DELAY{$pathname}{"output"}
188 exists $DELAY{$pathname} and
189 $DELAY{$pathname}{"requested"} == 1 ) {
194 $DELAY{$pathname}{"requested"} = 2;
[all …]
/dports/devel/lattice-ice40-examples-hx1k/iCE40HX1K-EVB-69df5a7fc2daa8f00a984426b721499f6df22492/windows/ice40blinkingled/ice40blinkingled_Implmnt/sbt/outputs/simulation_netlist/
H A Dled_but_ex1_sbt_vital.sdf11 (DELAY
53 (DELAY
95 (DELAY
137 (DELAY
179 (DELAY
221 (DELAY
263 (DELAY
305 (DELAY
347 (DELAY
389 (DELAY
[all …]
H A Dled_but_ex1_sbt.sdf11 (DELAY
53 (DELAY
95 (DELAY
137 (DELAY
179 (DELAY
221 (DELAY
263 (DELAY
305 (DELAY
347 (DELAY
389 (DELAY
[all …]
/dports/cad/gplcver/gplcver-2.12a.src/tests_and_examples/capacity.tst/
H A Dlfsr.sdf5 (DELAY (ABSOLUTE (DEVICE (:0.1:)))))
7 (DELAY (ABSOLUTE (DEVICE (:0.1:)))))
9 (DELAY (ABSOLUTE (DEVICE (:0.1:)))))
11 (DELAY (ABSOLUTE (DEVICE (:0.2:)))))
13 (DELAY (ABSOLUTE (DEVICE (:0.1:)))))
15 (DELAY (ABSOLUTE (DEVICE (:0:)))))
17 (DELAY (ABSOLUTE (DEVICE (:0:)))))
19 (DELAY (ABSOLUTE (DEVICE (:0:)))))
21 (DELAY (ABSOLUTE (DEVICE (:0:)))))
23 (DELAY (ABSOLUTE (DEVICE (:0:)))))
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/misc/
H A Dtest_throttle.py32 DELAY = 500 if testutils.ON_CI else 100 variable
42 return throttle.Throttle(func, DELAY)
65 qtbot.wait(2 * DELAY)
78 qtbot.wait(4 * DELAY)
89 qtbot.wait(2 * DELAY)
102 qtbot.wait(int(1.5 * DELAY))
110 qtbot.wait(2 * DELAY)
125 qtbot.wait(int(1.5 * DELAY))
133 throttled.set_delay(DELAY)
141 qtbot.wait(int(1.5 * DELAY))
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/pasemi/
H A Dgpio_mdio.c25 #define DELAY 1 macro
78 udelay(DELAY); in clock_out()
80 udelay(DELAY); in clock_out()
126 udelay(DELAY); in gpio_mdio_read()
128 udelay(DELAY); in gpio_mdio_read()
145 udelay(DELAY); in gpio_mdio_read()
147 udelay(DELAY); in gpio_mdio_read()
167 udelay(DELAY); in gpio_mdio_write()
169 udelay(DELAY); in gpio_mdio_write()
172 udelay(DELAY); in gpio_mdio_write()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/pasemi/
H A Dgpio_mdio.c25 #define DELAY 1 macro
78 udelay(DELAY); in clock_out()
80 udelay(DELAY); in clock_out()
126 udelay(DELAY); in gpio_mdio_read()
128 udelay(DELAY); in gpio_mdio_read()
145 udelay(DELAY); in gpio_mdio_read()
147 udelay(DELAY); in gpio_mdio_read()
167 udelay(DELAY); in gpio_mdio_write()
169 udelay(DELAY); in gpio_mdio_write()
172 udelay(DELAY); in gpio_mdio_write()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/pasemi/
H A Dgpio_mdio.c25 #define DELAY 1 macro
78 udelay(DELAY); in clock_out()
80 udelay(DELAY); in clock_out()
126 udelay(DELAY); in gpio_mdio_read()
128 udelay(DELAY); in gpio_mdio_read()
145 udelay(DELAY); in gpio_mdio_read()
147 udelay(DELAY); in gpio_mdio_read()
167 udelay(DELAY); in gpio_mdio_write()
169 udelay(DELAY); in gpio_mdio_write()
172 udelay(DELAY); in gpio_mdio_write()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_1_028.cpp17 #define DELAY(NAME) NAME macro
29 DELAY(CONCAT_1)( a, b ) (); //R ab ();
30 DELAY(CONCAT_1)(A1, B1)(); //R A1B1();
31 DELAY(CONCAT_1) LHS A1, B1 RHS (); //R CONCAT_1 ( a, b )();
32 DELAY(CONCAT_1)(A2(), B2())(); //R a b();
38 DELAY(CONCAT_2)( a, b ) (); //R ab ();
39 DELAY(CONCAT_2)(A1, B1)(); //R ab();
40 DELAY(CONCAT_2) LHS A1, B1 RHS (); //R CONCAT_2 ( a, b )();
41 DELAY(CONCAT_2)(A2(), B2())(); //R ab();
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_1_028.cpp17 #define DELAY(NAME) NAME macro
29 DELAY(CONCAT_1)( a, b ) (); //R ab ();
30 DELAY(CONCAT_1)(A1, B1)(); //R A1B1();
31 DELAY(CONCAT_1) LHS A1, B1 RHS (); //R CONCAT_1 ( a, b )();
32 DELAY(CONCAT_1)(A2(), B2())(); //R a b();
38 DELAY(CONCAT_2)( a, b ) (); //R ab ();
39 DELAY(CONCAT_2)(A1, B1)(); //R ab();
40 DELAY(CONCAT_2) LHS A1, B1 RHS (); //R CONCAT_2 ( a, b )();
41 DELAY(CONCAT_2)(A2(), B2())(); //R ab();
/dports/databases/percona57-server/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_1_028.cpp17 #define DELAY(NAME) NAME macro
29 DELAY(CONCAT_1)( a, b ) (); //R ab ();
30 DELAY(CONCAT_1)(A1, B1)(); //R A1B1();
31 DELAY(CONCAT_1) LHS A1, B1 RHS (); //R CONCAT_1 ( a, b )();
32 DELAY(CONCAT_1)(A2(), B2())(); //R a b();
38 DELAY(CONCAT_2)( a, b ) (); //R ab ();
39 DELAY(CONCAT_2)(A1, B1)(); //R ab();
40 DELAY(CONCAT_2) LHS A1, B1 RHS (); //R CONCAT_2 ( a, b )();
41 DELAY(CONCAT_2)(A2(), B2())(); //R ab();
/dports/databases/xtrabackup/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_1_028.cpp17 #define DELAY(NAME) NAME macro
29 DELAY(CONCAT_1)( a, b ) (); //R ab ();
30 DELAY(CONCAT_1)(A1, B1)(); //R A1B1();
31 DELAY(CONCAT_1) LHS A1, B1 RHS (); //R CONCAT_1 ( a, b )();
32 DELAY(CONCAT_1)(A2(), B2())(); //R a b();
38 DELAY(CONCAT_2)( a, b ) (); //R ab ();
39 DELAY(CONCAT_2)(A1, B1)(); //R ab();
40 DELAY(CONCAT_2) LHS A1, B1 RHS (); //R CONCAT_2 ( a, b )();
41 DELAY(CONCAT_2)(A2(), B2())(); //R ab();
/dports/databases/percona57-client/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_1_028.cpp17 #define DELAY(NAME) NAME macro
29 DELAY(CONCAT_1)( a, b ) (); //R ab ();
30 DELAY(CONCAT_1)(A1, B1)(); //R A1B1();
31 DELAY(CONCAT_1) LHS A1, B1 RHS (); //R CONCAT_1 ( a, b )();
32 DELAY(CONCAT_1)(A2(), B2())(); //R a b();
38 DELAY(CONCAT_2)( a, b ) (); //R ab ();
39 DELAY(CONCAT_2)(A1, B1)(); //R ab();
40 DELAY(CONCAT_2) LHS A1, B1 RHS (); //R CONCAT_2 ( a, b )();
41 DELAY(CONCAT_2)(A2(), B2())(); //R ab();
/dports/devel/boost-docs/boost_1_72_0/libs/wave/test/testwave/testfiles/
H A Dt_1_028.cpp17 #define DELAY(NAME) NAME macro
29 DELAY(CONCAT_1)( a, b ) (); //R ab ();
30 DELAY(CONCAT_1)(A1, B1)(); //R A1B1();
31 DELAY(CONCAT_1) LHS A1, B1 RHS (); //R CONCAT_1 ( a, b )();
32 DELAY(CONCAT_1)(A2(), B2())(); //R a b();
38 DELAY(CONCAT_2)( a, b ) (); //R ab ();
39 DELAY(CONCAT_2)(A1, B1)(); //R ab();
40 DELAY(CONCAT_2) LHS A1, B1 RHS (); //R CONCAT_2 ( a, b )();
41 DELAY(CONCAT_2)(A2(), B2())(); //R ab();
/dports/devel/boost-libs/boost_1_72_0/libs/wave/test/testwave/testfiles/
H A Dt_1_028.cpp17 #define DELAY(NAME) NAME macro
29 DELAY(CONCAT_1)( a, b ) (); //R ab ();
30 DELAY(CONCAT_1)(A1, B1)(); //R A1B1();
31 DELAY(CONCAT_1) LHS A1, B1 RHS (); //R CONCAT_1 ( a, b )();
32 DELAY(CONCAT_1)(A2(), B2())(); //R a b();
38 DELAY(CONCAT_2)( a, b ) (); //R ab ();
39 DELAY(CONCAT_2)(A1, B1)(); //R ab();
40 DELAY(CONCAT_2) LHS A1, B1 RHS (); //R CONCAT_2 ( a, b )();
41 DELAY(CONCAT_2)(A2(), B2())(); //R ab();
/dports/devel/boost-python-libs/boost_1_72_0/libs/wave/test/testwave/testfiles/
H A Dt_1_028.cpp17 #define DELAY(NAME) NAME macro
29 DELAY(CONCAT_1)( a, b ) (); //R ab ();
30 DELAY(CONCAT_1)(A1, B1)(); //R A1B1();
31 DELAY(CONCAT_1) LHS A1, B1 RHS (); //R CONCAT_1 ( a, b )();
32 DELAY(CONCAT_1)(A2(), B2())(); //R a b();
38 DELAY(CONCAT_2)( a, b ) (); //R ab ();
39 DELAY(CONCAT_2)(A1, B1)(); //R ab();
40 DELAY(CONCAT_2) LHS A1, B1 RHS (); //R CONCAT_2 ( a, b )();
41 DELAY(CONCAT_2)(A2(), B2())(); //R ab();
/dports/devel/hyperscan/boost_1_75_0/libs/wave/test/testwave/testfiles/
H A Dt_1_028.cpp17 #define DELAY(NAME) NAME macro
29 DELAY(CONCAT_1)( a, b ) (); //R ab ();
30 DELAY(CONCAT_1)(A1, B1)(); //R A1B1();
31 DELAY(CONCAT_1) LHS A1, B1 RHS (); //R CONCAT_1 ( a, b )();
32 DELAY(CONCAT_1)(A2(), B2())(); //R a b();
38 DELAY(CONCAT_2)( a, b ) (); //R ab ();
39 DELAY(CONCAT_2)(A1, B1)(); //R ab();
40 DELAY(CONCAT_2) LHS A1, B1 RHS (); //R CONCAT_2 ( a, b )();
41 DELAY(CONCAT_2)(A2(), B2())(); //R ab();

12345678910>>...96