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

  /external/nist-sip/java/gov/nist/javax/sip/
NistSipMessageFactoryImpl.java 71 SipStackImpl theStack = (SipStackImpl) messageChannel.getSIPStack();
73 theStack);
102 SIPTransactionStack theStack = (SIPTransactionStack) messageChannel
105 SIPTransaction tr = (SIPTransaction) ((SIPTransactionStack) theStack)
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 468 theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes);
524 private Element theStack = null;
635 while (theStack.next() != null) {
650 String currentName = theStack.name();
654 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) {
687 name = theStack.name();
693 for (sp = theStack; sp != null; sp = sp.next()) {
704 while (theStack != sp) {
710 while (theStack.isPreclosed()) {
719 while (theSaved != null && theStack.canContain(theSaved) &
    [all...]
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 620 milliseconds