Searched refs:_ (Results 1 – 6 of 6) sorted by relevance
/zcbor-3.6.0/scripts/ |
D | add_helptext.py | 34 stdout, _ = Popen(cmd, stdout=PIPE).communicate() variable
|
/zcbor-3.6.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.6.0/zcbor/ |
D | zcbor.py | 782 range_types_regex = '|'.join([regex for (regex, _) in range_types]) 797 lambda m_self, _: m_self.convert_to_key()), 808 lambda m_self, _: m_self.type_and_value("UNDEF", lambda: None)), 810 lambda m_self, _: m_self.type_value_size("FLOAT", lambda: None, 2)), 812 lambda m_self, _: m_self.type_value_size_range("FLOAT", lambda: None, 2, 4)), 814 lambda m_self, _: m_self.type_value_size("FLOAT", lambda: None, 4)), 816 lambda m_self, _: m_self.type_value_size_range("FLOAT", lambda: None, 4, 8)), 818 lambda m_self, _: m_self.type_value_size("FLOAT", lambda: None, 8)), 844 lambda m_self, _: m_self.type_and_value("BOOL", lambda: True)), 846 lambda m_self, _: m_self.type_and_value("BOOL", lambda: False)), [all …]
|
/zcbor-3.6.0/ |
D | RELEASE_NOTES.md | 115 * Use (U)INT(8|16|32|64)_(MIN|MAX) macros in generated code
|