Searched refs:myParser (Results 1 - 9 of 9) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DUDPMessageChannel.java107 protected StringMsgParser myParser; field in class:UDPMessageChannel
250 if (myParser == null) {
251 myParser = new StringMsgParser();
252 myParser.setParseExceptionListener(this);
337 sipMessage = myParser.parseSIPMessage(msgBytes);
338 myParser = null;
340 myParser = null; // let go of the parser reference.
H A DTCPMessageChannel.java69 private PipelinedMsgParser myParser; field in class:TCPMessageChannel
598 myParser = new PipelinedMsgParser(this, hispipe, this.sipStack.getMaxMessageSize());
600 myParser.processInput();
663 myParser.close();
H A DTLSMessageChannel.java77 private PipelinedMsgParser myParser; field in class:TLSMessageChannel
578 myParser = new PipelinedMsgParser(this, hispipe, this.sipStack.getMaxMessageSize());
580 myParser.processInput();
642 this.myParser.close();
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 116 milliseconds