Home
last modified time | relevance | path

Searched refs:roundtrip (Results 1 – 25 of 5185) sorted by relevance

12345678910>>...208

/dports/devel/nlohmann-json/json-3.10.4/test/src/
H A Dunit-unicode1.cpp312 roundtrip(true, "κόσμε");
322 roundtrip(true, "\xc2\x80");
337 roundtrip(true, "\x7f");
339 roundtrip(true, "\xdf\xbf");
375 roundtrip(false, "\x80");
377 roundtrip(false, "\xbf");
380 roundtrip(false, "\x80\xbf");
417 roundtrip(false, "\xc0");
427 roundtrip(false, "\xdf");
450 roundtrip(false, "\xfe");
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/
H A DtestConstraints.erl117 roundtrip('I', 0),
118 roundtrip('I', 15),
119 roundtrip('I', 20),
120 roundtrip('I', 269),
129 roundtrip('X1', 1),
130 roundtrip('X1', 4),
131 roundtrip('X1', 8),
132 roundtrip('X1', 10),
133 roundtrip('X1', 20),
145 roundtrip('Sv1', 2),
[all …]
H A DtestInfObj.erl127 roundtrip('InfObj', 'Seq2',
197 roundtrip('InfObj', T, {T,1,<<42:7>>});
199 roundtrip('InfObj', T, {T,2,<<"abc">>});
201 roundtrip('InfObj', T, {T,3,donald}),
202 roundtrip('InfObj', T, {T,3,scrooge});
204 roundtrip('InfObj', T, {T,4,true}),
205 roundtrip('InfObj', T, {T,4,false});
207 roundtrip('InfObj', T, {T,5,0}),
208 roundtrip('InfObj', T, {T,5,15}).
210 roundtrip(M, T, V) -> function
[all …]
H A DtestSeqOf.erl46 roundtrip('Seq1', #'Seq1'{bool1=true,
55 roundtrip('Seq2', #'Seq2'{bool2=true,
61 roundtrip('Seq3',#'Seq3'{bool3=true,
88 roundtrip('Seq5', {'Seq5',true,[],77}),
94 roundtrip('Seq6', {'Seq6',[],[],101}),
95 roundtrip('Seq6', {'Seq6',[],[7],101}),
97 roundtrip('Seq6', {'Seq6',[1],[],101}),
101 roundtrip('Seq8', {'Seq8',[],37}),
149 roundtrip(T, V) -> function
150 roundtrip(T, V, V).
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/
H A DtestConstraints.erl117 roundtrip('I', 0),
118 roundtrip('I', 15),
119 roundtrip('I', 20),
120 roundtrip('I', 269),
129 roundtrip('X1', 1),
130 roundtrip('X1', 4),
131 roundtrip('X1', 8),
132 roundtrip('X1', 10),
133 roundtrip('X1', 20),
145 roundtrip('Sv1', 2),
[all …]
H A DtestInfObj.erl127 roundtrip('InfObj', 'Seq2',
197 roundtrip('InfObj', T, {T,1,<<42:7>>});
199 roundtrip('InfObj', T, {T,2,<<"abc">>});
201 roundtrip('InfObj', T, {T,3,donald}),
202 roundtrip('InfObj', T, {T,3,scrooge});
204 roundtrip('InfObj', T, {T,4,true}),
205 roundtrip('InfObj', T, {T,4,false});
207 roundtrip('InfObj', T, {T,5,0}),
208 roundtrip('InfObj', T, {T,5,15}).
210 roundtrip(M, T, V) -> function
[all …]
H A DtestSeqOf.erl46 roundtrip('Seq1', #'Seq1'{bool1=true,
55 roundtrip('Seq2', #'Seq2'{bool2=true,
61 roundtrip('Seq3',#'Seq3'{bool3=true,
88 roundtrip('Seq5', {'Seq5',true,[],77}),
94 roundtrip('Seq6', {'Seq6',[],[],101}),
95 roundtrip('Seq6', {'Seq6',[],[7],101}),
97 roundtrip('Seq6', {'Seq6',[1],[],101}),
101 roundtrip('Seq8', {'Seq8',[],37}),
149 roundtrip(T, V) -> function
150 roundtrip(T, V, V).
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/
H A DtestConstraints.erl110 roundtrip('I', 0),
111 roundtrip('I', 15),
112 roundtrip('I', 20),
113 roundtrip('I', 269),
122 roundtrip('X1', 1),
123 roundtrip('X1', 4),
124 roundtrip('X1', 8),
125 roundtrip('X1', 10),
126 roundtrip('X1', 20),
138 roundtrip('Sv1', 2),
[all …]
H A DtestInfObj.erl127 roundtrip('InfObj', 'Seq2',
197 roundtrip('InfObj', T, {T,1,<<42:7>>});
199 roundtrip('InfObj', T, {T,2,<<"abc">>});
201 roundtrip('InfObj', T, {T,3,donald}),
202 roundtrip('InfObj', T, {T,3,scrooge});
204 roundtrip('InfObj', T, {T,4,true}),
205 roundtrip('InfObj', T, {T,4,false});
207 roundtrip('InfObj', T, {T,5,0}),
208 roundtrip('InfObj', T, {T,5,15}).
210 roundtrip(M, T, V) -> function
[all …]
H A DtestSeqOf.erl46 roundtrip('Seq1', #'Seq1'{bool1=true,
55 roundtrip('Seq2', #'Seq2'{bool2=true,
61 roundtrip('Seq3',#'Seq3'{bool3=true,
88 roundtrip('Seq5', {'Seq5',true,[],77}),
94 roundtrip('Seq6', {'Seq6',[],[],101}),
95 roundtrip('Seq6', {'Seq6',[],[7],101}),
97 roundtrip('Seq6', {'Seq6',[1],[],101}),
101 roundtrip('Seq8', {'Seq8',[],37}),
149 roundtrip(T, V) -> function
150 roundtrip(T, V, V).
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/
H A DtestConstraints.erl117 roundtrip('I', 0),
118 roundtrip('I', 15),
119 roundtrip('I', 20),
120 roundtrip('I', 269),
129 roundtrip('X1', 1),
130 roundtrip('X1', 4),
131 roundtrip('X1', 8),
132 roundtrip('X1', 10),
133 roundtrip('X1', 20),
145 roundtrip('Sv1', 2),
[all …]
H A DtestInfObj.erl127 roundtrip('InfObj', 'Seq2',
197 roundtrip('InfObj', T, {T,1,<<42:7>>});
199 roundtrip('InfObj', T, {T,2,<<"abc">>});
201 roundtrip('InfObj', T, {T,3,donald}),
202 roundtrip('InfObj', T, {T,3,scrooge});
204 roundtrip('InfObj', T, {T,4,true}),
205 roundtrip('InfObj', T, {T,4,false});
207 roundtrip('InfObj', T, {T,5,0}),
208 roundtrip('InfObj', T, {T,5,15}).
210 roundtrip(M, T, V) -> function
[all …]
H A DtestSeqOf.erl46 roundtrip('Seq1', #'Seq1'{bool1=true,
55 roundtrip('Seq2', #'Seq2'{bool2=true,
61 roundtrip('Seq3',#'Seq3'{bool3=true,
88 roundtrip('Seq5', {'Seq5',true,[],77}),
94 roundtrip('Seq6', {'Seq6',[],[],101}),
95 roundtrip('Seq6', {'Seq6',[],[7],101}),
97 roundtrip('Seq6', {'Seq6',[1],[],101}),
101 roundtrip('Seq8', {'Seq8',[],37}),
149 roundtrip(T, V) -> function
150 roundtrip(T, V, V).
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/
H A DtestConstraints.erl117 roundtrip('I', 0),
118 roundtrip('I', 15),
119 roundtrip('I', 20),
120 roundtrip('I', 269),
129 roundtrip('X1', 1),
130 roundtrip('X1', 4),
131 roundtrip('X1', 8),
132 roundtrip('X1', 10),
133 roundtrip('X1', 20),
145 roundtrip('Sv1', 2),
[all …]
H A DtestInfObj.erl127 roundtrip('InfObj', 'Seq2',
197 roundtrip('InfObj', T, {T,1,<<42:7>>});
199 roundtrip('InfObj', T, {T,2,<<"abc">>});
201 roundtrip('InfObj', T, {T,3,donald}),
202 roundtrip('InfObj', T, {T,3,scrooge});
204 roundtrip('InfObj', T, {T,4,true}),
205 roundtrip('InfObj', T, {T,4,false});
207 roundtrip('InfObj', T, {T,5,0}),
208 roundtrip('InfObj', T, {T,5,15}).
210 roundtrip(M, T, V) -> function
[all …]
H A DtestSeqOf.erl46 roundtrip('Seq1', #'Seq1'{bool1=true,
55 roundtrip('Seq2', #'Seq2'{bool2=true,
61 roundtrip('Seq3',#'Seq3'{bool3=true,
88 roundtrip('Seq5', {'Seq5',true,[],77}),
94 roundtrip('Seq6', {'Seq6',[],[],101}),
95 roundtrip('Seq6', {'Seq6',[],[7],101}),
97 roundtrip('Seq6', {'Seq6',[1],[],101}),
101 roundtrip('Seq8', {'Seq8',[],37}),
149 roundtrip(T, V) -> function
150 roundtrip(T, V, V).
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/
H A DtestConstraints.erl110 roundtrip('I', 0),
111 roundtrip('I', 15),
112 roundtrip('I', 20),
113 roundtrip('I', 269),
122 roundtrip('X1', 1),
123 roundtrip('X1', 4),
124 roundtrip('X1', 8),
125 roundtrip('X1', 10),
126 roundtrip('X1', 20),
138 roundtrip('Sv1', 2),
[all …]
H A DtestInfObj.erl57 roundtrip('InfObj', 'ConstructedPdu',
59 roundtrip('InfObj', 'ConstructedPdu',
61 roundtrip('InfObj', 'ConstructedPdu',
66 roundtrip('InfObj', 'ConstructedPdu',
113 roundtrip('InfObj', 'Seq2',
163 roundtrip('InfObj', 'TiAliasSeq',
166 roundtrip('InfObj', 'ContentInfo',
192 roundtrip('InfObj', T, {T,5,0}),
193 roundtrip('InfObj', T, {T,5,15}).
195 roundtrip(M, T, V) -> function
[all …]
H A DtestSeqOf.erl46 roundtrip('Seq1', #'Seq1'{bool1=true,
55 roundtrip('Seq2', #'Seq2'{bool2=true,
61 roundtrip('Seq3',#'Seq3'{bool3=true,
88 roundtrip('Seq5', {'Seq5',true,[],77}),
94 roundtrip('Seq6', {'Seq6',[],[],101}),
95 roundtrip('Seq6', {'Seq6',[],[7],101}),
97 roundtrip('Seq6', {'Seq6',[1],[],101}),
101 roundtrip('Seq8', {'Seq8',[],37}),
149 roundtrip(T, V) -> function
150 roundtrip(T, V, V).
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/
H A DtestConstraints.erl117 roundtrip('I', 0),
118 roundtrip('I', 15),
119 roundtrip('I', 20),
120 roundtrip('I', 269),
129 roundtrip('X1', 1),
130 roundtrip('X1', 4),
131 roundtrip('X1', 8),
132 roundtrip('X1', 10),
133 roundtrip('X1', 20),
145 roundtrip('Sv1', 2),
[all …]
H A DtestInfObj.erl127 roundtrip('InfObj', 'Seq2',
197 roundtrip('InfObj', T, {T,1,<<42:7>>});
199 roundtrip('InfObj', T, {T,2,<<"abc">>});
201 roundtrip('InfObj', T, {T,3,donald}),
202 roundtrip('InfObj', T, {T,3,scrooge});
204 roundtrip('InfObj', T, {T,4,true}),
205 roundtrip('InfObj', T, {T,4,false});
207 roundtrip('InfObj', T, {T,5,0}),
208 roundtrip('InfObj', T, {T,5,15}).
210 roundtrip(M, T, V) -> function
[all …]
H A DtestSeqOf.erl46 roundtrip('Seq1', #'Seq1'{bool1=true,
55 roundtrip('Seq2', #'Seq2'{bool2=true,
61 roundtrip('Seq3',#'Seq3'{bool3=true,
88 roundtrip('Seq5', {'Seq5',true,[],77}),
94 roundtrip('Seq6', {'Seq6',[],[],101}),
95 roundtrip('Seq6', {'Seq6',[],[7],101}),
97 roundtrip('Seq6', {'Seq6',[1],[],101}),
101 roundtrip('Seq8', {'Seq8',[],37}),
149 roundtrip(T, V) -> function
150 roundtrip(T, V, V).
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/test/
H A DTest-Order150 atk-roundtrip.test
151 avs-roundtrip.test
152 bmp-roundtrip.test
154 cis-roundtrip.test
158 g3-roundtrip.test
159 gem-roundtrip.test
160 gif-roundtrip.test
168 mda-roundtrip.test
169 mgr-roundtrip.test
178 ps-roundtrip.test
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/regex-syntax-0.6.25/src/ast/
H A Dprint.rs422 roundtrip("a"); in print_literal()
423 roundtrip(r"\["); in print_literal()
434 roundtrip(r"\a"); in print_literal()
435 roundtrip(r"\f"); in print_literal()
445 roundtrip("."); in print_dot()
450 roundtrip("ab"); in print_concat()
466 roundtrip(r"^"); in print_assertion()
467 roundtrip(r"$"); in print_assertion()
476 roundtrip("a?"); in print_repetition()
478 roundtrip("a*"); in print_repetition()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/regex-syntax-0.6.25/src/ast/
H A Dprint.rs422 roundtrip("a"); in print_literal()
423 roundtrip(r"\["); in print_literal()
434 roundtrip(r"\a"); in print_literal()
435 roundtrip(r"\f"); in print_literal()
445 roundtrip("."); in print_dot()
450 roundtrip("ab"); in print_concat()
466 roundtrip(r"^"); in print_assertion()
467 roundtrip(r"$"); in print_assertion()
476 roundtrip("a?"); in print_repetition()
478 roundtrip("a*"); in print_repetition()
[all …]

12345678910>>...208