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

1 2 3 4 5 6 7 891011>>

  /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.
  /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...]
  /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/icu4c/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));
  /external/opencore/protocols/http_parcom/src/
http_parser_internal.h 276 int32 parse(HTTPParserInput &aParserInput, RefCountHTTPEntityUnit &aEntityUnit);
372 // implement the interface defined in the base class, parse().
376 virtual int32 parse(HTTPParserInput &aParserInput, RefCountHTTPEntityUnit &aEntityUnit) = 0;
411 int32 parse(HTTPParserInput &aParserInput, RefCountHTTPEntityUnit &aEntityUnit);
436 int32 parse(HTTPParserInput &aParserInput, RefCountHTTPEntityUnit &aEntityUnit);
469 int32 parse(HTTPParserInput &aParserInput, RefCountHTTPEntityUnit &aEntityUnit);
  /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/icu4c/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,
libipt_SAME.c 86 parse(int c, char **argv, int invert, unsigned int *flags, function
198 .parse = &parse,
libipt_ULOG.c 72 static int parse(int c, char **argv, int invert, unsigned int *flags, function
227 .parse = &parse,
libipt_addrtype.c 84 static int parse(int c, char **argv, int invert, unsigned int *flags, function
196 .parse = &parse,
libipt_ah.c 83 parse(int c, char **argv, int invert, unsigned int *flags, function
179 .parse = &parse,

Completed in 93 milliseconds

1 2 3 4 5 6 7 891011>>