/external/chromium_org/extensions/common/manifest_handlers/ |
sandboxed_page_info.cc | 64 bool SandboxedPageHandler::Parse(Extension* extension, string16* error) { 81 if (pattern.Parse(extension->url().spec()) != URLPattern::PARSE_SUCCESS) {
|
/external/chromium_org/third_party/re2/re2/testing/ |
regexp_benchmark.cc | 24 Regexp* re = Regexp::Parse("(\\d+)-(\\d+)-(\\d+)", Regexp::LikePerl, NULL); 46 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL); 371 // Benchmark: use regexp to parse digit fields in phone number. 563 // Benchmark: measure time required to parse (but not execute) 568 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL); 576 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL); 586 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL); 596 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL); 610 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL); 620 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL) [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
delete.c | 31 Table *sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc){ 52 int sqlite3IsReadOnly(Parse *pParse, Table *pTab, int viewOk){ 58 ** part of a nested parse and writable_schema pragma has not 90 Parse *pParse, /* Parsing context */ 132 Parse *pParse, /* The parser context */ 224 Parse *pParse, /* The parser context */ 479 Parse *pParse, /* Parsing context */ 585 Parse *pParse, /* Parsing and code generating context */ 613 Parse *pParse, /* Parsing context */
|
/external/chromium_org/tools/grit/grit/tool/ |
menu_from_parts.py | 37 grd = grd_reader.Parse(self.o.input, debug=self.o.extra_verbose) 53 xtb_reader.Parse(f, Callback)
|
/external/chromium_org/tools/ |
unused-symbols-report.py | 51 def Parse(input, skip_paths=None, only_paths=None): 52 """Parse the --print-gc-sections build output. 164 iter = Parse(open(args[0]),
|
/external/chromium_org/webkit/common/database/ |
database_identifier.cc | 20 return DatabaseIdentifier::Parse(identifier).ToOrigin(); 58 DatabaseIdentifier DatabaseIdentifier::Parse(const std::string& identifier) { 93 // If a url doesn't parse cleanly or doesn't round trip, reject it.
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
ast.ml | 2 * Abstract Syntax Tree (aka Parse Tree)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
ast.ml | 2 * Abstract Syntax Tree (aka Parse Tree)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
ast.ml | 2 * Abstract Syntax Tree (aka Parse Tree)
|
/external/regex-re2/re2/testing/ |
regexp_benchmark.cc | 24 Regexp* re = Regexp::Parse("(\\d+)-(\\d+)-(\\d+)", Regexp::LikePerl, NULL); 46 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL); 371 // Benchmark: use regexp to parse digit fields in phone number. 563 // Benchmark: measure time required to parse (but not execute) 568 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL); 576 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL); 586 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL); 596 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL); 610 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL); 620 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL) [all...] |
/external/chromium_org/components/policy/core/common/ |
schema_unittest.cc | 57 Schema schema = Schema::Parse(content, &error); 124 Schema schema = Schema::Parse( 161 Schema schema = Schema::Parse(kTestSchema, &error); 260 Schema schema = Schema::Parse("{ \"type\": \"object\" }", &error); 269 schema = Schema::Parse( 283 schema = Schema::Parse( 395 Schema schema = Schema::Parse(kTestSchema, &error); 535 Schema schema = Schema::Parse( 585 Schema schema = Schema::Parse( 616 Schema schema = Schema::Parse( [all...] |
/external/chromium_org/google_apis/drive/ |
drive_api_parser.h | 74 bool Parse(const base::Value& value); 128 bool Parse(const base::Value& value); 266 bool Parse(const base::Value& value); 319 bool Parse(const base::Value& value); 362 bool Parse(const base::Value& value); 408 bool Parse(const base::Value& value); 450 bool Parse(const base::Value& value); 640 bool Parse(const base::Value& value); 720 bool Parse(const base::Value& value); 777 bool Parse(const base::Value& value) [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser_unittest.cc | 104 // Set up the parser to parse the given text. 113 // 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)) [all...] |
/external/chromium/chrome/browser/autofill/ |
address_field.h | 24 static AddressField* Parse(std::vector<AutofillField*>::const_iterator* iter,
|
phone_field.h | 26 static PhoneField* Parse(std::vector<AutofillField*>::const_iterator* iter,
|
/external/chromium/chrome/browser/parsers/ |
metadata_parser_filebase.cc | 18 bool FileMetadataParser::Parse() {
|
/external/chromium/chrome/common/extensions/ |
user_script_unittest.cc | 75 pattern.Parse("http://*/foo*", URLPattern::PARSE_STRICT)); 91 pattern.Parse("http://www.google.com/*", 121 pattern1.Parse("http://*/foo*", URLPattern::PARSE_STRICT)); 123 pattern2.Parse("http://bar/baz*", URLPattern::PARSE_STRICT));
|
/external/chromium/net/socket/ |
ssl_host_info.h | 102 // Parse parses an opaque blob of data and fills out the public member fields 103 // of this object. It returns true iff the parse was successful. The public 105 bool Parse(const std::string& data); 115 // ParseInner is a helper function for Parse.
|
/external/chromium/sdch/open-vcdiff/src/ |
decodetable.cc | 94 // Parse the size as a Varint in the instruction stream. 95 switch (*size = VarintBE<int32_t>::Parse(instructions_and_sizes_end_,
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
xmlparser.h | 76 bool Parse(const char * data, size_t len, bool isFinal);
|
/external/chromium_org/base/ |
ini_parser.cc | 16 void INIParser::Parse(const std::string& content) {
|
/external/chromium_org/base/test/expectations/ |
parser.h | 30 // The parser will call these methods on its delegate during a Parse() 53 void Parse(); 106 // delegate and then returns NULL, ending the parse loop.
|
/external/chromium_org/chrome/browser/component_updater/ |
update_response.h | 117 bool Parse(const std::string& manifest_xml); 126 // Adds parse error details to |errors_| string.
|
/external/chromium_org/chrome/browser/parsers/ |
metadata_parser_filebase.cc | 18 bool FileMetadataParser::Parse() {
|
/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/ |
file_browser_handler.h | 94 virtual bool Parse(extensions::Extension* extension,
|