Home
last modified time | relevance | path

Searched refs:txt3 (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dinsert_select_into_local_table.out25 3 | 8 | txt3
33 3 | txt3
190 3 | txt3
235 3 | txt3
243 3 | txt3
317 3 | txt3
318 3 | txt3
319 3 | txt3
320 3 | txt3
321 3 | txt3
[all …]
/dports/dns/c-ares/c-ares-1.17.2/test/
H A Dares-test-parse-txt.cc32 struct ares_txt_reply* txt3 = txt2->next; in TEST_F() local
33 ASSERT_NE(nullptr, txt3); in TEST_F()
35 std::vector<byte>(txt3->txt, txt3->txt + txt3->length)); in TEST_F()
36 EXPECT_EQ(nullptr, txt3->next); in TEST_F()
65 struct ares_txt_ext* txt3 = txt2->next; in TEST_F() local
66 ASSERT_NE(nullptr, txt3); in TEST_F()
68 std::vector<byte>(txt3->txt, txt3->txt + txt3->length)); in TEST_F()
69 EXPECT_EQ(nullptr, txt3->next); in TEST_F()
70 EXPECT_EQ(0, txt3->record_start); in TEST_F()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/cares/cares/test/
H A Dares-test-parse-txt.cc32 struct ares_txt_reply* txt3 = txt2->next; in TEST_F() local
33 ASSERT_NE(nullptr, txt3); in TEST_F()
35 std::vector<byte>(txt3->txt, txt3->txt + txt3->length)); in TEST_F()
36 EXPECT_EQ(nullptr, txt3->next); in TEST_F()
65 struct ares_txt_ext* txt3 = txt2->next; in TEST_F() local
66 ASSERT_NE(nullptr, txt3); in TEST_F()
68 std::vector<byte>(txt3->txt, txt3->txt + txt3->length)); in TEST_F()
69 EXPECT_EQ(nullptr, txt3->next); in TEST_F()
70 EXPECT_EQ(0, txt3->record_start); in TEST_F()
/dports/math/R/R-4.1.2/tests/
H A DPCRE.R53 txt3 <- rep(txt2, 10) globalVar
55 st(for(i in 1:1e3) grep("[gu]", txt3, perl = TRUE))
57 st(for(i in 1:1e3) grep("[gu]", txt3, perl = TRUE))
93 txt3 <- rep(txt2, 10) globalVar
95 st(for(i in 1:1e3) grep("[gu]", txt3, perl = TRUE))
97 st(for(i in 1:1e3) grep("[gu]", txt3, perl = TRUE))
99 st(for(i in 1:1e3) grep("[gu]", txt3, perl = TRUE))
/dports/math/libRmath/R-4.1.1/tests/
H A DPCRE.R53 txt3 <- rep(txt2, 10) globalVar
55 st(for(i in 1:1e3) grep("[gu]", txt3, perl = TRUE))
57 st(for(i in 1:1e3) grep("[gu]", txt3, perl = TRUE))
93 txt3 <- rep(txt2, 10) globalVar
95 st(for(i in 1:1e3) grep("[gu]", txt3, perl = TRUE))
97 st(for(i in 1:1e3) grep("[gu]", txt3, perl = TRUE))
99 st(for(i in 1:1e3) grep("[gu]", txt3, perl = TRUE))
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet375.java72 …final StyledText txt3 = new StyledText(shell, SWT.MULTI | SWT.BORDER | SWT.H_SCROLL | SWT.V_SCROLL… in main() local
73 txt3.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, true)); in main()
75 txt3.setText(sb.toString()); in main()
76 txt3.setMouseNavigatorEnabled(true); in main()
82 if (txt3.getMouseNavigatorEnabled()) { in main()
87 txt3.setMouseNavigatorEnabled(!txt3.getMouseNavigatorEnabled()); in main()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/macros/scicos_scicos/
H A Dgenfunc1.sci31 [txt1,txt0,txt2,txt3,txt4,txt5,txt6]=(" "," "," "," "," "," "," ")
33 [txt1,txt0,txt2,txt3,txt4,txt5,txt6]=tt(1:7)
136 if ~or(vars(5)=="x") then txt3=[txt3;"x=[]"];end
137 if ~or(vars(5)=="z") then txt3=[txt3;"z=[]"];end
150 if txt3==[] then txt3=" ",end
151 txt3=dialog(["Using "+depp+",you may set "
153 "at event time. "],txt3)
154 if txt3==[] then return,end
160 if ~or(vars(5)=="t_evo") then txt3=[txt3;"t_evo=[]"];end
165 txt3=" "
[all …]
H A Dgenfunc2.sci31 [txt1,txt0,txt2,txt3,txt4,txt5,txt6]=(" "," "," "," "," "," "," ")
33 [txt1,txt0,txt2,txt3,txt4,txt5,txt6]=tt(1:7)
136 if ~or(vars(5)=="x") then txt3=[txt3;"x=[]"];end
137 if ~or(vars(5)=="z") then txt3=[txt3;"z=[]"];end
150 if txt3==[] then txt3=" ",end
151 txt3=dialog(["Using "+depp+",you may set "
153 "at event time. "],txt3)
154 if txt3==[] then return,end
160 if ~or(vars(5)=="t_evo") then txt3=[txt3;"t_evo=[]"];end
165 txt3=" "
[all …]
H A Dgenmac.sci23 [txt1,txt0,txt2,txt3,txt4,txt5,txt6]=tt(1:7)
38 txt3=blank(ones(txt3))+txt3+semi(ones(txt3))
69 txt3
/dports/comms/qsstv/qsstv/widgets/
H A Dwaterfallform.cpp50 txt=txt3; in slotText3()
65 txt3=ui->wfText3->toPlainText(); in getParams()
73 ui->wfText3->setPlainText(txt3); in setParams()
84 txt3=qSettings.value("text3","").toString(); in readSettings()
97 qSettings.setValue("text3",txt3); in writeSettings()
/dports/benchmarks/cpipe/cpipe-3.0.2/
H A Dcpipe.c94 char txt1[40], txt2[40], txt3[40]; in readBuffer() local
138 scale(TotalBytes, txt3)); in readBuffer()
155 char txt1[40], txt2[40], txt3[40]; in writeBuffer() local
179 scale(TotalBytes, txt3)); in writeBuffer()
191 char txt1[40], txt2[40], txt3[40]; in main() local
266 scale(TotalBytes, txt3)); in main()
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/golang/snappy/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/golang/snappy/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)
/dports/net/nsq/nsq-1.2.1/vendor/github.com/golang/snappy/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/snappy/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/compress-1.10.10/snappy/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/golang/snappy/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/golang/snappy/snappy-0.0.1/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/golang/snappy/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/klauspost/compress/snappy/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/golang/snappy/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/golang/snappy/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/vendor/github.com/golang/snappy/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/vendor/github.com/klauspost/compress/snappy/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)
/dports/security/vault/vault-1.8.2/vendor/github.com/klauspost/compress/snappy/
H A DREADME28 _UFlat8-8 857MB/s ± 0% txt3
41 _ZFlat8-8 396MB/s ± 1% txt3
58 _UFlat8-8 309MB/s ± 1% txt3
71 _ZFlat8-8 189MB/s ± 1% txt3
91 BM_UFlat/8 1.0GB/s txt3
104 BM_ZFlat/8 353.1MB/s txt3 (54.99 %)

12345678910>>...14