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

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
libipt_connbytes.c 51 parse(int c, char **argv, int invert, unsigned int *flags, function
195 .parse = &parse,
libipt_connrate.c 78 parse(int c, char **argv, int invert, unsigned int *flags, function
169 .parse = &parse,
libipt_esp.c 86 parse(int c, char **argv, int invert, unsigned int *flags, function
182 .parse = &parse,
libipt_iprange.c 58 parse(int c, char **argv, int invert, unsigned int *flags, function
174 .parse = &parse,
libipt_limit.c 95 parse(int c, char **argv, int invert, unsigned int *flags, function
186 .parse = &parse,
libipt_physdev.c 43 parse(int c, char **argv, int invert, unsigned int *flags, function
183 .parse = &parse,
libipt_statistic.c 37 parse(int c, char **argv, int invert, unsigned int *flags, function
77 "cannot parse --every `%s'", optarg);
89 "cannot parse --packet `%s'", optarg);
165 .parse = parse,
libipt_udp.c 72 parse(int c, char **argv, int invert, unsigned int *flags, function
220 .parse = &parse,
  /external/skia/src/ports/
SkXMLParser_expat.cpp 98 bool SkXMLParser::parse(const char doc[], size_t len) function in class:SkXMLParser
122 bool SkXMLParser::parse(SkStream& input) function in class:SkXMLParser
132 return this->parse(doc, len2);
  /external/webkit/WebKitTools/Scripts/
run-sunspider 66 --parse-only Use the parse-only benchmark suite. Same as --suite=parse-only
78 'parse-only' => \$parseonly,
126 push @args, "--parse-only" if $parseonly;
clean-header-guards 13 end.parse!
  /frameworks/base/core/java/android/provider/
CallLog.java 39 Uri.parse("content://" + AUTHORITY);
49 Uri.parse("content://call_log/calls");
55 Uri.parse("content://call_log/calls/filter");
  /packages/apps/Gallery3D/src/com/cooliris/media/
LocalDataSource.java 77 String bucketId = Uri.parse(uri).getQueryParameter("bucketId");
134 MediaItem newItem = createMediaItemFromUri(mContext, Uri.parse(mUri), item.getMediaType());
138 parentSet.mName = Utils.getBucketNameFromUri(mContext.getContentResolver(), Uri.parse(fileUri));
139 parentSet.mId = Utils.getBucketIdFromUri(mContext.getContentResolver(), Uri.parse(fileUri));
172 // Parse EXIF orientation if a local file.
175 ExifInterface exif = new ExifInterface(Uri.parse(mUri).getPath());
238 String name = Utils.getBucketNameFromUri(mContext.getContentResolver(), Uri.parse(mUri));
239 long id = Utils.getBucketIdFromUri(mContext.getContentResolver(), Uri.parse(mUri));
253 set.mName = Utils.getBucketNameFromUri(mContext.getContentResolver(), Uri.parse(mUri));
308 cr.delete(Uri.parse(item.mContentUri), null, null)
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
FtpURLConnection.java 112 String parse = url.getUserInfo(); local
113 if (parse != null) {
114 int split = parse.indexOf(':');
116 username = parse.substring(0, split);
117 password = parse.substring(split + 1);
119 username = parse;
  /bootable/recovery/edify/
parser.y 50 %parse-param {Expr** root}
51 %parse-param {int* error_count}
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 112 * Parse an XML document.
121 * <p>Applications may not invoke this method while a parse is in
123 * additional XML document). Once a parse is complete, an
133 public void parse(InputSource source) throws TransformerException method in class:DOM2Helper
173 setDocument(parser.parse(source));
  /dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
ExpatParserTest.java 62 parse(SNIPPET, contentHandler); method
76 parse(SNIPPET, contentHandler); method
89 parse(SNIPPET, contentHandler); method
96 // Parse String.
98 parse(SNIPPET, handler); method
101 // Parse Reader.
103 parse(new StringReader(SNIPPET), handler); method
106 // Parse InputStream.
108 parse(new ByteArrayInputStream(SNIPPET.getBytes()), method
320 parse(XML, handler) method
827 private static void parse(String xml, ContentHandler contentHandler) method in class:ExpatParserTest
843 private static void parse(Reader in, ContentHandler contentHandler) method in class:ExpatParserTest
854 private static void parse(InputStream in, Encoding encoding, method in class:ExpatParserTest
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/
MockReader.java 87 public void parse(InputSource input) throws IOException, SAXException { method in class:MockReader
88 logger.add("parse", input);
91 public void parse(String systemId) throws IOException, SAXException { method in class:MockReader
92 logger.add("parse", systemId);
  /external/apache-http/src/org/apache/http/impl/cookie/
CookieSpecBase.java 71 protected List<Cookie> parse(final HeaderElement[] elems, final CookieOrigin origin) method in class:CookieSpecBase
95 handler.parse(cookie, attrib.getValue());
  /external/gtest/test/
gtest_xml_outfiles_test.py 122 actual = minidom.parse(output_file1)
124 actual = minidom.parse(output_file2)
  /external/icu4c/i18n/unicode/
choicfmt.h 164 * formatting. In this example, <code>parse(&quot;a&quot;)</code> returns
578 * @param result Formattable to be set to the parse result.
579 * If parse fails, return contents are undefined.
582 * parse character. On parse failure, does not change.
586 virtual void parse(const UnicodeString& text,
600 * @param result Formattable to be set to the parse result.
601 * If parse fails, return contents are undefined.
606 virtual void parse(const UnicodeString& text,
  /external/iproute2/include/
iptables.h 60 int (*parse)(int c, char **argv, int invert, unsigned int *flags, member in struct:iptables_match
113 int (*parse)(int c, char **argv, int invert, unsigned int *flags, member in struct:iptables_target
  /external/iptables/include/
ip6tables.h 70 int (*parse)(int c, char **argv, int invert, unsigned int *flags, member in struct:ip6tables_match
120 int (*parse)(int c, char **argv, int invert, unsigned int *flags, member in struct:ip6tables_target
  /external/proguard/src/proguard/
DataEntryWriterFactory.java 109 new ListParser(new FileNameParser()).parse(filter)),
139 new ListParser(new FileNameParser()).parse(jarFilter))),
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.4.2.js 24 ECMA Section: 15.9.4.2 Date.parse()
25 Description: The parse() function applies the to ToString() operator
35 zone specified, and verify that parse() returns the
43 Date.parse(x.toString()) test_tostring()
44 Date.parse(x.toGMTString()) test_togmt()
46 Date.parse(x.toLocaleString()) is not required to
49 Date.parse is implementation dependent when given any
54 Date.parse( x.toLocaleString()) test_tolocale()
64 var TITLE = "Date.parse()";
87 writeHeaderToLog("15.9.4.2 Date.parse()" );
    [all...]

Completed in 215 milliseconds

1 2 3 4 5 6 7 8 91011>>