Searched refs:LoadFile (Results 26 - 42 of 42) sorted by relevance

12

/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
H A Dtinyxml2.h1062 int LoadFile( const char* filename );
1071 int LoadFile( FILE* );
/external/sfntly/cpp/src/test/tinyxml/
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/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.cc59 ChecksumStatus LoadFile(const base::FilePath& file_path, WordList& words) { function in namespace:__anon5760
95 if (LoadFile(path, custom_words) == VALID_CHECKSUM)
102 if (LoadFile(backup, custom_words) != VALID_CHECKSUM)
/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
H A Dsafe_browsing_database.cc1233 browse_bloom_filter_ = BloomFilter::LoadFile(bloom_filter_filename_);
/external/sfntly/cpp/src/test/
H A Dname_editing_test.cc42 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
/external/tinyxml/
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/chromium_org/chrome/browser/safe_browsing/
H A Dprefix_set.cc155 PrefixSet* PrefixSet::LoadFile(const base::FilePath& filter_name) { function in class:safe_browsing::PrefixSet
H A Dsafe_browsing_database.cc586 safe_browsing::PrefixSet::LoadFile(
1499 browse_prefix_set_.reset(safe_browsing::PrefixSet::LoadFile(
/external/chromium_org/gpu/config/
H A Dgpu_info_collector_win.cc109 if (!reader.LoadFile(current_results_string)) {
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dgraphics_3d.cc91 char* LoadFile(const char* fileName);
/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/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp170 int err = xml.LoadFile(file_name);
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp214 bool bLoadedOK = node.LoadFile( filename.c_str() );
/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 2964 milliseconds

12