Searched refs:get_count (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_gc.py | 249 assertEqual(gc.get_count(), (0, 0, 0)) 253 assertEqual(gc.get_count(), (2, 0, 0)) 261 assertEqual(gc.get_count(), (0, 1, 0)) 263 assertEqual(gc.get_count(), (0, 0, 1)) 265 assertEqual(gc.get_count(), (0, 0, 0))
|
/device/google/dragon/recovery/updater/ |
D | debug_ec.c | 411 printf("GPIO COUNT = %d\n", r_v1.get_count.val); in cmd_ec_gpioget() 416 num_gpios = r_v1.get_count.val; in cmd_ec_gpioget()
|
D | ec_commands.h | 2508 } get_value_by_name, get_count; member
|