Searched refs:timeMap (Results 1 – 2 of 2) sorted by relevance
82 private static final Map<String, String> timeMap = new HashMap<String, String>(); field in TestSelector.TestInfoBuilder84 timeMap.put("SHORT", "less than 15 minutes");85 timeMap.put("MEDIUM", "15 minutes to four hours");86 timeMap.put("LONG", "over four hours");115 if (timeMap.containsKey(time)) { in writeTime()116 timeDetail = timeMap.get(time); in writeTime()
15 static auto timeMap = new std::map<int32_t, CPWL_Timer*>; in GetPWLTimeMap() local16 return *timeMap; in GetPWLTimeMap()