| /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
| CDPlayer.h | 47 int LoadFile (const FSRef *ref, int startFrame, int endFrame); /* pass -1 to do nothing */
|
| SDL_syscdrom.c | 136 LoadFile (file, startFrame, stopFrame); 375 if (LoadFile (ref, startFrame, stopFrame) < 0)
|
| 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/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],
|
| /external/chromium/chrome/browser/safe_browsing/ |
| bloom_filter.h | 49 static BloomFilter* LoadFile(const FilePath& filter_name);
|
| prefix_set.h | 70 static PrefixSet* LoadFile(const FilePath& filter_name); 103 // Helper for |LoadFile()|. Steals the contents of |index| and
|
| prefix_set_unittest.cc | 314 prefix_set(safe_browsing::PrefixSet::LoadFile(filename)); 330 prefix_set(safe_browsing::PrefixSet::LoadFile(filename)); 338 prefix_set.reset(safe_browsing::PrefixSet::LoadFile(filename)); 350 prefix_set(safe_browsing::PrefixSet::LoadFile(filename)); 362 prefix_set(safe_browsing::PrefixSet::LoadFile(filename)); 374 prefix_set(safe_browsing::PrefixSet::LoadFile(filename)); 386 prefix_set(safe_browsing::PrefixSet::LoadFile(filename)); 400 prefix_set(safe_browsing::PrefixSet::LoadFile(filename)); 416 prefix_set(safe_browsing::PrefixSet::LoadFile(filename)); 431 prefix_set(safe_browsing::PrefixSet::LoadFile(filename)) [all...] |
| bloom_filter_unittest.cc | 99 BloomFilter* filter = BloomFilter::LoadFile(filter_path);
|
| bloom_filter.cc | 90 BloomFilter* BloomFilter::LoadFile(const FilePath& filter_name) {
|
| prefix_set.cc | 158 PrefixSet* PrefixSet::LoadFile(const FilePath& filter_name) {
|
| safe_browsing_database.cc | [all...] |
| /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) {
|
| /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/ceres-solver/examples/ |
| simple_bundle_adjuster.cc | 67 bool LoadFile(const char* filename) { 175 if (!bal_problem.LoadFile(argv[1])) {
|
| /external/chromium/chrome/common/ |
| libxml_utils.h | 52 bool LoadFile(const FilePath& file_path);
|
| libxml_utils.cc | 54 bool XmlReader::LoadFile(const FilePath& file_path) {
|
| /external/tinyxml/ |
| xmltest.cpp | 138 bool loadOkay = doc.LoadFile(); 498 doc.LoadFile(); 765 doc.LoadFile( name ); 786 bool loadOkay = doc.LoadFile(); 840 doc.LoadFile( "test5.xml" ); 853 bool result = doc.LoadFile( "test6.xml" ); 876 doc.LoadFile( "test7.xml" );
|
| tinyxml.h | 186 TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set [all...] |
| /external/tinyxml2/ |
| tinyxml2.cpp | [all...] |
| tinyxml2.h | [all...] |
| /cts/suite/audio_quality/lib/src/task/ |
| ModelBuilder.cpp | 87 if (!doc.LoadFile()) {
|
| /external/bluetooth/bluedroid/btif/src/ |
| btif_config_util.cpp | 170 int err = xml.LoadFile(file_name);
|
| /external/srec/tools/grxmlcompile/ |
| grxmlcompile.cpp | 214 bool bLoadedOK = node.LoadFile( filename.c_str() ); [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
| ant.jar | |