Home
last modified time | relevance | path

Searched refs:tx1 (Results 1 – 25 of 3481) sorted by relevance

12345678910>>...140

/dports/databases/sqlite3/sqlite-src-3350500/test/
H A DwhereJ.test26 CREATE TABLE tx1 (
49 CREATE INDEX ix0 on tx1(a1,curx,aid,cid,sid,ftype,fp,fyear DESC,edate DESC,fid);
50 CREATE INDEX ix1 on tx1(a1,curx,aid,ftype,fp,fyear DESC,fid,edate DESC,cid,sid);
51 CREATE INDEX ix2 on tx1(a1,curx,cid,sid,ftype,fp,fyear DESC,edate DESC,aid,fid);
52 CREATE INDEX ix3 on tx1(a1,curx,fid,ftype,fp,fyear DESC,cid,sid,aid,edate DESC);
53 CREATE INDEX ix4 on tx1(a1,curx,ftype,cid,sid,aid,edate DESC,fid,fp,fyear DESC);
57 CREATE INDEX ix8 on tx1(cid,sid,edate DESC,aid,est);
58 CREATE INDEX ix9 on tx1(aid,edate DESC,a1,curx);
64 INSERT INTO sqlite_stat1 VALUES('tx1','ix9','11680827 289 2 2 2');
65 INSERT INTO sqlite_stat1 VALUES('tx1','ix8','11680827 286 250 2 2 2');
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A DwhereJ.test26 CREATE TABLE tx1 (
49 CREATE INDEX ix0 on tx1(a1,curx,aid,cid,sid,ftype,fp,fyear DESC,edate DESC,fid);
50 CREATE INDEX ix1 on tx1(a1,curx,aid,ftype,fp,fyear DESC,fid,edate DESC,cid,sid);
51 CREATE INDEX ix2 on tx1(a1,curx,cid,sid,ftype,fp,fyear DESC,edate DESC,aid,fid);
52 CREATE INDEX ix3 on tx1(a1,curx,fid,ftype,fp,fyear DESC,cid,sid,aid,edate DESC);
53 CREATE INDEX ix4 on tx1(a1,curx,ftype,cid,sid,aid,edate DESC,fid,fp,fyear DESC);
57 CREATE INDEX ix8 on tx1(cid,sid,edate DESC,aid,est);
58 CREATE INDEX ix9 on tx1(aid,edate DESC,a1,curx);
64 INSERT INTO sqlite_stat1 VALUES('tx1','ix9','11680827 289 2 2 2');
65 INSERT INTO sqlite_stat1 VALUES('tx1','ix8','11680827 286 250 2 2 2');
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A DwhereJ.test26 CREATE TABLE tx1 (
49 CREATE INDEX ix0 on tx1(a1,curx,aid,cid,sid,ftype,fp,fyear DESC,edate DESC,fid);
50 CREATE INDEX ix1 on tx1(a1,curx,aid,ftype,fp,fyear DESC,fid,edate DESC,cid,sid);
51 CREATE INDEX ix2 on tx1(a1,curx,cid,sid,ftype,fp,fyear DESC,edate DESC,aid,fid);
52 CREATE INDEX ix3 on tx1(a1,curx,fid,ftype,fp,fyear DESC,cid,sid,aid,edate DESC);
53 CREATE INDEX ix4 on tx1(a1,curx,ftype,cid,sid,aid,edate DESC,fid,fp,fyear DESC);
57 CREATE INDEX ix8 on tx1(cid,sid,edate DESC,aid,est);
58 CREATE INDEX ix9 on tx1(aid,edate DESC,a1,curx);
64 INSERT INTO sqlite_stat1 VALUES('tx1','ix9','11680827 289 2 2 2');
65 INSERT INTO sqlite_stat1 VALUES('tx1','ix8','11680827 286 250 2 2 2');
[all …]
/dports/games/xpuzzletama/xpuzzletama/
H A Dxtama_move.c30 if ( !vmap( *tx1 - 1 , *ty1 ) && *tx1 > 0 ) in tama_moveside()
34 if ( !vmap( *tx1 - 1 , *ty1 ) && *tx1 > 0 ) in tama_moveside()
46 if ( !vmap( *tx1 + 1 , *ty2 ) && *tx1 < 7 ) in tama_moveside()
54 if ( !vmap( *tx1 + 1 , *ty1 ) && *tx1 < 7 ) in tama_moveside()
63 (*tx1) += x ; in tama_moveside()
133 (*tx1) -= ax ; in rolling()
156 (*tx1) -= ax ; in rolling()
199 game_end(*tx1,*ty1) ; in tama_fall()
204 game_end(*tx1,*ty1) ; in tama_fall()
208 if ( vmap( *tx1 , *ty1 - 1 )) in tama_fall()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/timers/
H A Dadjtick.c118 struct timex tx1; in check_tick_adj() local
126 tx1.offset = 0; in check_tick_adj()
127 tx1.freq = 0; in check_tick_adj()
130 adjtimex(&tx1); in check_tick_adj()
141 tx1.modes = 0; in check_tick_adj()
142 adjtimex(&tx1); in check_tick_adj()
144 if (tx1.offset || tx1.freq || tx1.tick != tickval) { in check_tick_adj()
172 struct timex tx1; in main() local
201 tx1.offset = 0; in main()
202 tx1.freq = 0; in main()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/timers/
H A Dadjtick.c118 struct timex tx1; in check_tick_adj() local
126 tx1.offset = 0; in check_tick_adj()
127 tx1.freq = 0; in check_tick_adj()
130 adjtimex(&tx1); in check_tick_adj()
141 tx1.modes = 0; in check_tick_adj()
142 adjtimex(&tx1); in check_tick_adj()
144 if (tx1.offset || tx1.freq || tx1.tick != tickval) { in check_tick_adj()
172 struct timex tx1; in main() local
201 tx1.offset = 0; in main()
202 tx1.freq = 0; in main()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/timers/
H A Dadjtick.c118 struct timex tx1; in check_tick_adj() local
126 tx1.offset = 0; in check_tick_adj()
127 tx1.freq = 0; in check_tick_adj()
130 adjtimex(&tx1); in check_tick_adj()
141 tx1.modes = 0; in check_tick_adj()
142 adjtimex(&tx1); in check_tick_adj()
144 if (tx1.offset || tx1.freq || tx1.tick != tickval) { in check_tick_adj()
172 struct timex tx1; in main() local
201 tx1.offset = 0; in main()
202 tx1.freq = 0; in main()
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-channel-0.3.1/tests/
H A Dmpsc-close.rs25 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
29 tx1.disconnect(); in multiple_senders_disconnect()
33 assert!(tx1.is_closed()); in multiple_senders_disconnect()
47 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
51 tx1.disconnect(); in multiple_senders_disconnect()
55 assert!(tx1.is_closed()); in multiple_senders_disconnect()
72 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
75 tx1.close_channel(); in multiple_senders_close_channel()
77 assert!(tx1.is_closed()); in multiple_senders_close_channel()
91 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/futures-channel-preview-0.3.0-alpha.19/tests/
H A Dmpsc-close.rs25 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
29 tx1.disconnect(); in multiple_senders_disconnect()
33 assert!(tx1.is_closed()); in multiple_senders_disconnect()
47 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
51 tx1.disconnect(); in multiple_senders_disconnect()
55 assert!(tx1.is_closed()); in multiple_senders_disconnect()
72 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
75 tx1.close_channel(); in multiple_senders_close_channel()
77 assert!(tx1.is_closed()); in multiple_senders_close_channel()
91 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-channel-preview-0.3.0-alpha.19/tests/
H A Dmpsc-close.rs25 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
29 tx1.disconnect(); in multiple_senders_disconnect()
33 assert!(tx1.is_closed()); in multiple_senders_disconnect()
47 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
51 tx1.disconnect(); in multiple_senders_disconnect()
55 assert!(tx1.is_closed()); in multiple_senders_disconnect()
72 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
75 tx1.close_channel(); in multiple_senders_close_channel()
77 assert!(tx1.is_closed()); in multiple_senders_close_channel()
91 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-channel-0.3.5/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/futures-channel-0.3.9/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/futures-channel-0.3.5/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-channel-0.3.5/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/futures-channel-0.3.7/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/futures-channel-0.3.6/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/futures-channel-0.3.5/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-channel-0.3.5/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/futures-channel/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/futures-channel/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-channel/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/futures-channel-0.3.5/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-channel-0.3.4/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/futures-channel-0.3.5/tests/
H A Dmpsc-close.rs26 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
30 tx1.disconnect(); in multiple_senders_disconnect()
34 assert!(tx1.is_closed()); in multiple_senders_disconnect()
48 let (tx2, mut tx3, mut tx4) = (tx1.clone(), tx1.clone(), tx1.clone()); in multiple_senders_disconnect()
52 tx1.disconnect(); in multiple_senders_disconnect()
56 assert!(tx1.is_closed()); in multiple_senders_disconnect()
73 let mut tx2 = tx1.clone(); in multiple_senders_close_channel()
76 tx1.close_channel(); in multiple_senders_close_channel()
78 assert!(tx1.is_closed()); in multiple_senders_close_channel()
92 tx1.close_channel(); in multiple_senders_close_channel()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/futures-0.3.9/tests/
H A Dbasic_combinators.rs8 let tx2 = tx1.clone(); in basic_future_combinators()
9 let tx3 = tx1.clone(); in basic_future_combinators()
33 let tx2 = tx1.clone(); in basic_try_future_combinators()
34 let tx3 = tx1.clone(); in basic_try_future_combinators()
35 let tx4 = tx1.clone(); in basic_try_future_combinators()
36 let tx5 = tx1.clone(); in basic_try_future_combinators()
37 let tx6 = tx1.clone(); in basic_try_future_combinators()
38 let tx7 = tx1.clone(); in basic_try_future_combinators()
39 let tx8 = tx1.clone(); in basic_try_future_combinators()
40 let tx9 = tx1.clone(); in basic_try_future_combinators()
[all …]

12345678910>>...140