HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 151 - 175 of 1001) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/iptables/extensions/
libipt_2ecn.c 37 parse(int c, char **argv, int invert, unsigned int *flags, function
161 .parse = &parse,
libipt_2mark.c 31 parse(int c, char **argv, int invert, unsigned int *flags, function
133 .parse = &parse,
libipt_2set.c 54 parse(int c, char **argv, int invert, unsigned int *flags, function
85 DEBUGP("parse: set index %u\n", info->index);
157 .parse = &parse,
libipt_2tcpmss.c 62 parse(int c, char **argv, int invert, unsigned int *flags, function
142 .parse = &parse,
libipt_2tos.c 78 parse(int c, char **argv, int invert, unsigned int *flags, function
162 .parse = &parse,
libipt_2ttl.c 27 static int parse(int c, char **argv, int invert, unsigned int *flags, function
161 .parse = &parse,
libipt_CONNMARK.c 68 parse(int c, char **argv, int invert, unsigned int *flags, function
210 .parse = &parse,
libipt_REJECT.c 102 parse(int c, char **argv, int invert, unsigned int *flags, function
179 .parse = &parse,
libipt_SET.c 88 parse(int c, char **argv, int invert, unsigned int *flags, function
170 .parse = &parse,
libipt_TOS.c 88 parse(int c, char **argv, int invert, unsigned int *flags, function
164 .parse = &parse,
libipt_length.c 68 parse(int c, char **argv, int invert, unsigned int *flags, function
141 .parse = &parse,
libipt_mac.c 58 parse(int c, char **argv, int invert, unsigned int *flags, function
130 .parse = &parse,
libipt_pkttype.c 88 static int parse(int c, char **argv, int invert, unsigned int *flags, function
157 .parse = &parse,
libipt_state.c 67 parse(int c, char **argv, int invert, unsigned int *flags, function
153 .parse = &parse,
  /external/skia/include/xml/
SkXMLParser.h 69 bool parse(const char doc[], size_t len);
70 bool parse(SkStream& docStream);
71 bool parse(const SkDOM&, const SkDOMNode*);
  /external/webkit/WebKitTools/Scripts/
sunspider-compare-results 55 --parse-only Use the parse-only benchmark suite. Same as --suite=parse-only
62 'parse-only' => \$parseonly,
131 push @args, "--parse-only" if $parseonly;
  /packages/apps/Contacts/src/com/android/contacts/
ContactsLiveFolders.java 30 Uri.parse("content://contacts/live_folders/favorites");
53 Uri.parse("content://contacts/live_folders/people_with_phones");
76 Uri.parse("content://contacts/live_folders/people");
  /external/v8/test/mjsunit/
date-parse.js 28 // Test that we can parse dates in all the different formats that we
35 var d = Date.parse(string);
36 assertEquals(946713600000, d, "parse: " + string);
43 var d = Date.parse("parse-local-time:" + string);
44 assertTrue(!isNaN(d), "parse-local-time: " + string + " is NaN.");
45 assertTrue(d > 0, "parse-local-time: " + string + " <= 0.");
53 var d = Date.parse(string);
54 assertEquals(expected, d, "parse-misc: " + string);
252 // Test that we can parse our own date format
    [all...]
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 197 String parse = data.stripWhiteSpace(); local
198 if (parse.endsWith("h"))
199 result = parse.left(parse.length() - 1).toDouble(&ok) * 60 * 60;
200 else if (parse.endsWith("min"))
201 result = parse.left(parse.length() - 3).toDouble(&ok) * 60;
202 else if (parse.endsWith("ms"))
203 result = parse.left(parse.length() - 2).toDouble(&ok) / 1000
    [all...]
  /packages/apps/IM/libwbxml/test/
imps_parser_test.cpp 445 ASSERT_EQUAL_INT(WBXML_STATUS_OK, parser.parse(simple_wbxml,
454 ASSERT_EQUAL_INT(WBXML_STATUS_OK, parser.parse(simple_wbxml,
464 ASSERT_EQUAL_INT(WBXML_STATUS_OK, parser.parse(simple_wbxml,
474 ASSERT_EQUAL_INT(WBXML_STATUS_OK, parser.parse(simple_wbxml,
487 ASSERT_EQUAL_INT(WBXML_STATUS_OK, parser.parse(simple_wbxml,
497 ASSERT_EQUAL_INT(WBXML_STATUS_OK, parser.parse(simple_nocontent_wbxml,
511 ASSERT_EQUAL_INT(WBXML_STATUS_OK, parser.parse(simple2_wbxml,
531 ASSERT_EQUAL_INT(WBXML_STATUS_OK, parser.parse(simple3_wbxml,
564 ASSERT_EQUAL_INT(WBXML_STATUS_OK, parser.parse(literal_wbxml,
597 ASSERT_EQUAL_INT(WBXML_STATUS_OK, parser.parse(loginresponse_wbxml
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
TrAXFilter.java 51 * before you start a parse or do any configuration with
78 * <p>If there is no parent reader set, any attempt to parse
92 // it seems safer in case someone calls parse() on
98 * Parse a document.
106 * @see org.xml.sax.XMLReader#parse(org.xml.sax.InputSource)
108 public void parse (InputSource input) method in class:TrAXFilter
161 throw new org.xml.sax.SAXException(XSLMessages.createMessage(XSLTErrorResources.ER_CANNOT_CALL_PARSE, null)); //"parse can not be called if the ContentHandler has not been set!");
164 getParent().parse(input);
176 * Parse a document.
184 * @see org.xml.sax.XMLReader#parse(java.lang.String
186 public void parse (String systemId) method in class:TrAXFilter
189 parse(new InputSource(systemId)); method
    [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSParser.java 144 * source. This <code>DOMConfiguration</code> is specific to the parse
148 * parse operation. The DOM application is responsible for passing any
297 * Parse an XML document from a resource identified by a
315 public Document parse(LSInput input) method in interface:LSParser
319 * Parse an XML document from a location identified by a URI reference [<a href='http://www.ietf.org/rfc/rfc2396.txt'>IETF RFC 2396</a>]. If the URI
344 * Append the result of the parse operation as children of the context
351 * parse operation. For this action to work, the context node must be an
357 * Insert the result of the parse operation as the immediately preceding
364 * Insert the result of the parse operation as the immediately following
371 * Replace the context node with the result of the parse operation. For
    [all...]
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 186 * Parse the document.
197 * @see #parse(org.xml.sax.InputSource)
198 * @see org.xml.sax.Parser#parse(java.lang.String)
200 public void parse (String systemId)
203 parse(new InputSource(systemId));
208 * Parse the document.
219 * @see #parse(java.lang.String)
220 * @see org.xml.sax.Parser#parse(org.xml.sax.InputSource)
222 public void parse (InputSource input)
226 xmlReader.parse(input)
199 public void parse (String systemId) method in class:XMLReaderAdapter
202 parse(new InputSource(systemId)); method
221 public void parse (InputSource input) method in class:XMLReaderAdapter
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2109VersionHandler.java 44 public void parse(final SetCookie cookie, final String value) method in class:RFC2109VersionHandler
RFC2965CommentUrlAttributeHandler.java 50 public void parse(final SetCookie cookie, final String commenturl) method in class:RFC2965CommentUrlAttributeHandler

Completed in 135 milliseconds

1 2 3 4 5 67 8 91011>>