Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/jcd/cls/
DConstantCollection.java138 final int zindex = index - 1; in set() local
139 final CONSTANT_info result = (CONSTANT_info) m_constants.get (zindex); in set()
147 m_constants.set (zindex, constant); in set()
158 if (m_CONSTANT_Utf8_index.get (mapKey, out) && (out [0] == zindex)) in set()
164 m_CONSTANT_Utf8_index.put (((CONSTANT_Utf8_info) constant).m_value, zindex); in set() local
231 final int zindex = m_prev_index - 1;
232 final CONSTANT_info result = (CONSTANT_info) m_constants.get (zindex);
240 m_constants.set (zindex, constant);
/external/webrtc/webrtc/base/
Dhttpcommon.cc380 size_t zindex; in HttpDateToSeconds() local
381 if (!find_string(zindex, zone, kTimeZones, arraysize(kTimeZones))) { in HttpDateToSeconds()
384 gmt = non_gmt + kTimeZoneOffsets[zindex] * 60 * 60; in HttpDateToSeconds()