Home
last modified time | relevance | path

Searched refs:roundtrip_enc (Results 1 – 25 of 127) sorted by relevance

123456

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/
H A DtestDER.erl29 roundtrip_enc('Set', Val, <<49,12,1,1,255,2,2,0,214,161,3,2,1,12>>),
35 roundtrip_enc('SetOf', ValSof, ValSofSorted,
45 roundtrip_enc(T, V, Enc) -> function
46 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V).
48 roundtrip_enc(T, V, Expected, Enc) -> function
49 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V, Expected).
H A DtestParamBasic.erl40 roundtrip_enc('T11', #'T11'{number=11,string="hej"}),
42 roundtrip_enc('T12',
63 roundtrip_enc(Type, Value) -> function
64 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value).
66 roundtrip_enc(Type, Value, Expected) -> function
67 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value, Expected).
H A DtestConstraints.erl229 roundtrip_enc('ShorterExt', "a", shorter_ext(Rules, "a")),
320 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value, Expected).
326 asn1_test_lib:roundtrip_enc(Module, Type, Value).
328 roundtrip_enc(Type, Value, Enc) -> function
329 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value),
353 roundtrip_enc(Seq2, {Seq2,Val}, Enc)
H A Dasn1_test_lib.erl27 roundtrip/3,roundtrip/4,roundtrip_enc/3,roundtrip_enc/4,
187 roundtrip_enc(Mod, Type, Value, ExpectedValue).
189 roundtrip_enc(Mod, Type, Value) -> function
190 roundtrip_enc(Mod, Type, Value, Value).
192 roundtrip_enc(Mod, Type, Value, ExpectedValue) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/
H A DtestDER.erl29 roundtrip_enc('Set', Val, <<49,12,1,1,255,2,2,0,214,161,3,2,1,12>>),
35 roundtrip_enc('SetOf', ValSof, ValSofSorted,
45 roundtrip_enc(T, V, Enc) -> function
46 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V).
48 roundtrip_enc(T, V, Expected, Enc) -> function
49 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V, Expected).
H A DtestParamBasic.erl40 roundtrip_enc('T11', #'T11'{number=11,string="hej"}),
42 roundtrip_enc('T12',
63 roundtrip_enc(Type, Value) -> function
64 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value).
66 roundtrip_enc(Type, Value, Expected) -> function
67 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value, Expected).
H A DtestConstraints.erl229 roundtrip_enc('ShorterExt', "a", shorter_ext(Rules, "a")),
320 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value, Expected).
326 asn1_test_lib:roundtrip_enc(Module, Type, Value).
328 roundtrip_enc(Type, Value, Enc) -> function
329 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value),
353 roundtrip_enc(Seq2, {Seq2,Val}, Enc)
H A Dasn1_test_lib.erl27 roundtrip/3,roundtrip/4,roundtrip_enc/3,roundtrip_enc/4,
187 roundtrip_enc(Mod, Type, Value, ExpectedValue).
189 roundtrip_enc(Mod, Type, Value) -> function
190 roundtrip_enc(Mod, Type, Value, Value).
192 roundtrip_enc(Mod, Type, Value, ExpectedValue) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/
H A DtestDER.erl29 roundtrip_enc('Set', Val, <<49,12,1,1,255,2,2,0,214,161,3,2,1,12>>),
35 roundtrip_enc('SetOf', ValSof, ValSofSorted,
45 roundtrip_enc(T, V, Enc) -> function
46 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V).
48 roundtrip_enc(T, V, Expected, Enc) -> function
49 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V, Expected).
H A DtestParamBasic.erl40 roundtrip_enc('T11', #'T11'{number=11,string="hej"}),
42 roundtrip_enc('T12',
63 roundtrip_enc(Type, Value) -> function
64 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value).
66 roundtrip_enc(Type, Value, Expected) -> function
67 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value, Expected).
H A DtestConstraints.erl222 roundtrip_enc('ShorterExt', "a", shorter_ext(Rules, "a")),
313 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value, Expected).
319 asn1_test_lib:roundtrip_enc(Module, Type, Value).
321 roundtrip_enc(Type, Value, Enc) -> function
322 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value),
346 roundtrip_enc(Seq2, {Seq2,Val}, Enc)
H A Dasn1_test_lib.erl28 roundtrip/3,roundtrip/4,roundtrip_enc/3,roundtrip_enc/4,
194 roundtrip_enc(Mod, Type, Value, ExpectedValue).
196 roundtrip_enc(Mod, Type, Value) -> function
197 roundtrip_enc(Mod, Type, Value, Value).
199 roundtrip_enc(Mod, Type, Value, ExpectedValue) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/
H A DtestDER.erl29 roundtrip_enc('Set', Val, <<49,12,1,1,255,2,2,0,214,161,3,2,1,12>>),
35 roundtrip_enc('SetOf', ValSof, ValSofSorted,
45 roundtrip_enc(T, V, Enc) -> function
46 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V).
48 roundtrip_enc(T, V, Expected, Enc) -> function
49 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V, Expected).
H A DtestParamBasic.erl40 roundtrip_enc('T11', #'T11'{number=11,string="hej"}),
42 roundtrip_enc('T12',
63 roundtrip_enc(Type, Value) -> function
64 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value).
66 roundtrip_enc(Type, Value, Expected) -> function
67 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value, Expected).
H A DtestConstraints.erl229 roundtrip_enc('ShorterExt', "a", shorter_ext(Rules, "a")),
320 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value, Expected).
326 asn1_test_lib:roundtrip_enc(Module, Type, Value).
328 roundtrip_enc(Type, Value, Enc) -> function
329 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value),
353 roundtrip_enc(Seq2, {Seq2,Val}, Enc)
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/
H A DtestDER.erl29 roundtrip_enc('Set', Val, <<49,12,1,1,255,2,2,0,214,161,3,2,1,12>>),
35 roundtrip_enc('SetOf', ValSof, ValSofSorted,
45 roundtrip_enc(T, V, Enc) -> function
46 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V).
48 roundtrip_enc(T, V, Expected, Enc) -> function
49 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V, Expected).
H A DtestParamBasic.erl40 roundtrip_enc('T11', #'T11'{number=11,string="hej"}),
42 roundtrip_enc('T12',
63 roundtrip_enc(Type, Value) -> function
64 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value).
66 roundtrip_enc(Type, Value, Expected) -> function
67 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value, Expected).
H A DtestConstraints.erl229 roundtrip_enc('ShorterExt', "a", shorter_ext(Rules, "a")),
320 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value, Expected).
326 asn1_test_lib:roundtrip_enc(Module, Type, Value).
328 roundtrip_enc(Type, Value, Enc) -> function
329 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value),
353 roundtrip_enc(Seq2, {Seq2,Val}, Enc)
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/
H A DtestDER.erl29 roundtrip_enc('Set', Val, <<49,12,1,1,255,2,2,0,214,161,3,2,1,12>>),
35 roundtrip_enc('SetOf', ValSof, ValSofSorted,
45 roundtrip_enc(T, V, Enc) -> function
46 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V).
48 roundtrip_enc(T, V, Expected, Enc) -> function
49 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V, Expected).
H A DtestParamBasic.erl40 roundtrip_enc('T11', #'T11'{number=11,string="hej"}),
42 roundtrip_enc('T12',
63 roundtrip_enc(Type, Value) -> function
64 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value).
66 roundtrip_enc(Type, Value, Expected) -> function
67 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value, Expected).
H A DtestConstraints.erl229 roundtrip_enc('ShorterExt', "a", shorter_ext(Rules, "a")),
320 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value, Expected).
326 asn1_test_lib:roundtrip_enc(Module, Type, Value).
328 roundtrip_enc(Type, Value, Enc) -> function
329 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value),
353 roundtrip_enc(Seq2, {Seq2,Val}, Enc)
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/
H A DtestDER.erl29 roundtrip_enc('Set', Val, <<49,12,1,1,255,2,2,0,214,161,3,2,1,12>>),
35 roundtrip_enc('SetOf', ValSof, ValSofSorted,
45 roundtrip_enc(T, V, Enc) -> function
46 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V).
48 roundtrip_enc(T, V, Expected, Enc) -> function
49 Enc = asn1_test_lib:roundtrip_enc('DERSpec', T, V, Expected).
H A DtestParamBasic.erl40 roundtrip_enc('T11', #'T11'{number=11,string="hej"}),
42 roundtrip_enc('T12',
63 roundtrip_enc(Type, Value) -> function
64 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value).
66 roundtrip_enc(Type, Value, Expected) -> function
67 asn1_test_lib:roundtrip_enc('ParamBasic', Type, Value, Expected).
H A DtestConstraints.erl222 roundtrip_enc('ShorterExt', "a", shorter_ext(Rules, "a")),
310 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value, Expected).
316 asn1_test_lib:roundtrip_enc(Module, Type, Value).
318 roundtrip_enc(Type, Value, Enc) -> function
319 Encoded = asn1_test_lib:roundtrip_enc('Constraints', Type, Value),
343 roundtrip_enc(Seq2, {Seq2,Val}, Enc)
/dports/lang/ghc/ghc-8.10.7/libraries/base/tests/IO/
H A Dencoding004.hs51 roundtrip_enc <- mkTextEncoding (enc_name ++ "//ROUNDTRIP")
52 testRoundtripping roundtrip_enc bs
92 testRoundtripping roundtrip_enc bs = void $ forSplits bs $ \before after -> do function
94 Right actual <- decodeEncode roundtrip_enc expected

123456