| /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
| options.js | 18 isMultiCalendar = JSON.parse(localStorage.multiCalendar || false);
|
| /external/clang/bindings/python/tests/cindex/ |
| test_cursor.py | 28 tu = index.parse('t.c', unsaved_files = [('t.c',kInput)])
|
| /external/doclava/src/com/google/doclava/ |
| SeeTagInfo.java | 33 LinkReference.parse(text(), mBase, position(), (!"@see".equals(name()))
|
| /external/icu4c/common/ |
| rbbiscan.h | 39 // The output of the scanner is parse trees for 70 void parse(); // Parse the rules, generating two parse 108 RBBIRuleChar fC; // Current char for parse state machine 121 // during the parse of a rule
|
| /external/icu4c/i18n/unicode/ |
| rbnf.h | 213 * are <em>public:</em> the caller can specify that they be used to format and parse numbers. 217 * <p>The user can also specify a special "rule set" named <tt>%%lenient-parse</tt>. 218 * The body of <tt>%%lenient-parse</tt> isn't a set of number-formatting rules, but a <tt>RuleBasedCollator</tt> 223 * of the <tt>lenient-parse</tt> rule set.</p> 516 * @param perror The parse error if an error was encountered. 541 * @param perror The parse error if an error was encountered. 559 * @param perror The parse error if an error was encountered. 588 * @param perror The parse error if an error was encountered. 1034 RuleBasedNumberFormat::parse(const UnicodeString& text, Formattable& result, UErrorCode& status) const function in class:RuleBasedNumberFormat [all...] |
| /external/icu4c/i18n/ |
| windtfmt.h | 57 void parse(const UnicodeString& text, Calendar& cal, ParsePosition& pos) const;
|
| winnmfmt.h | 100 virtual void parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const;
|
| /external/jsilver/src/com/google/clearsilver/jsilver/data/ |
| HDFDataFactory.java | 59 hdfParser.parse(reader, output, new Parser.ErrorHandler() {
|
| /external/llvm/lib/DebugInfo/ |
| DWARFDebugAbbrev.h | 68 void parse(DataExtractor data);
|
| /external/nist-sip/java/gov/nist/javax/sip/parser/ |
| AcceptEncodingParser.java | 67 * @param acceptEncoding message to parse 82 * parse the String message 86 public SIPHeader parse() throws ParseException { method in class:AcceptEncodingParser 89 dbg_enter("AcceptEncodingParser.parse"); 138 dbg_leave("AcceptEncodingParser.parse");
|
| AcceptLanguageParser.java | 64 * @param acceptLanguage AcceptLanguage message to parse 79 * parse the String message 83 public SIPHeader parse() throws ParseException { method in class:AcceptLanguageParser 86 dbg_enter("AcceptLanguageParser.parse"); 131 dbg_leave("AcceptLanguageParser.parse");
|
| AllowEventsParser.java | 46 * @param allowEvents the header to parse 54 * @param lexer the lexer to use to parse the header 61 * parse the AllowEvents String header 65 public SIPHeader parse() throws ParseException { method in class:AllowEventsParser 68 dbg_enter("AllowEventsParser.parse"); 102 dbg_leave("AllowEventsParser.parse");
|
| AllowParser.java | 45 * @param allow the header to parse 53 * @param lexer the lexer to use to parse the header 60 * parse the Allow String header 64 public SIPHeader parse() throws ParseException { method in class:AllowParser 67 dbg_enter("AllowParser.parse"); 101 dbg_leave("AllowParser.parse");
|
| CSeqParser.java | 55 public SIPHeader parse() throws ParseException { method in class:CSeqParser
|
| ContentEncodingParser.java | 48 * @param contentEncoding the header to parse 56 * @param lexer the lexer to use to parse the header 63 * parse the ContentEncodingHeader String header 67 public SIPHeader parse() throws ParseException { method in class:ContentEncodingParser 70 dbg_enter("ContentEncodingParser.parse"); 107 dbg_leave("ContentEncodingParser.parse");
|
| ContentLanguageParser.java | 46 * @param contentLanguage the header to parse 54 * @param lexer the lexer to use to parse the header 61 * parse the ContentLanguageHeader String header 65 public SIPHeader parse() throws ParseException { method in class:ContentLanguageParser 68 dbg_enter("ContentLanguageParser.parse"); 100 dbg_leave("ContentLanguageParser.parse");
|
| InReplyToParser.java | 46 * @param inReplyTo the header to parse 54 * @param lexer the lexer to use to parse the header 61 * parse the String message 65 public SIPHeader parse() throws ParseException { method in class:InReplyToParser 68 dbg_enter("InReplyToParser.parse"); 121 dbg_leave("InReplyToParser.parse");
|
| ProxyRequireParser.java | 45 * @param require the header to parse 53 * @param lexer the lexer to use to parse the header 60 * parse the String message 64 public SIPHeader parse() throws ParseException { method in class:ProxyRequireParser 67 dbg_enter("ProxyRequireParser.parse"); 102 dbg_leave("ProxyRequireParser.parse"); 118 ProxyRequireList rl= (ProxyRequireList) parser.parse();
|
| RAckParser.java | 49 * @param rack the header to parse 57 * @param lexer the lexer to use to parse the header 64 * parse the String message 68 public SIPHeader parse() throws ParseException { method in class:RAckParser 71 dbg_enter("RAckParser.parse"); 98 dbg_leave("RAckParser.parse"); 111 RAck ra= (RAck) parser.parse();
|
| RequireParser.java | 48 * @param require the header to parse 56 * @param lexer the lexer to use to parse the header 63 * parse the String message 67 public SIPHeader parse() throws ParseException { method in class:RequireParser 70 dbg_enter("RequireParser.parse"); 105 dbg_leave("RequireParser.parse"); 121 RequireList rl= (RequireList) parser.parse();
|
| ServerParser.java | 45 * @param server the header to parse 53 * @param lexer the lexer to use to parse the header 60 * parse the String server 64 public SIPHeader parse() throws ParseException { method in class:ServerParser 67 dbg_enter("ServerParser.parse"); 101 dbg_leave("ServerParser.parse"); 121 Server s= (Server) parser.parse();
|
| StatusLineParser.java | 72 public StatusLine parse() throws ParseException { method in class:StatusLineParser 75 dbg_enter("parse"); 89 dbg_leave("parse"); 103 StatusLine sl = slp.parse();
|
| SupportedParser.java | 48 * @param supported the header to parse 56 * @param lexer the lexer to use to parse the header 63 * parse the String message 67 public SIPHeader parse() throws ParseException { method in class:SupportedParser 70 dbg_enter("SupportedParser.parse"); 106 dbg_leave("SupportedParser.parse"); 122 SupportedList s= (SupportedList) parser.parse();
|
| TimeStampParser.java | 46 * @param timeStamp the header to parse 54 * @param lexer the lexer to use to parse the header 61 * parse the String message 65 public SIPHeader parse() throws ParseException { method in class:TimeStampParser 68 dbg_enter("TimeStampParser.parse"); 127 dbg_leave("TimeStampParser.parse");
|
| UnsupportedParser.java | 46 * @param unsupported - Unsupported header to parse 54 * @param lexer - the lexer to use to parse the header 61 * parse the String message 65 public SIPHeader parse() throws ParseException { method in class:UnsupportedParser 68 dbg_enter("UnsupportedParser.parse"); 104 dbg_leave("UnsupportedParser.parse"); 120 UnsupportedList u= (UnsupportedList) parser.parse();
|