HomeSort by relevance Sort by last modified time
    Searched defs:name_to_id (Results 1 - 2 of 2) sorted by null

  /external/iproute2/lib/
names.c 157 int name_to_id(struct db_names *db, int *id, const char *name) function
  /external/webrtc/webrtc/video/
full_stack_plot.py 78 name_to_id = {field[1]: field[0] for field in _fields} variable
84 if arg in name_to_id:
85 return name_to_id[arg]
86 if arg + "_ms" in name_to_id:
87 return name_to_id[arg + "_ms"]
118 field_ids = [name_to_id[name] for name in field_names]

Completed in 83 milliseconds