/external/mockito/src/org/mockito/internal/verification/ |
VerificationDataImpl.java | 3 * This program is made available under the terms of the MIT License. 22 this.invocations = invocations;
23 this.wanted = wanted;
24 this.assertWantedIsVerifiable();
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
AcceptParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 77 this.lexer.SPorHT(); 78 this.lexer.match(TokenTypes.ID); 81 this.lexer.match('/'); 82 this.lexer.match(TokenTypes.ID); 85 this.lexer.SPorHT(); 91 this.lexer.match(',') [all...] |
AlertInfoParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 84 this.lexer.SPorHT(); 85 if (this.lexer.lookAhead(0) == '<') { 86 this.lexer.match('<'); 87 urlParser = new URLParser((Lexer) this.lexer); 90 this.lexer.match('>'); 92 /* This is non standard for Polycom support. [all...] |
AllowEventsParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 77 this.lexer.SPorHT(); 78 this.lexer.match(TokenTypes.ID); 83 this.lexer.SPorHT(); 85 this.lexer.match(','); 86 this.lexer.SPorHT(); 89 this.lexer.match(TokenTypes.ID) [all...] |
AllowParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 76 this.lexer.SPorHT(); 77 this.lexer.match(TokenTypes.ID); 82 this.lexer.SPorHT(); 84 this.lexer.match(','); 85 this.lexer.SPorHT(); 88 this.lexer.match(TokenTypes.ID) [all...] |
AuthenticationInfoParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 76 this.lexer.SPorHT(); 80 this.lexer.SPorHT(); 82 this.lexer.match(','); 83 this.lexer.SPorHT(); 87 this.lexer.SPorHT(); 89 this.lexer.SPorHT() [all...] |
CallIDParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 66 this.lexer.match(TokenTypes.CALL_ID); 67 this.lexer.SPorHT(); 68 this.lexer.match(':'); 69 this.lexer.SPorHT(); 73 this.lexer.SPorHT(); 103 * CVS: If this change addresses one or more issues [all...] |
CallInfoParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 76 this.lexer.SPorHT(); 77 this.lexer.match('<'); 78 URLParser urlParser=new URLParser((Lexer)this.lexer); 81 this.lexer.match('>'); 82 this.lexer.SPorHT(); 88 this.lexer.match(',') [all...] |
ContactParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement. 51 this.lexer = lexer; 63 this.lexer.match('*'); 72 this.lexer.SPorHT(); 75 this.lexer.match(','); 76 this.lexer.SPorHT();
|
ContentLanguageParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 75 this.lexer.SPorHT(); 76 this.lexer.match(TokenTypes.ID); 80 this.lexer.SPorHT(); 84 this.lexer.match(','); 85 this.lexer.SPorHT(); 86 this.lexer.match(TokenTypes.ID) [all...] |
ErrorInfoParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 79 this.lexer.SPorHT(); 80 this.lexer.match('<'); 81 URLParser urlParser = new URLParser((Lexer) this.lexer); 84 this.lexer.match('>'); 85 this.lexer.SPorHT(); 91 this.lexer.match(',') [all...] |
EventParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 72 this.lexer.SPorHT(); 75 this.lexer.match(TokenTypes.ID); 82 this.lexer.SPorHT(); 83 this.lexer.match('\n'); 111 * CVS: If this change addresses one or more issues, 114 * CVS: If this change has been taken from another system [all...] |
FromParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 55 this.lexer.match(TokenTypes.FROM); 56 this.lexer.SPorHT(); 57 this.lexer.match(':'); 58 this.lexer.SPorHT(); 60 this.lexer.match('\n'); 92 * CVS: If this change addresses one or more issues [all...] |
InReplyToParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 78 this.lexer.match(TokenTypes.ID); 81 this.lexer.match('@'); 82 this.lexer.match(TokenTypes.ID); 90 this.lexer.SPorHT(); 95 this.lexer.match(','); 96 this.lexer.SPorHT() [all...] |
OrganizationParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 73 this.lexer.SPorHT(); 74 String value = this.lexer.getRest();
|
ProxyRequireParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 77 this.lexer.match(TokenTypes.ID); 80 this.lexer.SPorHT(); 85 this.lexer.match(','); 86 this.lexer.SPorHT(); 91 this.lexer.match(TokenTypes.ID); 94 this.lexer.SPorHT() [all...] |
ReasonParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 72 this.lexer.SPorHT(); 75 this.lexer.match(TokenTypes.ID); 83 this.lexer.match(','); 84 this.lexer.SPorHT(); 86 this.lexer.SPorHT(); 134 * CVS: If this change addresses one or more issues [all...] |
RecordRouteParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 69 this.lexer.match(TokenTypes.RECORD_ROUTE); 70 this.lexer.SPorHT(); 71 this.lexer.match(':'); 72 this.lexer.SPorHT(); 77 this.lexer.SPorHT(); 80 this.lexer.match(',') [all...] |
RequireParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 80 this.lexer.match(TokenTypes.ID); 83 this.lexer.SPorHT(); 88 this.lexer.match(','); 89 this.lexer.SPorHT(); 94 this.lexer.match(TokenTypes.ID); 97 this.lexer.SPorHT() [all...] |
RouteParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 65 this.lexer.match(TokenTypes.ROUTE); 66 this.lexer.SPorHT(); 67 this.lexer.match(':'); 68 this.lexer.SPorHT(); 73 this.lexer.SPorHT(); 76 this.lexer.match(',') [all...] |
SIPETagParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 75 this.lexer.SPorHT(); 76 this.lexer.match(TokenTypes.ID); 81 this.lexer.SPorHT(); 82 this.lexer.match('\n'); 105 * CVS: If this change addresses one or more issues, 108 * CVS: If this change has been taken from another system [all...] |
SIPIfMatchParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 75 this.lexer.SPorHT(); 76 this.lexer.match(TokenTypes.ID); 81 this.lexer.SPorHT(); 82 this.lexer.match('\n'); 105 * CVS: If this change addresses one or more issues, 108 * CVS: If this change has been taken from another system [all...] |
SubjectParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 72 this.lexer.SPorHT(); 74 String s = this.lexer.getRest(); 116 * CVS: If this change addresses one or more issues, 119 * CVS: If this change has been taken from another system, 120 * CVS: then name the system in this line, otherwise delete it. 122 * CVS: If this code has been contributed to the project by someone else; i.e. [all...] |
SupportedParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 76 this.lexer.SPorHT(); 81 this.lexer.match(TokenTypes.ID); 84 this.lexer.SPorHT(); 89 this.lexer.match(','); 90 this.lexer.SPorHT(); 95 this.lexer.match(TokenTypes.ID) [all...] |
UnsupportedParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 74 this.lexer.SPorHT(); 79 this.lexer.match(TokenTypes.ID); 82 this.lexer.SPorHT(); 87 this.lexer.match(','); 88 this.lexer.SPorHT(); 93 this.lexer.match(TokenTypes.ID) [all...] |