Searched defs:Parse (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium/chrome/browser/parsers/
H A Dmetadata_parser_jpeg.cc10 bool JpegMetadataParser::Parse() { function in class:JpegMetadataParser
11 FileMetadataParser::Parse();
H A Dmetadata_parser_filebase.cc18 bool FileMetadataParser::Parse() { function in class:FileMetadataParser
/external/chromium/chrome/browser/autofill/
H A Dcredit_card_field.cc50 CreditCardField* CreditCardField::Parse( function in class:CreditCardField
115 // TODO(jhawkins): Parse the type select control.
H A Dname_field.cc15 NameField* NameField::Parse(std::vector<AutofillField*>::const_iterator* iter, function in class:NameField
18 NameField* field = FirstLastNameField::Parse(iter, is_ecml);
20 field = FullNameField::Parse(iter);
30 FullNameField* FullNameField::Parse( function in class:FullNameField
141 FirstLastNameField* FirstLastNameField::Parse( function in class:FirstLastNameField
H A Daddress_field.cc78 AddressField* AddressField::Parse( function in class:AddressField
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
H A Dphone_field.cc100 PhoneField* PhoneField::Parse(std::vector<AutofillField*>::const_iterator* iter, function in class:PhoneField
/external/chromium/net/base/
H A Ddata_url.cc19 bool DataURL::Parse(const GURL& url, std::string* mime_type, function in class:net::DataURL
H A Dx509_cert_types_mac.cc269 void CertPrincipal::Parse(const CSSM_X509_NAME* name) { function in class:net::CertPrincipal
/external/webkit/Source/WebCore/bindings/scripts/
H A DIDLParser.pm60 sub Parse subroutine
/external/chromium/sdch/open-vcdiff/src/
H A Dvarint_bigendian.cc38 SignedIntegerType VarintBE<SignedIntegerType>::Parse(const char* limit, function in class:open_vcdiff::VarintBE
/external/clang/lib/AST/
H A DCommentBriefParser.cpp64 std::string BriefParser::Parse() { function in class:clang::comments::BriefParser
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppstanzaparser.h51 bool Parse(const char * data, size_t len, bool isFinal) function in class:buzz::XmppStanzaParser
52 { return parser_.Parse(data, len, isFinal); }
/external/chromium/net/socket/
H A Dssl_host_info.cc66 bool SSLHostInfo::Parse(const std::string& data) { function in class:net::SSLHostInfo
/external/v8/src/
H A Ddateparser-inl.h37 bool DateParser::Parse(Vector<Char> str, function in class:v8::internal::DateParser
138 // Parse a "word" (sequence of chars. >= 'A').
153 // Parse UTC offset (only after UTC or time).
226 // Parse mandatory date string: [('-'|'+')yy]yyyy[':'MM[':'DD]]
H A Djson-parser.h46 static Handle<Object> Parse(Handle<String> source) { function in class:v8::internal::BASE_EMBEDDED
53 // Parse a string containing a single JSON value.
124 // Parse a single JSON value from input (grammar production JSONValue).
129 // Parse a JSON object literal (grammar production JSONObject).
184 // Parse failed. Current character is the unexpected token.
233 // Parse any JSON value.
285 // Parse a JSON object. Position must be right at '{'.
322 // Parse a JSON array. Position must be right at '['.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs391 public bool Parse(object t, string pattern, IDictionary<string, object> labels) { method in class:Antlr.Runtime.Tree.TreeWizard
404 public bool Parse(object t, string pattern) { method in class:Antlr.Runtime.Tree.TreeWizard
405 return Parse(t, pattern, null);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeWizard.cs447 public bool Parse( object t, string pattern, IDictionary<string, object> labels ) method in class:Antlr.Runtime.Tree.TreeWizard
461 public bool Parse( object t, string pattern ) method in class:Antlr.Runtime.Tree.TreeWizard
463 return Parse( t, pattern, null );
/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.cc197 bool UpdateManifest::Parse(const std::string& manifest_xml) { function in class:UpdateManifest
243 // Parse the first <daystart> if it's present.
254 // Parse each of the <app> tags.
H A Durl_pattern.cc95 if (PARSE_SUCCESS != Parse(pattern, PARSE_STRICT))
102 URLPattern::ParseResult URLPattern::Parse(const std::string& pattern, function in class:URLPattern
117 // Parse out the scheme.
143 // Parse out the host and path.
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlinux.cc55 return procfs.Parse(&cpu_info_);
130 bool ConfigParser::Parse(MapVector *key_val_pairs) { function in class:talk_base::ConfigParser
/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlparser.cc173 XmlParser::Parse(const char *data, size_t len, bool isFinal) { function in class:buzz::XmlParser
201 parser.Parse(text.c_str(), text.length(), true);
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags2man.py216 def Parse(self): member in class:ProgramInfo
217 """Parse program output."""
229 """Parse the initial description.
275 """Parse python/swig style flags."""
324 """Parse C style flags."""
365 """Parse Java style flags (com.google.common.flags)."""
537 prog.Parse()
/external/llvm/lib/VMCore/
H A DInlineAsm.cpp77 /// Parse - Analyze the specified string (e.g. "==&{eax}") and fill in the
80 bool InlineAsm::ConstraintInfo::Parse(StringRef Str, function in class:InlineAsm::ConstraintInfo
100 // Parse prefixes.
116 // Parse the modifiers.
146 // Parse the various constraints.
225 Info.Parse(StringRef(I, ConstraintEnd-I), Result)) {
/external/regex-re2/util/
H A Dpcre.h568 static inline bool Parse(const char* str, int n, void* dest) { function in class:re2::_PCRE_MatchObject
612 : arg_(p), parser_(_PCRE_MatchObject<T>::Parse) {
615 // Parse the data
616 bool Parse(const char* str, int n) const;
655 inline bool PCRE::Arg::Parse(const char* str, int n) const { function in class:re2::PCRE::Arg
/external/srec/tools/parseStringTest/
H A DparseStringTest.c104 ESR_ReturnCode Parse(SR_Grammar* grammar, LCHAR* trans, PFile* fout, Opts* opts) function
124 Parse(grammar, trans, fout, &myopts);
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)

Completed in 523 milliseconds

123