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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 113 BitSet m_activeIDs=new BitSet();
188 if(coroutineID>=m_unreasonableId || m_activeIDs.get(coroutineID))
198 if(m_activeIDs.get(coroutineID))
207 m_activeIDs.set(coroutineID);
228 if(!m_activeIDs.get(thisCoroutine))
263 if(!m_activeIDs.get(toCoroutine))
313 m_activeIDs.clear(thisCoroutine);
332 if(!m_activeIDs.get(toCoroutine))
340 m_activeIDs.clear(thisCoroutine);
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 51 milliseconds