Home
last modified time | relevance | path

Searched refs:python_value (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/autotest/frontend/afe/
H A Dmodel_logic.py648 python_value = f.to_python(
654 if not f.blank and not python_value:
658 setattr(self, f.attname, python_value)
/aosp_15_r20/external/pytorch/test/cpp_api_parity/
H A Dutils.py378 def generate_error_msg(name, cpp_value, python_value): argument
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py216 for flag, python_value in overrides.items():
217 value, type = get_am_flags(python_value)