HomeSort by relevance Sort by last modified time
    Searched defs:Parse (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium/chrome/browser/parsers/
metadata_parser_jpeg.cc 10 bool JpegMetadataParser::Parse() {
11 FileMetadataParser::Parse();
metadata_parser_filebase.cc 18 bool FileMetadataParser::Parse() {
  /external/chromium/chrome/browser/autofill/
credit_card_field.cc 50 CreditCardField* CreditCardField::Parse(
115 // TODO(jhawkins): Parse the type select control.
166 // field; we parse this field but ignore it.
name_field.cc 15 NameField* NameField::Parse(std::vector<AutofillField*>::const_iterator* iter,
18 NameField* field = FirstLastNameField::Parse(iter, is_ecml);
20 field = FullNameField::Parse(iter);
30 FullNameField* FullNameField::Parse(
141 FirstLastNameField* FirstLastNameField::Parse(
phone_field.cc 100 PhoneField* PhoneField::Parse(std::vector<AutofillField*>::const_iterator* iter,
277 // Attempt to parse next possible match.
address_field.cc 78 AddressField* AddressField::Parse(
118 // otherwise we'd effectively parse address fields before other field
224 // Optionally parse more address lines, which may have empty labels.
259 // Parse a country. The occasional page (e.g.
281 // Parse a zip code. On some UK pages (e.g. The China Shop2.html) this
336 // Parse a city name. Some UK pages (e.g. The China Shop2.html) use
  /external/chromium/net/base/
data_url.cc 19 bool DataURL::Parse(const GURL& url, std::string* mime_type,
x509_cert_types_mac.cc 35 // These are used to parse the contents of a raw
188 // First parse the BER |name_data| into the above structs.
269 void CertPrincipal::Parse(const CSSM_X509_NAME* name) {
  /external/chromium/sdch/open-vcdiff/src/
varint_bigendian.cc 38 SignedIntegerType VarintBE<SignedIntegerType>::Parse(const char* limit,
  /external/v8/src/
dateparser-inl.h 37 bool DateParser::Parse(Vector<Char> str,
48 // Parse a number (possibly with 1 or 2 trailing colons).
82 // Parse a "word" (sequence of chars. >= 'A').
100 // Parse UTC offset (only after UTC or time).
  /external/webkit/Source/WebCore/bindings/scripts/
IDLParser.pm 44 my $parentsOnly = 0; # If 1, parse only enough to populate parents list
60 sub Parse
85 print " | *** Starting to parse $fileName...\n |\n" unless $beQuiet;
115 # Check if there is anything remaining to parse...
132 print " |- Trying to parse module...\n" unless $beQuiet;
195 print " |- Trying to parse exception...\n" unless $beQuiet;
209 # ... parse enclosed data (get. name & type)
229 print " |- Trying to parse interface...\n" unless $beQuiet;
421 print " |- Trying to parse alias...\n" unless $beQuiet;
  /development/testrunner/test_defs/
test_defs.py 46 def Parse(self, file_path):
47 """Parse the test suite data from from given file path.
50 file_path: absolute file path to parse
55 doc = xml.dom.minidom.parse(file_path)
68 """Alternate parse method that accepts a string of the xml data."""
79 test_suite = suite_parser.Parse(element)
120 def Parse(file_path):
131 tests_result.Parse(file_path)
xml_suite_helper.py 18 """Utility to parse suite info from xml."""
44 def Parse(self, element):
48 element: xml node to parse
64 test_suite = parser.Parse(element)
111 def Parse(self, suite_element):
132 def Parse(self, suite_element):
149 def Parse(self, suite_element):
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppstanzaparser.h 51 bool Parse(const char * data, size_t len, bool isFinal)
52 { return parser_.Parse(data, len, isFinal); }
  /system/extras/tests/sdcard/
plot_sdcard.py 33 >>> (metadata, data) = p.Parse('/tmp/data.txt')
97 def Parse(self, line):
122 def Parse(filename):
123 """Parse a file with the collected data.
143 metadata.Parse(line)
266 (metadata, data) = Parse('/tmp/sdcard-scalability.txt')
317 (metadata, data) = Parse(args[0])
321 (metadata, data) = Parse(args[0])
  /development/testrunner/
coverage_targets.py 48 def Parse(self, file_path):
49 """Parse the coverage target data from from given file path, and add it to
52 file_path: absolute file path to parse
57 doc = xml.dom.minidom.parse(file_path)
130 def Parse(xml_file_path):
133 targets.Parse(xml_file_path)
  /external/llvm/lib/VMCore/
InlineAsm.cpp 76 /// Parse - Analyze the specified string (e.g. "==&{eax}") and fill in the
79 bool InlineAsm::ConstraintInfo::Parse(StringRef Str,
99 // Parse prefixes.
115 // Parse the modifiers.
145 // Parse the various constraints.
224 Info.Parse(StringRef(I, ConstraintEnd-I), Result)) {
  /external/chromium/chrome/common/extensions/
update_manifest.cc 197 bool UpdateManifest::Parse(const std::string& manifest_xml) {
243 // Parse the first <daystart> if it's present.
254 // Parse each of the <app> tags.
url_pattern.cc 95 if (PARSE_SUCCESS != Parse(pattern, PARSE_STRICT))
102 URLPattern::ParseResult URLPattern::Parse(const std::string& pattern,
117 // Parse out the scheme.
143 // Parse out the host and path.
  /external/chromium/net/socket/
ssl_host_info.cc 66 bool SSLHostInfo::Parse(const std::string& data) {
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlparser.cc 173 XmlParser::Parse(const char *data, size_t len, bool isFinal) {
201 parser.Parse(text.c_str(), text.length(), true);
  /external/llvm/lib/Support/
Triple.cpp 374 void Triple::Parse() const {
375 assert(!isInitialized() && "Invalid parse call.");
386 // Parse into components.
420 // positions by seeing if they parse as a valid architecture, and if so moving
431 // Does this component parse as valid for the target position?
574 // Parse up to three components.
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 77 type_ = Parse(text_, desired_tld, &parts_, &scheme_, &canonicalized_url);
118 AutocompleteInput::Type AutocompleteInput::Parse(
156 // If the user typed a scheme, and it's HTTP or HTTPS, we know how to parse it
204 Type http_type = Parse(http_scheme_prefix + text, desired_tld,
413 Parse(text, desired_tld, &parts, &scheme_str, NULL);
423 // Obtain the URL prefixed by view-source and parse it.
426 AutocompleteInput::Parse(real_url, desired_tld, &real_parts, NULL, NULL);
453 return (AutocompleteInput::Parse(formatted_url, string16(), NULL, NULL,
455 AutocompleteInput::Parse(url_with_path, string16(), NULL, NULL,
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
linux.cc 55 return procfs.Parse(&cpu_info_);
130 bool ConfigParser::Parse(MapVector *key_val_pairs) {
213 // No cached result. Run lsb_release and parse output.
  /external/srec/tools/parseStringTest/
parseStringTest.c 104 ESR_ReturnCode Parse(SR_Grammar* grammar, LCHAR* trans, PFile* fout, Opts* opts)
124 Parse(grammar, trans, fout, &myopts);
189 pfprintf(fout, "no parse (%s)\n\n", trans);
195 pfprintf(fout, "parse ok (%d results) (%s) (%d)\n", result_count, trans, key_count);
235 if (result_count < 1) /*failed to parse, but this could still be a pass if you expected a failure*/
237 pfprintf(fout, "NO PARSE FOR: %s|%s|%s| |", trans, key, ref);
354 rc = Parse(grammar, NULL, fout, &opts);
384 if ((rc = Parse(grammar, trans, fout, &opts)) != ESR_SUCCESS)
431 if ((rc = Parse(grammar, trans, fout, &opts)) != ESR_SUCCESS)
565 /* we're trying to parse
    [all...]

Completed in 1096 milliseconds

1 2 3