Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 6 of 6) sorted by relevance

/zcbor-3.5.0-3.4.0/tests/scripts/
Dtest_zcbor.py562 …stdout0, _ = self.popen_test(self.get_std_args(p_test_vectors12[n]) + ["--output", "-", "--output-…
565 …stdout1, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "cbor", "--output", "-", "--o…
568 …stdout2, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "json", "--output", "-", "--o…
571 …stdout3, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "yaml", "--output", "-", "--o…
576 …stdout4, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "cbor", "--output", "-", "--o…
579 …stdout5, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "cborhex", "--output", "-", "…
607 …stdout1, _ = self.popen_test(["zcbor", "convert", "--cddl", str(p_map_bstr_cddl), "--input", str(p…
611_, stderr1 = self.popen_test(["zcbor", "code", "--cddl", str(p_map_bstr_cddl), "-t", "map"], "", e…
616 _, stderr1 = self.popen_test(args, "", exp_retcode=2)
622 _, stderr2 = self.popen_test(args + ["--output-c", "/tmp/map.c"], "", exp_retcode=2)
[all …]
Dtest_versions.py43 tags_stdout, _ = Popen(['git', 'tag'], stdout=PIPE).communicate()
Dtest_repo_files.py91 output, _ = self.popen_test(c)
/zcbor-3.5.0-3.4.0/
Dadd_helptext.py34 stdout, _ = Popen(cmd, stdout=PIPE).communicate() variable
DRELEASE_NOTES.md10 * Use (U)INT(8|16|32|64)_(MIN|MAX) macros in generated code
/zcbor-3.5.0-3.4.0/zcbor/
Dzcbor.py750 lambda _: self.convert_to_key()),
758 lambda _: self.type_and_value("UINT", lambda: None)),
760 lambda _: self.type_and_value("NINT", lambda: None)),
762 lambda _: self.type_and_value("INT", lambda: None)),
764 lambda _: self.type_and_value("FLOAT", lambda: None)),
766 lambda _: self.type_value_size("FLOAT", lambda: None, 2)),
768 lambda _: self.type_value_size_range("FLOAT", lambda: None, 2, 4)),
770 lambda _: self.type_value_size("FLOAT", lambda: None, 4)),
772 lambda _: self.type_value_size_range("FLOAT", lambda: None, 4, 8)),
774 lambda _: self.type_value_size("FLOAT", lambda: None, 8)),
[all …]