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

  /external/pdfium/fpdfsdk/pwl/
cpwl_timer.cpp 18 static auto* timeMap = new std::map<int32_t, CPWL_Timer*>;
19 return *timeMap;
  /external/autotest/frontend/client/src/autotest/afe/
TestSelector.java 82 private static final Map<String, String> timeMap = new HashMap<String, String>();
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)) {
116 timeDetail = timeMap.get(time);
  /external/v8/src/inspector/
v8-console.cc 423 v8::Local<v8::Map> timeMap;
424 if (!helper.privateMap("V8Console#timeMap").ToLocal(&timeMap)) return;
425 helper.setDoubleOnMap(timeMap, protocolTitle, client->currentTimeMS());
437 v8::Local<v8::Map> timeMap;
438 if (!helper.privateMap("V8Console#timeMap").ToLocal(&timeMap)) return;
440 helper.getDoubleFromMap(timeMap, protocolTitle, 0.0);
    [all...]

Completed in 81 milliseconds