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

  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmPresetList.java 63 FmRxApp.stations,
FmRxApp.java 199 /** Arraylist of stations */
200 public static ArrayList<HashMap<String, String>> stations = new ArrayList<HashMap<String, String>>( field in class:FmRxApp
289 Iterator<HashMap<String, String>> stationIterator = stations.iterator();
445 * button enabled so that user can select it to select the stored stations
545 /* Set particular station name or frequency in the stations arraylist */
550 HashMap<String, String> item = stations.get(index.intValue());
566 stations.set(index.intValue(), item);
572 /* UnSet particular station name and frequency in the stations arraylist */
577 HashMap<String, String> item = stations.get(index.intValue());
581 stations.set(index.intValue(), item)
    [all...]
  /external/oprofile/events/x86-64/family11h/
events 103 event:0xd6 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_RESERVATION_STATION_FULL : Dispatch stall when reservation stations are full
  /external/oprofile/events/x86-64/hammer/
events 98 event:0xd6 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_RESERVATION_STATION_FULL : Dispatch stall when reservation stations are full

Completed in 54 milliseconds