Searched defs:Parse (Results 151 - 175 of 204) sorted by relevance

123456789

/external/chromium_org/third_party/sqlite/src/tool/
H A Dlempar.c266 ** to Parse and ParseFree.
701 void Parse( function
/external/gtest/scripts/
H A Dpump.py285 pos = Parse(pos)
289 def Parse(pos): function in function:ParseExpTokenInParens
292 pos = Parse(pos + 1)
294 return Parse(pos)
/external/srec/tools/test_g2g/
H A Dtest_g2g.c72 ESR_ReturnCode Parse(SR_Grammar* grammar, LCHAR* trans, PFile* fout);
328 rc = Parse( grammar, fst->olabels->words[wordid], PSTDOUT);
439 ESR_ReturnCode Parse(SR_Grammar* grammar, LCHAR* trans, PFile* fout) function
/external/chromium/chrome/browser/autofill/
H A Dform_field.cc98 static EmailField* Parse(std::vector<AutofillField*>::const_iterator* iter, function in class:EmailField
151 field = EmailField::Parse(iter, is_ecml);
155 field = PhoneField::Parse(iter, is_ecml);
158 field = AddressField::Parse(iter, is_ecml);
161 field = CreditCardField::Parse(iter, is_ecml);
167 return NameField::Parse(iter, is_ecml);
272 // Parse fields.
/external/chromium_org/base/json/
H A Djson_parser.cc204 Value* JSONParser::Parse(const StringPiece& input) { function in class:base::internal::JSONParser
235 // Parse the first and any nested tokens.
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_parser.cc480 TemplateURL* TemplateURLParser::Parse( function in class:TemplateURLParser
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py285 pos = Parse(pos)
289 def Parse(pos): function in function:ParseExpTokenInParens
292 pos = Parse(pos + 1)
294 return Parse(pos)
/external/chromium_org/v8/src/
H A Djson-parser.h46 static Handle<Object> Parse(Handle<String> source) { function in class:v8::internal::BASE_EMBEDDED
71 // Parse a string containing a single JSON value.
170 // Parse a single JSON value from input (grammar production JSONValue).
175 // Parse a JSON object literal (grammar production JSONObject).
230 // Parse failed. Current character is the unexpected token.
279 // Parse any JSON value.
320 // Parse a JSON object. Position must be right at '{'.
468 // Parse a JSON array. Position must be right at '['.
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp50 bool Parse(const Byte *buf, bool isThereFilter);
53 bool CHeader::Parse(const Byte *buf, bool isThereFilter) function in class:NArchive::NLzma::CHeader
289 if (!_header.Parse(buf, _lzma86))
385 if (!st.Parse(buf, _lzma86))
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc306 bool Parser::Parse(io::Tokenizer* input, FileDescriptorProto* file) { function in class:google::protobuf::compiler::Parser
444 // Parse label and type.
459 // Parse name and '='.
465 // Parse field number.
471 // Parse options.
508 // Parse field options.
560 // Parse the integer to verify that it is not out-of-range.
582 // Parse the integer to verify that it is not out-of-range.
596 // Parse the integer because we have to convert hex integers to decimal
677 // Parse do
[all...]
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp704 const char* TiXmlDocument::Parse( const char* p, TiXmlParsingData* prevData, TiXmlEncoding encoding ) function in class:TiXmlDocument
708 // Parse away, at the document level. Since a document
759 p = node->Parse( p, &data, encoding );
1043 const char* TiXmlElement::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlElement
1150 p = attrib->Parse( p, data, encoding );
1201 p = textNode->Parse( p, data, encoding );
1207 p = textNode->Parse( pWithWhiteSpace, data, encoding );
1229 p = node->Parse( p, data, encoding );
1275 const char* TiXmlUnknown::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlUnknown
1337 const char* TiXmlComment::Parse( cons function in class:TiXmlComment
1392 const char* TiXmlAttribute::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlAttribute
1497 const char* TiXmlText::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlText
1572 const char* TiXmlDeclaration::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding _encoding ) function in class:TiXmlDeclaration
[all...]
/external/tinyxml/
H A Dtinyxmlparser.cpp681 const char* TiXmlDocument::Parse( const char* p, TiXmlParsingData* prevData, TiXmlEncoding encoding ) function in class:TiXmlDocument
685 // Parse away, at the document level. Since a document
736 p = node->Parse( p, &data, encoding );
1014 const char* TiXmlElement::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlElement
1109 p = attrib->Parse( p, data, encoding );
1157 p = textNode->Parse( p, data, encoding );
1163 p = textNode->Parse( pWithWhiteSpace, data, encoding );
1185 p = node->Parse( p, data, encoding );
1231 const char* TiXmlUnknown::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlUnknown
1292 const char* TiXmlComment::Parse( cons function in class:TiXmlComment
1318 const char* TiXmlAttribute::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlAttribute
1432 const char* TiXmlText::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlText
1506 const char* TiXmlDeclaration::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding _encoding ) function in class:TiXmlDeclaration
[all...]
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_parser.cc552 bool TemplateURLParser::Parse(const unsigned char* data, size_t length, function in class:TemplateURLParser
/external/chromium/net/http/
H A Dhttp_response_headers.cc134 Parse(raw_input);
158 Parse(raw_input);
287 Parse(new_raw_headers);
314 Parse(new_raw_headers);
326 void HttpResponseHeaders::Parse(const std::string& raw_input) { function in class:net::HttpResponseHeaders
1172 // Parse the byte-range-resp-spec part.
1212 // Parse the instance-length part.
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py1313 flag.Parse(arg)
1814 .value - the most recent parsed value of this flag; set by Parse()
1823 The only public method of a 'Flag' object is Parse(), but it is
1824 typically only called by a 'FlagValues' object. The Parse() method is
1825 a thin wrapper around the 'ArgumentParser' Parse() method. The parsed
1829 Parse() is also called during __init__ to parse the default value and
1883 def Parse(self, argument): member in class:Flag
1885 self.value = self.parser.Parse(argument)
1894 self.Parse(self.default)
2036 The Parse() metho
2052 def Parse(self, argument): member in class:ArgumentParser
2340 def Parse(self, argument): member in class:BooleanParser
2395 def Parse(self, arg): member in class:HelpFlag
2410 def Parse(self, arg): member in class:HelpXMLFlag
2425 def Parse(self, arg): member in class:HelpshortFlag
2450 def Parse(self, argument): member in class:NumericParser
2597 def Parse(self, argument): member in class:EnumParser
2654 def Parse(self, argument): member in class:BaseListParser
2734 def Parse(self, arguments): member in class:MultiFlag
[all...]
/external/chromium_org/chrome/browser/google_apis/
H A Ddrive_api_parser.cc230 if (!IsResourceKindExpected(value, kAboutKind) || !resource->Parse(value)) {
265 bool AboutResource::Parse(const base::Value& value) { function in class:google_apis::AboutResource
297 if (!resource->Parse(value)) {
330 bool DriveAppIcon::Parse(const base::Value& value) { function in class:google_apis::DriveAppIcon
391 if (!IsResourceKindExpected(value, kAppKind) || !resource->Parse(value)) {
446 bool AppResource::Parse(const base::Value& value) { function in class:google_apis::AppResource
473 if (!IsResourceKindExpected(value, kAppListKind) || !resource->Parse(value)) {
500 bool AppList::Parse(const base::Value& value) { function in class:google_apis::AppList
531 !reference->Parse(value)) {
538 bool ParentReference::Parse(cons function in class:google_apis::ParentReference
646 bool FileResource::Parse(const base::Value& value) { function in class:google_apis::FileResource
689 bool FileList::Parse(const base::Value& value) { function in class:google_apis::FileList
728 bool ChangeResource::Parse(const base::Value& value) { function in class:google_apis::ChangeResource
774 bool ChangeList::Parse(const base::Value& value) { function in class:google_apis::ChangeList
816 bool FileLabels::Parse(const base::Value& value) { function in class:google_apis::FileLabels
[all...]
/external/chromium_org/media/mp4/
H A Dbox_definitions.cc18 bool FileType::Parse(BoxReader* reader) { function in class:media::mp4::FileType
28 bool ProtectionSystemSpecificHeader::Parse(BoxReader* reader) { function in class:media::mp4::ProtectionSystemSpecificHeader
46 bool SampleAuxiliaryInformationOffset::Parse(BoxReader* reader) { function in class:media::mp4::SampleAuxiliaryInformationOffset
72 bool SampleAuxiliaryInformationSize::Parse(BoxReader* reader) { function in class:media::mp4::SampleAuxiliaryInformationSize
88 bool OriginalFormat::Parse(BoxReader* reader) { function in class:media::mp4::OriginalFormat
96 bool SchemeType::Parse(BoxReader* reader) { function in class:media::mp4::SchemeType
109 bool TrackEncryption::Parse(BoxReader* reader) { function in class:media::mp4::TrackEncryption
129 bool SchemeInfo::Parse(BoxReader* reader) { function in class:media::mp4::SchemeInfo
137 bool ProtectionSchemeInfo::Parse(BoxReader* reader) { function in class:media::mp4::ProtectionSchemeInfo
161 bool MovieHeader::Parse(BoxReade function in class:media::mp4::MovieHeader
198 bool TrackHeader::Parse(BoxReader* reader) { function in class:media::mp4::TrackHeader
231 bool SampleDescription::Parse(BoxReader* reader) { function in class:media::mp4::SampleDescription
252 bool SampleTable::Parse(BoxReader* reader) { function in class:media::mp4::SampleTable
261 bool EditList::Parse(BoxReader* reader) { function in class:media::mp4::EditList
291 bool Edit::Parse(BoxReader* reader) { function in class:media::mp4::Edit
299 bool HandlerReference::Parse(BoxReader* reader) { function in class:media::mp4::HandlerReference
323 bool AVCDecoderConfigurationRecord::Parse(BoxReader* reader) { function in class:media::mp4::AVCDecoderConfigurationRecord
362 bool PixelAspectRatioBox::Parse(BoxReader* reader) { function in class:media::mp4::PixelAspectRatioBox
381 bool VideoSampleEntry::Parse(BoxReader* reader) { function in class:media::mp4::VideoSampleEntry
418 bool ElementaryStreamDescriptor::Parse(BoxReader* reader) { function in class:media::mp4::ElementaryStreamDescriptor
448 bool AudioSampleEntry::Parse(BoxReader* reader) { function in class:media::mp4::AudioSampleEntry
483 bool MediaHeader::Parse(BoxReader* reader) { function in class:media::mp4::MediaHeader
505 bool MediaInformation::Parse(BoxReader* reader) { function in class:media::mp4::MediaInformation
514 bool Media::Parse(BoxReader* reader) { function in class:media::mp4::Media
534 bool Track::Parse(BoxReader* reader) { function in class:media::mp4::Track
546 bool MovieExtendsHeader::Parse(BoxReader* reader) { function in class:media::mp4::MovieExtendsHeader
565 bool TrackExtends::Parse(BoxReader* reader) { function in class:media::mp4::TrackExtends
579 bool MovieExtends::Parse(BoxReader* reader) { function in class:media::mp4::MovieExtends
590 bool Movie::Parse(BoxReader* reader) { function in class:media::mp4::Movie
603 bool TrackFragmentDecodeTime::Parse(BoxReader* reader) { function in class:media::mp4::TrackFragmentDecodeTime
615 bool MovieFragmentHeader::Parse(BoxReader* reader) { function in class:media::mp4::MovieFragmentHeader
630 bool TrackFragmentHeader::Parse(BoxReader* reader) { function in class:media::mp4::TrackFragmentHeader
674 bool TrackFragmentRun::Parse(BoxReader* reader) { function in class:media::mp4::TrackFragmentRun
734 bool TrackFragment::Parse(BoxReader* reader) { function in class:media::mp4::TrackFragment
748 bool MovieFragment::Parse(BoxReader* reader) { function in class:media::mp4::MovieFragment
[all...]
/external/chromium_org/media/webm/
H A Dwebm_parser.cc693 int WebMListParser::Parse(const uint8* buf, int size) { function in class:media::WebMListParser
/external/chromium_org/net/http/
H A Dhttp_response_headers.cc133 Parse(raw_input);
159 Parse(raw_input);
291 Parse(new_raw_headers);
338 Parse(new_raw_headers);
354 Parse(new_raw_headers);
367 void HttpResponseHeaders::Parse(const std::string& raw_input) { function in class:net::HttpResponseHeaders
1236 // Parse the byte-range-resp-spec part.
1276 // Parse the instance-length part.
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Ddeprecated_idl_parser.pm193 sub Parse subroutine
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dhangoutpubsubclient.cc64 virtual C Parse(const XmlElement* state_elem) = 0;
106 virtual bool Parse(const XmlElement* state_elem) { function in class:buzz::BoolStateSerializer
181 *state_out = state_serializer_->Parse(state_elem);
/external/chromium_org/third_party/ots/src/
H A Dlayout.cc244 // Parse lookup subtables for this lookup type.
246 if (!parser->Parse(file, data + subtables[i], length - subtables[i],
1158 bool LookupSubtableParser::Parse(const OpenTypeFile *file, const uint8_t *data, function in class:ots::LookupSubtableParser
1472 // Parse the extension subtable of |lookup_type|.
1473 if (!parser->Parse(file, data + offset_extension, length - offset_extension,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc411 bool Parser::Parse(io::Tokenizer* input, FileDescriptorProto* file) { function in class:google::protobuf::compiler::Parser
648 // Parse label and type.
674 // Parse name and '='.
684 // Parse field number.
695 // Parse options.
760 // Parse field options.
818 // Parse the integer to verify that it is not out-of-range.
840 // Parse the integer to verify that it is not out-of-range.
854 // Parse the integer because we have to convert hex integers to decimal
981 // Parse do
[all...]
H A Dparser_unittest.cc113 // Parse the input and expect that the resulting FileDescriptorProto matches
120 parser_->Parse(input_.get(), &actual);
127 // Parse the ASCII representation in order to canonicalize it. We could
138 // Parse the text and expect that the given errors are reported.
149 parser_->Parse(input_.get(), &file);
153 // Parse the text as a file and validate it (with a DescriptorPool), and
163 parser_->Parse(input_.get(), &file);
191 EXPECT_TRUE(parser_->Parse(input_.get(), NULL));
201 EXPECT_TRUE(parser_->Parse(input_.get(), NULL));
211 EXPECT_FALSE(parser_->Parse(input
1488 bool Parse(const char* text) { function in class:google::protobuf::compiler::__anon13378::SourceInfoTest
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc168 // in //google/protobuf/io/tokenizer.h. Note that class's Parse
220 bool Parse(Message* output) { function in class:google::protobuf::TextFormat::Parser::ParserImpl
1047 bool TextFormat::Parser::Parse(io::ZeroCopyInputStream* input, function in class:google::protobuf::TextFormat::Parser
1060 return Parse(&input_stream, output);
1081 if (!parser_impl->Parse(output)) return false;
1104 /* static */ bool TextFormat::Parse(io::ZeroCopyInputStream* input, function in class:google::protobuf::TextFormat
1106 return Parser().Parse(input, output);

Completed in 893 milliseconds

123456789