HomeSort by relevance Sort by last modified time
    Searched defs:LoadFile (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 52 void LoadFile(const char *Filename);
72 LoadFile(APIFile.c_str());
86 void InternalizePass::LoadFile(const char *Filename) {
LoopExtractor.cpp 168 void LoadFile(const char *Filename);
177 LoadFile(BlockFile.c_str());
196 void BlockExtractorPass::LoadFile(const char *Filename) {
  /external/llvm/tools/llvm-link/
llvm-link.cpp 52 // LoadFile - Read the specified bitcode file in and return it. This routine
55 static inline std::auto_ptr<Module> LoadFile(const char *argv0,
88 std::auto_ptr<Module> Composite(LoadFile(argv[0],
97 std::auto_ptr<Module> M(LoadFile(argv[0],
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 90 static inline std::auto_ptr<Module> LoadFile(const char *argv0,
122 std::auto_ptr<Module> M(LoadFile(argv[0], InputFilenames[0], Context));
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.cc 90 BloomFilter* BloomFilter::LoadFile(const FilePath& filter_name) {
prefix_set.cc 158 PrefixSet* PrefixSet::LoadFile(const FilePath& filter_name) {
  /external/chromium/chrome/common/
libxml_utils.cc 54 bool XmlReader::LoadFile(const FilePath& file_path) {
  /external/ceres-solver/examples/
simple_bundle_adjuster.cc 67 bool LoadFile(const char* filename) {
175 if (!bal_problem.LoadFile(argv[1])) {
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 392 int LoadFile (const FSRef *ref, int startFrame, int stopFrame)
404 printf ("LoadFile: %d %d\n", startFrame, stopFrame);
413 SDL_SetError ("LoadFile: Could not create player");
  /external/tinyxml/
tinyxml.cpp 935 bool TiXmlDocument::LoadFile( TiXmlEncoding encoding )
940 if ( buf.buffer && LoadFile( buf.buffer, encoding ) )
958 bool TiXmlDocument::LoadFile( const char* filename, TiXmlEncoding encoding )
    [all...]
tinyxml.h 186 TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set
    [all...]
  /external/tinyxml2/
tinyxml2.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 138 milliseconds