HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 276 - 300 of 1191) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MockFilter.java 80 public void parse(InputSource input) throws SAXException, IOException { method in class:MockFilter
81 logger.add("parse", input);
85 public void parse(String systemId) throws SAXException, IOException { method in class:MockFilter
86 logger.add("parse", systemId);
  /libcore/luni/src/test/java/tests/xml/
DeclarationTest.java 52 documentA = builder.parse(inputSourceA);
58 documentB = builder.parse(inputSourceB);
82 @KnownFailure("Dalvik doesn't parse the XML declaration")
84 String message = "This implementation doesn't parse the encoding from the XML declaration";
89 @KnownFailure("Dalvik doesn't parse the XML declaration")
91 String message = "This implementation doesn't parse the version from the XML declaration";
96 @KnownFailure("Dalvik doesn't parse the XML declaration")
98 String message = "This implementation doesn't parse standalone from the XML declaration";
NodeTest.java 44 Document document = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(bis);
52 Document document = builder.parse(file);
  /packages/apps/Email/src/org/apache/james/mime4j/field/
Field.java 81 * @param s the string to parse.
83 * @throws IllegalArgumentException on parse errors.
85 public static Field parse(final String raw) { method in class:Field
106 return parser.parse(name, body, raw);
110 * Gets the default parser used to parse fields.
  /packages/apps/Tag/src/com/android/apps/tag/record/
MimeRecord.java 70 public static MimeRecord parse(NdefRecord record) { method in class:MimeRecord
79 parse(record);
  /cts/tests/tests/net/src/android/net/cts/
MailToTest.java 48 notes = "Test parse mailto URI.",
49 method = "parse",
54 notes = "Test parse mailto URI.",
60 notes = "Test parse mailto URI.",
66 notes = "Test parse mailto URI.",
72 notes = "Test parse mailto URI.",
78 notes = "Test parse mailto URI.",
84 notes = "Test parse mailto URI.",
90 notes = "Test parse mailto URI.",
101 MailTo mailTo_1 = MailTo.parse(MAILTOURI_1)
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTest.java 141 Number result = form.parse("123.123");
151 Number result = form.parse("123.123");
170 Number result = format.parse("123.123");
179 Number result = format.parse("123.123");
213 Number number = form.parse(doubleMax2, new ParsePosition(0));
257 assertTrue(format.parse("PosPrf123.45").doubleValue() == 123.45);
275 assertTrue(format.parse("123.45PosSfx").doubleValue() == 123.45);
293 assertTrue(format.parse("NegPrf123.45").doubleValue() == -123.45);
310 assertTrue(format.parse("123.45NegPfx").doubleValue() == 123.45);
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Executable.cpp 67 RefPtr<EvalNode> evalNode = exec->globalData().parser->parse<EvalNode>(&exec->globalData(), exec->lexicalGlobalObject()->debugger(), exec, m_source, &errLine, &errMsg);
88 RefPtr<ProgramNode> programNode = exec->globalData().parser->parse<ProgramNode>(&exec->globalData(), exec->lexicalGlobalObject()->debugger(), exec, m_source, &errLine, &errMsg);
98 RefPtr<ProgramNode> programNode = exec->globalData().parser->parse<ProgramNode>(&exec->globalData(), exec->lexicalGlobalObject()->debugger(), exec, m_source, &errLine, &errMsg);
118 RefPtr<FunctionBodyNode> body = globalData->parser->parse<FunctionBodyNode>(globalData, 0, 0, m_source);
183 RefPtr<FunctionBodyNode> newFunctionBody = globalData->parser->parse<FunctionBodyNode>(globalData, 0, 0, m_source);
212 RefPtr<EvalNode> newEvalBody = globalData->parser->parse<EvalNode>(globalData, 0, 0, m_source);
245 RefPtr<ProgramNode> program = exec->globalData().parser->parse<ProgramNode>(&exec->globalData(), debugger, exec, source, errLine, errMsg);
  /cts/tests/tests/text/src/android/text/style/cts/
ImageSpanTest.java 121 new ImageSpan(mContext, Uri.parse("content://user/a/b"));
122 new ImageSpan(mContext, Uri.parse("content://user/a/b"),
124 new ImageSpan(mContext, Uri.parse("content://user/a/b"),
158 imageSpan = new ImageSpan(mContext, Uri.parse(source));
179 imageSpan = new ImageSpan(mContext, Uri.parse("unknown uri."));
  /external/chromium/third_party/icu/source/i18n/
datefmt.cpp 171 DateFormat::parse(const UnicodeString& text, function in class:DateFormat
178 // Parse may update TimeZone used by the calendar.
182 parse(text, *fCalendar, pos);
205 DateFormat::parse(const UnicodeString& text, function in class:DateFormat
211 UDate result = parse(text, pos);
214 fprintf(stderr, "%s:%d - - failed to parse - err index %d\n"
229 result.setDate(parse(source, pos));
  /build/tools/droiddoc/src/
AttrTagInfo.java 51 parse(text, base, position); method
54 void parse(String text, ContainerInfo base, SourcePositionInfo position) { method in class:AttrTagInfo
68 LinkReference linkRef = LinkReference.parse(ref, mBase, position, false);
  /cts/tests/tests/content/src/android/content/cts/
ContentUrisTest.java 38 private Uri uri1 = Uri.parse("content://" + AUTHORITY + "/" + PATH1);
39 private Uri uri2 = Uri.parse("content://" + AUTHORITY + "/" + PATH2);
65 assertEquals(-1, ContentUris.parseId(Uri.parse("")));
  /external/chromium/third_party/icu/public/i18n/unicode/
datefmt.h 51 * DateFormat helps you to format and parse dates for any locale. Your code can
99 * You can use a DateFormat to parse also.
103 * UDate myDate = df->parse(myString, status);
126 * You can also use forms of the parse and format methods with ParsePosition and
129 * <li> Progressively parse through pieces of a string.
329 * Parse a date/time string.
338 virtual UDate parse( const UnicodeString& text,
342 * Parse a date/time string beginning at the given parse position. For
348 * parse succeeds. Clients may insist on strict adherence to the format b
    [all...]
  /external/ipsec-tools/src/racoon/
main.c 100 static void parse __P((int, char **));
178 parse(ac, av);
212 errx(1, "failed to parse configuration file.");
291 parse(ac, av) function
  /external/iptables/extensions/
libip6t_NFLOG.c 42 static int parse(int c, char **argv, int invert, unsigned int *flags, function
151 .parse = parse,
libip6t_ah.c 87 parse(int c, char **argv, int invert, unsigned int *flags, function
216 .parse = &parse,
libip6t_esp.c 85 parse(int c, char **argv, int invert, unsigned int *flags, function
174 .parse = &parse,
libip6t_limit.c 95 parse(int c, char **argv, int invert, unsigned int *flags, function
185 .parse = &parse,
libip6t_physdev.c 43 parse(int c, char **argv, int invert, unsigned int *flags, function
182 .parse = &parse,
libip6t_udp.c 71 parse(int c, char **argv, int invert, unsigned int *flags, function
217 .parse = &parse,
libipt_ECN.c 49 parse(int c, char **argv, int invert, unsigned int *flags, function
175 .parse = &parse,
libipt_MASQUERADE.c 76 parse(int c, char **argv, int invert, unsigned int *flags, function
156 .parse = &parse,
libipt_NETMAP.c 121 parse(int c, char **argv, int invert, unsigned int *flags, function
189 .parse = &parse,
libipt_NFLOG.c 42 static int parse(int c, char **argv, int invert, unsigned int *flags, function
151 .parse = parse,
libipt_REDIRECT.c 79 parse(int c, char **argv, int invert, unsigned int *flags, function
161 .parse = &parse,

Completed in 475 milliseconds

<<11121314151617181920>>