HomeSort by relevance Sort by last modified time
    Searched refs:time_key (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/
ui.h 183 void time_key(int key_code, int count);
ui.cpp 395 info->ui->time_key(info->key_code, info->count);
400 void RecoveryUI::time_key(int key_code, int count) {
  /tools/acloud/public/
device_driver.py 465 def _FindOldItems(items, cut_time, time_key):
471 by time_key.
473 time_key: String, key for the timestamp.
480 t = dateutil.parser.parse(item[time_key])

Completed in 830 milliseconds