Home
last modified time | relevance | path

Searched refs:expect_val (Results 1 – 2 of 2) sorted by relevance

/test/lib/
A Dstr.c63 ulong expect_val, int expect_endp_offset, bool upper) in run_strtoul() argument
74 ut_asserteq(expect_val, val); in run_strtoul()
117 unsigned long long expect_val, int expect_endp_offset, in run_strtoull() argument
129 ut_asserteq(expect_val, val); in run_strtoull()
/test/py/tests/
A Dtest_env.py550 def check_script(intext, expect_val): argument
563 if expect_val is not None:
564 expect = '#define CONFIG_EXTRA_ENV_TEXT "%s"\n' % expect_val

Completed in 9 milliseconds