| /test/py/tests/ |
| A D | vboot_forge.py | 147 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 D | test_env.py | 60 (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 D | test_i2c.py | 85 value = f.get("eeprom_val") 86 if not value: 95 assert value in output
|
| A D | test_fit_ecdsa.py | 31 for prop, value in prop_value.items():
|
| A D | test_gpt.py | 38 key, value = option.split("=") 39 part[key] = value
|
| A D | test_vboot.py | 254 def corrupt_file(fit, offset, value): argument 266 handle.write(struct.pack(">I", value))
|
| /test/dm/ |
| A D | ofread.c | 11 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 D | bus.c | 147 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 D | tee.c | 73 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 D | gpio.c | 684 int count, uint value) in set_gpios() argument 692 value & mask)); in set_gpios()
|
| /test/lib/ |
| A D | Kconfig | 9 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 D | membuf.c | 24 int value) in membuf_check() argument
|
| /test/boot/files/ |
| A D | expo_layout.dts | 17 /* 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 D | bdinfo.c | 31 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 D | sqfs_common.py | 66 for key, value in zip(STANDARD_TABLE.keys(), opts_list): 67 STANDARD_TABLE[key] = value
|
| /test/py/ |
| A D | conftest.py | 181 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 D | console_base.py | 68 def __exit__(self, extype, value, traceback): argument 92 def __exit__(self, extype, value, traceback): argument 111 def __exit__(self, extype, value, traceback): argument
|
| A D | utils.py | 289 def __exit__(self, extype, value, traceback): argument
|
| A D | multiplexed_log.py | 211 def __exit__(self, extype, value, traceback): argument
|
| /test/boot/ |
| A D | expo.c | 837 ut_asserteq(0, item->value); in expo_test_build()
|