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

  /external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices.py 507 for port_map in GetAllPhysicalPortToTTYMaps(
509 logger.info('%s', port_map)
514 for port_map in GetAllPhysicalPortToSerialMaps(
516 logger.info('%s', port_map)
  /external/libmojo/third_party/catapult/devil/devil/utils/
find_usb_devices.py 492 for port_map in GetAllPhysicalPortToTTYMaps([usb_hubs.PLUGABLE_7PORT,
495 print port_map
500 for port_map in GetAllPhysicalPortToSerialMaps([usb_hubs.PLUGABLE_7PORT,
503 print port_map
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.cc 524 std::unordered_map<string, string> port_map; local
543 port_map[inp.name()] = inp.name();
586 port_map[port_id] = port_name;
599 auto it = port_map.find(input);
600 if (it == port_map.end()) {
  /external/libmojo/third_party/catapult/devil/devil/android/
forwarder.py 155 port_map = Forwarder._GetInstanceLocked(
157 for (device_serial, device_port) in port_map.keys():

Completed in 1326 milliseconds