HomeSort by relevance Sort by last modified time
    Searched refs:ParseFile (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/media/formats/mpeg/
adts_stream_parser_unittest.cc 41 EXPECT_EQ(expected, ParseFile("sfx.adts", 17));
56 EXPECT_EQ(expected, ParseFile("sfx.adts", 512));
mpeg1_audio_stream_parser_unittest.cc 43 EXPECT_EQ(expected, ParseFile("sfx.mp3", 17));
59 EXPECT_EQ(expected, ParseFile("sfx.mp3", 512));
  /external/chromium_org/components/search_engines/
template_url_parser_unittest.cc 64 void ParseFile(const std::string& file_name,
67 // ParseFile parses the results into this template_url.
94 void TemplateURLParserTest::ParseFile(
115 ASSERT_NO_FATAL_FAILURE(ParseFile("bogus.xml", NULL));
122 ASSERT_NO_FATAL_FAILURE(ParseFile("https.xml", NULL));
129 ASSERT_NO_FATAL_FAILURE(ParseFile("post.xml", NULL));
136 ASSERT_NO_FATAL_FAILURE(ParseFile("dictionary.xml", NULL));
149 ASSERT_NO_FATAL_FAILURE(ParseFile("msdn.xml", NULL));
163 ASSERT_NO_FATAL_FAILURE(ParseFile("wikipedia.xml", NULL));
185 ASSERT_NO_FATAL_FAILURE(ParseFile("url_with_no_attributes.xml", NULL))
    [all...]
  /development/scripts/
compare-installed-size.py 43 def ParseFile(install_file, idx):
90 ParseFile(sys.argv[1], 0)
94 ParseFile(sys.argv[2], 1)
  /external/chromium_org/media/formats/common/
stream_parser_test_base.h 40 std::string ParseFile(const std::string& filename, int append_bytes);
42 // Similar to ParseFile() except parses the given |data| in a single append of
stream_parser_test_base.cc 46 std::string StreamParserTestBase::ParseFile(const std::string& filename,
  /external/chromium_org/tools/idl_parser/
idl_parser_test.py 10 from idl_parser import IDLParser, ParseFile
52 filenode = ParseFile(self.parser, filename)
96 filenode = ParseFile(self.parser, filename)
idl_ppapi_parser.py 35 from idl_parser import IDLParser, ListFromConcat, ParseFile
291 filenode = ParseFile(parser, filename)
idl_parser.py 1087 def ParseFile(parser, filename):
    [all...]
  /external/chromium_org/courgette/
disassembler_win32_x64.h 61 CheckBool ParseFile(AssemblyProgram* target) WARN_UNUSED_RESULT;
disassembler_win32_x86.h 61 CheckBool ParseFile(AssemblyProgram* target) WARN_UNUSED_RESULT;
disassembler_elf_32.h 171 CheckBool ParseFile(AssemblyProgram* target) WARN_UNUSED_RESULT;
disassembler_elf_32.cc 95 if (!ParseFile(target))
241 CheckBool DisassemblerElf32::ParseFile(AssemblyProgram* program) {
disassembler_win32_x64.cc 209 if (!ParseFile(target))
334 CheckBool DisassemblerWin32X64::ParseFile(AssemblyProgram* program) {
disassembler_win32_x86.cc 209 if (!ParseFile(target))
334 CheckBool DisassemblerWin32X86::ParseFile(AssemblyProgram* program) {
  /external/llvm/lib/TableGen/
Main.cpp 102 if (Parser.ParseFile())
TGParser.h 90 /// ParseFile - Main entrypoint for parsing a tblgen file. These parser
92 bool ParseFile();
TGParser.cpp     [all...]
  /external/chromium_org/tools/gn/
parser.h 73 scoped_ptr<ParseNode> ParseFile();
parser.cc 110 return p.ParseFile().PassAs<ParseNode>();
425 scoped_ptr<ParseNode> Parser::ParseFile() {
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
blink_idl_parser.py 71 from idl_parser.idl_parser import ParseFile as parse_file
  /external/chromium_org/ppapi/generators/
idl_parser.py 1013 # ParseFile
1017 def ParseFile(self, filename):
    [all...]

Completed in 790 milliseconds