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

/external/llvm/lib/Transforms/IPO/
H A DInternalize.cpp62 void LoadFile(const char *Filename);
83 LoadFile(APIFile.c_str());
96 void InternalizePass::LoadFile(const char *Filename) { function in class:InternalizePass
H A DLoopExtractor.cpp174 void LoadFile(const char *Filename);
183 LoadFile(BlockFile.c_str());
202 void BlockExtractorPass::LoadFile(const char *Filename) { function in class:BlockExtractorPass
/external/sfntly/cpp/src/test/
H A Dtest_font_utils.cc56 LoadFile(font_path, &bv);
63 void LoadFile(const char* input_file_path, ByteVector* input_buffer) { function in namespace:sfntly
/external/zopfli/src/zopfli/
H A Dzopfli_bin.c39 static void LoadFile(const char* filename, function
90 LoadFile(infilename, &in, &insize);
/external/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc40 bool LoadFile(const char* input_file_path, sfntly::ByteVector* input_buffer) { function
108 if (!LoadFile(argv[1], &input_buffer)) {
/external/ceres-solver/examples/
H A Dsimple_bundle_adjuster.cc67 bool LoadFile(const char* filename) { function in class:BALProblem
183 if (!bal_problem.LoadFile(argv[1])) {
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp954 bool TiXmlDocument::LoadFile( TiXmlEncoding encoding ) function in class:TiXmlDocument
956 return LoadFile( Value(), encoding );
965 bool TiXmlDocument::LoadFile( const char* _filename, TiXmlEncoding encoding ) function in class:TiXmlDocument
975 bool result = LoadFile( file, encoding );
986 bool TiXmlDocument::LoadFile( FILE* file, TiXmlEncoding encoding ) function in class:TiXmlDocument
H A Dtinyxml.h232 TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set
1415 bool LoadFile( TiXmlEncoding encoding = TIXML_DEFAULT_ENCODING );
1419 bool LoadFile( const char * filename, TiXmlEncoding encoding = TIXML_DEFAULT_ENCODING );
1427 bool LoadFile( FILE*, TiXmlEncoding encoding = TIXML_DEFAULT_ENCODING );
1432 bool LoadFile( const std::string& filename, TiXmlEncoding encoding = TIXML_DEFAULT_ENCODING ) ///< STL std::string version. function in class:TiXmlDocument
1434 return LoadFile( filename.c_str(), encoding );
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp207 FX_BOOL CFX_Font::LoadFile(IFX_FileRead* pFile, function in class:CFX_Font
/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/pdfium/xfa/src/fgas/src/crt/
H A Dfx_stream.cpp53 if (!pSR->LoadFile(pszFileName, dwAccess)) {
83 FX_BOOL CFX_FileStreamImp::LoadFile(const FX_WCHAR* pszSrcFileName, function in class:CFX_FileStreamImp
852 FX_BOOL CFX_Stream::LoadFile(const FX_WCHAR* pszSrcFileName, function in class:CFX_Stream
862 ((CFX_FileStreamImp*)m_pStreamImp)->LoadFile(pszSrcFileName, dwAccess);
/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/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 507 milliseconds