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

  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlarmScheduler.java 190 Map<Integer, List<Long>> eventMap = new HashMap<Integer, List<Long>>();
197 eventMap.clear();
212 List<Long> startTimes = eventMap.get(eventId);
215 eventMap.put(eventId, startTimes);
248 List<Long> startTimes = eventMap.get(eventId);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 140 unordered_map<VkEvent, EVENT_NODE> eventMap;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp 140 unordered_map<VkEvent, EVENT_NODE> eventMap;
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp 154 unordered_map<VkEvent, EVENT_STATE> eventMap;
344 auto it = dev_data->eventMap.find(event);
345 if (it == dev_data->eventMap.end()) {
    [all...]

Completed in 89 milliseconds