Searched refs:_ (Results 1 – 6 of 6) sorted by relevance
/zcbor-3.5.0-3.4.0/tests/scripts/ |
D | test_zcbor.py | 562 …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 …]
|
D | test_versions.py | 43 tags_stdout, _ = Popen(['git', 'tag'], stdout=PIPE).communicate()
|
D | test_repo_files.py | 91 output, _ = self.popen_test(c)
|
/zcbor-3.5.0-3.4.0/ |
D | add_helptext.py | 34 stdout, _ = Popen(cmd, stdout=PIPE).communicate() variable
|
D | RELEASE_NOTES.md | 10 * Use (U)INT(8|16|32|64)_(MIN|MAX) macros in generated code
|
/zcbor-3.5.0-3.4.0/zcbor/ |
D | zcbor.py | 750 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 …]
|