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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 289 co_exit(thisCoroutine);
292 throw new java.lang.NoSuchMethodException(XMLMessages.createXMLMessage(XMLErrorResources.ER_COROUTINE_CO_EXIT, null)); //"CoroutineManager recieved co_exit() request");
311 public synchronized void co_exit(int thisCoroutine) method in class:CoroutineManager
IncrementalSAXSource_Filter.java 573 throw new StopException(); // We'll co_exit from there.
585 fCoroutineManager.co_exit(fSourceCoroutineID);
680 fCoroutineManager.co_exit(fSourceCoroutineID);
720 fCoroutineManager.co_exit(fControllerCoroutineID);
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLErrorResources.java 182 "CoroutineManager received co_exit() request"},

Completed in 468 milliseconds