HomeSort by relevance Sort by last modified time
    Searched defs:Parsed (Results 1 - 5 of 5) sorted by null

  /external/llvm/unittests/Analysis/
CFGTest.cpp 37 bool Parsed = ParseAssemblyString(Assembly, M.get(),
44 if (!Parsed) {
  /external/chromium/googleurl/src/
url_parse.h 89 // Parsed ---------------------------------------------------------------------
93 // and its corresponding Parsed structure separately.
97 // url_parse::Parsed parsed;
103 // url_parseParseStandardURL(url, url_len, &parsed);
105 // url_parse::ParseFileURL(url, url_len, &parsed);
107 // url_parse::ParsePathURL(url, url_len, &parsed);
109 struct Parsed {
123 GURL_API Parsed();
128 // of the string. For example "http://": the parsed structure will onl
    [all...]
url_parse.cc 137 // parts. The port number will be parsed and the resulting integer will be
265 // Fills in all members of the Parsed structure except for the scheme.
267 // |spec| is the full spec being parsed, of length |spec_len|.
287 Parsed* parsed) {
308 DoParseAuthority(spec, authority, &parsed->username, &parsed->password,
309 &parsed->host, &parsed->port);
310 ParsePath(spec, full_path, &parsed->path, &parsed->query, &parsed->ref)
    [all...]
  /external/chromium_org/url/third_party/mozilla/
url_parse.h 64 // Parsed ---------------------------------------------------------------------
68 // and its corresponding Parsed structure separately.
72 // url_parse::Parsed parsed;
78 // url_parseParseStandardURL(url, url_len, &parsed);
80 // url_parse::ParseFileURL(url, url_len, &parsed);
82 // url_parse::ParsePathURL(url, url_len, &parsed);
84 struct URL_EXPORT Parsed {
99 Parsed();
100 Parsed(const Parsed&)
    [all...]
url_parse.cc 139 // parts. The port number will be parsed and the resulting integer will be
267 // Fills in all members of the Parsed structure except for the scheme.
269 // |spec| is the full spec being parsed, of length |spec_len|.
289 Parsed* parsed) {
310 DoParseAuthority(spec, authority, &parsed->username, &parsed->password,
311 &parsed->host, &parsed->port);
312 ParsePath(spec, full_path, &parsed->path, &parsed->query, &parsed->ref)
    [all...]

Completed in 68 milliseconds