Searched defs:LoadFile (Results 1 - 11 of 11) sorted by relevance

/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp52 // LoadFile - Read the specified bitcode file in and return it. This routine
55 static inline std::auto_ptr<Module> LoadFile(const char *argv0, function
88 std::auto_ptr<Module> Composite(LoadFile(argv[0],
97 std::auto_ptr<Module> M(LoadFile(argv[0],
/external/llvm/lib/Transforms/IPO/
H A DInternalize.cpp55 void LoadFile(const char *Filename);
73 LoadFile(APIFile.c_str());
87 void InternalizePass::LoadFile(const char *Filename) { function in class:InternalizePass
H A DLoopExtractor.cpp168 void LoadFile(const char *Filename);
177 LoadFile(BlockFile.c_str());
196 void BlockExtractorPass::LoadFile(const char *Filename) { function in class:BlockExtractorPass
/external/chromium/chrome/browser/safe_browsing/
H A Dbloom_filter.cc90 BloomFilter* BloomFilter::LoadFile(const FilePath& filter_name) { function in class:BloomFilter
H A Dprefix_set.cc158 PrefixSet* PrefixSet::LoadFile(const FilePath& filter_name) { function in class:safe_browsing::PrefixSet
/external/chromium/chrome/common/
H A Dlibxml_utils.cc54 bool XmlReader::LoadFile(const FilePath& file_path) { function in class:XmlReader
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DCDPlayer.c392 int LoadFile (const FSRef *ref, int startFrame, int stopFrame) function
404 printf ("LoadFile: %d %d\n", startFrame, stopFrame);
413 SDL_SetError ("LoadFile: Could not create player");
/external/tinyxml/
H A Dtinyxml.cpp935 bool TiXmlDocument::LoadFile( TiXmlEncoding encoding ) function in class:TiXmlDocument
940 if ( buf.buffer && LoadFile( buf.buffer, encoding ) )
958 bool TiXmlDocument::LoadFile( const char* filename, TiXmlEncoding encoding ) function in class:TiXmlDocument
H A Dtinyxml.h186 TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set
1243 bool LoadFile( TiXmlEncoding encoding = TIXML_DEFAULT_ENCODING );
1247 bool LoadFile( const char * filename, TiXmlEncoding encoding = TIXML_DEFAULT_ENCODING );
1252 bool LoadFile( const std::string& filename, TiXmlEncoding encoding = TIXML_DEFAULT_ENCODING ) ///< STL std::string version. function in class:TiXmlDocument
1255 return ( f.buffer && LoadFile( f.buffer, encoding ));
/external/tinyxml2/
H A Dtinyxml2.cpp1508 int XMLDocument::LoadFile( const char* filename ) function in class:XMLDocument
1525 LoadFile( fp );
1531 int XMLDocument::LoadFile( FILE* fp ) function in class:XMLDocument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 451 milliseconds