Home
last modified time | relevance | path

Searched refs:value (Results 1 – 20 of 20) sorted by relevance

/test/py/tests/
A Dvboot_forge.py147 self.value = value
264 value = item.value
267 if value:
271 value += b'\x00' * (4 - (len(value) & 3))
272 t.extend(value)
329 def as_bytes(value): argument
336 if not value:
338 if value[-1] == b'\x00':
340 for x in value[:-1]:
346 value = value[:-1]
[all …]
A Dtest_env.py60 (var, value) = l.split('=', 1)
61 self.env[var] = value
121 def set_var(state_test_env, var, value): argument
141 if ' ' in value:
146 state_test_env.env[var] = value
203 value = state_test_env.env[var]
234 value = 'foo'
235 set_var(state_test_env, var, value)
242 value = 'bar'
243 set_var(state_test_env, var, value)
[all …]
A Dtest_i2c.py85 value = f.get("eeprom_val")
86 if not value:
95 assert value in output
A Dtest_fit_ecdsa.py31 for prop, value in prop_value.items():
A Dtest_gpt.py38 key, value = option.split("=")
39 part[key] = value
A Dtest_vboot.py254 def corrupt_file(fit, offset, value): argument
266 handle.write(struct.pack(">I", value))
/test/dm/
A Dofread.c11 const void *value; in dm_test_ofprop_get_property() local
19 value = ofprop_get_property(&prop, &propname, &len); in dm_test_ofprop_get_property()
20 ut_assertnonnull(value); in dm_test_ofprop_get_property()
38 ut_asserteq_str("flash", value); in dm_test_ofprop_get_property()
A Dbus.c147 int value; in test_bus_parent_data() local
173 value = 5; in test_bus_parent_data()
183 parent_data->sum = value; in test_bus_parent_data()
184 value += 5; in test_bus_parent_data()
188 value = 5; in test_bus_parent_data()
195 ut_asserteq(value, parent_data->sum); in test_bus_parent_data()
196 value += 5; in test_bus_parent_data()
A Dtee.c73 param[0].u.value.a = busnum; in invoke_func_rpc_test()
74 param[0].u.value.b = chip_addr; in invoke_func_rpc_test()
75 param[0].u.value.c = xfer_flags; in invoke_func_rpc_test()
A Dgpio.c684 int count, uint value) in set_gpios() argument
692 value & mask)); in set_gpios()
/test/lib/
A DKconfig9 if the value is used when the CONFIG is not enabled.
14 bool "Provide a value for the Kconfig test"
16 This is the option that controls whether the value is present.
22 This is the value which is present if TEST_KCONFIG_ENABLE is enabled.
A Dmembuf.c24 int value) in membuf_check() argument
/test/boot/files/
A Dexpo_layout.dts17 /* value refers to the matching id in /strings */
43 item-value = <0 3 6>;
75 value = "Test Configuration";
76 value-es = "configuración de prueba";
/test/cmd/
A Dbdinfo.c31 ulong value) in test_num_l() argument
33 ut_assert_nextline("%-12s= 0x%0*lx", name, 2 * (int)sizeof(value), in test_num_l()
34 value); in test_num_l()
40 unsigned long long value) in test_num_ll() argument
43 value); in test_num_ll()
/test/py/tests/test_fs/test_squashfs/
A Dsqfs_common.py66 for key, value in zip(STANDARD_TABLE.keys(), opts_list):
67 STANDARD_TABLE[key] = value
/test/py/
A Dconftest.py181 item, value = line.split(' ', maxsplit=1)
183 vals[k] = value
564 def show_bar(key, msecs, value): argument
571 if value:
572 bar_length = int((value / max_count) * max_bar_length)
A Dconsole_base.py68 def __exit__(self, extype, value, traceback): argument
92 def __exit__(self, extype, value, traceback): argument
111 def __exit__(self, extype, value, traceback): argument
A Dutils.py289 def __exit__(self, extype, value, traceback): argument
A Dmultiplexed_log.py211 def __exit__(self, extype, value, traceback): argument
/test/boot/
A Dexpo.c837 ut_asserteq(0, item->value); in expo_test_build()

Completed in 34 milliseconds