Home
last modified time | relevance | path

Searched refs:timeMap (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/
DTestSelector.java82 private static final Map<String, String> timeMap = new HashMap<String, String>(); field in TestSelector.TestInfoBuilder
84 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()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp15 static auto timeMap = new std::map<int32_t, CPWL_Timer*>; in GetPWLTimeMap() local
16 return *timeMap; in GetPWLTimeMap()